@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap";

/* src/assets/css/bootstrap.min.css */
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem .75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem;
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: 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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: .5rem;
}
.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-group > .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    border-radius .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "index.html");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: .375rem .75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}
.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
  margin: .25rem;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.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;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: 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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: .2rem !important;
}
.rounded-2 {
  border-radius: .25rem !important;
}
.rounded-3 {
  border-radius: .3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
  .d-print-none {
    display: none !important;
  }
}

/* src/assets/css/style1.css */
.row.gx-no {
  --bs-gutter-x: 2px !important;
}
.row.gy-no {
  --bs-gutter-y: 0px !important;
}
img {
  max-width: 100%;
}
.column-spacing {
  gap: 70px;
}
.accordian-padding-resources {
  padding: 0px 50px;
}
.accordian-data {
  padding-left: 5px;
}
.design-service-box {
  background-color: light;
  width: 600px;
  height: 350px;
}
.btn-width {
  width: 290px;
}
.pdf-download-btn {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  text-decoration: none !important;
  color: black;
  max-width: 360px;
}
.pdf-download-btn:hover {
  background-color: #eee;
}
.pdf-icon,
.download-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.download-icon {
  margin-left: auto;
}
.video-container iframe {
  width: 100%;
  height: 350px;
}
.video-image {
  width: 100%;
  height: 100%;
}
.alt-features-item {
  margin-top: 50px;
}
.ci-text {
  margin-bottom: 10px;
}
.mobile-column {
  position: relative;
}
.mobile-column:after {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #ccc;
  position: absolute;
  right: 25px;
  top: 0;
}
.contact-info {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.contact-info img {
  margin-right: 10px;
}
.contact-info div {
  margin-left: 10px;
}
.divider-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider {
  width: 1px;
  background-color: #000;
  opacity: 0.2;
  height: 100%;
}
.product-menu-hover .team-item {
  text-decoration: none !important;
}
.product-menu-hover {
  cursor: pointer;
  transition-duration: 1s;
  padding: 15px;
}
.no-pm {
  margin-left: -15px;
  margin-right: -15px;
}
.product-menu-hover a {
  text-decoration: none;
}
.product-menu-hover:hover {
  background: rgba(233, 233, 233, 1);
  cursor: pointer;
  transform: scale(0.9);
}
.product-menu-hover.active {
  background: rgba(233, 233, 233, 1);
  cursor: pointer;
  transform: scale(0.9);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
table th,
table td {
  text-align: left;
  padding: 6px;
  border: 1px solid #ddd;
}
table tr:first-child th {
  font-weight: 400;
}
.mfp-title {
  font-size: 15px;
}
.g-mb-1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.attach-cv {
  border-bottom: 1px solid #ccccccf2;
  padding-bottom: 15px;
}
.attach-cv:hover {
  border-bottom: 1px solid #333;
}
.attach-cv label {
  background-color: #2c5b80;
  color: white;
  padding: 10px 20px;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
}
#file-chosen {
  margin-left: 0.3rem;
}
.product-bg-color {
  background-color: rgba(39, 38, 38, 0.5);
}
.card-text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(39, 38, 38, 0.5);
  font-size: 15px;
  padding: 7px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.card-para-overlay {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 10%;
  text-align: start;
  justify-content: center;
  align-items: center;
  display: flex;
}
.product-card:hover .card-para-overlay {
  opacity: 1;
}
.product-card img {
  width: 100%;
  transition: filter 0.3s ease-in-out;
}
.page-section .home-video-container {
  background-color: #000;
  padding: 60px;
  position: relative;
}
.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-btn a {
  color: #fff;
  font-size: 26px;
}
.video-btn a:hover {
  color: #fff;
}
.home-video-image {
  width: 90%;
  height: 85vh;
}
.video-overlay {
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  position: absolute;
}
.image-section {
  position: relative;
  text-align: center;
  color: white;
}
.image-wrapper {
  position: relative;
}
.image-wrapper img {
  width: 100%;
  height: auto;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail-text-overlay {
  background-color: #383838;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 15px;
  width: 100%;
  max-width: 360px;
}
.product-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-card {
  flex: 1 1 calc(20% - 10px);
  position: relative;
  width: 100%;
}
.product-image {
  width: 100px;
  height: auto;
  display: block;
}
.product-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 5px 0;
}
.home-carousel-content {
  position: absolute;
}
.sustainability-text-overlay {
  position: relative;
  padding: 220px 60px;
  max-width: 1480px;
  margin: auto;
  color: #fff;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inline-options {
  display: flex;
  flex-direction: column;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #2c5b80;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.mn-sub.mn-has-multi {
  width: 100% !important;
}
.product-nav-img {
  width: 100%;
  display: block;
}
.search-input-wrapper {
  display: none;
  position: absolute;
  top: 93%;
  right: 170px;
  margin-top: 5px;
  width: auto;
}
#search-input {
  width: 200px;
  position: relative;
  height: 40px;
  padding: 10px;
  font-size: 16px;
}
#search-button {
  width: 40px;
  height: 50px;
  position: absolute;
}
.trusted-logo .logo-item img {
  max-width: 215px;
}
.copyright-text {
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: var(--color-gray-2);
}
.copyright-text a {
  color: var(--color-gray-2);
}
.copyright-text a:hover {
  color: var(--color-gray-2);
}
.bottom-to-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  padding: 20px;
  display: none;
  cursor: pointer;
  z-index: 9;
}
.footer-social {
  width: 75%;
}
.footer-social a {
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0px 0;
  font-size: 14px;
  align-items: center;
  background-color: #2c5b80;
  color: #fff;
}
footer .footer-social a {
  margin-right: 10px;
}
.footer-social a:hover {
  background-color: #2c5b80;
  color: #fff;
}
footer a {
  font-size: 16px;
}
footer a:hover {
  color: #000;
}
.footer-logo {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer-logo img {
  height: 36px;
  margin: 0px 8px;
}
footer .fw-title {
  color: #fff;
}
.sustainability-w {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.sustainability-text-overlay h1 {
  font-size: 60px;
  line-height: 70px;
}
.breadcrumb-w {
  background-color: #efefef;
  padding: 5px 0px;
  margin-top: 0px;
}
.breadcrumb {
  list-style: none;
  display: flex;
  padding: 0;
  font-size: small;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li:before {
  content: "/";
  margin: 0 4px;
  color: #000;
}
.breadcrumb a {
  text-decoration: none;
  color: var(--color-dark-1);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child {
  color: var(--color-dark-1);
}
.letters-spacing {
  letter-spacing: 0.1rem;
}
h1.inner-banner-text {
  margin-top: 0;
  font-size: 65px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pd-slider .owl-controls.clickable {
  opacity: 0;
}
.pd-slider:hover .owl-controls.clickable {
  opacity: 1;
}
.pd-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-right: 70px;
}
.slider-counting-product-details span {
  font-size: 17px !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.header-serach-w {
  display: flex;
  align-items: center;
  z-index: 9;
}
footer .footer-social a {
  background-color: transparent;
  border: 1px solid #888;
}
footer .footer-social a:hover {
  background-color: transparent;
  color: #fff;
}
.product-details-text-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(39, 38, 38, 0.5);
  padding: 10px 15px;
}
.slider-counting {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  color: white;
}
.slider-counting-product-details {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 10;
  color: white;
  padding: 6px 0px;
  border-left: 1px solid #cccccc7a;
  margin-right: -5px;
  width: 90px;
  justify-content: center;
  display: flex;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.slider-counting-home-page {
  position: absolute;
  right: 2%;
  bottom: 3%;
  z-index: 10;
  color: white;
}
.bx-left-arrow-alt {
  font-size: 60px;
}
.bx-right-arrow-alt {
  font-size: 60px;
}
.button-link a {
  display: inline-block;
  transition: transform 0.3s var(--ease-default);
}
.button-link a:hover {
  transform: scale(0.9);
  transition: transform 0.3s var(--ease-default);
}
.bg-gray-light-2 dt > a:after {
  right: 20px !important;
}
.faqs dt a {
  padding-right: 26px !important;
}
.slider .owl-buttons i {
  color: #fff;
}
.owl-controls {
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-section .owl-controls {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.home-section:hover .owl-controls {
  opacity: 1;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.home-section button.owl-pause-button.sr-only {
  display: none;
}
.small-item-carousel button.owl-pause-button.sr-only {
  display: none;
}
.home-section .owl-buttons i {
  font-size: 32px;
}
.home-section .owl-prev {
  left: 46%;
}
.home-section .owl-next {
  right: 46%;
}
.pd-slider .bg-dark-alpha-60:before,
.bg-dark-alpha-60 .YTPOverlay:before {
  opacity: 0 !important;
}
.pd-slider .owl-buttons i {
  font-size: 28px;
}
.pd-slider button.owl-pause-button {
  position: absolute;
  bottom: 0px;
  right: 95px;
  z-index: 99;
  font-size: 0px;
  height: 45px;
  width: 45px;
  border: none;
  background: transparent;
}
.pd-slider button.owl-pause-button.sr-only::after {
  position: absolute;
  content: "";
  color: #fff;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 0px;
  background-image: url("media/pause-icon.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
button.owl-pause-button.sr-only.owl-pause-button-paused::after {
  position: absolute;
  content: "";
  color: rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  top: 0px;
  left: 0px;
  background-image: url("media/play-icon.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
.project-view .work-item {
  width: 100%;
}
.home-projects .nav-tabs {
  margin: auto !important;
  display: inline-flex !important;
  justify-content: center;
}
.home-projects .tpl-tabs {
  border-bottom: none !important;
}
.home-projects .tab-left {
  justify-content: left;
}
.home-projects .tpl-tabs > li > .nav-link.active {
  border: none !important;
  position: relative;
}
.home-projects .tpl-tabs > li > .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.home-projects .nav-tabs .nav-link {
  border: none !important;
  position: relative;
  padding: 6px !important;
  margin: 0px 10px !important;
}
.home-projects .nav-tabs .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--color-dark-1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.home-projects .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
  position: relative;
}
.job-form-w {
  max-width: 1250px;
}
.lang-table .lang-row {
  background-color: white;
}
.form-content {
  font-size: 15px;
  border: #969696;
}
.table-container {
  overflow-x: auto;
}
.lang-table {
  width: 100%;
}
.lang-row th,
.lang-row td {
  white-space: nowrap;
  line-height: 1;
}
.input-heading {
  border-bottom: 1px solid #ccc;
  padding: 13px 10px 13px 17px;
  text-transform: uppercase;
  color: var(--color-dark-1);
  margin-bottom: 0;
}
.input-heading .input-small-heading {
  font-size: medium;
  text-transform: none;
}
.input-lg {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 10px;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  border: none;
  font-size: 15px;
}
.input-lg:hover {
  border-bottom: 1px solid #000 !important;
  outline: none;
}
.input-lg:focus {
  border-bottom: 1px solid #000 !important;
  outline: none;
}
.show-job-form {
  display: none;
}
.show-job-form.active {
  display: block;
}
.job-checkbox-1 {
  top: 30%;
  left: 43%;
}
.job-checkbox-2 {
  top: 30%;
  left: 20%;
}
.job-checkbox-3 {
  top: 20%;
  left: 45%;
}
video {
  width: 100%;
}
.susta-text {
  color: #fff;
}
.susta-text:hover {
  text-decoration: none;
  color: #fff;
}
.reso-heading-text {
  color: var(--color-dark-2);
}
.box-details {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  text-align: center;
  background: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 45px;
  transition: height 1s cubic-bezier(0.37, 0, 0.54, 1);
  font-size: medium;
  padding: 0px 8px;
}
.box-details strong {
  display: block;
  height: 40%;
  text-transform: uppercase;
  line-height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  transform: translateY(80%);
  transition: all 1s cubic-bezier(0.37, 0, 0.54, 1);
  font-weight: 500;
}
.box-details p {
  opacity: 0;
  padding: 0 5px 5px 5px;
  line-height: 18px;
  height: 40%;
  color: #fff;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.37, 0, 0.54, 1);
  line-height: 26px;
  min-height: 8px;
}
.product-card:hover .box-details {
  height: 50%;
}
.product-card:hover .box-details strong {
  transform: translateY(0);
}
.product-card:hover .box-details p {
  opacity: 1;
  transform: translateY(-50%);
}
.justify {
  text-align: justify;
}
.contact-border-box {
  border: 8px solid #fff;
}
.row.mobile-email-container {
  padding: 10px 0px;
}
.button-link a img {
  max-width: 45px;
}
.pro-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.freeform a {
  position: fixed;
  z-index: 99999;
  right: -158px;
  top: 45%;
  background-color: #fff;
  padding: 8px 10px;
  display: block;
  border: 1px solid #e0e0e0;
  transition: var(--transition-default);
}
.freeform a:hover {
  right: 0;
  transition: var(--transition-default);
}
.freeform img {
  width: 180px;
}
.fullwidth-slider-fade .owl-item.active .banner_title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}
.fullwidth-slider-fade .owl-item.active .banner_linetext {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.fullwidth-slider-fade .owl-item.active .gentext16 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
.fullwidth-slider-fade .banner_w01 .banner_title01 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.fullwidth-slider-fade .banner_w01 .gentext16 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
@media (min-width: 425px) and (max-width: 768px) {
  .column-spacing {
    gap: 0px;
    margin-right: 10px;
  }
  .accordian-data {
    padding-right: 25px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .column-spacing {
    gap: 0px;
    margin: 0px;
  }
  .accordian-padding-resources {
    padding: 0px;
  }
  .accordian-data {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-tabs-space {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }
  .inner-nav.desktop-nav i {
    display: none;
  }
  .inner-nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: calc(50% + 0.7em);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.27s var(--ease-default);
  }
  .inner-nav > ul > li > a:hover:before {
    transform: scaleX(1);
  }
  .inner-nav ul li a:hover,
  .inner-nav ul li a.active:before {
    transform: scaleX(1);
  }
  .mn-has-sub.js-opened:before {
    content: "";
    position: absolute;
    top: calc(50% + 0.7em);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform-origin: 0 50%;
    transition: transform 0.27s var(--ease-default);
    transform: scaleX(1);
  }
  a.mn-has-sub.js-opened {
    position: relative;
  }
}
@media only screen and (max-width: 1360px) {
  .footer-social {
    width: 90%;
  }
  .product-card:hover .box-details p {
    opacity: 1;
    transform: translateY(-60%);
  }
  .box-details strong {
    height: 45%;
  }
  .box-details.box-details-expand p {
    font-size: 12px;
    line-height: 22px;
  }
  .box-details strong {
    line-height: 18px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-tabs-space {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }
  h1.inner-banner-text {
    font-size: 40px;
    line-height: 42px;
  }
  #search-input {
    width: 112%;
    height: 50px;
  }
  .search-input-wrapper {
    right: 0;
    width: 100%;
  }
  #search-button {
    right: -35px;
  }
  .mobile-on .desktop-nav {
    width: 100% !important;
    position: fixed !important;
  }
  .mobile-on .mobile-nav {
    margin-right: -85px !important;
  }
  .main-nav-sub.full-wrapper {
    margin-right: 40px;
  }
  .header-social-icons {
    display: none !important;
  }
  footer .toggle > dt > a {
    color: #fafafa;
    border-bottom: 1px solid #828282;
  }
  footer .toggle > dt > a:after {
    color: #fff;
  }
  .banner-title {
    font-size: 42px;
    line-height: 45px;
  }
  footer .fw-menu {
    padding-top: 3px;
  }
  .product-card:hover .card-para-overlay {
    display: none;
  }
  .button-link a img {
    max-width: 35px;
  }
  .nav-logo-wrap {
    left: 10px !important;
  }
  nav .full-wrapper {
    --full-wrapper-margin-x: 0px;
  }
  .mn-sub {
    background: transparent !important;
  }
  .megamenu-hover .card-text-overlay {
    position: relative;
    text-align: left;
    text-transform: capitalize;
    padding: 9px 22px;
    font-size: 14px;
    color: #ccc;
    background-color: transparent;
  }
  li.mn-sub-multi {
    padding: 0px !important;
  }
  .product-nav-img {
    display: none;
  }
  a.megamenu-hover {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 991px) {
  .footer-logo {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
  .copyright-text {
    padding-bottom: 25px;
    text-align: center;
  }
  footer .toggle > dd ul {
    padding-top: 10px;
  }
}
.mobile-banner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  .slider-counting-product-details {
    width: 50px;
  }
  .slider-counting-product-details span {
    font-size: 17px !important;
  }
  .pd-slider button.owl-pause-button {
    right: 55px;
  }
  .pd-slider button.owl-pause-button.sr-only::after {
    top: 1px;
    left: 14px;
  }
  .video-btn a {
    font-size: 12px;
  }
  .footer-logo img {
    height: 26px;
  }
  .home-section .owl-controls {
    bottom: 10px;
  }
  .slider-counting-home-page {
    right: 5%;
    bottom: 3%;
  }
  .pro-thumb {
    max-width: 50%;
    margin: auto;
  }
  .product-details-text-overlay {
    position: relative;
    background-color: #7e7e7e;
  }
  .toggle > dd {
    font-size: 16px !important;
  }
  .slider-counting {
    right: 5%;
  }
  .home-section .owl-prev {
    left: 37%;
  }
  .home-section .owl-next {
    right: 37%;
  }
  .reverse-div {
    display: flex;
    flex-direction: column-reverse;
  }
  .overlay-text {
    width: 100%;
  }
  h1.inner-banner-text {
    font-size: 36px;
    line-height: 40px;
  }
  .product-detail-text-overlay {
    background-color: #383838;
    position: relative;
    top: 225px;
    right: -50%;
  }
  .sustainability-text-overlay h3 {
    font-size: 22px;
  }
  .sustainability-text-overlay h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .sustainability-text-overlay {
    padding: 100px 30px;
  }
  .home-video-container {
    padding: 20px !important;
  }
  .footer {
    display: none;
  }
  .footer-social {
    width: 70%;
  }
  .copyright-text a {
    color: #666;
  }
  .page-section.footer-desktop {
    display: none;
  }
  .mobile-column:after {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-section.footer-mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .alt-features-item {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
}
.full-gallery-view {
  width: 425%;
  margin-top: 15px;
}
.product-item:nth-of-type(4n+2) .full-gallery-view {
  margin-left: -112%;
}
.product-item:nth-of-type(4n+3) .full-gallery-view {
  margin-left: -218%;
}
.product-item:nth-of-type(4n+4) .full-gallery-view {
  margin-left: -326%;
}
@media (max-width: 991px) {
  .product-item:nth-of-type(4n+3) .full-gallery-view {
    margin-left: 3%;
  }
  .product-item:nth-of-type(4n+4) .full-gallery-view {
    margin-left: -117%;
  }
  .full-gallery-view {
    width: 210%;
  }
}
.product-desc p {
  line-height: 27px;
  margin-bottom: 15px;
}
.btn-read-more {
  background-color: transparent;
  color: #4a4a4a;
  padding: 0px;
  text-decoration: underline;
  font-size: 18px;
  border: 0px;
}
.btn.btn-light.prev-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
  background-color: transparent;
  border: none;
}
.btn.btn-light.next-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 9;
  background-color: transparent;
  border: none;
}
.btn.btn-light.next-btn svg {
  width: 12px;
  color: #fff;
}
.btn.btn-light.prev-btn svg {
  width: 12px;
  color: #fff;
}
.prv-next-button-w {
  opacity: 0;
}
.next-prv-over:hover .prv-next-button-w {
  opacity: 1;
}
.title-404 {
  font-size: 120px;
  line-height: 110px;
}
.box-404 {
  background-color: #f2f2f2;
  padding: 50px;
  text-align: center;
}
.product-new-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #66666687;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.gallery-tabs li:first-child {
  margin-left: -10px;
}
.product-table th {
  background-color: #e4e4e4;
  font-weight: 600 !important;
}

/* src/assets/css/icons.css */
@font-face {
  font-family: "icons";
  src:
    url(assets/webfonts/icons.ttf) format("truetype"),
    url(assets/webfonts/icons.html) format("woff"),
    url(assets/images/icons.html#icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=mi-],
[class*=" mi-"] {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(0.003deg);
}
.mi-add:before {
  content: "\e900";
}
.mi-archive:before {
  content: "\e901";
}
.mi-arrow-down:before {
  content: "\e902";
}
.mi-arrow-left:before {
  content: "\e903";
}
.mi-arrow-left-down:before {
  content: "\e904";
}
.mi-arrow-left-up:before {
  content: "\e905";
}
.mi-arrow-right:before {
  content: "\e906";
}
.mi-arrow-right-down:before {
  content: "\e907";
}
.mi-arrow-right-up:before {
  content: "\e908";
}
.mi-arrow-up:before {
  content: "\e909";
}
.mi-attachment:before {
  content: "\e90a";
}
.mi-backspace:before {
  content: "\e90b";
}
.mi-ban:before {
  content: "\e90c";
}
.mi-bar-chart:before {
  content: "\e90d";
}
.mi-bar-chart-alt:before {
  content: "\e90e";
}
.mi-board:before {
  content: "\e90f";
}
.mi-bold:before {
  content: "\e910";
}
.mi-book:before {
  content: "\e911";
}
.mi-bookmark:before {
  content: "\e912";
}
.mi-calendar:before {
  content: "\e913";
}
.mi-call:before {
  content: "\e914";
}
.mi-camera:before {
  content: "\e915";
}
.mi-caret-down:before {
  content: "\e916";
}
.mi-caret-left:before {
  content: "\e917";
}
.mi-caret-right:before {
  content: "\e918";
}
.mi-caret-up:before {
  content: "\e919";
}
.mi-check:before {
  content: "\e91a";
}
.mi-chevron-double-down:before {
  content: "\e91b";
}
.mi-chevron-double-left:before {
  content: "\e91c";
}
.mi-chevron-double-right:before {
  content: "\e91d";
}
.mi-chevron-double-up:before {
  content: "\e91e";
}
.mi-chevron-down:before {
  content: "\e91f";
}
.mi-chevron-left:before {
  content: "\e920";
}
.mi-chevron-right:before {
  content: "\e921";
}
.mi-chevron-up:before {
  content: "\e922";
}
.mi-circle:before {
  content: "\e923";
}
.mi-circle-add:before {
  content: "\e924";
}
.mi-circle-arrow-down:before {
  content: "\e925";
}
.mi-circle-arrow-left:before {
  content: "\e926";
}
.mi-circle-arrow-right:before {
  content: "\e927";
}
.mi-circle-arrow-up:before {
  content: "\e928";
}
.mi-circle-check:before {
  content: "\e929";
}
.mi-circle-error:before {
  content: "\e92a";
}
.mi-circle-help:before {
  content: "\e92b";
}
.mi-circle-information:before {
  content: "\e92c";
}
.mi-circle-remove:before {
  content: "\e92d";
}
.mi-circle-warning:before {
  content: "\e92e";
}
.mi-clipboard:before {
  content: "\e92f";
}
.mi-clipboard-check:before {
  content: "\e930";
}
.mi-clipboard-list:before {
  content: "\e931";
}
.mi-clock:before {
  content: "\e932";
}
.mi-close:before {
  content: "\e933";
}
.mi-cloud:before {
  content: "\e934";
}
.mi-cloud-download:before {
  content: "\e935";
}
.mi-cloud-upload:before {
  content: "\e936";
}
.mi-cloudy:before {
  content: "\e937";
}
.mi-comment:before {
  content: "\e938";
}
.mi-compass:before {
  content: "\e939";
}
.mi-computer:before {
  content: "\e93a";
}
.mi-copy:before {
  content: "\e93b";
}
.mi-credit-card:before {
  content: "\e93c";
}
.mi-database:before {
  content: "\e93d";
}
.mi-delete:before {
  content: "\e93e";
}
.mi-delete-alt:before {
  content: "\e93f";
}
.mi-document:before {
  content: "\e940";
}
.mi-document-add:before {
  content: "\e941";
}
.mi-document-check:before {
  content: "\e942";
}
.mi-document-download:before {
  content: "\e943";
}
.mi-document-empty:before {
  content: "\e944";
}
.mi-document-remove:before {
  content: "\e945";
}
.mi-download:before {
  content: "\e946";
}
.mi-drag:before {
  content: "\e947";
}
.mi-drop:before {
  content: "\e948";
}
.mi-edit:before {
  content: "\e949";
}
.mi-edit-alt:before {
  content: "\e94a";
}
.mi-email:before {
  content: "\e94b";
}
.mi-enter:before {
  content: "\e94c";
}
.mi-expand:before {
  content: "\e94d";
}
.mi-export:before {
  content: "\e94e";
}
.mi-external-link:before {
  content: "\e94f";
}
.mi-eye:before {
  content: "\e950";
}
.mi-eye-off:before {
  content: "\e951";
}
.mi-favorite:before {
  content: "\e952";
}
.mi-filter:before {
  content: "\e953";
}
.mi-filter-1:before {
  content: "\e954";
}
.mi-filter-alt:before {
  content: "\e955";
}
.mi-flag:before {
  content: "\e956";
}
.mi-fog:before {
  content: "\e957";
}
.mi-folder:before {
  content: "\e958";
}
.mi-folder-add:before {
  content: "\e959";
}
.mi-folder-check:before {
  content: "\e95a";
}
.mi-folder-download:before {
  content: "\e95b";
}
.mi-folder-remove:before {
  content: "\e95c";
}
.mi-grid:before {
  content: "\e95d";
}
.mi-heart:before {
  content: "\e95e";
}
.mi-home:before {
  content: "\e95f";
}
.mi-image:before {
  content: "\e960";
}
.mi-inbox:before {
  content: "\e961";
}
.mi-italic:before {
  content: "\e962";
}
.mi-laptop:before {
  content: "\e963";
}
.mi-layers:before {
  content: "\e964";
}
.mi-layout:before {
  content: "\e965";
}
.mi-link:before {
  content: "\e966";
}
.mi-link-alt:before {
  content: "\e967";
}
.mi-list:before {
  content: "\e968";
}
.mi-location:before {
  content: "\e969";
}
.mi-lock:before {
  content: "\e96a";
}
.mi-log-in:before {
  content: "\e96b";
}
.mi-log-out:before {
  content: "\e96c";
}
.mi-map:before {
  content: "\e96d";
}
.mi-megaphone:before {
  content: "\e96e";
}
.mi-menu:before {
  content: "\e96f";
}
.mi-message:before {
  content: "\e970";
}
.mi-message-alt:before {
  content: "\e971";
}
.mi-minimize:before {
  content: "\e972";
}
.mi-mobile:before {
  content: "\e973";
}
.mi-moon:before {
  content: "\e974";
}
.mi-next:before {
  content: "\e975";
}
.mi-notification:before {
  content: "\e976";
}
.mi-notification-off:before {
  content: "\e977";
}
.mi-options-horizontal:before {
  content: "\e978";
}
.mi-options-vertical:before {
  content: "\e979";
}
.mi-pause:before {
  content: "\e97a";
}
.mi-pen:before {
  content: "\e97b";
}
.mi-percentage:before {
  content: "\e97c";
}
.mi-pin:before {
  content: "\e97d";
}
.mi-play:before {
  content: "\e97e";
}
.mi-previous:before {
  content: "\e97f";
}
.mi-print:before {
  content: "\e980";
}
.mi-rain:before {
  content: "\e981";
}
.mi-refresh:before {
  content: "\e982";
}
.mi-remove:before {
  content: "\e983";
}
.mi-reorder:before {
  content: "\e984";
}
.mi-reorder-alt:before {
  content: "\e985";
}
.mi-repeat:before {
  content: "\e986";
}
.mi-save:before {
  content: "\e987";
}
.mi-search:before {
  content: "\e988";
}
.mi-select:before {
  content: "\e989";
}
.mi-send:before {
  content: "\e98a";
}
.mi-settings:before {
  content: "\e98b";
}
.mi-share:before {
  content: "\e98c";
}
.mi-shopping-cart:before {
  content: "\e98d";
}
.mi-shopping-cart-add:before {
  content: "\e98e";
}
.mi-shuffle:before {
  content: "\e98f";
}
.mi-snow:before {
  content: "\e990";
}
.mi-snowflake:before {
  content: "\e991";
}
.mi-sort:before {
  content: "\e992";
}
.mi-speakers:before {
  content: "\e993";
}
.mi-stop:before {
  content: "\e994";
}
.mi-storm:before {
  content: "\e995";
}
.mi-strikethrough:before {
  content: "\e996";
}
.mi-sun:before {
  content: "\e997";
}
.mi-sunrise:before {
  content: "\e998";
}
.mi-sunrise-alt:before {
  content: "\e999";
}
.mi-sunset:before {
  content: "\e99a";
}
.mi-switch:before {
  content: "\e99b";
}
.mi-table:before {
  content: "\e99c";
}
.mi-tablet:before {
  content: "\e99d";
}
.mi-tag:before {
  content: "\e99e";
}
.mi-temperature:before {
  content: "\e99f";
}
.mi-text:before {
  content: "\e9a0";
}
.mi-three-rows:before {
  content: "\e9a1";
}
.mi-two-columns:before {
  content: "\e9a2";
}
.mi-two-rows:before {
  content: "\e9a3";
}
.mi-underline:before {
  content: "\e9a4";
}
.mi-undo:before {
  content: "\e9a5";
}
.mi-unlock:before {
  content: "\e9a6";
}
.mi-user:before {
  content: "\e9a7";
}
.mi-user-add:before {
  content: "\e9a8";
}
.mi-user-check:before {
  content: "\e9a9";
}
.mi-user-remove:before {
  content: "\e9aa";
}
.mi-users:before {
  content: "\e9ab";
}
.mi-volume-off:before {
  content: "\e9ac";
}
.mi-volume-up:before {
  content: "\e9ad";
}
.mi-warning:before {
  content: "\e9ae";
}
.mi-webcam:before {
  content: "\e9af";
}
.mi-wind:before {
  content: "\e9b0";
}
.mi-window:before {
  content: "\e9b1";
}
.mi-zoom-in:before {
  content: "\e9b2";
}
.mi-zoom-out:before {
  content: "\e9b3";
}

/* src/assets/css/icomoon.css */
@font-face {
  font-family: "icomoon";
  src:
    url(assets/webfonts/icomoon/icomoon.ttf) format("truetype"),
    url(webfonts/icomoon/icomoon.html) format("woff"),
    url(assets/webfonts/icomoon/icomoon.html#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(0.003deg);
}
.icon-quotation-mark:before {
  content: "\e934";
}
.icon-star-rate:before {
  content: "\e935";
}
.icon-star-rate-a:before {
  content: "\e936";
}
.icon-play:before {
  content: "\e941";
}
.icon-globe:before {
  content: "\e937";
}
.icon-info:before {
  content: "\e938";
}
.icon-arrow-left2:before {
  content: "\e939";
}
.icon-arrow-right2:before {
  content: "\e93a";
}
.icon-arrow-down:before {
  content: "\e93b";
}
.icon-arrow-up:before {
  content: "\e93c";
}
.icon-arrow-down1:before {
  content: "\e93d";
}
.icon-arrow-up1:before {
  content: "\e93e";
}
.icon-arrow-left1:before {
  content: "\e93f";
}
.icon-arrow-right1:before {
  content: "\e940";
}
.icon-arrow-right:before {
  content: "\e942";
}
.icon-info {
  position: relative;
  top: 0.05em;
}
.icon-arrow-up {
  position: relative;
  left: 0.5px;
}

/* src/assets/css/font-awesome-brands.css */
@font-face {
  font-family: "font-awesome-brands";
  src:
    url("media/font-awesome-brands.ttf") format("truetype"),
    url("media/font-awesome-brands.woff") format("woff"),
    url("media/font-awesome-brands.svg#font-awesome-brands") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-],
[class*=" fa-"] {
  font-family: "font-awesome-brands" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(0.003deg);
}
.fa-square-x-twitter:before {
  content: "\e900";
}
.fa-x-twitter:before {
  content: "\e901";
}
.fa-px:before {
  content: "\e902";
}
.fa-amazon:before {
  content: "\e903";
}
.fa-android:before {
  content: "\e904";
}
.fa-apple:before {
  content: "\e905";
}
.fa-behance:before {
  content: "\e906";
}
.fa-blogger:before {
  content: "\e907";
}
.fa-codepen:before {
  content: "\e908";
}
.fa-deviantart:before {
  content: "\e909";
}
.fa-digg:before {
  content: "\e90a";
}
.fa-dribbble:before {
  content: "\e90b";
}
.fa-dropbox:before {
  content: "\e90c";
}
.fa-etsy:before {
  content: "\e90d";
}
.fa-facebook:before {
  content: "\e90e";
}
.fa-facebook-f:before {
  content: "\e90f";
}
.fa-figma:before {
  content: "\e910";
}
.fa-flickr:before {
  content: "\e911";
}
.fa-github:before {
  content: "\e912";
}
.fa-google:before {
  content: "\e913";
}
.fa-google-drive:before {
  content: "\e914";
}
.fa-google-play:before {
  content: "\e915";
}
.fa-hubspot:before {
  content: "\e916";
}
.fa-imdb:before {
  content: "\e917";
}
.fa-instagram:before {
  content: "\e918";
}
.fa-itunes:before {
  content: "\e919";
}
.fa-jsfiddle:before {
  content: "\e91a";
}
.fa-kickstarter:before {
  content: "\e91b";
}
.fa-linkedin:before {
  content: "\e91c";
}
.fa-linkedin-in:before {
  content: "\e91d";
}
.fa-medium:before {
  content: "\e91e";
}
.fa-paypal:before {
  content: "\e91f";
}
.fa-pinterest:before {
  content: "\e920";
}
.fa-pinterest-p:before {
  content: "\e921";
}
.fa-product-hunt:before {
  content: "\e922";
}
.fa-reddit:before {
  content: "\e923";
}
.fa-shopify:before {
  content: "\e924";
}
.fa-skype:before {
  content: "\e925";
}
.fa-slack:before {
  content: "\e926";
}
.fa-soundcloud:before {
  content: "\e927";
}
.fa-spotify:before {
  content: "\e928";
}
.fa-stack-overflow:before {
  content: "\e929";
}
.fa-steam:before {
  content: "\e92a";
}
.fa-stripe:before {
  content: "\e92b";
}
.fa-tiktok:before {
  content: "\e92c";
}
.fa-tumblr:before {
  content: "\e92d";
}
.fa-twitch:before {
  content: "\e92e";
}
.fa-twitter:before {
  content: "\e92f";
}
.fa-viber:before {
  content: "\e930";
}
.fa-vimeo:before {
  content: "\e931";
}
.fa-vimeo-v:before {
  content: "\e932";
}
.fa-whatsapp:before {
  content: "\e933";
}
.fa-yelp:before {
  content: "\e934";
}
.fa-youtube:before {
  content: "\e935";
}

/* src/assets/css/style.css */
:root {
  --font-global: "Raleway", sans-serif;
  --font-alt: "Raleway", sans-serif;
  --font-serif:
    Georgia,
    "Times New Roman",
    Times,
    serif;
  --full-wrapper-margin-x: 30px;
  --container-width: 1540px;
  --section-padding-y: 60px;
  --menu-bar-height: 85px;
  --menu-bar-height-scrolled: 65px;
  --color-blue-1: #2c5b80;
  --color-blue-1a: #184161;
  --color-dark-1: #000000;
  --color-dark-2: #171717;
  --color-dark-3: #272727;
  --color-dark-4: #555;
  --color-dark-5: #010101;
  --color-gray-1: #888;
  --color-gray-2: #797979;
  --color-gray-3: #ccc;
  --color-gray-4: #fff;
  --color-gray-light-1: #f1f1f1;
  --color-gray-light-2: #f7f7f7;
  --color-gray-light-3: #e5e5e5;
  --color-gray-light-4: #d5d5d5;
  --color-gray-light-5: #ccc;
  --color-gray-light-6: #53565a;
  --color-dark-mode-gray-1: rgba(255, 255, 255, 0.7);
  --color-dark-mode-gray-2: rgba(255, 255, 255, 0.1275);
  --color-primary-1: #4567ed;
  --color-primary-1-a: #375ae3;
  --color-primary-light-1: #e3effe;
  --color-primary-light-1-a: #bcd1f1;
  --color-primary-2: #7752e7;
  --color-primary-light-2: #e7defe;
  --color-primary-3: #b947d9;
  --color-primary-light-3: #f7defe;
  --color-primary-4: #53565a;
  --color-primary-light-4: #ffe1f5;
  --color-secondary-1: #fbe3a1;
  --gradient-primary-1:
    linear-gradient(
      
      90deg,
      var(--color-primary-4) 0%,
      var(--color-primary-3) 33%,
      var(--color-primary-2) 67%,
      var(--color-primary-1) 100% );
  --gradient-primary-1-a:
    linear-gradient(
      
      90deg,
      var(--color-primary-4) 25%,
      var(--color-primary-3) 40%,
      var(--color-primary-2) 60%,
      var(--color-primary-1) 75% );
  --gradient-primary-1-b:
    linear-gradient(
      
      45deg,
      var(--color-primary-4) 0%,
      var(--color-primary-3) 33%,
      var(--color-primary-2) 67%,
      var(--color-primary-1) 100% );
  --gradient-primary-1-c:
    linear-gradient(
      
      0deg,
      var(--color-primary-4) 0%,
      var(--color-primary-3) 33%,
      var(--color-primary-2) 67%,
      var(--color-primary-1) 100% );
  --gradient-gray-light-1:
    linear-gradient(
      0deg,
      #f5f5f5 0%,
      #fff 100%);
  --gradient-gray-light-2:
    linear-gradient(
      0deg,
      #fff 0%,
      #f5f5f5 100%);
  --gradient-dark-alpha-1:
    linear-gradient(
      
      90deg,
      var(--color-dark-1) 40%,
      transparent 87% );
  --gradient-dark-alpha-2:
    linear-gradient(
      
      90deg,
      transparent 13%,
      var(--color-dark-1) 60% );
  --gradient-primary-alpha-1:
    linear-gradient(
      
      90deg,
      var(--color-primary-1) 40%,
      transparent 87% );
  --gradient-primary-alpha-2:
    linear-gradient(
      
      90deg,
      transparent 13%,
      var(--color-primary-1) 60% );
  --border-radius-default: 4px;
  --border-radius-large: 30px;
  --box-shadow:
    0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03),
    0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  --box-shadow-strong:
    0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06),
    0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  --box-shadow-block: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
  --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
  --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  --ease-default: cubic-bezier(0, 0, 0.58, 1);
  --ease-out-long: cubic-bezier(0, 0.5, 0, 1);
  --ease-out-medium: cubic-bezier(0, 0.57, 0.55, 1);
  --ease-out-short: cubic-bezier(0.15, 0.7, 0.78, 1);
  --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
}
:root {
  scroll-behavior: auto;
}
html {
  -ms-overflow-style: scrollbar;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
main {
  overflow: clip;
}
iframe {
  border: none;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
a:focus:not(.focus-visible),
a:active,
section:focus,
div:active,
div:focus {
  -moz-outline: none;
  outline: none;
}
a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
  outline-offset: 0 !important;
}
.image-fullwidth img {
  width: 100%;
  height: auto;
}
.min-height-80vh {
  min-height: 80vh;
}
.min-height-90vh {
  min-height: 90vh;
}
.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}
.align-center {
  text-align: center !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.no-hover {
  cursor: default !important;
}
.wch-unset {
  will-change: unset !important;
}
.white {
  color: #fff !important;
}
.black {
  color: var(--color-dakr-1) !important;
}
.color-primary-1 {
  color: var(--color-primary-1) !important;
}
.color-primary-2 {
  color: var(--color-primary-2) !important;
}
.color-primary-3 {
  color: var(--color-primary-3) !important;
}
.color-primary-4 {
  color: var(--color-primary-4) !important;
}
.color-secondary-1 {
  color: var(--color-secondary-1) !important;
}
.opacity-003 {
  opacity: 0.03 !important;
}
.opacity-004 {
  opacity: 0.04 !important;
}
.opacity-005 {
  opacity: 0.05 !important;
}
.opacity-006 {
  opacity: 0.06 !important;
}
.opacity-007 {
  opacity: 0.07 !important;
}
.opacity-008 {
  opacity: 0.08 !important;
}
.opacity-009 {
  opacity: 0.09 !important;
}
.opacity-01 {
  opacity: 0.1 !important;
}
.opacity-015 {
  opacity: 0.15 !important;
}
.opacity-02 {
  opacity: 0.2 !important;
}
.opacity-025 {
  opacity: 0.25 !important;
}
.opacity-03 {
  opacity: 0.3 !important;
}
.opacity-035 {
  opacity: 0.35 !important;
}
.opacity-04 {
  opacity: 0.4 !important;
}
.opacity-045 {
  opacity: 0.45 !important;
}
.opacity-05 {
  opacity: 0.5 !important;
}
.opacity-055 {
  opacity: 0.55 !important;
}
.opacity-06 {
  opacity: 0.6 !important;
}
.opacity-065 {
  opacity: 0.65 !important;
}
.opacity-07 {
  opacity: 0.7 !important;
}
.opacity-075 {
  opacity: 0.75 !important;
}
.opacity-08 {
  opacity: 0.8 !important;
}
.opacity-085 {
  opacity: 0.85 !important;
}
.opacity-09 {
  opacity: 0.9 !important;
}
.opacity-095 {
  opacity: 0.95 !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.size-13 {
  font-size: 13.5px !important;
}
.size-14 {
  font-size: 14px !important;
}
.size-15 {
  font-size: 15px !important;
}
.size-16 {
  font-size: 16px !important;
}
.size-17 {
  font-size: 17px !important;
}
.size-18 {
  font-size: 18.5px !important;
}
.size-20 {
  font-size: 20px !important;
}
.size-22 {
  font-size: 22px !important;
}
.size-24 {
  font-size: 24px !important;
}
.box-shadow {
  box-shadow: var(--box-shadow-block) !important;
}
.box-shadow-strong {
  box-shadow: var(--box-shadow-block-strong) !important;
}
.border-color-primary-1 {
  border: 1px solid var(--color-primary-1);
}
.border-color-primary-2 {
  border: 1px solid var(--color-primary-2);
}
.border-color-primary-3 {
  border: 1px solid var(--color-primary-3);
}
.border-color-primary-4 {
  border: 1px solid var(--color-primary-4);
}
.border-dark {
  border: 1px solid var(--color-dark-mode-gray-2) !important;
}
.bg-border-dark {
  background: var(--color-dark-3) !important;
  border: 1px solid var(--color-dark-mode-gray-2) !important;
}
.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.block-sticky {
  position: sticky;
  top: calc(var(--menu-bar-height-scrolled) + 40px);
  left: 0;
}
.round {
  border-radius: var(--border-radius-default) !important;
}
.round-large {
  border-radius: var(--border-radius-large) !important;
}
.circle {
  border-radius: 100px !important;
}
.circle-large {
  border-radius: 700px !important;
}
.round.overflow-hidden,
.round-large.overflow-hidden,
.circle.overflow-hidden,
.circle-large.overflow-hidden {
  isolation: isolate;
  transform: translateZ(0);
}
::selection {
  color: #fff;
  background: var(--color-primary-1);
}
.light-content ::selection {
  color: #fff;
  background: var(--color-primary-1);
}
.animate,
.animate * {
  transition: var(--transition-default);
}
.parallax-mousemove {
  transition: var(--transition-default);
  -moz-transition: none !important;
  will-change: transform;
}
.parallax-mousemove-follow {
  -moz-transition: none !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .parallax-mousemove,
  .parallax-mousemove-follow {
    transition: none !important;
  }
}
[data-rellax-x] {
  transition: transform 0.25s var(--ease-out-short);
  transition-delay: 0.0025s;
  will-change: transform;
}
[data-rellax-y] {
  transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 0.0025s;
  will-change: transform;
}
.no-animate {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.clearlinks a {
  text-decoration: none;
  color: unset;
}
.full-wrapper {
  margin: 0 var(--full-wrapper-margin-x);
}
.container {
  max-width: var(--container-width);
  padding: 0 30px;
}
.row:not(.g-0, .g-1, .g-2, .g-3, .g-4, .g-5, .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5, .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
  --bs-gutter-x: 30px;
}
.row.gx-huge {
  --bs-gutter-x: 276px;
}
.icon-ellipse {
  position: relative;
  top: -0.085em;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: currentColor;
  border-radius: 50%;
}
.text-outline-cont {
  position: relative;
  display: inline-block;
}
.text-outline {
  position: relative;
}
.text-outline-1 {
  position: absolute;
  top: -0.36em;
  left: 0;
  color: #fff;
  -webkit-text-stroke: 1px var(--color-dark-1);
  opacity: 0.2;
  pointer-events: none;
}
.text-outline-2 {
  position: absolute;
  top: -0.72em;
  left: 0;
  color: #fff;
  -webkit-text-stroke: 1px var(--color-dark-1);
  opacity: 0.1;
  pointer-events: none;
}
.light-content .text-outline-1 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.17;
}
.light-content .text-outline-2 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.07;
}
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 140px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  z-index: 100001;
  background-image: url(assets/images/loader.gif);
  background-repeat: no-repeat;
}
.page-loader.dark {
  background: var(--color-dark-1);
}
.page-loader.dark .loader {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.page-loader.gradient .loader {
  border-color: transparent;
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.page-loader.gradient.dark .loader {
  border-color: transparent !important;
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.page-loader.color .loader {
  border-color: var(--color-primary-light-1-a);
  border-left-color: var(--color-primary-1);
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  color: var(--color-dark-1);
  font-family: var(--font-global);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.67;
}
a {
  color: var(--color-dark-1);
  text-decoration: none;
  transition: color 0.1s var(--ease-default);
}
a:hover {
  color: var(--color-dark-4);
  text-decoration: underline;
}
b,
strong {
  font-weight: 500;
}
mark {
  position: relative;
  padding: 0;
  color: inherit;
  background-color: transparent;
  background-image:
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.1) 0,
      rgba(17, 17, 17, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 110%;
}
.light-content mark {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 100%);
}
.mark-decoration-1 {
  position: relative;
  display: inline-block;
}
.mark-decoration-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4em;
  width: 100%;
  height: 0.5357em;
  background-image: url(assets/images/mark-decoration-1_1.html);
  background-repeat: no-repeat;
  background-size: auto 0.55357em;
  background-position: 0 0;
  pointer-events: none;
}
.light-content .mark-decoration-1:before {
  background-image: url(assets/images/mark-decoration-1-white.html);
}
.mark-decoration-2 {
  position: relative;
  display: inline-block;
}
.mark-decoration-2:before {
  content: "";
  position: absolute;
  top: -0.09em;
  left: -0.2em;
  bottom: -0.09em;
  right: -0.2em;
  display: block;
  border: 1px solid var(--color-dark-1);
  border-radius: 50%;
  opacity: 0.7;
  transform: rotate(-7deg);
  pointer-events: none;
}
.mark-decoration-3-wrap {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.mark-decoration-3 {
  position: absolute;
  left: 0;
  bottom: 0.12em;
  display: block;
  width: 100%;
  height: 0.2em;
  z-index: -1;
}
.mark-decoration-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary-1);
}
.light-content .mark-decoration-3:before {
  opacity: 0.37;
}
.mark-decoration-4 {
  position: relative;
  display: inline-block;
}
.mark-decoration-4:before {
  content: "";
  position: absolute;
  bottom: 0.12em;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  opacity: 0.2;
  background: var(--gradient-primary-1);
  pointer-events: none;
  z-index: -1;
}
.light-content .mark-decoration-4:before {
  opacity: 0.375;
}
.mark-decoration-5 {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.mark-decoration-5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4em;
  width: 100%;
  height: 0.5357em;
  background-image: url(assets/images/mark-decoration-1_1.html);
  background-repeat: no-repeat;
  background-size: auto 0.25892em;
  background-position: 0 0;
  pointer-events: none;
  z-index: -1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  margin-bottom: 0.2em;
  font-size: 42px;
}
h2,
.h2 {
  margin-bottom: 0.5em;
  font-size: 36px;
}
h3,
.h3 {
  margin-bottom: 0.7em;
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
}
p {
  margin: 0 0 1.5em 0;
  font-size: 16px;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 0 2em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.47;
}
blockquote p {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 140%;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
blockquote footer {
  font-size: 15px;
  font-weight: 400;
}
.testimonial {
  position: relative;
  margin: 0 0 1.5em 0;
  padding-left: 1.9778em;
  border: none;
  background: none;
  font-size: 46px;
  border: none;
}
.testimonial p {
  position: relative;
  margin-bottom: 0.85em;
  font-size: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.025em;
  line-height: 1.217;
}
.testimonial footer {
  font-size: 18px;
  font-weight: 500;
}
.testimonial .small {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-gray-1);
}
.light-content .testimonial .small {
  color: var(--color-dark-mode-gray-1);
}
.testimonial .blockquote-icon {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 0.88em;
  height: 0.88em;
  background: #fff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.5em;
  line-height: 1.45em;
  text-align: center;
}
.light-content .testimonial .blockquote-icon {
  color: var(--color-dark-1);
}
dl dt {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.0039em;
}
dl dd {
  margin-bottom: 1.9em;
  color: var(--color-gray-1);
}
.light-content dl dd {
  color: var(--color-dark-mode-gray-1);
}
pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}
hr {
  background-color: #000;
  opacity: 0.2;
}
hr.white {
  background-color: #fff;
  opacity: 1;
}
.dark-mode hr.white {
  background-color: #fff;
  opacity: 0.15;
}
hr.black {
  background-color: var(--color-dark-1);
  opacity: 1;
}
hr.thick {
  height: 2px;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: normal;
}
.font-alt {
  font-family: var(--font-alt);
}
.normal {
  font-weight: normal;
}
.strong {
  font-weight: 700 !important;
}
.lead {
  margin: 0 0 1em 0;
  font-size: 140%;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.5;
}
.lead-alt {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.196;
  letter-spacing: -0.04em;
}
.dropcap {
  float: left;
  font-size: 3em;
  line-height: 1;
  padding: 2px 8px 2px 0;
}
.highlight pre {
  border: 1px solid var(--color-gray-light-3);
  background: var(--color-gray-light-2);
  color: var(--color-dark-4);
  border-radius: var(--border-radius-default);
}
.light-content .highlight pre {
  border-color: transparent;
  background-color: var(--color-dark-3);
  color: var(--color-gray-light-6);
}
.hs-wrap {
  position: relative;
  margin: 0 auto;
  padding: 50px 40px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-default);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  isolation: isolate;
  transform: translateZ(0);
}
.hs-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.hs-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3%;
  height: 160%;
  mix-blend-mode: difference;
  pointer-events: none;
}
.hs-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(30deg);
}
.hs-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 50px;
}
.hs-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media only screen and (min-width: 992px) {
  .hs-title-overlap {
    width: 137% !important;
    margin-right: -37%;
  }
}
.banner-title {
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  text-decoration: none;
}
.banner-title a:hover {
  text-decoration: none;
}
.owl-item a:hover {
  text-decoration: none;
}
.hs-title-1 {
  margin-top: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 82px;
  letter-spacing: 0.5px;
}
.hs-title-2 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}
.hs-title-3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}
.hs-title-4 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}
.hs-title-5 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}
.hs-title-6 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.hs-line-14 {
  font-size: 120px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.hs-image-1 {
  max-width: 0.85em;
  max-height: 0.85em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.hs-image-1 {
  width: 0.85em;
  height: 0.85em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.hs-image-2 {
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 50%;
}
.hs-image-3 {
  height: 0.75em !important;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 100px;
}
.hs-paragraph-1 {
  position: absolute;
  top: 158px;
  left: 0;
  max-width: 256px;
  font-size: 16px;
  line-height: 1.5;
}
.hs-paragraph-2 {
  position: absolute;
  top: 160px;
  right: 50px;
  max-width: 350px;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 4em;
  line-height: 1.5;
  letter-spacing: 0;
}
.hs-descr {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.353;
  letter-spacing: -0.0075em;
}
.link-hover-anim {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  color: currentColor;
  background: none;
  border: none;
  cursor: pointer;
}
.link-hover-anim:hover {
  text-decoration: none !important;
}
.main-nav .link-hover-anim {
  top: 1px;
}
.link-strong {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 7px 0;
  transition:
    transform 0.5s var(--ease-elastic-1),
    opacity 0.5s var(--ease-elastic-1),
    color 0.2s var(--ease-default);
}
.underline .link-strong {
  border-bottom: 2px solid currentColor;
}
.underline .link-strong i {
  position: relative;
  top: 0.075em;
}
.link-hover-anim:not(.underline) .link-strong i:not([class^=icon-]) {
  position: relative;
  top: -0.05em;
  vertical-align: middle;
}
.link-strong svg {
  position: relative;
  top: -0.1em;
  margin-right: 0.2em;
}
.link-strong-hovered {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0;
  transform: translateY(150%) translateZ(0.001px) skewY(10deg);
}
.link-hover-anim:hover {
  color: inherit;
}
.link-strong-unhovered {
  display: block;
}
.link-hover-anim:hover .link-strong-unhovered {
  opacity: 0;
  transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}
.link-hover-anim:hover .link-strong-hovered {
  opacity: 1;
  transform: translateY(0) translateZ(0.001px) skewY(0);
}
.light-content .link-strong,
.light-content .link-hover-anim {
  color: #fff;
}
.link-hover-anim.link-gradient .link-strong {
  background: var(--gradient-primary-1-a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link-hover-anim.link-gradient .link-strong i {
  -webkit-text-fill-color: var(--color-primary-1);
}
.link-circle {
  padding-right: 22px;
}
.link-circle:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
  transform: translate3d(0, -50%, 0.001px);
  display: block;
  width: 51px;
  height: 51px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all 0.5s var(--ease-elastic-2);
}
.link-circle:hover:before {
  transform: translate3d(0, -50%, 0.001px) scale(1.1);
}
.link-circle .link-strong {
  padding: 20px 0;
}
.link-circle-1 {
  margin-left: -7px;
  padding-left: 27px;
}
.link-circle-1:before {
  content: "";
  position: absolute;
  top: calc(50%);
  left: 7px;
  transform: translate3d(0, -50%, 0.001px);
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid var(--color-dark-1);
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.5s var(--ease-elastic-2);
}
.link-circle-1 .link-strong-hovered {
  left: 27px;
}
.light-content .link-circle-1:before {
  border-color: #fff;
  opacity: 0.25;
}
.link-circle-1:hover:before {
  transform: translate3d(0, -50%, 0.001px) scale(0.88);
}
.link-circle-1 .link-strong {
  padding: 24px 0;
}
.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-blue-1);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.065em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-mod:active {
  cursor: pointer !important;
  outline: none !important;
}
.btn-mod i.align-center:before {
  display: block;
  margin: -0.275em 0;
  transform: translateY(0.14em);
}
.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.btn-mod.btn-medium {
  height: auto;
  padding: 13px 20px 12px;
  font-size: 13px;
  letter-spacing: 0.085em;
}
.btn-mod.btn-large {
  height: auto;
  padding: 13px 30px 13px;
  font-size: 13px;
  letter-spacing: 0.085em;
}
.btn-mod.btn-w {
  color: var(--color-dark-1);
  background: #fff;
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
  color: var(--color-dark-1);
  background: rgba(255, 255, 255, 1);
}
.btn-mod.btn-w-c {
  color: var(--color-primary-1);
  background: #fff;
}
.btn-mod.btn-w-c:hover,
.btn-mod.btn-w-c:focus {
  color: var(--color-primary-1);
  background: #fff;
}
.btn-mod.btn-border {
  color: var(--color-dark-1);
  border: 1px solid var(--color-dark-1);
  background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
  color: var(--color-dark-1);
  border-color: var(--color-dark-1);
}
.btn-mod.btn-border-c {
  color: var(--color-primary-1);
  border: 1px solid var(--color-primary-1);
  background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: var(--color-primary-1);
}
.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  border-color: #fff;
}
.btn-mod.btn-border-w-light {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
.btn-mod.btn-border-w-light:hover,
.btn-mod.btn-border-w-light:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-mod.btn-gray {
  color: var(--color-dark-4);
  background: var(--color-gray-light-3);
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus {
  color: var(--color-dark-3);
  background: var(--color-gray-light-4);
}
.btn-mod.btn-color {
  color: #fff;
  background: var(--color-primary-1);
}
.btn-mod.btn-color-light {
  color: var(--color-primary-1);
  background: var(--color-primary-light-1);
}
.btn-mod.btn-dark,
.btn-mod.btn-dark:hover,
.btn-mod.btn-dark:focus {
  background: var(--color-dark-3) !important;
  border: 1px solid var(--color-dark-mode-gray-2) !important;
  box-shadow: none !important;
}
.btn-mod.btn-circle {
  border-radius: 30px;
}
.btn-circle-alt {
  border-radius: 50%;
}
.btn-circle-alt:hover {
  border-radius: 10px;
}
.btn-mod.btn-round {
  border-radius: var(--border-radius-default);
}
.btn-full {
  width: 100%;
}
.btn-mod.btn-with-icon {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
  border: none;
  box-shadow: var(--box-shadow-block);
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: -10px;
  margin-right: 8px;
  font-size: 16px;
  border-radius: 50%;
}
.btn-icon.color-1 {
  color: #fff;
  background: var(--color-primary-1);
}
.btn-icon.color-2 {
  color: #fff;
  background: var(--color-primary-2);
}
.btn-icon.color-3 {
  color: #fff;
  background: var(--color-primary-3);
}
.btn-icon.color-4 {
  color: #fff;
  background: var(--color-primary-4);
}
.btn-mod.btn-with-icon:hover {
  background: #fff;
  box-shadow: var(--box-shadow-block-strong);
}
.btn-mod.btn-with-icon i:not(.btn-icon i) {
  position: relative;
  top: 0.05em;
  font-size: 20px;
}
.btn-mod.btn-hover-anim {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.btn-mod.btn-hover-anim > span {
  position: relative;
}
.btn-mod.btn-hover-anim:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.7) translateY(55%);
  background: var(--color-blue-1a);
  border-radius: 100%;
  transition: all 0.25s cubic-bezier(0, 0, 0.31, 0.99);
}
.btn-mod.btn-hover-anim:hover {
  opacity: 1;
  border-color: var(--color-dark-3);
}
.btn-mod.btn-hover-anim:hover:before {
  transform: scaleX(2) scaleY(1) translateY(-15%);
}
.btn-mod.btn-w.btn-hover-anim:before {
  background: #ddd;
}
.btn-mod.btn-w.btn-hover-anim:hover {
  border-color: #ddd;
}
.btn-mod.btn-w-c.btn-hover-anim:before {
  background: var(--color-primary-light-1);
}
.btn-mod.btn-w-c.btn-hover-anim:hover {
  border-color: var(--color-primary-light-1);
}
.btn-mod.btn-color.btn-hover-anim:before {
  background: var(--color-primary-1-a);
}
.btn-mod.btn-color.btn-hover-anim:hover {
  border-color: var(--color-primary-1-a);
}
.btn-mod.btn-ellipse,
.btn-mod.btn-ellipse:focus {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: none;
  transform: rotate(-15deg);
}
.btn-mod.btn-ellipse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 97%;
  transition: all 0.37s var(--ease-out-short);
}
.btn-mod.btn-ellipse > * {
  z-index: 1;
}
.btn-mod.btn-ellipse:hover {
  background: none;
  opacity: 1;
}
.btn-mod.btn-ellipse:hover:before {
  transform: scale(1.1);
}
.btn-mod.btn-ellipse.btn-w:before {
  background: #fff;
}
.btn-mod.btn-ellipse-inner {
  position: relative;
}
.btn-ellipse-inner {
  position: relative;
  overflow: hidden;
}
.btn-ellipse-unhovered {
  display: block;
  padding: 10px;
  transition: all 0.37s var(--ease-out-short);
}
.btn-ellipse-hovered {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  padding: 10px;
  opacity: 0;
  transition: all 0.37s var(--ease-out-short);
}
.btn-mod.btn-ellipse:hover .btn-ellipse-unhovered {
  opacity: 0;
  transform: translate(0, -100%);
}
.btn-mod.btn-ellipse:hover .btn-ellipse-hovered {
  opacity: 1;
  transform: translate(0, -100%);
}
.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-animate-y-1 {
  display: block;
  transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}
.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}
.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}
.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.big-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  font-size: 30px;
  color: var(--color-dark-1);
  background: #fff;
  border-radius: 50%;
  transition: var(--transition-default);
}
.big-icon i {
  position: relative;
  left: 0.1em;
}
.big-icon-gradient {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 12px;
  overflow: hidden;
  font-size: 30px;
  color: var(--color-dark-1);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 100px 0px rgba(185, 71, 217, 0.5);
  transition: transform 0.2s var(--ease-default);
  isolation: isolate;
  transform: translateZ(0);
}
.big-icon-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.225;
  transition: opacity 0.1s var(--ease-default);
}
.big-icon-gradient:hover:before {
  opacity: 0.15;
}
.big-icon-gradient i {
  position: relative;
  left: 0.1em;
}
.big-icon-gradient i:before {
  background: var(--gradient-primary-1-b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big-icon-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border: 3px solid var(--color-dark-1);
  text-align: center;
  font-size: 30px;
  color: var(--color-dark-1);
  border-radius: 50%;
  transition: var(--transition-default);
}
.big-icon-border i {
  position: relative;
  left: 0.1em;
}
.big-icon-link {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.big-icon-link:hover {
  text-decoration: none;
}
.light-content .big-icon-link {
  color: #fff;
}
.big-icon-link-gradient {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.big-icon-link-gradient:hover {
  text-decoration: none;
}
.light-content .big-icon-link-gradient {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}
.light-content .big-icon-link-gradient:hover {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9);
}
.light-content .big-icon-border {
  color: #fff;
  border-color: #fff;
}
.btn-mod.btn-grad {
  color: #fff !important;
  background-image: var(--gradient-primary-1);
  background-repeat: no-repeat;
  border: none;
}
.btn-mod.btn-border-grad {
  border: 1px solid transparent;
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: var(--color-primary-1);
}
.btn-mod.btn-border-grad > span {
  position: relative;
  display: block;
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-mod.btn-border-grad > span i {
  -webkit-text-fill-color: var(--color-primary-1);
}
.btn-mod.btn-border-grad .btn-animate-y-1,
.btn-mod.btn-border-grad .btn-animate-y-2 {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-nav.dark .btn-border-grad {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.mobile-on .link-hover-anim {
  top: 0;
}
.mobile-on .btn-border,
.mobile-on .btn-border:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=url],
.form input[type=search],
.form input[type=tel],
.form input[type=password],
.form input[type=date],
.form input[type=color],
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-dark-1);
  border-bottom: 1px solid var(--color-gray-3) !important;
  border: none;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0 !important;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.form select:not([multiple]) {
  padding-right: 24px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 5px;
}
.form select[multiple] {
  height: auto;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=url]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=password]::placeholder,
.form input[type=date]::placeholder,
.form input[type=color]::placeholder,
.form select::placeholder {
  color: var(--color-gray-2);
  transition: var(--transition-default), font-size 0s;
}
.form input[type=text]:hover::placeholder,
.form input[type=email]:hover::placeholder,
.form input[type=number]:hover::placeholder,
.form input[type=url]:hover::placeholder,
.form input[type=search]:hover::placeholder,
.form input[type=tel]:hover::placeholder,
.form input[type=password]:hover::placeholder,
.form input[type=date]:hover::placeholder,
.form input[type=color]:hover::placeholder,
.form select::placeholder {
  color: var(--color-gray-1);
}
.form input[type=text]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form input[type=url]:hover,
.form input[type=search]:hover,
.form input[type=tel]:hover,
.form input[type=password]:hover,
.form input[type=date]:hover,
.form input[type=color]:hover,
.form select:hover {
  border-bottom: 1px solid #000 !important;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=url]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=password]:focus,
.form input[type=date]:focus,
.form input[type=color]:focus,
.form select:focus {
  color: var(--color-dark-1);
  outline: none;
  border-bottom: 1px solid #000 !important;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=url]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=color]:-webkit-autofill,
textarea:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1), background-color 1s 900000s ease;
  -webkit-text-fill-color: var(--color-dark-1);
}
.light-content input[type=text],
.light-content input[type=email],
.light-content input[type=number],
.light-content input[type=url],
.light-content input[type=search],
.light-content input[type=tel],
.light-content input[type=password],
.light-content input[type=date],
.light-content input[type=color],
.light-content select {
  color: #fff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content input[type=text]:hover,
.light-content input[type=email]:hover,
.light-content input[type=number]:hover,
.light-content input[type=url]:hover,
.light-content input[type=search]:hover,
.light-content input[type=tel]:hover,
.light-content input[type=password]:hover,
.light-content input[type=date]:hover,
.light-content input[type=color]:hover,
.light-content select:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.light-content input[type=text]:focus,
.light-content input[type=email]:focus,
.light-content input[type=number]:focus,
.light-content input[type=url]:focus,
.light-content input[type=search]:focus,
.light-content input[type=tel]:focus,
.light-content input[type=password]:focus,
.light-content input[type=date]:focus,
.light-content input[type=color]:focus,
.light-content select:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent !important;
}
.light-content .form select:not([multiple]) {
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px 5px;
}
.light-content .form select option {
  background: var(--color-dark-1);
}
.light-content .form input[type=text]::placeholder,
.light-content .form input[type=email]::placeholder,
.light-content .form input[type=number]::placeholder,
.light-content .form input[type=url]::placeholder,
.light-content .form input[type=search]::placeholder,
.light-content .form input[type=tel]::placeholder,
.light-content .form input[type=password]::placeholder,
.light-content .form input[type=date]::placeholder,
.light-content .form input[type=color]::placeholder,
.light-content .form select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.light-content .form input[type=text]:hover::placeholder,
.light-content .form input[type=email]:hover::placeholder,
.light-content .form input[type=number]:hover::placeholder,
.light-content .form input[type=url]:hover::placeholder,
.light-content .form input[type=search]:hover::placeholder,
.light-content .form input[type=tel]:hover::placeholder,
.light-content .form input[type=password]:hover::placeholder,
.light-content .form input[type=date]:hover::placeholder,
.light-content .form input[type=color]:hover::placeholder,
.light-content .form select::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.light-content input[type=text]:-webkit-autofill,
.light-content input[type=email]:-webkit-autofill,
.light-content input[type=number]:-webkit-autofill,
.light-content input[type=url]:-webkit-autofill,
.light-content input[type=search]:-webkit-autofill,
.light-content input[type=tel]:-webkit-autofill,
.light-content input[type=password]:-webkit-autofill,
.light-content input[type=date]:-webkit-autofill,
.light-content input[type=color]:-webkit-autofill,
.light-content textarea:-webkit-autofill,
.light-content input[type=text]:-webkit-autofill:hover,
.light-content input[type=email]:-webkit-autofill:hover,
.light-content input[type=number]:-webkit-autofill:hover,
.light-content input[type=url]:-webkit-autofill:hover,
.light-content input[type=search]:-webkit-autofill:hover,
.light-content input[type=tel]:-webkit-autofill:hover,
.light-content input[type=password]:-webkit-autofill:hover,
.light-content input[type=date]:-webkit-autofill:hover,
.light-content input[type=color]:-webkit-autofill:hover,
.light-content textarea:-webkit-autofill:hover,
.light-content input[type=text]:-webkit-autofill:focus,
.light-content input[type=email]:-webkit-autofill:focus,
.light-content input[type=number]:-webkit-autofill:focus,
.light-content input[type=url]:-webkit-autofill:focus,
.light-content input[type=search]:-webkit-autofill:focus,
.light-content input[type=tel]:-webkit-autofill:focus,
.light-content input[type=password]:-webkit-autofill:focus,
.light-content input[type=date]:-webkit-autofill:focus,
.light-content input[type=color]:-webkit-autofill:focus,
.light-content textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.form input[type=text].input-lg,
.form input[type=email].input-lg,
.form input[type=number].input-lg,
.form input[type=url].input-lg,
.form input[type=search].input-lg,
.form input[type=tel].input-lg,
.form input[type=password].input-lg,
.form input[type=date].input-lg,
.form input[type=color].input-lg,
.form select.input-lg {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.form input[type=text].input-md,
.form input[type=email].input-md,
.form input[type=number].input-md,
.form input[type=url].input-md,
.form input[type=search].input-md,
.form input[type=tel].input-md,
.form input[type=password].input-md,
.form input[type=date].input-md,
.form input[type=color].input-md,
.form select.input-md {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
.form input[type=text].input-sm,
.form input[type=email].input-sm,
.form input[type=number].input-sm,
.form input[type=url].input-sm,
.form input[type=search].input-sm,
.form input[type=tel].input-sm,
.form input[type=password].input-sm,
.form input[type=date].input-sm,
.form input[type=color].input-sm,
.form select.input-sm {
  height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.form input[type=color] {
  padding: 3px !important;
}
.form input.form-check-input {
  border: 1px solid var(--color-gray-1);
}
.form .form-check-label {
  font-weight: 400;
}
.form textarea {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-dark-1);
  border-color: rgba(0, 0, 0, 0.183);
  padding: 0 7px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.form textarea::placeholder {
  color: var(--color-gray-2);
  transition: var(--transition-default);
}
.form textarea:hover::placeholder {
  color: var(--color-gray-1);
}
.form textarea:hover {
  border-color: rgba(0, 0, 0, 0.38);
}
.form textarea:focus {
  color: var(--color-dark-1);
  border-color: rgba(0, 0, 0, 0.7);
  outline: none;
  box-shadow: none;
}
.light-content textarea {
  color: #fff;
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content textarea:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.light-content textarea:focus {
  color: #fff;
  background: none;
  border-color: rgba(255, 255, 255, 0.75);
}
.light-content .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.light-content .form textarea:hover::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.form textarea.input-lg {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 0 !important;
}
.form textarea.input-md {
  padding: 8px 15px;
  font-size: 15px;
}
.form textarea.input-sm {
  padding: 5px 10px;
  font-size: 14px;
}
.form input.input-circle,
.form select.input-circle,
.form textarea.input-circle {
  border-radius: 27px;
}
.form label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.form .form-group {
  margin-bottom: 21px;
}
.form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: var(--bs-danger);
  color: #fff;
  border-radius: var(--border-radius-default);
}
.form div.error a,
.form div.error a:hover {
  color: #fff;
}
.form div.error label,
.form div.success label {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.form div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
  border-radius: var(--border-radius-default);
}
.form-tip,
.form-tip a {
  font-size: 14px;
  line-height: 1.43;
  color: var(--color-gray-1);
}
.form-tip a:hover {
  color: var(--color-dark-1);
}
.form-tip .fa {
  font-size: 12px;
}
.light-content .form-tip,
.light-content .form-tip a {
  color: var(--color-dark-mode-gray-1);
}
.form-control {
  border-radius: 0;
}
.form input[type=text].underline,
.form input[type=email].underline,
.form input[type=number].underline,
.form input[type=url].underline,
.form input[type=search].underline,
.form input[type=tel].underline,
.form input[type=password].underline,
.form input[type=date].underline,
.form input[type=color].underline,
.form textarea.underline,
.form select.underline {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  border-width: 2px;
  border-color: var(--color-dark-1);
  border-radius: 0;
}
.form input[type=text].underline,
.form input[type=email].underline,
.form input[type=number].underline,
.form input[type=url].underline,
.form input[type=search].underline,
.form input[type=tel].underline,
.form input[type=password].underline,
.form input[type=date].underline,
.form input[type=color].underline,
.form textarea.underline {
  padding-right: 0;
}
.form input[type=text].underline:focus,
.form input[type=email].underline:focus,
.form input[type=number].underline:focus,
.form input[type=url].underline:focus,
.form input[type=search].underline:focus,
.form input[type=tel].underline:focus,
.form input[type=password].underline:focus,
.form input[type=date].underline:focus,
.form input[type=color].underline:focus,
.form textarea.underline:focus,
.form select.underline:focus {
  box-shadow: none;
}
.light-content .form input[type=text].underline,
.light-content .form input[type=email].underline,
.light-content .form input[type=number].underline,
.light-content .form input[type=url].underline,
.light-content .form input[type=search].underline,
.light-content .form input[type=tel].underline,
.light-content .form input[type=password].underline,
.light-content .form input[type=date].underline,
.light-content .form input[type=color].underline,
.light-content .form textarea.underline,
.light-content .form select.underline {
  border-color: #fff;
}
.input-grad-wrap {
  border: 1px solid transparent;
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.form input[type=text].input-grad,
.form input[type=email].input-grad,
.form input[type=number].input-grad,
.form input[type=url].input-grad,
.form input[type=search].input-grad,
.form input[type=tel].input-grad,
.form input[type=password].input-grad,
.form input[type=date].input-grad,
.form input[type=color].input-grad,
.form textarea.input-grad,
.form select.input-grad {
  border: none;
}
.form input[type=text].input-grad:focus,
.form input[type=email].input-grad:focus,
.form input[type=number].input-grad:focus,
.form input[type=url].input-grad:focus,
.form input[type=search].input-grad:focus,
.form input[type=tel].input-grad:focus,
.form input[type=password].input-grad:focus,
.form input[type=date].input-grad:focus,
.form input[type=color].input-grad:focus,
.form textarea.input-grad:focus,
.form select.input-grad:focus {
  border: none;
  box-shadow: none;
}
.light-content .input-grad-wrap {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content {
  width: 100%;
  position: relative;
  text-align: center;
}
@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.scroll-down-wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
}
.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-dark-1) !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
}
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--box-shadow);
  z-index: 1;
  transition: all 0.4s var(--ease-elastic-2);
}
.scroll-down:hover {
  text-decoration: none;
}
.scroll-down:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: translate(-50%, -50%) scale(1.25);
}
.scroll-down i {
  position: relative;
  top: 1px;
  z-index: 2;
}
.scroll-down-wrap-type-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.scroll-down-1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.scroll-down-1-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  font-size: 24px;
}
.scroll-down-1-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-dark-1);
  border-radius: 50%;
  opacity: 0.38;
  transition: opacity 0.4s ease, transform 0.4s var(--ease-elastic-2);
}
.scroll-down-1-icon svg,
.scroll-down-1-icon img {
  width: 24px;
  height: 24px;
  opacity: 0.43;
  transition: all 0.4s ease;
}
.scroll-down-1-icon i {
  opacity: 0.43;
  transition: all 0.4s ease;
}
.scroll-down-1-text {
  font-size: 14px;
  opacity: 0.6;
  transition: opacity 0.4s ease, transform 0.4s var(--ease-elastic-2);
}
.scroll-down-1:hover {
  text-decoration: none;
  color: inherit;
}
.scroll-down-1:hover .scroll-down-1-icon:before {
  opacity: 1;
  transform: scale(1.25);
}
.scroll-down-1:hover .scroll-down-1-icon svg,
.scroll-down-1:hover .scroll-down-1-icon img,
.scroll-down-1:hover .scroll-down-1-icon i {
  opacity: 1;
}
.scroll-down-1:hover .scroll-down-1-text {
  opacity: 1;
  transform: translateX(7px);
}
.light-content .scroll-down-1-icon {
  color: #fff;
}
.light-content .scroll-down-1-icon svg,
.light-content .scroll-down-1-icon img {
  opacity: 0.65;
}
.light-content .scroll-down-1-icon i {
  opacity: 0.65;
}
.light-content .scroll-down-1-icon:before {
  border-color: #fff;
  opacity: 0.5;
}
.light-content .scroll-down-1-text {
  color: #fff;
  opacity: 0.7;
}
.scroll-down-wrap-2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.scroll-down-2,
.scroll-down-2:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-dark-1);
  animation: scroll-down-2 1.5s infinite ease-out;
}
@keyframes scroll-down-2 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(-10px);
  }
}
.light-content .scroll-down-2,
.light-content .scroll-down-2:hover {
  color: #fff;
}
.scroll-down-3-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.scroll-down-3 {
  position: relative;
  color: var(--color-dark-1);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: letter-spacing 0.27s var(--ease-out-medium);
}
.scroll-down-3:hover {
  color: unset;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.scroll-down-3:after {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  margin: 6px auto -53px;
  background: var(--color-dark-1);
}
.light-content .scroll-down-3 {
  color: #fff;
}
.light-content .scroll-down-3:after {
  background: rgba(193, 193, 193, 0.9);
}
.scroll-down-wrap-4 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.scroll-down-4 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  color: var(--color-dark-1);
  border: 2px solid var(--color-dark-1);
  border-radius: 50%;
  transition: all 0.27s var(--ease-default);
}
.scroll-down-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.scroll-down-4:hover {
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.scroll-down-4:hover:before {
  opacity: 1;
  transform: scale(1.2);
}
.light-content .scroll-down-4 {
  color: #fff;
  border-color: #fff;
}
.light-content .scroll-down-4:hover {
  color: var(--color-dark-1);
  border-color: transparent;
}
.light-content .scroll-down-4:before {
  background: #fff;
}
.hs-status {
  position: absolute;
  bottom: 30px;
  left: var(--full-wrapper-margin-x);
  width: 180px;
  font-size: 16px;
  line-height: 1.375;
  padding-left: 10px;
  border-left: 2px solid currentColor;
}
.hs-social {
  position: absolute;
  bottom: 30px;
  right: var(--full-wrapper-margin-x);
}
.hs-social.left {
  left: var(--full-wrapper-margin-x);
  right: auto;
}
.hs-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  font-size: 16px;
  color: var(--color-dark-1);
  text-decoration: none;
  border: 1px solid var(--color-dark-1);
  border-radius: 50%;
  transition: var(--transition-default);
}
.hs-social-link:hover {
  color: #fff;
  background: var(--color-dark-1);
  text-decoration: none;
}
.hs-social-link svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .hs-social-link {
  color: #fff;
  border-color: #fff;
}
.light-content .hs-social-link:hover {
  color: var(--color-dark-1);
  background: #fff;
}
.bg-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-video::-webkit-media-controls,
.bg-video::-webkit-media-controls-panel,
.bg-video::-webkit-media-controls-play-button,
.bg-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
a.bg-video-button-muted {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  line-height: 1;
  color: var(--color-dark-1);
  z-index: 1000;
}
a.bg-video-button-pause {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 20px;
  left: 60px;
  font-size: 24px;
  line-height: 1;
  color: var(--color-dark-1);
  z-index: 1000;
}
.light-content a.bg-video-button-muted,
.light-content a.bg-video-button-pause {
  color: #fff;
}
.edge-top-figure-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15%;
  overflow: hidden;
  background: #fff;
}
.edge-top-figure-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 160%;
  height: 520%;
  background: var(--color-dark-1);
  border-radius: 100%;
}
.edge-top-figure-2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15%;
  overflow: hidden;
  background: var(--color-dark-1);
}
.edge-top-figure-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 160%;
  height: 520%;
  background: var(--color-dark-2);
  border-radius: 100%;
}
.bg-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 90.1875%;
}
.bg-shape-1 img {
  width: 100%;
}
.bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.625%;
}
.bg-shape-2 img {
  width: 100%;
}
.bg-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.1875%;
}
.bg-shape-3 img {
  width: 100%;
}
.bg-shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-shape-4 img {
  width: 100%;
}
.bg-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.375%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
}
.bg-shape-6 {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 35.325%;
  padding-top: 35.325%;
  background: var(--gradient-primary-1);
  border-radius: 100%;
  opacity: 0.15;
  transform: translate(9.7%, -50%) rotate(90deg);
}
.bg-shape-7 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 187%;
}
.bg-shape-7 img {
  width: 100%;
}
.bg-line-1 {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}
.bg-line-1 img {
  width: 100%;
}
.bg-line-2 img {
  width: 100%;
}
.bg-line-3 img {
  width: 100%;
}
.fullwidth-gallery-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.fullwidth-galley-content {
  position: relative;
  z-index: 25;
}
.fullwidth-gallery {
  display: flex !important;
  align-items: stretch;
}
.fullwidth-gallery .owl-wrapper-outer {
  display: flex;
  align-items: stretch;
  height: auto !important;
}
.fullwidth-gallery .owl-wrapper {
  display: flex !important;
  align-items: stretch;
}
.fullwidth-gallery .owl-item {
  display: flex !important;
  align-items: stretch;
  height: 100% !important;
}
.typewrite .wrap:after {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stack-images {
  position: relative;
  margin: 0 auto;
  padding: 19.2307% 0;
}
.stack-images-1 {
  max-width: 57.692%;
  position: absolute;
  top: 0;
  right: 0;
}
.stack-images-2 {
  position: relative;
  max-width: 57.692%;
  margin: 0 auto;
}
.stack-images-3 {
  max-width: 57.692%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.appear-animate .charsAnimIn .char {
  opacity: 0;
  transform: translateY(0.5em) rotate(7deg);
  transform-origin: 0 50%;
  transition: transform 0.62s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition-delay: calc(0.027s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimIn .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimIn .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimIn.animated .char,
.mobile .charsAnimIn .char {
  opacity: 1;
  transform: none;
}
.appear-animate .charsAnimIn-1 .char {
  opacity: 0;
  transform: translateX(0.01em) translateY(0.27em) translateZ(0) rotate(0.0003deg);
  transition: transform 1s var(--ease-out-short), opacity 1s var(--ease-default);
  transition-delay: calc(0.037s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimIn-1 .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimIn-1 .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimIn-1.animated .char,
.mobile .charsAnimIn-1 .char {
  opacity: 1;
  transform: none;
}
.appear-animate .charsAnimIn-2 .char {
  opacity: 0;
  transform: translateY(0.2em) translateZ(0) rotate(5deg);
  transition: transform 0.5s var(--ease-out-short), opacity 1s var(--ease-default);
  transition-delay: calc(0.0427s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimIn-2 .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimIn-2 .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimIn-2.animated .char,
.mobile .charsAnimIn-2 .char {
  opacity: 1;
  transform: none;
}
.appear-animate .charsAnimInLong .char {
  opacity: 0;
  transform: translateX(0.5em);
  transform-origin: 0 50%;
  transition: transform 0.85s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition-delay: calc(0.03s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimInLong .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimInLong .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimInLong.animated .char,
.mobile .charsAnimInLong .char {
  opacity: 1;
  transform: none;
}
.appear-animate .charsAnimInLong-1 .char {
  opacity: 0;
  transform: translateX(0.275em);
  transform-origin: 0 50%;
  transition: transform 1s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition-delay: calc(0.039s * var(--char-index));
}
html:not(.mobile) .appear-animate .charsAnimInLong-1 .char {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .charsAnimInLong-1 .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.charsAnimInLong-1.animated .char,
.mobile .charsAnimInLong-1 .char {
  opacity: 1;
  transform: none;
}
.appear-animate .wordsAnimIn .word {
  opacity: 0;
  transform: translateY(1em) scale(0.75) skew(-5deg) rotate(7deg);
  transform-origin: 0 50%;
  transition: transform 0.5s var(--ease-out-short), opacity 0.5s var(--ease-out-short);
  transition-delay: calc(0.05s * var(--word-index));
}
html:not(.mobile) .appear-animate .wordsAnimIn .word {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .wordsAnimIn .word {
    opacity: 1 !important;
    transform: none !important;
  }
}
.wordsAnimIn.animated .word,
.mobile .wordsAnimIn .word {
  opacity: 1;
  transform: none;
}
.appear-animate .linesAnimIn .word {
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(39px) translateZ(0) scale(1) rotate(0.02deg);
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: calc(0.05s * var(--line-index));
}
html:not(.mobile) .appear-animate .linesAnimIn .word {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .linesAnimIn .word {
    opacity: 1 !important;
    transform: none !important;
  }
}
.linesAnimIn.animated .word,
.mobile .linesAnimIn .word {
  opacity: 1;
  transform: none;
}
.appear-animate .linesAnimInLong .word {
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(39px) translateZ(0) scale(1) rotate(0.02deg);
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: calc(0.1s * var(--line-index));
}
html:not(.mobile) .appear-animate .linesAnimInLong .word {
  will-change: opacity, transform;
}
@media print {
  .appear-animate .linesAnimInLong .word {
    opacity: 1 !important;
    transform: none !important;
  }
}
.linesAnimInLong.animated .word,
.mobile .linesAnimInLong .word {
  opacity: 1;
  transform: none;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow,
.wow-menubar,
.wow-p {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
html:not(.mobile) .wow,
html:not(.mobile) .wow-menubar,
html:not(.mobile) .wow-p {
}
.appear-animate .wow.scaleOutIn {
  opacity: 1;
  transform: scale(1.2);
}
.appear-animate .wow.animated,
.appear-animate .wow.scaleOutIn.animated,
.appear-animate .wow-p.amimated,
.appear-animate .wow-menubar.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p {
  opacity: 1;
  transform: scale(1);
}
@media print {
  .wow,
  .wow.scaleOutIn,
  .wow-menubar,
  .wow-p {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -37px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 37px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(37px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-37px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownShort {
  animation-name: fadeInDownShort;
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translate3d(12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightShort {
  animation-name: fadeInRightShort;
}
@keyframes scalexIn {
  0% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.scalexIn {
  animation-name: scalexIn;
}
@keyframes fadeScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.95) translateZ(0.1px);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeScaleIn {
  animation-name: fadeScaleIn;
}
@keyframes scaleOutIn {
  0% {
    transform: scale(1.2) translateZ(0.1px);
  }
  to {
    transform: scale(1);
  }
}
.scaleOutIn {
  animation-name: scaleOutIn;
  animation-timing-function: var(--ease-out-short);
}
@keyframes fadeScaleOutIn {
  0% {
    opacity: 0;
    transform: translateY(10px) translateZ(0.1px) scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeScaleOutIn {
  animation-name: fadeScaleOutIn;
}
@keyframes clipRightIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
.clipRightIn {
  animation-name: clipRightIn;
  animation-timing-function: var(--ease-out-medium);
}
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    transform: rotateX(60deg) rotateY(10deg) rotateZ(-10deg);
    transform-origin: top;
    animation-timing-function: var(--ease-out-short);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeRotateIn {
  animation-name: fadeRotateIn;
}
.nav-logo-wrap {
  position: relative;
  top: 0;
  left: 0;
  flex-shrink: 0;
  z-index: 1;
}
.nav-logo-wrap .logo {
  display: flex;
  align-items: center;
  max-width: 188px;
  height: var(--menu-bar-height);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.nav-logo-wrap .logo img {
  max-width: 190px;
  margin-top: -5px;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}
.logo,
a.logo:hover {
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
.main-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: var(--menu-bar-height) !important;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0px 0px 10px 0px rgba(0, 0, 0, 0.025),
    0px 1px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  z-index: 1030;
  transition: all 0.2s var(--ease-default);
}
.main-nav.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.small-height {
  height: var(--menu-bar-height-scrolled) !important;
}
.main-nav-sub {
  flex-grow: 1;
  display: flex;
  position: relative;
}
.inner-nav {
  flex-grow: 1;
}
.inner-nav ul {
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
.inner-nav ul i.align-center:before {
  display: block;
  margin-top: -0.15em;
  transform: translateY(13.5%);
}
.inner-nav ul i.mi-mobile:before {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.inner-nav > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.inner-nav ul li {
  margin: 0 18px;
  position: relative;
}
.inner-nav ul li:first-child {
  margin-left: 0;
}
.inner-nav ul li:last-child {
  margin-right: 0;
}
.inner-nav > ul.items-end {
  position: absolute;
  top: 0;
  right: 0;
}
.inner-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.inner-nav > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  height: var(--menu-bar-height);
  opacity: 0.75;
  position: relative;
}
.main-nav:not(.mobile-on).small-height .inner-nav > ul > li > a {
  height: var(--menu-bar-height-scrolled) !important;
}
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
  color: var(--color-dark-1);
  opacity: 1;
  text-decoration: none;
}
.body-scrolled .scrolled-hidden {
  display: none;
}
.scrolled-visible {
  display: none;
}
.body-scrolled .scrolled-visible {
  display: block;
}
.mobile-on .scrolled-hidden,
.mobile-on .body-scrolled .scrolled-hidden {
  display: block;
}
.mobile-on .scrolled-visible {
  display: none;
}
.inner-nav .mi-chevron-down {
  margin-left: -0.19em;
  font-size: 16px;
  transition: all 0.2s var(--ease-default), color 0 var(--ease-default);
}
.mi-chevron-right {
  transition: var(--transition-default);
}
.mn-sub {
  display: none;
  width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: var(--color-gray-light-2);
  border-radius: 0 0 3px 3px;
}
.light-content .mn-sub {
  background: rgba(50, 50, 50, 0.9927);
}
.transparent .mn-sub,
.inner-nav .mn-sub .mn-sub,
.mn-has-multi a {
  border-radius: 3px;
}
.transparent .mn-sub > li:first-child > a,
.transparent .mn-sub > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mn-sub > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.main-nav.mobile-on.transparent .mn-sub > li:first-child > a,
.main-nav.mobile-on.transparent .mn-sub > li:first-child > a,
.main-nav.mobile-on .mn-sub > li:last-child > a {
  border-radius: 0;
}
.mn-sub li {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.inner-nav ul li .mn-sub li a,
.mn-group-title {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0;
  color: var(--color-dark-1);
  outline-offset: -2px !important;
  transition: var(--transition-default);
}
.mobile-on .mn-has-multi > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.065) !important;
}
.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active {
  background: #2f6289;
  color: #ffffff;
}
.mn-sub:not(.mn-has-multi) li ul {
  left: 100%;
  right: auto;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.inner-nav li .mn-sub.to-left {
  left: auto;
  right: 0;
}
.inner-nav > ul > li:last-child .mn-sub li ul,
.inner-nav > li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left {
  left: auto;
  right: 100%;
  top: 0;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: auto;
  top: 0;
}
.mn-wrap {
  padding: 8px;
}
.mn-has-multi {
  width: auto !important;
  padding: 15px;
  text-align: left;
  white-space: nowrap;
}
.mn-sub-multi {
  width: 19% !important;
  overflow: hidden;
  white-space: normal;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
  padding: 10px !important;
}
.mn-sub-multi > ul {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
.mn-group-title {
  font-size: 18px !important;
}
.mn-group-title:hover {
  background: none !important;
}
.mobile-on .mn-sub-multi > ul {
  left: auto;
  right: auto;
  border: none;
}
.mobile-on .mn-sub-multi {
  display: block;
  width: 100% !important;
}
.mobile-on .mn-sub-multi > ul > li:last-child > a {
  border: none !important;
}
.mobile-on .mn-sub:not(.mn-has-multi) > li:last-child > a {
  border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul {
  border-bottom: none !important;
}
a.megamenu-hover {
  padding: 0 !important;
  background-color: #fff;
}
a.megamenu-hover:hover {
  transform: scale(0.9) !important;
}
.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 100;
}
.mobile-on .full-wrapper .desktop-nav {
  padding: 0;
}
.mobile-on .desktop-nav ul {
  position: relative;
  width: 100%;
  float: none;
  overflow-x: hidden;
  background: #383838;
}
.mobile-on .desktop-nav > ul {
  overflow-y: auto;
  display: block;
}
.mobile-on .desktop-nav ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}
.mobile-on .desktop-nav ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-on .desktop-nav ul li a {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--color-gray-light-5);
  opacity: 1;
  cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
  background: rgba(255, 255, 255, 0.025);
  color: #eee;
}
.mobile-on .desktop-nav ul li a:focus {
  outline-offset: -2px !important;
}
.mobile-nav-display {
  display: none;
}
.mobile-on .mobile-nav-display {
  display: block !important;
}
.mobile-nav-display-i {
  display: none;
}
.mobile-on .mobile-nav-display-i {
  display: inline-block !important;
}
.desktop-nav-display {
  display: block;
}
.mobile-on .desktop-nav-display {
  display: none !important;
}
.mobile-on .mn-has-sub > .mi-chevron-down {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.mobile-on .mn-has-sub > .mi-chevron-right {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
  border-radius: 50%;
}
.mobile-on .js-opened > .mn-has-sub > .mi-chevron-down {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-on .js-opened > .mn-has-sub > .mi-chevron-right {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mobile-on .inner-nav li {
  margin: 0 !important;
}
.mobile-on .mn-sub {
  display: none;
  opacity: 0;
  position: relative;
  left: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
  z-index: 10;
}
.mobile-on .mn-sub li {
  padding-left: 10px;
}
.inner-nav li.js-opened .mn-sub {
  opacity: 1;
}
.mobile-nav {
  display: none;
  margin-left: auto;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  cursor: pointer;
  height: var(--menu-bar-height);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition-property:
    background,
    color,
    height;
}
.main-nav.small-height .mobile-nav {
  height: var(--menu-bar-height-scrolled);
}
.mobile-nav:active {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05) inset;
}
.mobile-on .mobile-nav {
  display: flex;
  margin-right: 0px;
}
.mobile-nav-icon {
  position: relative;
  display: block;
  width: 1.8em;
  height: 2px;
  margin: auto;
  background: var(--color-dark-1);
}
.mobile-nav-icon:before,
.mobile-nav-icon:after {
  content: "";
  position: absolute;
  top: -0.5em;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  transition: var(--transition-default);
  will-change: top, transform;
}
.mobile-nav-icon:after {
  top: 0.5em;
}
.mobile-nav.active .mobile-nav-icon {
  background: transparent;
}
.mobile-nav.active .mobile-nav-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-nav.active .mobile-nav-icon:after {
  top: 0;
  transform: rotate(-45deg);
}
.mobile-on .mn-has-multi {
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.mobile-on .mn-sub {
  width: 100%;
  float: none;
  position: relative;
  overflow-x: hidden;
}
.mobile-on .mn-group-title {
  font-size: 15px !important;
}
.main-nav.light-after-scroll.dark .logo-dark {
  display: none;
}
.main-nav.light-after-scroll.dark .logo-white {
  display: block;
}
.main-nav.light-after-scroll .logo-dark {
  display: block;
}
.main-nav.light-after-scroll .logo-white {
  display: none;
}
.main-nav.dark {
  background-color: rgba(10, 10, 10, 0.905);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav.dark-mode {
  background-color: rgba(27, 27, 27, 0.905);
}
.main-nav:not(.transparent) {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.main-nav.dark .inner-nav ul > li > a {
  color: #fff;
  opacity: 0.78;
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
  color: #fff;
  opacity: 1;
}
.main-nav.dark .inner-nav ul li .mn-sub li a {
  opacity: 1;
}
.main-nav.dark .main-nav-icon-cart {
  opacity: 1;
}
.main-nav.dark .mobile-nav {
  background-color: transparent;
  border-color: transparent;
}
.main-nav.dark .mobile-nav-icon,
.main-nav.dark .mobile-nav-icon:before,
.main-nav.dark .mobile-nav-icon:after {
  background: #fff;
}
.main-nav.dark .mobile-nav.active .mobile-nav-icon {
  background: transparent;
}
.main-nav.mobile-on.dark .inner-nav {
  border-top: 1px solid rgba(100, 100, 100, 0.4);
}
.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}
.main-nav.dark .mn-sub {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav.dark .mi-chevron-down,
.main-nav.dark.body-scrolled .inner-nav ul > li > a:hover .mi-chevron-down,
.main-nav.dark.body-scrolled .inner-nav ul > li > a.active .mi-chevron-down {
  opacity: 1;
}
.main-nav.transparent {
  background: transparent !important;
  box-shadow: none;
}
.main-nav.js-transparent {
  transition: all 0.2s var(--ease-default);
}
.mn-soc-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  isolation: isolate;
  transition: all 0.2s var(--ease-out-medium);
}
.mn-soc-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.2s var(--ease-out-medium);
  z-index: -1;
}
.mn-soc-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.25);
  transition: all 0.2s var(--ease-out-short);
  z-index: -1;
}
.mn-soc-link:hover {
  color: #fff;
}
.mn-soc-link:hover:before {
  opacity: 0;
}
.mn-soc-link:hover:after {
  opacity: 1;
  transform: none;
}
.mn-soc-link.alt,
.mn-soc-link.mn-soc-link-color.alt {
  color: #fff;
}
.mn-soc-link.alt:before {
  opacity: 0;
}
.mn-soc-link.alt:after {
  opacity: 1;
  transform: none;
}
.mn-soc-link.alt:hover {
  opacity: 0.85;
}
.mn-soc-link.mn-soc-link-color {
  color: var(--color-primary-1);
}
.mn-soc-link.mn-soc-link-color:hover {
  color: #fff;
}
.mn-soc-link.mn-soc-link-color:before {
  border-color: var(--color-primary-1);
  opacity: 1;
}
.mn-soc-link.mn-soc-link-color:after {
  background: var(--color-primary-1);
}
.mn-soc-link.mn-soc-link-color:hover:before {
  opacity: 0;
}
.page-section,
.small-section,
.bg-image {
  width: 100%;
  display: block;
  position: relative;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.small-section {
  padding: 100px 0;
}
.fixed-height-large {
  min-height: 800px;
}
.fixed-height-medium {
  min-height: 700px;
}
.fixed-height-small {
  min-height: 600px;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-scroll {
  background-attachment: scroll !important;
  background-position: center center !important;
}
.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.parallax-5,
.parallax-6,
.parallax-7,
.parallax-8,
.parallax-9,
.parallax-10 {
  background-position-y: 0;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-light-1 {
  background-color: var(--color-gray-light-1);
}
.bg-gray-light-2 {
  background-color: var(--color-gray-light-2);
}
.bg-gray-light-3 {
  background-color: var(--color-gray-light-6);
}
.bg-dark-1 {
  background-color: var(--color-dark-1) !important;
}
.bg-dark-2 {
  background-color: var(--color-dark-2) !important;
}
.bg-dark-3 {
  background-color: var(--color-dark-3) !important;
}
.bg-primary-1 {
  background-color: var(--color-primary-1) !important;
}
.bg-primary-2 {
  background-color: var(--color-primary-2) !important;
}
.bg-primary-3 {
  background-color: var(--color-primary-3) !important;
}
.bg-primary-4 {
  background-color: var(--color-primary-4) !important;
}
.bg-gradient-gray-light-1 {
  background-image: var(--gradient-gray-light-1);
}
.bg-gradient-gray-light-2 {
  background-image: var(--gradient-gray-light-2);
}
.bg-gradient-gray-dark-1 {
  background-image:
    linear-gradient(
      0deg,
      var(--color-dark-2) 0%,
      transparent 100%);
}
.bg-gradient-gray-dark-2 {
  background-image:
    linear-gradient(
      0deg,
      transparent 0%,
      var(--color-dark-2) 100%);
}
.bg-gradient-white {
  background-image:
    linear-gradient(
      0deg,
      #fff 0%,
      transparent 60%);
}
.bg-gradient-dark {
  background-image:
    linear-gradient(
      0deg,
      var(--color-dark-1) 0%,
      transparent 60%);
}
.bg-gradient-dark-1 {
  background-image:
    linear-gradient(
      0deg,
      transparent 85%,
      var(--color-dark-1) 100%);
}
.bg-gradient-primary-light-1 {
  background-image:
    linear-gradient(
      -90deg,
      var(--color-primary-light-3) 0%,
      var(--color-primary-light-2) 100%);
}
.bg-gradient-primary-dark-1 {
  background-image:
    linear-gradient(
      -90deg,
      var(--color-primary-3) 0%,
      var(--color-primary-2) 100%);
}
.bg-gradient-primary-alpha-1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-primary-alpha-1);
  opacity: 0.97;
}
.bg-gradient-primary-alpha-2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-primary-alpha-2);
  opacity: 0.97;
}
.bg-gradient-dark-alpha-1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-dark-alpha-1);
  opacity: 0.97;
}
.bg-gradient-dark-alpha-2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--gradient-dark-alpha-2);
  opacity: 0.97;
}
.section-gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  background:
    linear-gradient(
      180deg,
      var(--color-gray-light-2) 0%,
      transparent 100%);
}
.section-gradient-top-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  background:
    linear-gradient(
      180deg,
      var(--color-dark-2) 0%,
      transparent 100%);
}
.bg-blur {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.light-content {
  color: #fff;
}
.light-content a {
  color: rgba(255, 255, 255, 0.8);
}
.light-content a:hover {
  color: #fff;
}
.light-content .section-text {
  color: #fff;
}
.bg-dark-alpha:before,
.bg-dark-alpha .YTPOverlay:before,
.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before,
.bg-dark-alpha-50:before,
.bg-dark-alpha-50 .YTPOverlay:before,
.bg-dark-alpha-70:before,
.bg-dark-alpha-70 .YTPOverlay:before,
.bg-dark-alpha-60:before,
.bg-dark-alpha-60 .YTPOverlay:before,
.bg-dark-alpha-80:before,
.bg-dark-alpha-80 .YTPOverlay:before,
.bg-dark-alpha-90:before,
.bg-dark-alpha-90 .YTPOverlay:before,
.bg-light-alpha:before,
.bg-light-alpha .YTPOverlay:before,
.bg-light-alpha-30:before,
.bg-light-alpha-30 .YTPOverlay:before,
.bg-light-alpha-50:before,
.bg-light-alpha-50 .YTPOverlay:before,
.bg-light-alpha-60:before,
.bg-light-alpha-60 .YTPOverlay:before,
.bg-light-alpha-70:before,
.bg-light-alpha-70 .YTPOverlay:before,
.bg-light-alpha-80:before,
.bg-light-alpha-80 .YTPOverlay:before,
.bg-light-alpha-90:before,
.bg-light-alpha-90 .YTPOverlay:before,
.bg-color-alpha:before,
.bg-color-alpha .YTPOverlay:before,
.bg-color-alpha-30:before,
.bg-color-alpha-30 .YTPOverlay:before,
.bg-color-alpha-50:before,
.bg-color-alpha-50 .YTPOverlay:before,
.bg-color-alpha-60:before,
.bg-color-alpha-60 .YTPOverlay:before,
.bg-color-alpha-70:before,
.bg-color-alpha-70 .YTPOverlay:before,
.bg-color-alpha-80:before,
.bg-color-alpha-80 .YTPOverlay:before,
.bg-color-alpha-90:before,
.bg-color-alpha-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-dark-alpha:before,
.bg-dark-alpha .YTPOverlay:before {
  background: #111;
  opacity: 0.97;
}
.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before {
  background: #111;
  opacity: 0.3;
}
.bg-dark-alpha-50:before,
.bg-dark-alpha-50 .YTPOverlay:before {
  background: #111;
  opacity: 0.5;
}
.bg-dark-alpha-60:before,
.bg-dark-alpha-60 .YTPOverlay:before {
  background: #111;
  opacity: 0.6;
}
.bg-dark-alpha-70:before,
.bg-dark-alpha-70 .YTPOverlay:before {
  background: #111;
  opacity: 0.7;
}
.bg-dark-alpha-80:before,
.bg-dark-alpha-80 .YTPOverlay:before {
  background: #111;
  opacity: 0.8;
}
.bg-dark-alpha-90:before,
.bg-dark-alpha-90 .YTPOverlay:before {
  background: #111;
  opacity: 0.9;
}
.bg-light-alpha:before,
.bg-light-alpha .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.97);
}
.bg-light-alpha-30:before,
.bg-light-alpha-30 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.3);
}
.bg-light-alpha-50:before,
.bg-light-alpha-50 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.5);
}
.bg-light-alpha-60:before,
.bg-light-alpha-60 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.6);
}
.bg-light-alpha-70:before,
.bg-light-alpha-70 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.7);
}
.bg-light-alpha-80:before,
.bg-light-alpha-80 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.8);
}
.bg-light-alpha-90:before,
.bg-light-alpha-90 .YTPOverlay:before {
  background: rgba(252, 252, 252, 0.9);
}
.bg-color-primary-1 {
  background-color: var(--color-primary-1);
}
.bg-color-primary-2 {
  background-color: var(--color-primary-2);
}
.bg-color-primary-3 {
  background-color: var(--color-primary-3);
}
.bg-color-primary-4 {
  background-color: var(--color-primary-4);
}
.bg-color-alpha:before,
.bg-color-alpha .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.97;
}
.bg-color-alpha-30:before,
.bg-color-alpha-30 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.3;
}
.bg-color-alpha-50:before,
.bg-color-alpha-50 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.5;
}
.bg-color-alpha-60:before,
.bg-color-alpha-60 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.6;
}
.bg-color-alpha-70:before,
.bg-color-alpha-70 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.7;
}
.bg-color-alpha-80:before,
.bg-color-alpha-80 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.8;
}
.bg-color-alpha-90:before,
.bg-color-alpha-90 .YTPOverlay:before {
  background: var(--color-primary-1);
  opacity: 0.9;
}
.bg-gradient-light-1 {
  position: relative;
  isolation: isolate;
}
.bg-gradient-light-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1);
  opacity: 0.15;
  z-index: -1;
}
.light-content .bg-gradient-light-1:before {
  opacity: 0.25;
}
.bg-gradient-light-2 {
  position: relative;
}
.bg-gradient-light-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
  z-index: -1;
}
.light-content .bg-gradient-light-2:before {
  opacity: 0.25;
}
.bg-gradient-primary-1 {
  background: var(--gradient-primary-1) !important;
}
.bg-gradient-primary-2 {
  background: var(--gradient-primary-1-b) !important;
}
.bg-border-gradient {
  position: relative;
}
.bg-border-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: var(--border-radius-large);
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
}
.light-content .bg-border-gradient:before {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}
.section-caption {
  margin-bottom: 25px;
  color: var(--color-gray-1);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.light-content .section-caption {
  color: #fff;
}
.section-caption-border {
  display: inline-block;
  padding: 0.45em 0.7em;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.0095em;
  border: 1px solid currentColor;
  border-radius: 70px;
  z-index: 2;
}
.section-caption-fancy {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary-1);
  text-transform: uppercase;
  letter-spacing: 0.037em;
  background-image:
    linear-gradient(
      15deg,
      var(--color-primary-light-1) 0%,
      transparent 100%);
  border-radius: 100px;
}
.section-caption-fancy.large {
  font-size: 16px;
}
.light-content .section-caption-fancy {
  color: #fff;
  background-image:
    linear-gradient(
      15deg,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%);
}
.section-caption-slick {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary-1);
  text-transform: uppercase;
  letter-spacing: 0.037em;
  background-image:
    linear-gradient(
      45deg,
      var(--color-primary-light-1) 0%,
      transparent 100%);
  border-radius: 100px;
}
.light-content .section-caption-slick {
  color: #fff;
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%);
}
.section-caption-gradient {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-repeat {
  flex-shrink: 5;
  position: relative;
  display: inline-block;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.section-title-repeat-left {
  position: absolute;
  top: 0;
  left: calc(-100% - 0.575em);
  width: 100%;
  color: #fff;
  text-shadow:
    -1px -1px 0 var(--color-dark-1),
    1px -1px 0 var(--color-dark-1),
    -1px 1px 0 var(--color-dark-1),
    1px 1px 0 var(--color-dark-1);
  opacity: 0.3;
  pointer-events: none;
}
.section-title-repeat-right {
  position: absolute;
  top: 0;
  right: calc(-100% - 0.575em);
  width: 100%;
  color: #fff;
  text-shadow:
    -1px -1px 0 var(--color-dark-1),
    1px -1px 0 var(--color-dark-1),
    -1px 1px 0 var(--color-dark-1),
    1px 1px 0 var(--color-dark-1);
  opacity: 0.3;
  pointer-events: none;
}
.light-content .section-title-repeat-left,
.light-content .section-title-repeat-right {
  color: var(--color-dark-1);
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.section-title-strong {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.033em;
}
.section-title-descr {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-gray-1);
}
.light-content .section-title-descr {
  color: var(--color-gray-light-6);
}
.section-descr {
  margin-top: 0;
  color: var(--color-gray-1);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
.light-content .section-descr {
  color: #fff;
}
.section-descr-medium {
  margin-top: 0;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.section-descr-large {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.section-descr-extralarge {
  margin-top: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: -0.0325em;
}
.section-title-image {
  display: inline-block;
  max-width: 0.5em;
  margin: -0.05em 0 0 -0.07em;
  vertical-align: top;
}
.section-title-image img,
.section-title-image svg {
  vertical-align: top;
}
.section-title-inline {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: var(--color-dark-1);
  border-radius: 30px;
  transform: rotate(-15deg);
  perspective: 99px;
}
.section-title-inline.rotate-5 {
  transform: rotate(-5deg);
}
.light-content .section-title-inline {
  color: var(--color-dark-1);
  background-color: #fff;
}
.section-title-inline-1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-text {
  font-size: 24px;
  line-height: 1.667;
  letter-spacing: -0.005em;
}
.section-features {
  display: flex;
  flex-wrap: wrap;
}
.section-features li {
  margin: 0 10px 10px 0;
  padding: 14px 22px 12px 22px;
  font-size: 15px;
  border: 1px solid currentColor;
  border-radius: 35px;
  transition: var(--transition-default);
}
.section-features li:hover {
  border-radius: 10px;
}
.features-list {
  color: var(--color-gray-1);
}
.features-list-icon {
  position: relative;
  top: 0.075em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.features-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.features-list-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.light-content .features-list {
  color: #fff;
}
.light-content .features-list-icon {
  color: var(--color-dark-1);
  background: #fff;
}
.features-list-icon.features-list-grad {
  color: #fff;
  background: var(--gradient-primary-1-b);
}
.features-list-icon.features-list-color-1 {
  color: #fff;
  background: var(--color-primary-1);
}
.features-list-icon.features-list-color-2 {
  color: #fff;
  background: var(--color-primary-2);
}
.section-more {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
  color: var(--color-gray-1);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.section-more i {
  margin-left: -4px;
}
.section-more:hover {
  text-decoration: none;
  color: var(--color-dark-1);
  opacity: 1;
}
.light-content .section-more:after {
  background-color: #fff;
}
.section-line {
  width: 80px;
  height: 1px;
  margin: 0 auto 0 0;
  background: var(--color-dark-1);
}
.light-content .section-line {
  background: #fff;
}
.section-line-gradient {
  width: 70px;
  height: 1px;
  margin: 0 auto 0 0;
  background: var(--gradient-primary-1);
}
.text-gray {
  color: var(--color-gray-1);
}
.text-dark-gray {
  color: var(--color-gray-2);
}
.text-dark {
  color: var(--color-dark-5);
}
.text-gray-light {
  color: var(--color-gray-3);
}
.text-gray a {
  color: var(--color-dark-1);
  transition: all 0.17s var(--ease-default);
}
.text-gray a:hover {
  color: var(--color-dark-4);
}
.light-content .text-gray {
  color: var(--color-dark-mode-gray-1);
}
.light-content .text-gray a {
  color: var(--color-dark-mode-gray-1);
}
.light-content .text-gray a:hover {
  color: #fff;
}
.text-gradient {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-text .lead-alt {
  margin-top: -0.2em;
}
.text-link {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #171717;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 0.72;
  transition: all 0.17s var(ease-default);
}
.text-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #171717;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s ease-out;
}
.text-link:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1;
}
.text-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.light-content .text-link:after {
  background-color: #fff;
}
.light-content .text-link {
  color: #fff;
  opacity: 0.9;
}
.decoration-1 {
  position: absolute;
  bottom: -50px;
  left: -73px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-2 {
  position: absolute;
  top: -50px;
  right: 150px;
  color: #e0e0e0;
  pointer-events: none;
}
.decoration-3 {
  position: absolute;
  bottom: -150px;
  right: 100px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-4 {
  position: absolute;
  bottom: -30px;
  left: -35px;
  color: #e0e0e0;
  pointer-events: none;
}
.decoration-5 {
  position: absolute;
  bottom: 50px;
  right: -55px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-6 {
  position: absolute;
  top: -43px;
  right: -82px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-7 {
  position: absolute;
  top: -25px;
  left: -60px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-8 {
  position: absolute;
  top: -40px;
  left: -80px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-9 {
  position: absolute;
  top: -75px;
  left: -60px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-10 {
  position: absolute;
  bottom: -50px;
  right: -82px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-11 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-12 {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8.217%;
  margin-left: -10.4651%;
  width: 27.7519%;
  padding-top: 27.7519%;
  background: var(--color-dark-1);
  border-radius: 100%;
  opacity: 0.037;
  pointer-events: none;
}
.light-content .decoration-12 {
  background: #fff;
}
.decoration-13 {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -8.217%;
  margin-right: -10.4651%;
  width: 27.7519%;
  padding-top: 27.7519%;
  background: var(--color-dark-1);
  border-radius: 100%;
  opacity: 0.037;
  pointer-events: none;
}
.light-content .decoration-13 {
  background: #fff;
}
.decoration-14 {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -16%;
  margin-left: -23.4375%;
  width: 51.1875%;
  padding-top: 51.1875%;
  background: var(--color-dark-1);
  border-radius: 100%;
  opacity: 0.037;
  pointer-events: none;
}
.light-content .decoration-14 {
  background: #fff;
}
.decoration-15 {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -16%;
  margin-right: -23.4375%;
  width: 51.1875%;
  padding-top: 51.1875%;
  background: var(--color-dark-1);
  border-radius: 100%;
  opacity: 0.037;
  pointer-events: none;
}
.light-content .decoration-15 {
  background: #fff;
}
.decoration-16 {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-17 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-18 {
  position: absolute;
  top: 80px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: var(--gradient-primary-1-b);
  border-radius: 100%;
  opacity: 0.87;
  pointer-events: none;
  z-index: 1;
}
.decoration-19 {
  position: absolute;
  bottom: 80px;
  right: -24px;
  width: 48px;
  height: 48px;
  background: var(--gradient-primary-1-b);
  border-radius: 100%;
  opacity: 0.87;
  pointer-events: none;
  z-index: 1;
}
.decoration-20 {
  position: absolute;
  bottom: -50px;
  right: -73px;
  color: var(-color-dark-1);
  pointer-events: none;
}
.decoration-21 {
  position: absolute;
  top: -190px;
  left: 0;
  color: var(--color-dark-1);
  pointer-events: none;
}
.decoration-image-1 {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 14.8837%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  pointer-events: none;
  isolation: isolate;
  transform: translateZ(0);
}
.decoration-image-1 img {
  width: 100%;
}
.decoration-image-2 {
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 19.3798%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  pointer-events: none;
  isolation: isolate;
  transform: translateZ(0);
}
.decoration-image-2 img {
  width: 100%;
}
.section-image-1-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
}
.section-image-1 {
  transform: rotate(3deg);
}
.section-image-behind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-image-behind img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: table;
  overflow: hidden;
  position: relative;
}
.marquee-track > div {
  display: table-cell;
  white-space: nowrap;
}
.marquee-animation {
  animation: marquee-animation 37s linear infinite;
}
@keyframes marquee-animation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-animation-1 {
  animation: marquee-animation-1 20s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-animation-1a {
  animation: marquee-animation-1a 50s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-1a {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-animation-2 {
  animation: marquee-animation-2 80s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
.marquee-animation-2a {
  animation: marquee-animation-2a 50s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-2a {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
.marquee-animation-3 {
  animation: marquee-animation-3 36s linear infinite;
  will-change: transform;
}
@keyframes marquee-animation-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-style-1 {
  padding: 0.5em 0;
  font-size: 19px;
  color: var(--color-gray-3);
  box-shadow: var(--box-shadow-block);
}
.marquee-style-1 .marquee-track > div {
  padding-right: 2.75em;
}
.marquee-style-1.light-content {
  color: var(--color-dark-mode-gray-1);
}
.marquee-style-2 {
  width: 500%;
  margin-left: -10%;
  padding: 0.5em 0;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--color-dark-1);
  transform: rotate(-5deg);
}
.marquee-style-2 .marquee-track > div {
  padding-right: 2.75em;
}
.marquee-style-2.no-rotate {
  transform: none;
}
.marquee-style-3 {
  width: 120%;
  margin-left: -10%;
  padding: 20px 0;
  font-size: 150px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-dark-1);
  transform: rotate(-5deg);
}
.marquee-style-3 .marquee-track > div {
  padding-right: 0.5em;
}
.light-content .marquee-style-3 {
  color: var(--color-dark-1);
  background: #fff;
}
.marquee-style-4 {
  width: 120%;
  margin-left: -10%;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: rotate(5deg);
}
.marquee-style-4 .marquee-track {
  border-collapse: separate;
  border-spacing: 10px;
}
.marquee-style-4 .marquee-track > div {
  padding: 0.4em 0.65em;
  background: #fff;
  border: 1px solid var(--color-dark-1);
  border-radius: 100px;
}
.light-content .marquee-style-4 .marquee-track > div {
  background: var(--color-dark-1);
  border-color: #fff;
}
.marquee-style-5 {
  width: 100%;
  font-size: 200px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.032em;
}
.marquee-style-5 .marquee-track > div {
  padding-right: 0.7em;
}
.split-column-left {
  min-height: 60vh;
  overflow: hidden;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  padding-right: 70px;
  border-bottom-right-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.split-column-right {
  min-height: 60vh;
  overflow: hidden;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  padding-left: 70px;
  border-top-left-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.split-image-left {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-right-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.split-image-left > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-image-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.split-image-right > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-tabs {
  display: block;
  margin: 0;
  padding: 0 calc(40px + var(--services-text-overlap)) 0 0;
  border: none;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.037em;
}
.services-tabs > li {
  display: block;
  margin-bottom: 0.175em;
}
.services-tabs > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06em;
  text-decoration: none;
  opacity: 0.27;
  transition: var(--transition-default);
}
.services-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.services-tabs > li a:hover {
  color: unset;
  opacity: 0.5;
}
.services-tabs > li a.active:before {
  transform: scaleX(1);
}
.services-tabs > li > a > .number {
  position: absolute;
  top: 0.8em;
  left: calc(100% + 0.5em);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: var(--transition-default);
}
.services-tabs > li a.active {
  opacity: 1;
}
.services-tabs > li a.active > .number {
  opacity: 1;
  transform: translateX(0);
}
.services-content {
  display: flex;
  width: 100%;
}
.services-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: var(--transition-default);
}
img.services-image {
  position: relative;
}
@keyframes services-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s var(--ease-out-long);
}
:root {
  --services-text-overlap: 220px;
}
.services-text {
  position: absolute;
  bottom: 60px;
  left: calc(-1 * var(--services-text-overlap));
  max-width: 410px;
  z-index: 1;
}
.services-text-container {
  padding: 50px;
  background: var(--color-gray-light-1);
}
@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active .services-text {
  animation: services-tabs-animation-2 0.7s var(--ease-out-long);
  will-change: transform;
}
.services-title {
  margin-bottom: 0.575em;
  letter-spacing: -0.01em;
}
.services-text .text-gray {
  color: var(--color-dark-4);
}
.light-content .services-tabs > li > a {
  color: #fff;
  opacity: 0.4;
  transform: translateZ(0);
}
.light-content .services-tabs > li a:hover {
  opacity: 0.7;
}
.light-content .services-tabs > li > a.active {
  opacity: 1;
}
.light-content .services-text-container {
  background: var(--color-dark-3);
}
.light-content .services-text .text-gray {
  color: var(--color-dark-mode-gray-1);
}
.service-2-item {
  position: relative;
  max-width: 91.582%;
}
.service-2-item:nth-child(even) {
  margin-left: auto;
}
.services-2-button {
  position: relative;
  padding: 58px;
  border: 1px solid var(--color-dark-1);
  border-radius: 200px;
}
.services-2-title {
  will-change: transform;
  transition: transform 0.375s var(--ease-out-medium);
}
.services-2-button:hover .services-2-title {
  transform: translateX(10px);
}
.services-2-button:hover .services-2-image {
  transform: translateX(-10px);
}
.services-2-title {
  position: relative;
  padding-left: 0.46em;
  font-size: 82px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.services-2-number {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
}
.services-2-image {
  max-width: 218px;
  margin-left: auto;
  will-change: transform;
  transition: transform 0.375s var(--ease-out-medium);
}
.services-2-image img {
  border-radius: 70px;
}
.services-2-descr {
  position: relative;
  max-width: 600px;
  max-height: 30px;
  overflow: hidden;
  margin-top: -30px;
  margin-left: 100px;
  padding: 0 40px;
  background: #fff;
  font-size: 16px;
  opacity: 0;
  transition: max-height 0.7s var(--ease-default);
  will-change: max-height;
}
.services-2-descr.js-visible {
  max-height: 600px;
  opacity: 1;
}
.services-2-descr-inner {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s var(--ease-default);
}
.services-2-descr.js-visible .services-2-descr-inner {
  opacity: 1;
  transform: none;
}
.services-2-button-close {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) scale(0.37);
  width: 60px;
  height: 60px;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.17s var(--ease-out-medium);
  transition-delay: 0.12s;
}
.services-2-button-close:before,
.services-2-button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.services-2-button-close:after {
  transform: translateY(-50%) rotate(45deg);
}
.services-2-button.active .services-2-button-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0;
}
.light-content .services-2-button {
  border-color: rgba(255, 255, 255, 0.5);
}
.light-content .services-2-descr {
  background: var(--color-dark-1);
}
.light-content .services-2-button-close {
  background: #fff;
}
.light-content .services-2-button-close:before,
.light-content .services-2-button-close:after {
  background: var(--color-dark-1);
}
.services-3-item {
  padding: 40px;
  background: #fff;
  box-shadow: var(--box-shadow-block);
  transition: all 0.2s var(--ease-default);
}
.services-3-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-block-strong);
}
.services-3-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  width: 86px;
  height: 86px;
  font-size: 64px;
  background: var(--color-gray-light-2);
  border-radius: 50%;
  isolation: isolate;
  transform: translateZ(0);
}
.services-3-icon svg,
.services-3-icon img {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-3-title {
  font-size: 24px;
  font-weight: 500;
}
.services-3-text {
  color: var(--color-gray-1);
  font-size: 16px;
  line-height: 1.65;
}
.light-content .services-3-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .services-3-icon {
  color: #fff;
  background: var(--color-dark-mode-gray-2);
}
.light-content .services-3-text {
  color: var(--color-dark-mode-gray-1);
}
.services-4-item {
  position: relative;
  margin-bottom: 0;
}
.services-4-title {
  position: relative;
  display: inline-block;
  transition: transform 0.5s var(--ease-out-short);
}
.services-4-title > b {
  position: absolute;
  display: inline-block;
  top: 0.5em;
  left: 100%;
  font-size: 24px;
  font-weight: 400;
}
.services-4-item:nth-child(even) .services-4-title > b {
  left: auto;
  right: 100%;
}
.services-4-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21.9619vw;
  max-width: 300px;
  pointer-events: none;
}
.services-4-image img {
  opacity: 0;
  clip-path: polygon(-5% -5%, 25% 0, 0 105%, 0% 105%);
  transition: clip-path 0.7s var(--ease-out-short);
}
.services-4-item:hover {
  z-index: 1;
}
.services-4-title:hover {
  transform: translate(0.2em, 0);
}
.services-4-title:hover + .services-4-image img {
  opacity: 1;
  clip-path: polygon(-5% -5%, 105% -5%, 105% 105%, 0 105%);
}
.services-5-grid {
  margin-top: -30px;
}
.services-5-item {
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
  transition: all 0.27s var(--ease-default);
}
.services-5-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-block-strong);
}
.services-5-image {
  flex-shrink: 0;
}
.services-5-title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.0175em;
}
.services-5-text {
  color: var(--color-gray-1);
}
.light-content .services-5-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .services-5-text {
  color: var(--color-dark-mode-gray-1);
}
.services-6-caption {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary-1);
}
.services-6-separator {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background: var(--color-gray-light-3);
}
.services-6-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-primary-1);
}
.services-6-title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.services-6-text {
  font-size: 16px;
  line-height: 1.6875;
  color: var(--color-gray-1);
}
.light-content .services-6-separator {
  background: rgba(255, 255, 255, 0.25);
}
.light-content .services-6-text {
  color: var(--color-dark-mode-gray-1);
}
.services-7-tabs {
  border: none;
}
.services-7-tabs > li {
  display: block;
  width: 100%;
}
.services-7-tabs > li > a {
  position: relative;
  display: block;
  padding: 26px 45px 26px 30px;
  text-decoration: none;
}
.services-7-tabs > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.15;
  transition: all 0.2s var(--ease-default);
}
.services-7-tabs > li > a.active {
  cursor: default;
}
.services-7-tabs > li > a.active:before {
  background: var(--gradient-primary-1-b);
  opacity: 1;
}
.services-7-title {
  margin-bottom: 13px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.services-7-text {
  font-size: 16px;
  color: var(--color-gray-1);
}
.services-7-arrow {
  position: absolute;
  top: 25px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.2s var(--ease-default);
}
.services-7-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  border-radius: 100%;
  opacity: 0.2;
}
.services-7-arrow i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-7-tabs > li > a.active .services-7-arrow {
  opacity: 1;
  transform: none;
}
.services-7-content {
  animation: services-7-tabs-animation 0.7s var(--ease-out-medium);
}
@keyframes services-7-tabs-animation {
  0% {
    transform: translate(0, 10px) scale(0.98);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.services-7-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.services-7-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.2;
  z-index: -1;
}
.services-7-image > img {
  width: 100%;
}
.light-content .services-7-tabs > li > a:before {
  background: #fff;
  opacity: 0.25;
}
.light-content .services-7-tabs > li > a.active:before {
  background: var(--gradient-primary-1-b);
  opacity: 1;
}
.light-content .services-7-title {
  color: #fff;
}
.light-content .services-7-text {
  color: var(--color-dark-mode-gray-1);
}
.services-8-item {
  align-self: stretch;
  margin: -1px 0 0 -1px;
  border: 1px solid var(--color-primary-light-1-a);
  border-right: none;
}
.services-8-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 48px;
  background: var(--color-dark-1);
  border-radius: 50%;
  isolation: isolate;
  transform: translateZ(0);
}
.services-8-icon.color-1 {
  color: var(--color-primary-light-1);
  background: var(--color-primary-1);
}
.services-8-icon.color-2 {
  color: var(--color-primary-light-2);
  background: var(--color-primary-2);
}
.services-8-icon.color-3 {
  color: var(--color-primary-light-3);
  background: var(--color-primary-3);
}
.services-8-icon.color-4 {
  color: var(--color-primary-light-4);
  background: var(--color-primary-4);
}
.services-8-icon.color-1 svg {
  fill: var(--color-primary-light-1);
}
.services-8-icon.color-2 svg {
  fill: var(--color-primary-light-2);
}
.services-8-icon.color-3 svg {
  fill: var(--color-primary-light-3);
}
.services-8-icon.color-4 svg {
  fill: var(--color-primary-light-4);
}
.services-8-icon svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.services-8-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.services-8-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}
.services-8-category {
  display: inline-block;
  padding: 7px 13px;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid currentColor;
  border-radius: 30px;
}
.light-content .services-8-item {
  border-color: rgba(255, 255, 255, 0.25);
}
.team-item-image {
  position: relative;
  overflow: hidden;
}
.team-item-image img {
  width: 100%;
  transition: all 0.4s ease;
}
.team-item-detail {
  display: inline-block;
  max-width: 90%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 10px) scale(0.85);
  font-size: 16px;
  color: var(--color-dark-1);
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s var(--ease-elastic-1);
  will-change: transform;
}
.team-item-detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow);
}
.team-item-descr {
  position: relative;
  line-height: 1.3;
  text-align: center;
  transition: var(--transition-default);
}
.team-item-name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.team-item-role {
  margin-top: 5px;
  font-size: 15px;
  color: var(--color-gray-1);
}
.team-social-links {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  font-size: 14px;
}
.team-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: var(--color-dark-1);
  text-decoration: none;
  transition: var(--transition-default);
}
.team-social-links a:not(.team-social-links a:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.team-social-links a:hover {
  opacity: 0.65;
}
.team-social-links svg,
.team-social-links img {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .team-item-name {
  color: #fff;
}
.light-content .team-item-role {
  color: var(--color-dark-mode-gray-1);
}
.no-mobile .team-item:hover .team-item-detail,
.team-item.js-active .team-item-detail {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.team-1-column-sticky {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
.team-1-item {
  text-align: center;
  padding: 36px 32px;
  background: #fff;
  box-shadow: var(--box-shadow-block);
  letter-spacing: 0;
}
.team-1-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1667;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.team-1-image {
  margin: 0 auto 26px;
  max-width: 160px;
  overflow: hidden;
  border-radius: 80px;
  isolation: isolate;
  transform: translateZ(0);
}
.team-1-role {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.008em;
}
.team-1-descr {
  line-height: 1.4117;
  letter-spacing: -0.008em;
}
.team-1-social-links > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.27s var(--ease-default);
}
.team-1-social-links > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.team-1-social-links > a:hover {
  color: #fff;
}
.team-1-social-links > a:hover:before {
  opacity: 1;
  transform: none;
}
.team-1-social-links > a > * {
  position: relative;
  z-index: 1;
}
.team-1-social-links svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.light-content .team-1-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
  box-shadow: none;
}
.light-content .team-1-social-links > a {
  color: #fff;
}
.light-content .team-1-social-links > a:before {
  background: #fff;
}
.light-content .team-1-social-links > a:hover {
  color: var(--color-dark-1);
}
.features-item {
  padding: 0 15px;
  text-align: center;
}
.features-icon {
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.features-icon svg {
  width: 1em;
  height: 1em;
}
.features-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
}
.features-descr {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}
.features-1-number {
  position: absolute;
  top: 7px;
  left: -40px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}
.features-1-icon {
  font-size: 64px;
  margin-bottom: 5px;
  line-height: 1;
}
.features-1-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-1-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.features-1-descr {
  font-size: 17px;
  line-height: 1.647;
  letter-spacing: 0;
}
.features-2-item {
  position: relative;
  padding: 60px 40px;
  text-align: center;
}
.features-2-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-default);
  border: 1px solid transparent;
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
  transition: opacity 0.27s var(--ease-default);
  z-index: -1;
}
.features-2-item:hover:before {
  opacity: 0.57;
}
.features-2-label {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 94px;
  height: 94px;
  margin: 0 auto 30px;
  overflow: hidden;
  font-size: 48px;
  line-height: 1;
  color: var(--color-primary-3);
  border-radius: 100%;
  isolation: isolate;
  transform: translateZ(0);
}
.features-2-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
  z-index: -1;
}
.features-2-icon i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-2-icon svg {
  width: 1em;
  height: 1em;
  fill: url("media/style.css#gradient-horizontal") var(--color-primary-3);
}
.features-2-title {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
}
.features-2-descr {
  font-size: 16px;
  color: var(--color-gray-1);
}
.light-content .features-2-item:before {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}
.light-content .features-2-item:hover:before {
  opacity: 0.75;
}
.light-content .features-2-descr {
  color: var(--color-dark-mode-gray-1);
}
.alt-features-grid {
  margin-top: -35px;
}
.alt-features-item {
  margin-top: 35px;
}
.alt-features-item.border-left {
  padding-left: 30px;
  border-left: 1px solid var(--color-gray-light-3);
}
.alt-features-item.box-shadow {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: var(--border-radius-default);
}
.alt-features-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 22px 0;
  font-size: 48px;
  text-align: center;
  line-height: 1.3;
  color: currentColor;
}
.alt-features-icon-s {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.alt-features-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.alt-features-title {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: var(--transition-default);
}
.alt-features-descr {
  font-size: 16px;
  line-height: 1.625;
  color: var(--color-gray-1);
}
.light-content .alt-features-item.border-left {
  padding-left: 30px;
  border-color: rgba(255, 255, 255, 0.25);
}
.light-content .alt-features-descr {
  color: var(--color-dark-mode-gray-1);
}
.light-content .alt-features-item.box-shadow {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .alt-features-icon {
  color: #fff;
}
.spot-box {
  font-size: 15px;
  line-height: 1.7333;
}
.spot-box-icon {
  position: relative;
  width: 46px;
  height: 46px;
}
.spot-box-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.1;
  border-radius: 50%;
}
.spot-box-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 17px;
  height: 17px;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.spot-box-text {
  position: relative;
  top: -0.2em;
}
.number-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}
.number-descr {
  color: var(--color-gray-1);
}
.light-content .number-descr {
  color: rgba(255, 255, 255, 0.7);
}
.number-1-item {
  display: flex;
}
.number-1-title {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: var(--color-primary-1);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
.number-1-descr {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.37;
  color: var(--color-gray-1);
}
.light-content .number-1-descr {
  color: var(--color-dark-mode-gray-1);
}
.number-2-item {
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
}
.number-2-title {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
.number-2-descr {
  font-size: 16px;
  color: var(--color-gray-1);
}
.light-content .number-2-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .number-2-descr {
  color: var(--color-dark-mode-gray-1);
}
.number-3-title {
  margin-bottom: 10px;
  color: var(--color-primary-1);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
.number-3-descr {
  font-size: 16px;
  line-height: 1.37;
  color: var(--color-gray-1);
}
.light-content .number-3-descr {
  color: var(--color-dark-mode-gray-1);
}
.steps-1-title {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
.steps-1-number {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 0.642em;
  text-align: center;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.steps-1-text {
  font-size: 18px;
  line-height: 1.667;
}
.light-content .steps-1-number {
  color: var(--color-dark-1);
  background: #fff;
}
.steps-2-item {
  position: relative;
  padding: 30px;
  color: var(--color-dark-1);
  border-radius: var(--border-radius-default);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--box-shadow-block);
  transition: all 0.2s var(--ease-default);
}
.steps-2-item:hover {
  background: #fff;
  box-shadow: var(--box-shadow-block-strong);
}
.steps-2-icon {
  margin-top: 2px;
  margin-bottom: 30px;
  margin-right: 30px;
  font-size: 48px;
}
.steps-2-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--color-primary-1);
}
.steps-2-intro {
  margin-top: -2px;
}
.steps-2-title {
  margin-bottom: 9px;
  font-size: 21px;
  font-weight: 500;
}
.steps-2-text {
  font-size: 18px;
  line-height: 1.5;
}
.steps-2-number {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary-2);
  border-radius: 100px;
}
.steps-2-item.light-content {
  color: #fff;
  background: var(--color-dark-2);
}
.steps-2-item.light-content a {
  color: #fff;
  text-decoration: underline;
}
.works-filter {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
  font-size: 18px;
}
.works-filter a {
  display: inline-block;
  position: relative;
  margin-left: 48px;
  color: var(--color-gray-1);
  text-decoration: none;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  cursor: pointer;
}
.works-filter a:first-child {
  margin-left: 0;
}
.works-filter a:hover {
  color: var(--color-dark-1);
  text-decoration: none;
}
.works-filter a.active {
  color: var(--color-dark-1);
  cursor: default;
}
.works-filter a.active:hover {
  color: var(--color-dark-1);
}
.works-filter a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--color-dark-1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.works-filter a.active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.works-filter a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.light-content .works-filter a {
  color: #fff;
  opacity: 0.72;
}
.light-content .works-filter a:hover,
.light-content .works-filter a.active {
  color: #fff;
  opacity: 1;
}
.light-content .works-filter a:after {
  background-color: #fff;
}
.works-filter.works-filter-elegant {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.works-filter.works-filter-elegant a {
  margin-left: 27px;
  padding: 4px 13px;
}
.works-filter.works-filter-elegant a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-dark-1);
  border-radius: 30px;
  opacity: 0;
  transition: var(--transition-default);
}
.works-filter.works-filter-elegant a.active:before {
  opacity: 0.15;
}
.works-filter.works-filter-elegant a:after {
  display: none;
}
.light-content .works-filter.works-filter-elegant a:before {
  border-color: #fff;
}
.works-filter.works-filter-fancy {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.059em;
  text-transform: uppercase;
}
.works-filter.works-filter-fancy a,
.works-filter.works-filter-fancy a:hover {
  margin: 0;
  padding: 10px 20px;
  color: var(--color-gray-1);
  isolation: isolate;
}
.works-filter.works-filter-fancy a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-dark-1);
  opacity: 0.3;
  transition: var(--transition-default);
  z-index: -1;
}
.works-filter.works-filter-fancy a:after,
.works-filter.works-filter-fancy a:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--color-primary-1);
  transform: none;
  transition: all 0.2s var(--ease-out-short);
  z-index: -1;
}
.works-filter.works-filter-fancy a:not(:first-child):before,
.works-filter.works-filter-fancy a:not(:first-child):after {
  width: calc(100% + 1px);
  margin-left: -1px;
  border-left: none;
}
.works-filter.works-filter-fancy a:first-child:before,
.works-filter.works-filter-fancy a:first-child:after {
  border-top-left-radius: var(--border-radius-default);
  border-bottom-left-radius: var(--border-radius-default);
}
.works-filter.works-filter-fancy a:last-child:before,
.works-filter.works-filter-fancy a:last-child:after {
  border-top-right-radius: var(--border-radius-default);
  border-bottom-right-radius: var(--border-radius-default);
}
.works-filter.works-filter-fancy a.active,
.works-filter.works-filter-fancy a.active:hover {
  color: #fff;
}
.works-filter.works-filter-fancy a.active:after {
  opacity: 1;
}
.light-content .works-filter.works-filter-fancy a {
  opacity: 1;
}
.light-content .works-filter.works-filter-fancy a:before {
  border-color: #fff;
}
.light-content .works-filter.works-filter-fancy a {
  color: #fff !important;
}
.light-content .works-filter.works-filter-fancy a:hover {
  color: #fff;
}
.light-content .works-filter.works-filter-fancy a.active {
  color: #fff;
}
.works-filter.works-filter-gradient {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  z-index: 1;
}
.works-filter.works-filter-gradient a {
  margin-left: 10px;
  padding: 5px 17px;
  transition: none;
}
.works-filter.works-filter-gradient a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-dark-1);
  border-radius: 30px;
  opacity: 0.15;
  transition: opacity 0.17s var(--ease-default);
  z-index: -1;
}
.works-filter.works-filter-gradient a:hover {
  color: var(--color-gray-1);
}
.works-filter.works-filter-gradient a:hover:before {
  opacity: 0.3;
}
.works-filter.works-filter-gradient a.active:before {
  border: 1px solid transparent;
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 1;
}
.works-filter.works-filter-gradient a.active {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.works-filter.works-filter-gradient a:after {
  display: none;
}
.light-content .works-filter.works-filter-gradient a,
.light-content .works-filter.works-filter-gradient a:hover {
  color: var(--color-dark-mode-gray-1);
  opacity: 1;
}
.light-content .works-filter.works-filter-gradient a:before {
  border-color: #fff;
  opacity: 0.25;
}
.light-content .works-filter.works-filter-gradient a:hover:before {
  border-color: #fff;
  opacity: 0.5;
}
.light-content .works-filter.works-filter-gradient a.active:before {
  border-color: transparent;
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 1;
}
.works-filter.works-filter-slick {
  display: inline-block;
  padding: 0 13px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  background: #fff;
  border-radius: 100px;
  box-shadow: var(--box-shadow-block);
}
.works-filter.works-filter-slick a {
  margin: 0;
  padding: 14px 17px;
  color: var(--color-gray-1);
}
.works-filter.works-filter-slick a:hover {
  color: var(--color-dark-1);
}
.works-filter.works-filter-slick a:after {
  display: none;
}
.works-filter.works-filter-slick a.active,
.works-filter.works-filter-slick a.active:hover {
  color: var(--color-dark-1);
}
.works-filter.works-filter-slick a.active:after {
  opacity: 1;
}
.light-content .works-filter.works-filter-slick {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .works-filter.works-filter-slick a {
  color: var(--color-dark-mode-gray-1);
}
.light-content .works-filter.works-filter-slick a:hover,
.light-content .works-filter.works-filter-slick a.active,
.light-content .works-filter.works-filter-slick a.active:hover {
  color: #fff;
}
.works-filter.works-filter-bold {
  font-family: var(--font-alt);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.works-filter.works-filter-bold a {
  margin-top: 7px;
  margin-left: 27px;
  padding: 4px 13px;
  color: var(--color-dark-1);
  isolation: isolate;
}
.works-filter.works-filter-bold a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border: none;
  border-radius: 30px;
  opacity: 0;
  transition: var(--transition-default);
  z-index: -1;
}
.works-filter.works-filter-bold a.active,
.works-filter.works-filter-bold a.active:hover {
  color: #fff;
}
.works-filter.works-filter-bold a.active:before {
  opacity: 1;
}
.works-filter.works-filter-bold a:after {
  display: none;
}
.light-content .works-filter.works-filter-bold a {
  color: #fff;
  opacity: 1;
}
.light-content .works-filter.works-filter-bold a:before {
  background: #fff;
}
.light-content .works-filter.works-filter-bold a.active,
.light-content .works-filter.works-filter-bold a.active:hover {
  color: var(--color-dark-1);
}
.works-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-item {
  width: 25%;
  margin: 0;
}
.work-grid-2 .work-item {
  width: 49.99%;
}
.work-grid-3 .work-item {
  width: 33.333%;
}
.works-grid.work-grid-gut {
  margin: -30px 0 0 -30px;
}
.works-grid.work-grid-gut .work-item {
  padding: 30px 0 0 30px;
}
.works-grid.work-grid-gut-sm {
  margin: 0 10px 10px 0;
}
.works-grid.work-grid-gut-sm .work-item {
  padding: 10px 0 0 10px;
}
.works-grid.work-grid-gut-lg {
  margin: -80px 0 0 -40px;
}
.works-grid.work-grid-gut-lg .work-item {
  padding: 20px 0 0 35px;
}
.works-grid.work-grid-gut-xl {
  margin: -80px 0 0 -90px;
}
.works-grid.work-grid-gut-xl .work-item {
  padding: 80px 0 0 90px;
}
.work-item a {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.work-item a,
.work-item a:hover {
  color: var(--color-dark-1);
  border: none;
}
.light-content .work-item a,
.light-content .work-item a:hover {
  color: #fff;
}
.work-img {
  position: relative;
  overflow: hidden;
  transform: rotate(0.001deg) translateZ(0);
}
.work-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gray-light-2);
}
.light-content .work-img-bg {
  background-color: var(--color-dark-3);
}
.work-img img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: rotate(0.001deg) translateZ(0);
}
.work-intro {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  transform: translateZ(0);
}
.work-title {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.007em;
  line-height: 1.4;
  text-transform: none;
  transform: translateZ(0);
}
.work-descr {
  display: block;
  color: var(--color-gray-1);
  font-size: 15px;
  line-height: 1.4;
  text-transform: none;
  transform: translateZ(0);
}
.light-content .work-descr {
  color: var(--color-dark-mode-gray-1);
}
.work-item .work-img,
.work-item .work-img > img {
  transition: all 1s var(--ease-out-medium);
}
.work-item a:hover .work-img {
  transform: scale(0.9);
}
.work-item a:hover .work-img > img {
  transform: scale(1.05) rotate(0.001deg) translateZ(0);
}
.work-item .work-intro {
  transition: all 2s var(--ease-out-medium);
}
.work-item .work-intro.text-start {
  padding-right: 10px;
}
.work-item a:hover .work-intro {
  transform: translate(10px, -10px);
}
.works-grid.work-grid-hover-alt .work-item .work-img {
  overflow: hidden;
  transition: all 0.2s var(--ease-default);
}
.works-grid.work-grid-hover-alt .work-item .work-img img {
  transition: all 0.27s var(--ease-default);
}
.works-grid.work-grid-hover-alt .work-item a:hover .work-img {
  clip-path: none;
  transform: translateY(-7px) rotate(0.001deg) translateZ(0);
}
.works-grid.work-grid-hover-alt .work-item a:hover .work-img img {
  transform: scale(1) rotate(0.001deg) translateZ(0);
}
.works-grid.work-grid-hover-alt .work-item a:hover .work-intro {
  transform: none;
  opacity: 1;
}
.works-grid.work-grid-round .work-item .work-img {
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.works-grid.work-grid-round .work-item .work-img-bg {
  border-radius: var(--border-radius-default);
}
.works-grid.hide-titles .work-item a {
  overflow: hidden;
}
.works-grid.hide-titles .work-item .work-img {
  transition: all 0.37s var(--ease-out-short);
}
.works-grid.hide-titles .work-item a:hover .work-img > img {
  transform: none;
}
.works-grid.hide-titles .work-intro {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  transition: all 0.37s var(--ease-default);
}
.works-grid.hide-titles .work-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.85;
}
.works-grid.hide-titles .work-intro > * {
  position: relative;
  transform: translateY(25px);
  transition: transform 0.37s var(--ease-out-short), opacity 0.37s var(--ease-default);
}
.works-grid.hide-titles .work-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}
.works-grid.hide-titles:not(.work-grid-2, .work-grid-3) .work-title {
  font-size: 19px;
}
.works-grid.hide-titles .work-descr {
  color: #fff;
  opacity: 0.7;
}
.works-grid.hide-titles .work-item a:hover .work-img,
.works-grid.hide-titles .work-item a.focus-visible .work-img {
  clip-path: none;
  transform: scale(1.05) translateZ(0.1px);
}
.works-grid.hide-titles .work-item a:hover .work-intro > *,
.works-grid.hide-titles .work-item a:focus-visible .work-intro > * {
  transform: none;
}
.works-grid.hide-titles .work-item a:hover .work-intro,
.works-grid.hide-titles .work-item a:focus-visible .work-intro {
  transform: none;
  opacity: 1;
}
.works-grid.hide-titles.hover-white .work-intro:before {
  background: #fff;
}
.works-grid.hide-titles.hover-white .work-title {
  color: var(--color-dark-1);
}
.works-grid.hide-titles.hover-white .work-descr {
  color: var(--color-gray-1);
  opacity: 1;
}
.works-grid.work-grid-fancy .work-item a {
  overflow: hidden;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
  transition: all 0.27s var(--ease-default);
  isolation: isolate;
  transform: translateZ(0);
}
.works-grid.work-grid-fancy .work-item a:hover {
  box-shadow: var(--box-shadow-block-strong);
  transform: translateY(-7px);
}
.works-grid.work-grid-fancy .work-item a:hover .work-img > img {
  transform: none;
}
.works-grid.work-grid-fancy .work-intro {
  padding: 30px;
}
.works-grid.work-grid-fancy .work-title {
  font-size: 20px;
}
.works-grid.work-grid-fancy .work-item a:hover .work-img {
  clip-path: none;
}
.works-grid.work-grid-fancy .work-item a:hover .work-intro {
  transform: none;
  opacity: 1;
}
.light-content .works-grid.work-grid-fancy .work-item a {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.work-navigation {
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 99;
}
.work-navigation i {
  position: relative;
  top: -1px;
}
.work-navigation a {
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}
.work-navigation a,
.work-navigation a:visited {
  color: var(--color-gray-1);
}
.work-navigation a span:hover {
  color: var(--color-dark-1);
}
.work-navigation a span {
  display: inline-block;
  height: 80px;
  line-height: 79px;
  padding: 0 4%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work-navigation span:hover {
  background: var(--color-gray-light-2);
}
.work-prev {
  text-align: left;
}
.work-all {
  text-align: center;
}
.work-next {
  text-align: right;
}
.work-full-media img {
  max-width: 100%;
  height: auto;
}
.work-navigation.light-content a,
.work-navigation.light-content a:visited {
  color: var(--color-dark-mode-gray-1);
}
.work-navigation.light-content a span:hover {
  color: #fff;
}
.work-navigation.light-content a span {
  background-color: transparent;
}
.work-navigation.light-content span:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.portfolio-1-item {
  will-change: unset !important;
}
.portfolio-1-image {
  position: relative;
  clip-path: inset(0);
  transform: translateZ(0);
  transition: all 2s var(--ease-out-medium);
  will-change: clip-path;
}
.portfolio-1-image:hover {
  clip-path: inset(10px);
}
.portfolio-1-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gray-light-2);
}
.portfolio-1-title {
  position: relative;
  margin-left: -105px;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
.portfolio-1-title a {
  display: inline-block;
  margin-left: -4px;
  color: unset;
  text-decoration: none;
  transition: letter-spacing 0.27s var(--ease-out-medium);
  will-change: letter-spacing;
}
.portfolio-1-title a:hover {
  letter-spacing: -0.03em;
}
.portfolio-1-descr {
  font-size: 16px;
}
.portfolio-2-item {
  will-change: unset !important;
}
.portfolio-2-title {
  font-size: 43px;
  font-weight: 500;
}
.portfolio-2-title a {
  display: block;
  text-decoration: none;
  transition: all 0.27s var(--ease-out-medium);
}
.portfolio-2-title a:hover {
  color: inherit;
  text-decoration: none;
}
.portfolio-2-image {
  overflow: hidden;
}
.portfolio-2-image img {
  width: 100%;
  transform: scale(1.02) translateZ(0.1px);
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-2-image a:hover img {
  transform: translateZ(0.1px);
}
.light-content .portfolio-2-title a {
  color: #fff;
}
.portfolio-3-image {
  overflow: hidden;
  border-radius: 50px;
  isolation: isolate;
  transform: translateZ(0);
}
.portfolio-3-image img {
  width: 100%;
  transform: scale(1.037) translateZ(0.01px);
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-3-image a:hover img {
  transform: translateZ(0.01px);
}
.portfolio-3-title {
  margin-bottom: 15px;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.portfolio-3-title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 calc(100% - 0.125em);
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.portfolio-3-title a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.portfolio-3-descr {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.light-content .portfolio-3-title a {
  color: #fff;
}
.portfolio-4-carousel.owl-carousel {
  display: flex !important;
  flex-direction: column;
  width: calc(100% + 10px);
}
.portfolio-4-carousel .owl-wrapper-outer {
  overflow: visible !important;
}
.portfolio-4-carousel .owl-item {
  padding-right: 10px;
}
.portfolio-4-carousel .owl-controls {
  order: 2;
  margin-top: 40px;
}
.portfolio-4-carousel .owl-buttons {
  padding-right: 10px;
  text-align: right;
}
.portfolio-4-carousel .owl-pagination {
  display: none;
}
.portfolio-4-carousel .owl-prev,
.portfolio-4-carousel .owl-next {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: var(--color-dark-1);
  border-radius: 50%;
  opacity: 1;
  transform: none;
}
.portfolio-4-carousel .owl-prev svg,
.portfolio-4-carousel .owl-next svg {
  position: relative;
}
.portfolio-4-carousel .owl-prev:before,
.portfolio-4-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.portfolio-4-carousel .owl-prev:hover:before,
.portfolio-4-carousel .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}
.portfolio-4-item > a {
  color: unset;
  text-decoration: none;
}
.portfolio-4-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.portfolio-4-image img {
  position: relative;
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-4-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.portfolio-4-intro {
  padding-right: 12px;
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-4-descr {
  font-size: 16px;
}
.portfolio-4-item > a:hover .portfolio-4-image > img {
  transform: scale(1.05);
}
.portfolio-4-item > a:hover .portfolio-4-intro {
  transform: translateX(12px);
}
.portfolio-5-link {
  text-decoration: none;
}
.portfolio-5-image {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.portfolio-5-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-default);
  background: var(--color-gray-light-1);
}
a.portfolio-5-link .portfolio-5-image img {
  transform: translateZ(0.01px);
  transition: all 0.5s var(--ease-out-short);
}
.portfolio-5-title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.27s var(--ease-default);
}
.portfolio-5-title span {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.portfolio-5-number {
  margin-bottom: 5px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.portfolio-5-number-descr {
  font-size: 18px;
}
.light-content .portfolio-5-image-bg {
  background: var(--color-dark-3);
}
a.portfolio-5-link {
  text-decoration: none;
  color: inherit;
}
a.portfolio-5-link:hover .portfolio-5-image img {
  transform: scale(1.05) translateZ(0.01px);
}
a.portfolio-5-link:hover .portfolio-5-title span {
  background-size: 100% 1px;
}
.call-action-1-images {
  position: relative;
  overflow: hidden;
}
.call-action-1-images img {
  width: 100%;
}
.call-action-1-image-1 {
  width: 78.7234%;
  overflow: hidden;
}
.call-action-1-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 36.2%;
  height: 100%;
}
.call-action-1-image-2-inner {
  overflow: hidden;
  border-radius: 120px;
  isolation: isolate;
  transform: translateZ(0);
}
.call-action-2-images {
  position: relative;
  margin: 15px 33px 0 0;
  border: 1px solid transparent;
}
.call-action-2-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.85%;
  overflow: hidden;
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-2-image-2 {
  position: relative;
  width: 77.145%;
  margin: 120px auto;
  overflow: hidden;
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-2-image-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36.85%;
  overflow: hidden;
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-2-text dt {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 500;
}
.call-action-2-text dd {
  margin-bottom: 2em;
  font-size: 17px;
  line-height: 1.625;
  color: var(--color-gray-1);
}
.light-content .call-action-2-text dd {
  color: var(--color-gray-light-6);
}
.call-action-3-images {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.call-action-3-image-1 {
  width: 67.38%;
  margin-left: auto;
  overflow: hidden;
  -webkit-transform: translateZ(0) rotate(0.0001deg);
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-3-image-2-wrap {
  position: absolute;
  top: 0;
  left: 54px;
  width: 41.5%;
  height: 100%;
  -webkit-transform: translateZ(0) rotate(0.0001deg);
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-3-image-2 {
  overflow: hidden;
  -webkit-transform: translateZ(0) rotate(0.0001deg);
  transform: translateZ(0) rotate(0.0001deg);
}
.call-action-4-images {
  position: relative;
  padding-bottom: 24.39%;
}
.call-action-4-images img {
  width: 100%;
}
.call-action-4-image-1 {
  width: 73.17%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.call-action-4-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73.17%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-1 {
  position: relative;
  isolation: isolate;
}
.composition-1 img {
  width: 100%;
}
.composition-1-image-1 {
  position: relative;
  width: 65.6915%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
  z-index: 1;
}
.composition-1-image-2 {
  position: relative;
  width: 59.3085%;
  margin-top: -18.617%;
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-1-decoration-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -13.2978%;
  margin-left: -17.2872%;
  width: 42.0212%;
  opacity: 0.5;
  z-index: -1;
}
.composition-1-decoration-2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 45.2127%;
  margin-left: 24.734%;
  width: 26.8617%;
  opacity: 0.95;
  z-index: 1;
}
.composition-2 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.composition-2 img {
  width: 100%;
}
.composition-2-image-1 {
  position: relative;
  width: 58.5987%;
  margin-top: 29.2993%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-2-image-2 {
  position: relative;
  width: 71.0191%;
  margin-top: -40.1273%;
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-2-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10.9%;
  margin-left: 14.0127%;
  width: 32.1656%;
  opacity: 0.95;
  z-index: 1;
}
.composition-3 {
  position: relative;
  isolation: isolate;
}
.composition-3 img {
  width: 100%;
}
.composition-3-image-1 {
  position: relative;
  width: 65.6915%;
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-3-image-2 {
  position: relative;
  width: 59.3085%;
  margin-top: -18.617%;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.composition-3-decoration-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9.3085%;
  margin-left: 22%;
  width: 28.4574%;
  opacity: 0.95;
  z-index: 1;
}
.composition-3-decoration-2 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 26.0638%;
  margin-right: -19.1489%;
  width: 39.3617%;
  opacity: 0.7;
  z-index: -1;
}
.composition-4 {
  position: relative;
}
.composition-4 img {
  width: 100%;
}
.composition-4-image-1 {
  position: relative;
  width: 86.0084%;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.composition-4-image-1-inner {
  overflow: hidden;
  border: 10px solid #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.composition-4-image-2 {
  position: relative;
  width: 59.7738%;
  margin-top: -36.672%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 75%;
}
.composition-4-image-2-inner {
  border: 10px solid #fff;
  overflow: hidden;
  border-bottom-left-radius: 75%;
}
.composition-4-decoration {
  position: absolute;
  bottom: 7%;
  right: 15.6704%;
  width: 36.8336%;
  opacity: 0.95;
  z-index: -1;
}
.composition-4-decoration-1 {
  position: absolute;
  bottom: 6.025%;
  right: 7.97%;
  width: 25.1042%;
  opacity: 0.95;
  z-index: -1;
}
.light-content .composition-4-image-1 {
  background: var(--color-dark-1);
  border-color: rgba(255, 255, 255, 0.2);
}
.light-content .composition-4-image-1-inner {
  border-color: var(--color-dark-1);
}
.light-content .composition-4-image-2 {
  background: var(--color-dark-1);
  border-color: rgba(255, 255, 255, 0.2);
}
.light-content .composition-4-image-2-inner {
  border-color: var(--color-dark-1);
}
.composition-5 {
  position: relative;
}
.composition-5 img {
  width: 100%;
}
.composition-5-image-1 {
  position: relative;
  width: 91.0683%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-gray-light-3);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  isolation: isolate;
  transform: translateZ(0);
}
.composition-5-image-1-inner {
  overflow: hidden;
  border: 10px solid #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  isolation: isolate;
  transform: translateZ(0);
}
.composition-5-image-2 {
  position: relative;
  width: 49.387%;
  margin-top: -24.3432%;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid var(--color-gray-light-3);
  border-bottom-right-radius: 75%;
  isolation: isolate;
  transform: translateZ(0);
}
.composition-5-image-2-inner {
  overflow: hidden;
  border: 10px solid #fff;
  border-bottom-right-radius: 75%;
  isolation: isolate;
  transform: translateZ(0);
}
.composition-5-decoration {
  position: absolute;
  bottom: 9.25%;
  left: -6.8%;
  width: 39.9299%;
  opacity: 0.95;
  z-index: -1;
}
.light-content .composition-5-image-1 {
  background: var(--color-dark-1);
  border-color: rgba(255, 255, 255, 0.2);
}
.light-content .composition-5-image-1-inner {
  border-color: var(--color-dark-1);
}
.light-content .composition-5-image-2 {
  background: var(--color-dark-1);
  border-color: rgba(255, 255, 255, 0.2);
}
.light-content .composition-5-image-2-inner {
  border-color: var(--color-dark-1);
}
.composition-6 {
  position: relative;
}
.composition-6 img {
  width: 100%;
}
.composition-6-image {
  position: relative;
  overflow: hidden;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
  -webkit-mask-type: alpha;
  -webkit-mask-size: 100% 100%;
  mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
  mask-type: alpha;
  mask-size: 100% 100%;
}
.composition-6-decoration-1 {
  position: absolute;
  top: 0.5%;
  right: 8.887%;
  width: 23.9682%;
}
.composition-6-decoration-2 {
  position: absolute;
  bottom: -3.5%;
  left: 25.3968%;
  width: 23.9682%;
}
.composition-7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.composition-7 img {
  width: 100%;
}
.composition-7-border {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: var(--border-radius-default);
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  z-index: 0;
}
.composition-7-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
  z-index: 1;
}
.composition-7-image-1 {
  position: relative;
  width: 14.9903%;
}
.composition-7-image-2 {
  position: relative;
  width: 24.8549%;
}
.composition-7-image-3 {
  position: relative;
  width: 30.0773%;
}
.composition-7-image-4 {
  position: relative;
  width: 21.3733%;
}
.light-content .composition-7-border {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.composition-8 {
  position: relative;
}
.composition-8-image {
  position: relative;
  width: 90.7936%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 75px;
  isolation: isolate;
  transform: translateZ(0);
}
.composition-8-image img {
  width: 100%;
}
.composition-8-decoration-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.composition-8-decoration-2 {
  position: absolute;
  bottom: 17%;
  left: 0;
}
.composition-9 {
  position: relative;
}
.composition-9-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-dark-1);
}
.composition-9-image img {
  width: 100%;
}
.composition-9-decoration-1 {
  position: absolute;
  top: -20px;
  left: -40px;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
}
.work-process-item:hover .work-process-icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.work-process-heading {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.196;
  letter-spacing: -0.02em;
}
.work-process-description {
  font-family: var(--font-global-alt);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--color-gray-1);
}
.light-content .work-process-description {
  color: var(--color-gray-light-6);
}
.work-process-icon {
  width: 1em;
  height: 1em;
  margin: 0 auto 18px auto;
  font-size: 72px;
  text-align: center;
  line-height: 1.3;
  color: var(--color-dark-1) 111;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.light-content .work-process-icon {
  color: #fff;
}
.work-process-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.work-process-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.logo-item {
  height: 120px;
  text-align: center;
  opacity: 0.75;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.logo-item:hover {
  opacity: 1;
}
.logo-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-grid {
  margin: -30px -15px 0 -15px;
}
.logo-grid-img {
  margin: 30px 15px 0 15px;
  opacity: 0.35;
  transition: var(--transition-default);
}
.logo-grid-img:hover {
  opacity: 1;
}
.light-content .logo-grid-img {
  opacity: 0.8;
}
.light-content .logo-grid-img:hover {
  opacity: 1;
}
.post-prev {
  display: flex;
  align-items: stretch;
}
.post-prev-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-prev-container > * {
  position: relative;
}
.post-prev-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-light-3);
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}
.post-prev-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--border-radius-default);
  border-top-right-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.post-prev-img a {
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-img img {
  width: 100%;
  transform: translateZ(0.1px);
  transition: all 0.5s var(--ease-out-short);
}
.post-prev-img a:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-title {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.476;
}
.post-prev-title a {
  color: var(--color-dark-1);
  text-decoration: none;
  transition: all 0.27s var(--ease-default);
}
.post-prev-title a:hover {
  opacity: 0.65;
}
.post-prev-info {
  margin-top: auto;
}
.post-prev-info,
.post-prev-info a {
  font-size: 15px;
  text-decoration: none;
  color: var(--color-gray-1);
  transition: all 0.27s var(--ease-default);
}
.post-prev-info a:hover {
  text-decoration: underline;
}
.post-prev-info .icon-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: var(--color-gray-light-1);
  border-radius: 50%;
}
.post-prev-info .icon-author:hover {
  text-decoration: none;
}
.post-prev-author-img {
  margin-top: -2px;
  margin-right: 5px;
  border-radius: 50%;
}
.post-prev-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--color-gray-1);
}
.post-prev-title {
  padding-top: 40px;
}
.post-prev-title,
.post-prev-text,
.post-prev-info {
  padding-left: 40px;
  padding-right: 40px;
}
.post-prev-container > *:last-child {
  padding-bottom: 40px;
}
.light-content .post-prev-container:before {
  border-color: rgba(255, 255, 255, 0.25);
}
.light-content .post-prev-title a {
  color: #fff;
}
.light-content .post-prev-info,
.light-content .post-prev-info a {
  color: var(--color-dark-mode-gray-1);
}
.light-content .post-prev-text {
  color: var(--color-dark-mode-gray-1);
}
.light-content .post-prev-info .icon-author {
  background: rgba(255, 255, 255, 0.2);
}
.post-prev-1-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.post-prev-1-img img {
  width: 100%;
  transform: translateZ(0.1px);
  transition: all 0.5s var(--ease-out-short);
}
.post-prev-1-img:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-1-info {
  margin-bottom: 18px;
  font-size: 12px;
  font-family: var(--font-alt);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-prev-1-infro-item {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 10px 2px;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 20px;
  transition: var(--transition-default);
}
.post-prev-1-title {
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: -0.01em;
}
.post-prev-1-title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.post-prev-1-title a:hover {
  color: unset;
  background-size: 100% 1px;
}
.post-prev-1-title.large {
  font-size: 30px;
}
.light-content .post-prev-1-title a {
  color: #fff;
}
.post-prev-2-img {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: var(--border-radius-default);
  isolation: isolate;
  transform: translateZ(0);
}
.post-prev-2-img img {
  width: 100%;
  transform: translateZ(0.1px);
  transition: all 0.5s var(--ease-out-short);
}
.post-prev-2-img:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.post-prev-2-info {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.466;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.post-prev-2-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3125;
  letter-spacing: -0.03em;
}
.post-prev-2-title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.post-prev-2-title a:hover {
  color: unset;
  background-size: 100% 1px;
}
.post-prev-2-text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.6;
}
.post-prev-2-tags {
  margin-top: -5px;
}
.post-prev-2-tag {
  display: inline-block;
  align-items: center;
  margin-top: 5px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid currentColor;
  border-radius: 100px;
}
.light-content .post-prev-2-title a {
  color: #fff;
}
.post-prev-3 {
  display: flex;
  align-items: stretch;
}
.post-prev-3-container {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  transition: var(--transition-default);
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
  isolation: isolate;
  transform: translateZ(0);
  transition: var(--transition-default);
}
.post-prev-3-container > * {
  position: relative;
}
.post-prev-3-img {
  flex-shrink: 0;
  position: relative;
  min-width: 39.6825%;
  overflow: hidden;
}
.post-prev-3-img a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  transition: all 0.2s var(--ease-default);
}
.post-prev-3-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0.01px) rotate(0.003deg);
  transition: all 0.5s var(--ease-out-short);
}
.post-prev-3-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 35px 40px;
}
.post-prev-3-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.476;
}
.post-prev-3-title a {
  color: var(--color-dark-1);
  text-decoration: none;
  transition: all 0.27s var(--ease-default);
}
.post-prev-3-title a:hover {
  opacity: 0.65;
}
.post-prev-3-info {
  margin-top: auto;
}
.post-prev-3-info,
.post-prev-3-info a {
  font-size: 14px;
  text-decoration: none;
  color: var(--color-dark-1);
  transition: all 0.27s var(--ease-default);
}
.post-prev-3-info a:hover {
  text-decoration: underline;
}
.post-prev-3-author-img {
  position: relative;
  top: -0.1em;
  margin-right: 2px;
  border-radius: 50%;
}
.post-prev-3-text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-1);
}
.light-content .post-prev-3-container {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .post-prev-3-title a {
  color: #fff;
}
.light-content .post-prev-3-info,
.light-content .post-prev-3-info a {
  color: var(--color-dark-mode-gray-1);
}
.light-content .post-prev-3-text {
  color: var(--color-dark-mode-gray-1);
}
.post-prev-3.gradient .post-prev-3-container {
  box-shadow: none;
}
.post-prev-3.gradient .post-prev-3-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: var(--border-radius-default);
  background:
    linear-gradient(
      to right,
      white,
      white),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.3;
  transition: all 0.27s var(--ease-default);
}
.post-prev-3.gradient .post-prev-3-container:hover {
  box-shadow: none;
}
.post-prev-3.gradient .post-prev-3-container:hover:before {
  opacity: 0.57;
}
.post-prev-3.gradient .post-prev-3-title a:hover {
  opacity: 0.85;
}
.light-content .post-prev-3.gradient .post-prev-3-container {
  background: none;
  border: none;
}
.light-content .post-prev-3.gradient .post-prev-3-container:before {
  background:
    linear-gradient(
      to right,
      var(--color-dark-1),
      var(--color-dark-1)),
    var(--gradient-primary-1-b);
  -webkit-background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  opacity: 0.5;
}
.light-content .post-prev-3.gradient .post-prev-3-container:hover:before {
  opacity: 0.75;
}
.newsletter-label-icon {
  margin-right: 30px;
  font-size: 96px;
  line-height: 1;
}
.newsletter-label-icon svg {
  width: 1em;
  height: 1em;
}
.newsletter-label-text {
  max-width: 370px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.196;
  letter-spacing: -0.03em;
}
.form input.newsletter-field,
.form .newsletter-field-wrap {
  margin-right: 10px;
  flex-grow: 1.5;
}
.form input.newsletter-field::placeholder {
  color: var(--color-gray-1);
}
.form input.newsletter-field:focus {
  color: var(--color-dark-1);
}
.form input.newsletter-field.error {
  border-color: #dc3545 !important;
}
#subscribe-result {
  height: 0;
}
.form.newsletter-elegant input.newsletter-field {
  max-width: unset;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-grow: unset;
  font-size: 34px !important;
  font-weight: 400 !important;
  background: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-width: 1px !important;
}
.light-content .form.newsletter-elegant input.newsletter-field,
.light-content .form.newsletter-elegant input.newsletter-field::placeholder {
  color: #fff !important;
  border-color: #fff !important;
}
.light-content .form.newsletter-strong input.newsletter-field,
.light-content .form.newsletter-strong input.newsletter-field:hover {
  background-color: rgba(255, 255, 255, 0.275) !important;
  border: none;
}
.light-content .form.newsletter-strong input.newsletter-field::placeholder,
.light-content .form.newsletter-strong input.newsletter-field:hover::placeholder {
  color: #fff;
}
.form.newsletter-modern input.newsletter-field,
.form.newsletter-modern input.newsletter-field:hover,
.form.newsletter-modern input.newsletter-field::placeholder,
.form.newsletter-modern input.newsletter-field:hover::placeholder {
  max-width: unset;
  width: 100%;
  height: 55px;
  padding: 20px 0;
  font-family: var(--font-alt);
  font-size: 40px;
  color: var(--color-dark-1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: var(--color-dark-1);
}
.form.newsletter-modern input.newsletter-field:focus {
  box-shadow: none;
}
.form.newsletter-modern input.newsletter-field.error {
  border-color: #dc3545 !important;
}
.light-content .form.newsletter-modern input.newsletter-field,
.light-content .form.newsletter-modern input.newsletter-field:hover,
.light-content .form.newsletter-modern input.newsletter-field::placeholder,
.light-content .form.newsletter-modern input.newsletter-field:hover::placeholder {
  color: #fff;
  border-color: #fff;
}
.contact-item {
  position: relative;
  padding: 0 0 0 74px;
  color: var(--color-dark-1);
}
.contact-item a {
  color: currentColor;
  text-decoration: none;
  transition: var(--transition-default);
}
.contact-item a:hover {
  color: var(--color-dark-1);
  text-decoration: none;
}
.ci-icon {
  position: absolute;
  top: 4px;
  left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.ci-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.ci-icon svg,
.ci-icon img,
.ci-icon i {
  position: relative;
  vertical-align: middle;
}
.ci-icon.ci-icon-grad:before {
  background: var(--gradient-primary-1-b);
  opacity: 0.15;
}
.ci-icon.ci-icon-grad i:before {
  background: var(--gradient-primary-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ci-title {
  margin-bottom: 7px;
  color: var(--color-dark-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.ci-text {
  font-size: 18px;
  line-height: 1.625;
  color: var(--color-gray-1);
}
.ci-text.large {
  font-size: 21px;
  line-height: 1.467;
}
.ci-link {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ci-link a {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.ci-link a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  opacity: 0.9;
}
.ci-link a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ci-link a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.light-content .ci-icon {
  color: #fff !important;
}
.light-content .ci-icon:before {
  background-color: #fff;
  opacity: 0.15;
}
.light-content .ci-title {
  color: #fff;
}
.light-content .ci-text {
  color: var(--color-dark-mode-gray-1);
}
.light-content .ci-link a {
  color: #fff;
}
.light-content .ci-link a:after {
  background-color: #fff;
}
.contact-1-left {
  width: 100%;
  border-radius: 50px 0 0 50px;
  background: var(--color-dark-1);
}
.contact-1-right {
  width: 100%;
  border-radius: 0 50px 50px 0;
  background: var(--color-gray-light-2);
}
.contact-1-line {
  background-color: #fff;
  opacity: 0.15;
}
.contact-1-title {
  margin-bottom: 12px;
  font-size: 15px;
  font-family: var(--font-alt);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.contact-1-text {
  font-size: 30px;
  font-family: var(--font-alt);
  font-weight: 400;
  line-height: 1.28;
}
.contact-1-text a {
  color: unset;
  text-decoration: none;
  transition: opacity 0.27s var(--ease-default);
}
.contact-1-text {
  letter-spacing: 0;
}
.contact-1-text a:hover {
  opacity: 0.85;
}
.contact-1-link a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), linear-gradient(#fff, #fff);
  background-size: 100% 1px, 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.27s var(--ease-out-medium);
}
.contact-1-link a:hover {
  color: #fff;
  background-size: 100% 1px, 100% 1px;
}
.contact-2 {
  position: relative;
}
.contact-2:before,
.contact-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.contact-2:after {
  left: unset;
  right: 0;
}
.contact-2-item {
  display: flex;
  position: relative;
}
.contact-2-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  display: block;
  width: 100%;
  width: calc(100% - 2px);
  height: 1px;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.contact-2-item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  display: block;
  width: 100%;
  width: 100%;
  width: calc(100% - 2px);
  height: 1px;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.contact-2-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  font-size: 24px;
}
.contact-2-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-dark-1);
  opacity: 0.17;
}
.contact-2-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contat-2-intro {
  padding: 30px;
}
.contact-2-title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
}
.contact-2-text {
  font-size: 18px;
  line-height: 1.44;
}
.contact-2-text a {
  text-decoration: none;
  background-image: linear-gradient(var(--color-dark-1), var(--color-dark-1));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.contact-2-text a:hover {
  color: unset;
  background-size: 100% 1px;
}
.light-content .contact-2:before,
.light-content .contact-2:after,
.light-content .contact-2-item:before,
.light-content .contact-2-item:last-child:after,
.light-content .contact-2-icon:before {
  background: #fff;
  opacity: 0.25;
}
.google-map {
  position: relative;
  background: var(--color-dark-1);
}
.google-map > iframe {
  display: block;
  width: 100%;
  height: 485px;
  position: relative;
  background-color: var(--color-dark-1) !important;
  z-index: 1;
}
.map-section {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(245, 245, 245, 0.93);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.map-section:hover {
  background: rgba(245, 245, 245, 0.8);
}
.map-toggle {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -100px;
  color: #fff;
  text-align: center;
}
.mt-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 6px auto 9px;
  position: relative;
  color: #fff;
  font-size: 24px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-dark-1);
  border-radius: 50%;
}
.mt-icon i,
.mt-icon span {
  position: relative;
}
.mt-text {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark-1);
  opacity: 0.8;
}
.mt-close {
  display: none;
}
.mt-open-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -0.1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
}
.mt-close-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -0.1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.map-section.js-active {
  height: 25px;
  background: rgba(245, 245, 245, 0.85);
}
.map-section.js-active .mt-text {
  font-size: 16px;
}
.map-section.js-active:hover {
  background: rgba(245, 245, 245, 0.95);
}
.map-section.js-active .mt-icon {
  opacity: 0;
}
.map-section.js-active .mt-text {
  position: relative;
  top: -33px;
}
.light-content .map-section {
  background: rgba(17, 17, 17, 0.92);
}
.light-content .map-section:hover {
  background: rgba(17, 17, 17, 0.88);
}
.light-content .map-toggle {
  color: var(--color-dark-1);
}
.light-content .mt-icon {
  color: var(--color-dark-1);
}
.light-content .mt-icon:before {
  background: #fff;
}
.light-content .mt-text {
  color: #fff;
}
.light-content .mt-open-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
}
.light-content .mt-close-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.map-boxed {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.map-boxed iframe {
  width: 100%;
  height: auto;
  min-height: 360px;
}
.map-boxed-1 {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 5px;
  border-top-left-radius: var(--border-radius-default);
  border-bottom-left-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
}
.map-boxed-1 iframe {
  width: 100%;
  height: 100%;
  border-top-left-radius: calc(var(--border-radius-default) - 5px);
  border-bottom-left-radius: calc(var(--border-radius-default) - 5px);
}
.map-boxed-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: calc(var(--border-radius-default) - 5px);
  border-bottom-left-radius: calc(var(--border-radius-default) - 5px);
}
.light-content .map-boxed-1 {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.footer {
  font-size: 16px;
}
.footer a {
  transition: all 0.17s var(--ease-default);
}
.footer:not(.light-content) a:hover {
  text-decoration: none;
  color: var(--color-dark-3) !important;
}
.footer-text a {
  text-decoration: none;
}
footer:not(.light-content) .text-gray a {
  color: var(--color-gray-3);
  transition: all 0.17s var(--ease-default);
}
footer:not(.light-content) .text-gray a:hover {
  color: var(--color-gray-4);
  text-decoration: none;
}
.light-content .footer-text {
  color: var(--color-gray-light-3);
}
.footer.light-content a:hover {
  color: #fff !important;
  text-decoration: none;
}
.footer-made {
  font-size: 14px;
  opacity: 0.5;
}
.footer-social-links {
  font-size: 16px;
}
.footer-social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 3px 10px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.27s var(--ease-out-medium);
}
.footer-social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.footer-social-links a svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-social-links a i {
  position: relative;
}
.footer-social-links a:hover,
.footer.light-content .footer-social-links a:hover,
.light-content .footer-social-links a:hover {
  color: var(--color-dark-1) !important;
}
.footer-social-links a:hover:before {
  opacity: 1;
  transform: none;
}
.fw-title {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.fw-menu li:not(:last-child) {
  margin-bottom: 3px;
}
.fw-menu li a {
  text-decoration: none;
  color: var(--color-gray-3);
  font-size: 15px;
}
.fw-menu li a:hover {
  color: var(--color-gray-4);
}
.fw-menu svg {
  position: relative;
  top: -0.05em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .fw-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.fw-menu-large {
  font-size: 28px;
  line-height: 1.3;
}
.fw-menu-large li:not(:last-child) {
  margin-bottom: 10px;
}
.fw-menu-large li a {
  text-decoration: none;
  color: var(--color-dark-1);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-out-medium);
  will-change: background-size;
}
.fw-menu-large li a:hover {
  text-decoration: none;
  color: var(--color-dark-1);
  background-size: 100% 1px;
}
.fw-menu-large svg {
  position: relative;
  top: -0.05em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .fw-menu-large li a,
.light-content .fw-menu-large li a:hover {
  color: #fff;
}
a.link-to-top,
footer .text-gray a.link-to-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: var(--color-dark-1);
  font-size: 24px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link-to-top:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff7a;
  box-shadow: var(--box-shadow);
  z-index: 1;
  transition: all 0.4s var(--ease-elastic-2);
}
.link-to-top svg {
  position: relative;
  width: 1em;
  height: 1em;
  z-index: 1;
}
.link-to-top i,
.link-to-top span {
  position: relative;
  transform: rotate(0.001deg) translateZ(0);
  z-index: 1;
}
.link-to-top:hover {
  text-decoration: none;
}
.link-to-top:hover:before {
  transform: scale(1.25);
}
.light-content a.link-to-top,
.light-content a.link-to-top:hover {
  color: var(--color-dark-1) !important;
}
a.link-to-top.gradient,
a.link-to-top.gradient:hover {
  color: #fff !important;
}
a.link-to-top.gradient:before {
  background: var(--gradient-primary-1-b);
  box-shadow: none;
}
a.link-to-top.color-light,
a.link-to-top.color-light:hover {
  color: var(--color-primary-1) !important;
}
a.link-to-top.color-light:before {
  background: var(--color-primary-light-1);
  box-shadow: none;
}
a.link-to-top.color,
a.link-to-top.color:hover {
  color: #fff !important;
}
a.link-to-top.color:before {
  background: var(--color-primary-1);
  box-shadow: none;
}
.link-to-top-2-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.link-to-top-2 {
  position: relative;
  display: block;
  width: 120px;
  margin: 0 auto;
  color: var(--color-dark-1);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: letter-spacing 0.27s var(--ease-out-medium);
}
.link-to-top-2:hover {
  color: unset;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.link-to-top-2:before {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  margin: -53px auto 6px;
  background: rgba(193, 193, 193, 0.9);
}
.footer-1 {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-1 .small {
  font-size: 13px;
}
.fw-social-inline-item {
  display: inline-block;
}
.fw-social-inline a {
  position: relative;
  display: inline-block;
  margin: 5px 15px 10px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.fw-social-inline .link-hover-anim {
  padding: 0;
}
.fw-social-inline .link-strong {
  padding: 0;
  transition: all 0.35s var(--ease-out-short);
}
.fw-social-inline .link-strong-hovered {
  top: 0;
  transform: translateY(150%) translateZ(0.001px);
}
.fw-social-inline .link-hover-anim:hover .link-strong-unhovered {
  transform: translateY(-150%) translateZ(0.001px);
}
.fw-social-inline .link-strong:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-dark-1);
  opacity: 0.5;
  transform-origin: left center;
  transition: all 0.27s var(--ease-out-medium);
}
.light-content .fw-social-inline a {
  color: #fff;
}
.light-content .fw-social-inline .link-strong:before {
  background: #fff;
}
.footer-text {
  text-transform: none;
}
.footer-text a {
  text-decoration: underline;
}
.fw-top-link {
  text-decoration: none;
}
.light-content .fw-top-link {
  color: #fff;
  text-decoration: none;
}
.light-content .fw-top-link .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s var(--ease-out-medium);
}
.light-content .fw-top-link .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.25);
  transition: all 0.4s var(--ease-elastic-1);
}
.light-content .fw-top-link .icon svg,
.light-content .fw-top-link .icon img,
.light-content .fw-top-link .icon i {
  position: relative;
}
.fw-top-link-underline {
  position: relative;
}
.fw-top-link-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.4s var(--ease-out-medium);
}
.fw-top-link:hover .fw-top-link-underline:before {
  transform: scaleX(1);
}
.light-content .fw-top-link:hover .icon {
  border-color: transparent;
}
.light-content .fw-top-link:hover .icon {
  color: var(--color-dark-1);
}
.light-content .fw-top-link:hover .icon:before {
  opacity: 1;
  transform: scale(1.1);
}
.footer-2 {
  font-size: 18px;
}
.footer-2-social-links {
  font-size: 16px;
}
.footer-2-social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all 0.27s var(--ease-out-medium);
}
.footer-2-social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.27s var(--ease-out-medium);
  will-change: transform, opacity;
}
.footer-2-social-links a svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-2-social-links a i {
  position: relative;
}
.footer-2-social-links a:hover {
  border-color: transparent;
  color: #fff !important;
}
.footer-2-social-links a:hover:before {
  opacity: 1;
  transform: none;
}
.light-content .footer-2-social-links a {
  color: #fff;
}
.footer-2.light-content .footer-2-social-links a:hover,
.light-content .footer-2-social-links a:hover {
  color: var(--color-dark-1) !important;
}
.light-content .footer-2-social-links a:before {
  background: #fff;
}
.blog-item {
  position: relative;
  margin-bottom: 80px;
}
.blog-item .lead,
.blog-item blockquote p {
  font-size: 130%;
}
.blog-item .lead {
  margin-bottom: 1.2em;
}
.blog-item blockquote {
  margin-bottom: 1.75em;
}
.blog-media {
  margin-bottom: 30px;
}
.blog-media img,
.blog-media .video,
.blog-media iframe {
  width: 100%;
}
.blog-item-title {
  margin: 0 0 0.35em 0;
  padding: 0;
  line-height: 1.2;
}
.blog-item-title a {
  color: var(--color-dark-1);
  text-decoration: none;
}
.blog-item-title a:hover {
  color: var(--color-gray-1);
  text-decoration: none;
}
.blog-item-data {
  margin-bottom: 30px;
  font-size: 15px;
  color: var(--color-gray-1);
}
.blog-item-data a {
  color: var(--color-gray-1);
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.blog-item-data a:hover {
  color: var(--color-dark-1);
  text-decoration: none;
}
.blog-item-data i {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.blog-item-body {
  margin-bottom: 37px;
  font-size: 20px;
}
.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6 {
  margin: 1.3em 0 0.5em 0;
  line-height: 1.3;
}
.blog-item-body blockquote p:before {
  content: "\201c";
  position: absolute;
  top: -0.23em;
  left: -0.5em;
  font-family:
    Georgia,
    "Times New Roman",
    Serif;
  font-size: 2.38em;
  opacity: 0.25;
}
.blog-item-more {
  border: 1px solid var(--color-gray-light-5);
  padding: 7px 15px 8px 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray-1);
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}
.blog-item-more:hover {
  text-decoration: none;
  border-color: var(--color-dark-1);
}
.blog-item-more i {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
a.blog-item-more {
  color: var(--color-gray-1);
  text-decoration: none;
}
a.blog-item-more:hover {
  color: var(--color-dark-1);
}
.blog-item-q {
  margin: 1em 0;
  padding: 0;
  letter-spacing: -0.02em;
  background: none;
}
.blog-item-q p {
  position: relative;
  background: var(--color-gray-light-1);
  padding: 17px 20px;
  font-size: 26px;
  font-style: normal;
  line-height: 1.6;
  border-radius: var(--border-radius-default);
}
.blog-item-q p a {
  color: var(--color-dark-1);
  text-decoration: none;
  transition: var(--transition-default);
}
.blog-item-q:hover a,
.blog-item-q p a:hover {
  color: var(--color-gray-1);
  text-decoration: none;
}
.blog-item-q p:before,
.blog-item-q p:after {
  font-family: var(--font-serif);
  transition: var(--transition-default);
}
.blog-item-q p:before {
  content: "\201c";
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog-item-q p:after {
  content: "\201d";
}
.blog-item-q p:hover:before,
.blog-item-q p:hover:after {
  color: #777;
}
.blog-page-title {
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray-light-5);
}
.light-content .blog-item-title a {
  color: #fff;
}
.light-content .blog-item-title a:hover {
  color: var(--color-gray-light-6);
}
.light-content .blog-item-data {
  color: rgba(255, 255, 255, 0.8);
}
.light-content .blog-item-data a {
  color: rgba(255, 255, 255, 0.8);
}
.light-content .blog-item-data a:hover {
  color: #fff;
}
.light-content .blog-page-title {
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content .blog-item-more {
  border-color: var(--color-dark-4);
  color: var(--color-gray-light-5);
}
.light-content .blog-item-more:hover {
  border-color: var(--color-gray-light-5);
}
.light-content a.blog-item-more {
  color: var(--color-gray-light-5);
}
.light-content a.blog-item-more:hover {
  color: #fff;
}
.light-content .blog-item-q p {
  background-color: var(--color-dark-3);
}
.light-content .blog-item-q p a {
  color: var(--color-gray-light-6);
}
.light-content .blog-item-q:hover a,
.light-content .blog-item-q p a:hover {
  color: #fff;
}
.light-content .blog-item-q p:before,
.light-content .blog-item-q p:after {
  color: var(--color-gray-light-6);
}
.light-content .blog-item-q p:hover:before,
.light-content .blog-item-q p:hover:after {
  color: #fff;
}
.pagination {
  font-size: 13px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  margin-right: 5px;
  padding: 9px 16px;
  border: 1px solid var(--color-gray-light-5);
  color: var(--color-gray-1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}
.pagination a:hover {
  text-decoration: none;
  border-color: var(--color-dark-1);
  color: var(--color-dark-1);
}
.pagination a.active,
.pagination a.active:hover {
  border-color: var(--color-dark-1);
  color: var(--color-dark-1);
  cursor: default;
}
.pagination span.no-active,
.pagination span.no-active:hover {
  border-color: var(--color-gray-light-5);
  color: var(--color-gray-1);
  cursor: default;
}
.light-content .pagination a {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-dark-mode-gray-1);
}
.light-content .pagination a:hover {
  border-color: var(--color-dark-mode-gray-1);
  color: #fff;
}
.light-content .pagination a.active,
.light-content .pagination a.active:hover {
  border-color: var(--color-dark-mode-gray-1);
  color: #fff;
}
.light-content .pagination span.no-active,
.light-content .pagination span.no-active:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.37);
}
.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted var(--color-gray-light-5);
  color: var(--color-dark-4);
  font-size: 17px;
  overflow: hidden;
}
.comment-item:first-child {
  padding-top: 0 !important;
  border-top: none;
}
.comment-list > .comment-item:last-child p:last-child {
  margin-bottom: 0;
}
.media-body {
  overflow: hidden;
}
.comment-avatar {
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-item-data {
  margin: 0 0 5px;
  font-size: 15px;
}
.comment-item-data a {
  color: var(--color-gray-1);
  text-decoration: none;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.comment-item-data a:hover {
  color: var(--color-dark-1);
  text-decoration: none;
}
.comment-author {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
.comment-author a {
  color: var(--color-gray-1);
}
.light-content .comment-item {
  border-color: var(--color-dark-4);
  color: var(--color-gray-light-5);
}
.light-content .comment-item-data a {
  color: var(--color-gray-light-5);
}
.light-content .comment-item-data a:hover {
  color: #fff;
}
.light-content .comment-author a {
  color: var(--color-gray-light-6);
}
.widget:not(:last-child) {
  margin-bottom: 60px;
}
.widget .img-left {
  margin: 0 10px 10px 0;
}
.widget .img-right {
  margin: 0 0 10px 10px;
}
.widget-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--color-gray-light-5);
}
.widget-body {
  font-size: 16px;
  color: var(--color-gray-1);
}
.widget-text {
  line-height: 1.7;
}
.light-content .widget-title {
  border-color: rgba(255, 255, 255, 0.35);
}
.light-content .widget-body {
  color: var(--color-dark-mode-gray-1);
}
#search-trigger a {
  cursor: pointer !important;
}
.search-wrap {
  position: relative;
}
.search-field {
  padding-right: 30px !important;
}
.search-button {
  width: 42px;
  height: 50px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: var(--color-gray-3);
  font-size: 14px;
}
.search-button:hover {
  color: var(--color-dark-1);
}
.light-content .search-button {
  color: rgba(255, 255, 255, 0.65);
}
.light-content .search-button:hover {
  color: #fff;
}
.widget-menu {
  font-size: 18px;
}
.widget-menu li {
  padding: 5px 0;
}
.widget-menu li a {
  color: var(--color-dark-4);
  text-decoration: none;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-menu li a:hover,
.widget-menu li a.active {
  color: var(--color-gray-3);
}
.widget-menu li small {
  font-size: 12px;
  color: var(--color-gray-3);
}
.light-content .widget-menu li a {
  color: var(--color-gray-light-5);
}
.light-content .widget-menu li a:hover,
.light-content .widget-menu li a.active {
  color: #fff;
}
.light-content .widget-menu li small {
  font-size: 12px;
  color: var(--color-gray-light-6);
}
.tags a {
  display: inline-block;
  margin: 0 2px 8px 0;
  padding: 5px 7px;
  border: 1px solid var(--color-gray-light-5);
  color: var(--color-dark-4);
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--border-radius-default);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.tags a:hover {
  text-decoration: none;
  border-color: var(--color-dark-3);
  color: var(--color-dark-1);
}
.light-content .tags a {
  border-color: var(--color-dark-mode-gray-1);
  color: var(--color-dark-mode-gray-1);
}
.light-content .tags a:hover {
  border-color: #fff;
  color: #fff;
}
.widget-comments {
  color: var(--color-gray-2);
}
.widget-comments li {
  padding: 12px 0;
  border-bottom: 1px dotted #ddd;
}
.widget-comments li:last-child {
  border-bottom: none;
}
.widget-comments li a {
  color: var(--color-dark-4);
  text-decoration: none;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-comments li a:hover {
  color: var(--color-gray-3);
}
.light-content .widget-comments {
  color: var(--color-gray-light-6);
}
.light-content .widget-comments li {
  border-bottom-color: var(--color-dark-mode-gray-2);
}
.light-content .widget-comments li a {
  color: var(--color-gray-light-5);
}
.light-content .widget-comments li a:hover {
  color: #fff;
}
.widget-posts {
  color: var(--color-gray-2);
}
.widget-posts li {
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px dotted var(--color-gray-light-5);
}
.widget-posts li:last-child {
  padding-bottom: 0;
  border: none;
}
.widget-posts li a {
  display: block;
  color: var(--color-dark-4);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.17s var(--ease-default);
}
.widget-posts li a:hover {
  color: var(--color-gray-3);
}
.widget-posts-img {
  float: left;
  margin: 0 12px 0 0;
}
.widget-posts-descr {
  overflow: hidden;
}
.light-content .widget-posts {
  color: var(--color-gray-light-6);
}
.light-content .widget-posts li {
  border-color: #282828;
}
.light-content .widget-posts li a {
  color: var(--color-gray-light-5);
}
.light-content .widget-posts li a:hover {
  color: #fff;
}
.pricing-item {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  text-align: center;
}
.pricing-item-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #fff;
  box-shadow: var(--box-shadow-block);
  transition: var(--transition-default);
}
.pricing-item-inner:hover {
  box-shadow: var(--box-shadow-block-strong);
  transform: translateY(-5px);
}
.pricing-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.pricing-icon {
  position: relative;
  margin-bottom: 17px;
  font-size: 72px;
  line-height: 1;
  z-index: 1;
}
.pricing-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.pricing-title {
  position: relative;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  z-index: 1;
}
.pricing-features {
  max-width: 180px;
  margin: 0 auto 40px;
  text-align: left;
  letter-spacing: 0;
}
.pr-list {
  margin: 0;
  padding: 0;
  color: var(--color-gray-1);
  font-size: 17px;
}
.pr-list li {
  margin-bottom: 12px;
  padding: 0;
  list-style: none;
}
.pr-list li:last-child {
  margin-bottom: 0;
}
.pricing-num {
  position: relative;
  display: inline-block;
  align-self: center;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.057em;
  line-height: 1;
}
.pricing-num sup {
  position: absolute;
  top: 0.8em;
  left: -0.8em;
  font-size: 20px;
  font-weight: 400;
}
.pr-per {
  margin-bottom: 30px;
  color: var(--color-gray-1);
  font-size: 16px;
}
.light-content .pricing-item-inner {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .pr-list {
  color: #fff;
}
.light-content .pr-per {
  color: var(--color-dak-mode-gray-1);
}
.mfp-inline-holder .mfp-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
.owl-buttons {
  position: static;
}
.owl-prev,
.owl-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 57px;
  padding: 11px;
  box-sizing: content-box;
  font-size: 57px;
  text-align: center;
  color: var(--color-dark-1);
  opacity: 0.8;
  z-index: 6;
  transition: var(--transition-default);
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
.light-content .owl-prev,
.light-content .owl-next {
  color: #fff;
}
.dark-content .owl-prev,
.dark-content .owl-next {
  color: var(--color-dark-1);
}
.owl-prev {
  left: 5px;
}
.owl-next {
  right: 5px;
}
.owl-prev svg,
.owl-next svg {
  display: block;
  height: 28px;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}
.light-content .owl-prev svg,
.light-content .owl-next svg {
  color: #fff;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.35));
}
.dark-content .owl-prev svg,
.dark-content .owl-next svg {
  color: var(--color-dark-1);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}
.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  line-height: 1;
}
.owl-page {
  display: inline-block;
  padding: 7px;
  position: relative;
  z-index: 1000 !important;
}
.owl-page span {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 1px solid var(--color-dark-1);
  position: relative;
  border-radius: 50%;
  transition: var(--transition-default);
}
.owl-page.active span {
  background: var(--color-dark-1);
  border: 1px solid var(--color-dark-1);
}
.light-content .owl-page span {
  border: 1px solid #fff;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.light-content .owl-page.active span {
  background: #fff;
  border: 1px solid #fff;
}
.dark-content .owl-page span {
  border: 1px solid var(--color-dark-1);
  box-shadow: none;
}
.dark-content .owl-page.active span {
  background: var(--color-dark-1);
  border: 1px solid var(--color-dark-1);
}
.item-carousel .owl-prev {
  left: -30px;
}
.item-carousel .owl-next {
  right: -30px;
}
.item-carousel {
  padding-bottom: 70px;
}
.item-carousel .owl-pagination {
  bottom: 0;
}
.item-carousel .owl-item {
  padding: 0 50px;
}
.small-item-carousel.owl-carousel .owl-prev,
.small-item-carousel.owl-carousel .owl-next {
  opacity: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}
.work-full-slider img {
  width: 100%;
}
.team-carousel.owl-carousel {
  width: calc(100% + 30px);
}
.team-carousel .owl-item {
  padding-right: 30px;
}
.team-carousel .owl-item .team-item {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s ease;
}
.team-carousel .owl-item.active .team-item {
  opacity: 1;
  transform: scale(1);
}
.team-carousel .owl-pagination {
  display: none;
}
.team-carousel .owl-prev,
.team-carousel .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - var(--team-item-descr-height) / 2);
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: var(--color-dark-1);
  opacity: 1;
}
.team-carousel .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.team-carousel .owl-next {
  right: 0;
  transform: translate(calc(50% - 30px), -50%);
}
.team-carousel .owl-prev svg,
.team-carousel .owl-next svg {
  position: relative;
  width: 1em;
  height: 1em;
}
.team-carousel .owl-prev:before,
.team-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.team-carousel .owl-prev:hover:before,
.team-carousel .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.25);
}
.testimonials-slider-1 .owl-item {
  transition: all 1s var(--ease-out-long);
}
.testimonials-slider-1 .owl-item:not(.active) {
  opacity: 0;
  transform: scale(0.75);
}
.testimonials-slider-1 .owl-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.testimonials-slider-1 .owl-prev,
.testimonials-slider-1 .owl-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: var(--color-dark-1);
  opacity: 1;
  transform: translate(0, 0);
}
.testimonials-slider-1 .owl-next {
  margin-left: 10px;
}
.testimonials-slider-1 .owl-prev svg,
.testimonials-slider-1 .owl-next svg {
  position: relative;
  width: 1em;
  height: 1em;
}
.testimonials-slider-1 .owl-prev:before,
.testimonials-slider-1 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-1 .owl-prev:hover:before,
.testimonials-slider-1 .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}
.testimonials-slider-1 blockquote {
  position: relative;
  margin: 0 0 1.5em 0;
  padding-left: 1.9778em;
  font-size: 46px;
  border: none;
  background: none;
}
.testimonials-slider-1 .blockquote-icon {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 0.88em;
  height: 0.88em;
  background: #fff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.5em;
  line-height: 1.45em;
  text-align: center;
}
.light-content .testimonials-slider-1 .blockquote-icon {
  color: var(--color-dark-1);
}
.testimonials-slider-1 blockquote p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.ts1-author {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}
.ts1-author .small {
  font-weight: 400;
  font-size: 15px;
  color: var(--color-gray-1);
}
.ts1-author-img {
  margin-right: 10px;
}
.testimonials-slider-2 .owl-item {
  transition: all 1s var(--ease-out-long);
}
.testimonials-slider-2 .owl-item:not(.active) {
  opacity: 0;
  transform: scale(0.75);
}
.testimonials-slider-2 .owl-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.testimonials-slider-2 .owl-prev,
.testimonials-slider-2 .owl-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: var(--color-dark-1);
  border-radius: 50%;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.27s var(--ease-default);
}
.testimonials-slider-2 .owl-next {
  margin-left: 10px;
}
.testimonials-slider-2 .owl-prev svg,
.testimonials-slider-2 .owl-next svg {
  position: relative;
  width: 1em;
  height: 1em;
}
.testimonials-slider-2 .owl-prev:before,
.testimonials-slider-2 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-2 .owl-prev:hover:before,
.testimonials-slider-2 .owl-next:hover:before {
  box-shadow: var(--box-shadow-strong);
  transform: scale(1.07);
}
.testimonials-slider-2 blockquote {
  position: relative;
  margin: 0 0 1.5em 0;
  padding-left: 220px;
  border: none;
  background: none;
  font-size: 43px;
}
.testimonials-slider-2 .blockquote-icon {
  position: absolute;
  top: -0.03em;
  left: 0;
  width: 190px;
  height: 100px;
  font-family: Georgia, serif;
  font-size: 280px;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 2px var(--color-dark-1);
  -webkit-text-fill-color: #fff;
}
.testimonials-slider-2 .blockquote-icon img {
  position: relative;
  top: 0.1em;
  left: 0.2em;
  display: block;
  width: 0.35em;
}
.testimonials-slider-2 blockquote p {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.395;
  letter-spacing: -0.03em;
}
.ts2-author {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.005em;
}
.ts2-author .small {
  font-weight: 400;
  font-size: 16px !important;
  color: var(--color-gray-1);
}
.ts2-author-img {
  margin-right: 10px;
}
.light-content .ts2-author .small {
  color: var(--color-dark-mode-gray-1);
}
.testimonials-slider-3.owl-carousel {
  display: flex !important;
  flex-direction: column;
  width: calc(100% + 30px);
}
.testimonials-slider-3 .owl-wrapper-outer {
  overflow: visible !important;
}
.testimonials-slider-3 .owl-wrapper {
  display: flex !important;
}
.testimonials-slider-3 .owl-item {
  display: flex;
  align-items: stretch;
  padding-right: 30px;
}
.testimonials-slider-3 .owl-buttons {
  padding-right: 30px;
  text-align: right;
}
.testimonials-slider-3 .owl-pagination {
  display: none;
}
.testimonials-slider-3 .owl-prev,
.testimonials-slider-3 .owl-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: var(--color-dark-1);
  border-radius: 50%;
  opacity: 1;
  transform: none;
  top: 40%;
}
.testimonials-slider-3 .owl-prev,
.testimonials-slider-3 .owl-prev {
  left: -45px;
}
.testimonials-slider-3 .owl-prev,
.testimonials-slider-3 .owl-next {
  right: -15px;
}
.testimonials-slider-3 .owl-prev:before,
.testimonials-slider-3 .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-3 .owl-prev:hover:before,
.testimonials-slider-3 .owl-next:hover:before {
  transform: scale(1.07);
}
.testimonials-slider-3 .owl-prev svg,
.testimonials-slider-3 .owl-next svg {
  position: relative;
  height: 20px;
}
.testimonials-3-item {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: var(--border-radius-default);
}
.testimonials-3-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.testimonials-3-text p {
  font-size: 24px;
  line-height: 1.5;
}
.testimonials-3-author {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
.testimonials-3-author small {
  font-size: 16px;
  font-weight: 400;
}
.testimonials-3-author-img {
  margin-top: 1px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  isolation: isolate;
  transform: translateZ(0);
}
.testimonials-3-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 42px;
  line-height: 1;
  opacity: 0.075;
}
.light-content .testimonials-3-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .testimonials-3-icon {
  opacity: 0.125;
}
.testimonials-grad .testimonials-3-icon {
  opacity: 0.1575;
}
.testimonials-grad .testimonials-3-icon i:before {
  background: var(--gradient-primary-1-b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-content .testimonials-grad .testimonials-3-icon {
  opacity: 0.25;
}
.slider-strong .owl-prev,
.slider-strong .owl-next {
  margin-left: 7px;
  border: 1px solid var(--color-dark-1);
}
.slider-strong .owl-prev:before,
.slider-strong .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.27s var(--ease-out-medium);
}
.slider-strong .owl-prev:hover,
.slider-strong .owl-next:hover {
  color: #fff;
  border-color: transparent;
}
.slider-strong .owl-prev:hover:before,
.slider-strong .owl-next:hover:before {
  opacity: 1;
  transform: scale(1.08);
}
.slider-strong .owl-prev svg,
.slider-strong .owl-next svg {
  width: unset;
  height: unset;
  filter: none;
}
.light-content .slider-strong .owl-prev,
.light-content .slider-strong .owl-next {
  border-color: #fff;
}
.light-content .slider-strong .owl-prev:hover,
.light-content .slider-strong .owl-next:hover {
  border-color: transparent;
}
.light-content .slider-strong .owl-prev:hover svg,
.light-content .slider-strong .owl-next:hover svg {
  color: var(--color-dark-1);
}
.light-content .slider-strong .owl-prev:before,
.light-content .slider-strong .owl-next:before {
  background: #fff;
}
.slider-bold .owl-prev,
.slider-bold .owl-next {
  font-size: 32px;
}
.slider-bold .owl-prev:before,
.slider-bold .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark-1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.75);
  transition: all 0.27s var(--ease-default);
}
.slider-bold .owl-prev svg,
.slider-bold .owl-next svg {
  filter: none;
}
.slider-bold .owl-prev:hover,
.slider-bold .owl-next:hover {
  color: #fff;
}
.slider-bold .owl-prev:hover:before,
.slider-bold .owl-next:hover:before {
  opacity: 1;
  transform: scale(1);
}
.light-content .slider-bold .owl-prev:before,
.light-content .slider-bold .owl-next:before {
  background: #fff;
}
.light-content .slider-bold .owl-prev:hover,
.light-content .slider-bold .owl-next:hover {
  color: var(--color-dark-1);
}
.light-content .slider-bold .owl-prev:hover svg,
.light-content .slider-bold .owl-next:hover svg {
  color: var(--color-dark-1);
}
.slider-gradient .owl-prev:before,
.slider-gradient .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary-1-b);
  border-radius: 50%;
  box-shadow: none;
  opacity: 0.2;
  transition: all 0.27s var(--ease-default);
}
.slider-gradient .owl-prev i:before,
.slider-gradient .owl-next i:before {
  background: var(--gradient-primary-1-a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-gradient .owl-prev:hover:before,
.slider-gradient .owl-next:hover:before {
  opacity: 0.37;
  box-shadow: none;
  transform: scale(1);
}
html:not(.mobile) .owl-animate-chars .char {
  opacity: 0;
  transform: translateY(0.5em) rotate(7deg);
  transform-origin: 0 50%;
  transition: transform 0.62s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition-delay: calc(0.027s * var(--char-index));
}
html:not(.mobile) .owl-animate-chars .char {
  will-change: opacity, transform;
}
@media print {
  .owl-animate-chars .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
.owl-item.active .owl-animate-chars .char,
.mobile .owl-animate-chars .char {
  opacity: 1;
  transform: none;
}
html:not(.mobile) .owl-animate-fadeInUp {
  opacity: 0;
  transform: translateY(37px) translateZ(0);
  transition: all 1s;
}
.owl-item.active .owl-animate-fadeInUp {
  opacity: 1;
  transform: translateY(0) scale(1);
}
html:not(.mobile) .owl-animate-fadeInDown {
  opacity: 0;
  transform: translateY(-37px) translateZ(0);
  transition: all 1s;
}
.owl-item.active .owl-animate-fadeInDown {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media print {
  .owl-animate-fadeInUp,
  .owl-animate-fadeInDown {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.owl-delay-200 {
  transition-delay: 0.2s !important;
}
.owl-delay-250 {
  transition-delay: 0.25s !important;
}
.owl-delay-300 {
  transition-delay: 0.3s !important;
}
.owl-delay-350 {
  transition-delay: 0.35s !important;
}
.owl-delay-400 {
  transition-delay: 0.4s !important;
}
.owl-delay-450 {
  transition-delay: 0.45s !important;
}
.owl-delay-500 {
  transition-delay: 0.5s !important;
}
.owl-delay-550 {
  transition-delay: 0.55s !important;
}
.owl-delay-600 {
  transition-delay: 0.6s !important;
}
.owl-delay-650 {
  transition-delay: 0.65s !important;
}
.owl-delay-700 {
  transition-delay: 0.7s !important;
}
.owl-delay-750 {
  transition-delay: 0.75s !important;
}
.owl-delay-800 {
  transition-delay: 0.8s !important;
}
.owl-delay-850 {
  transition-delay: 0.85s !important;
}
.owl-delay-900 {
  transition-delay: 0.9s !important;
}
.owl-delay-950 {
  transition-delay: 0.95s !important;
}
.owl-delay-1000 {
  transition-delay: 1s !important;
}
.testimonials-4-item {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
}
.testimonials-4-text {
  margin-bottom: 0;
}
.testimonials-4-text p {
  color: var(--color-dark-1);
  font-size: 17px;
  line-height: 1.529;
  letter-spacing: 0;
}
.testimonials-4-author {
  color: var(--color-gray-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
.testimonials-4-author .small {
  font-size: 16px;
  font-weight: 400;
}
.testimonials-4-author-img {
  margin-top: 1px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  isolation: isolate;
  transform: translateZ(0);
}
.testimonials-4-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  line-height: 1;
  opacity: 0.075;
}
.light-content .testimonials-4-item {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .testimonials-4-text p {
  color: #fff;
}
.light-content .testimonials-4-author {
  color: var(--color-dark-mode-gray-1);
}
.light-content .testimonials-4-icon {
  color: #fff;
  opacity: 0.15;
}
.testimonials-5-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--color-primary-1);
  font-size: 22px;
}
.testimonials-5-text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}
.testimonials-5-caption {
  font-size: 18px;
}
.testimonials-6-item {
  position: relative;
  margin-bottom: 0;
  font-size: 29px;
}
.testimonials-6-icon {
  position: absolute;
  top: -0.21em;
  left: -0.3em;
  font-family:
    Georgia,
    Times,
    Serif;
  font-size: 11em;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary-light-1);
}
.testimonials-6-text {
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.448;
}
.testimonials-6-author {
  font-size: 18px;
  font-weight: 500;
}
.testimonials-6-position {
  font-size: 16px;
}
.tpl-tabs {
  border-color: var(--color-gray-light-5);
}
.tpl-tabs > li > a,
.tpl-tabs > li > a:hover {
  color: var(--color-gray-1) !important;
  text-decoration: none;
}
.tpl-tabs > li > .nav-link.active {
  color: var(--color-dark-1) !important;
  border-color: var(--color-gray-light-5) var(--color-gray-light-5) #fff;
}
.tpl-tabs-cont {
  padding: 0;
  line-height: 1.8;
}
.light-content .tpl-tabs {
  border-color: var(--color-dark-mode-gray-1);
}
.light-content .tpl-tabs > li > a {
  color: var(--color-dark-mode-gray-1) !important;
}
.light-content .tpl-tabs li .nav-link:hover {
  border-color: var(--color-dark-3) var(--color-dark-3) transparent;
  color: #fff !important;
}
.light-content .tpl-tabs li .nav-link.active {
  border-color: var(--color-dark-mode-gray-1) var(--color-dark-mode-gray-1) var(--color-dark-1);
  background-color: transparent;
  color: #fff !important;
}
.tpl-minimal-tabs {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: none;
}
.tpl-minimal-tabs > li {
  display: inline-block;
  padding: 0 5px;
}
.tpl-minimal-tabs > li > a,
.tpl-minimal-tabs > li > a:focus {
  padding: 5px 20px 5px;
  text-decoration: none;
  color: var(--color-dark-1);
  background: #eaeaea !important;
  border: 1px solid #fff;
  border-radius: 100px !important;
  margin: 6px 0;
}
.tpl-minimal-tabs > li > a:hover {
  border-color: var(--color-gray-light-5) !important;
  color: var(--color-dark-1);
}
.tpl-minimal-tabs li a.active,
.tpl-minimal-tabs li a.active:hover {
  border: 1px solid var(--color-dark-3) !important;
  background: #2c5b80 !important;
  color: #fff !important;
  cursor: default;
}
.light-content .tpl-minimal-tabs > li > a {
  color: #fff;
}
.light-content .tpl-minimal-tabs > li > a:hover {
  border-color: var(--color-dark-4) !important;
}
.light-content .tpl-minimal-tabs li a.active,
.light-content .tpl-minimal-tabs li a.active:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.tpl-alt-tabs {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  text-align: center;
  border: none;
}
.tpl-alt-tabs > li {
  width: 220px;
  display: inline-flex;
  align-items: stretch;
  margin-bottom: 30px;
  vertical-align: top;
  float: none;
  padding: 0;
  background: none !important;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.tpl-alt-tabs > li > a {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 30px;
  text-decoration: none;
  color: var(--color-dark-1);
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.tpl-alt-tabs > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.15;
  transition: all 0.27s var(--ease-default);
}
.tpl-alt-tabs > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0);
  transform-origin: 0 50%;
  transition: all 0.37s var(--ease-out-medium);
}
.tpl-alt-tabs > li > a:hover,
.tpl-alt-tabs > li > a:focus {
  background: none;
  color: var(--color-dark-1);
}
.tpl-alt-tabs > li > a .alt-tabs-icon {
  transition: all 0.27s var(--ease-out-medium);
}
.tpl-alt-tabs > li > a:not(.active):hover .alt-tabs-icon {
  transform: translateY(-8px);
}
.tpl-alt-tabs > li > a.active,
.tpl-alt-tabs > li > a.active:hover,
.tpl-alt-tabs > li > a.active:focus {
  color: var(--color-dark-1) !important;
  cursor: default;
}
.tpl-alt-tabs > li > a.active:after,
.tpl-alt-tabs > li > a.active:hover:after,
.tpl-alt-tabs > li > a.active:focus:after {
  transform: none;
}
.alt-tabs-icon {
  display: block;
  margin: 0 auto 5px auto;
  width: 1em;
  height: 1em;
  font-size: 64px;
  text-align: center;
  line-height: 1.3;
  transition: all 0.17s var(--ease-default);
}
.alt-tabs-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.alt-tabs-icon img {
  width: 100%;
}
.light-content .tpl-alt-tabs > li > a {
  color: #fff;
}
.light-content .tpl-alt-tabs li a.active,
.light-content .tpl-alt-tabs li a.active:hover,
.light-content .tpl-alt-tabs li a.active:focus {
  color: #fff !important;
}
.light-content .tpl-alt-tabs > li > a:before {
  opacity: 0.25;
}
.dark-mode .tooltip-inner {
  background-color: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
  opacity: 1 !important;
}
.dark-mode .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--color-dark-3) !important;
}
.dark-mode .tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--color-dark-3) !important;
}
.dark-mode .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--color-dark-3) !important;
}
.dark-mode .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--color-dark-3) !important;
}
.alert {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion {
  border-bottom: 1px solid var(--color-dark-1);
}
.accordion > dt {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.accordion > dt > a {
  display: block;
  position: relative;
  color: var(--color-dark-1);
  text-decoration: none;
  padding: 20px 30px 20px 0;
  border-top: 1px solid var(--color-dark-1);
  transition: var(--transition-default);
}
.accordion > dt > a:hover {
  text-decoration: none;
}
.accordion > dt > a.active {
  cursor: default;
}
.accordion > dt > a:after {
  content: "\e91f";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  color: var(--color-dark-1);
  font-family: "icons" !important;
  font-size: 22px;
  text-align: center;
  transition: var(--transition-default);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion > dd {
  margin-bottom: 1.55em;
  font-size: 18px;
  line-height: 1.625;
}
.light-content .accordion {
  border-color: #fff;
}
.light-content .accordion > dt > a {
  color: #fff;
  border-color: #fff;
}
.light-content .accordion > dt > a:after {
  color: #fff;
}
.light-content .accordion > dd {
  color: #fff;
  font-weight: 400;
}
.toggle {
  width: 100%;
}
.toggle > dt {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.toggle > dt > a {
  display: block;
  position: relative;
  color: var(--color-dark-1);
  text-decoration: none;
  padding: 20px 0px;
  border-bottom: 1px solid #e9dddd;
  transition: var(--transition-default);
  font-size: 17px;
}
.toggle > dt > a:hover {
  text-decoration: none;
}
.toggle > dt > a:after {
  content: "\e91f";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--color-dark-1);
  font-family: "icons" !important;
  font-size: 22px;
  text-align: center;
  transition: var(--transition-default);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  transform: translateY(-50%) rotate(-180deg);
}
.toggle > dd {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.625;
  opacity: 1;
}
.light-content .toggle {
  border-color: #fff;
}
.light-content .toggle > dt > a {
  color: #fff;
  border-color: #fff;
}
.light-content .toggle > dt > a:after {
  color: #fff;
}
.light-content .toggle > dd {
  color: #fff;
  font-weight: 400;
}
.accordion-1 {
  border-bottom: 1px solid var(--color-dark-1);
}
.accordion-1 > dt {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion-1 > dt > a {
  display: block;
  position: relative;
  color: var(--color-dark-1);
  text-decoration: none;
  padding: 22px 30px 22px 0;
  border-top: 1px solid var(--color-dark-1);
  transition: var(--transition-default);
}
.accordion-1 > dt > a:hover {
  text-decoration: none;
}
.accordion-1 > dt > a > span {
  position: relative;
  display: inline-block;
}
.accordion-1 > dt > a > span:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: calc(100% + 7px);
  width: 5px;
  height: 5px;
  background: var(--color-dark-1);
  border-radius: 3px;
  opacity: 0;
  transform: scale(0);
  transition: var(--transition-default);
}
.accordion-1 > dt > a:hover > span:before {
  opacity: 1;
  transform: none;
}
.accordion-1 > dt > a > .icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.17s var(--ease-out-short);
}
.accordion-1 > dt > a > .icon-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background: var(--color-dark-1);
}
.accordion-1 > dt > a > .icon-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 100%;
  background: var(--color-dark-1);
  transition: all 0.17s var(--ease-out-short);
}
.accordion-1 > dt > a.active > .icon-plus {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-1 > dt > a.active > .icon-plus:before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-1 > dd {
  margin-bottom: 1.55em;
  font-size: 16px;
  line-height: 1.625;
  opacity: 1;
}
.accordion-1 > dd > div {
  opacity: 0;
  transform: translateY(7px);
  transition: all 0.27s 0.125s var(--ease-default);
}
.accordion-1 > dd.active > div {
  opacity: 1;
  transform: none;
}
.accordion-1.accordion-1-slick > dt {
  font-size: 20px;
  font-weight: 400;
}
.accordion-1.accordion-1-slick > dt > a {
  padding: 37px 30px 37px 0;
}
.accordion-1.accordion-1-slick > dt > a > span:before {
  width: 4px;
  height: 4px;
}
.accordion-1.accordion-1-slick > dd {
  margin-bottom: 37px;
  font-size: 18px;
}
.light-content .accordion-1 {
  border-color: rgba(255, 255, 255, 0.9);
}
.light-content .accordion-1 > dt > a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}
.light-content .accordion-1 > dt > a > span:before {
  background: #fff;
}
.light-content .accordion-1 > dt > a > .icon-plus:before {
  background: #fff;
}
.light-content .accordion-1 > dt > a > .icon-plus:after {
  background: #fff;
}
.tpl-progress {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: visible;
  height: 5px;
  background: var(--color-gray-light-1);
  border-radius: var(--border-radius-default);
  box-shadow: none;
}
.tpl-progress .progress-bar {
  padding-top: 2px;
  position: relative;
  overflow: visible;
  background-color: var(--color-dark-3);
  font-size: 12px;
  color: var(--color-dark-1);
  text-align: left;
  border-radius: 3px;
}
.tpl-progress .progress-bar > div {
  position: relative;
  top: 12px;
}
.tpl-progress .progress-bar > span {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  padding: 0 3px;
  position: absolute;
  top: 4px;
  right: -5px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
  border-radius: 15px;
}
.light-content .tpl-progress {
  background: var(--color-dark-3);
}
.light-content .tpl-progress .progress-bar {
  background: #fff;
  color: #fff;
}
.tpl-progress-alt {
  height: 20px;
  line-height: 20px;
  padding-bottom: 1px;
  margin-bottom: 30px;
  background: var(--color-gray-light-1);
  border-radius: 3px;
  box-shadow: none;
}
.tpl-progress-alt .progress-bar {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: visible;
  background-color: var(--color-dark-3);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  border-radius: 3px;
}
.light-content .tpl-progress-alt {
  background: var(--color-dark-3);
}
.light-content .tpl-progress-alt .progress-bar {
  background: #fff;
  color: var(--color-dark-1);
}
.icons-example-box {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background-color: var(--color-gray-light-1);
  border-radius: var(--border-radius-default);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.icons-example-box:hover {
  background-color: var(--color-gray-light-3);
}
.icons-example-box-icon {
  width: 1em;
  height: 1em;
  margin: 0 auto;
  font-size: 72px;
  text-align: center;
  line-height: 1;
  color: var(--color-dark-1);
}
.icons-example-box-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icons-example-box-number {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  opacity: 0.75;
}
.icons-example-box-class {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.light-content .icons-example-box {
  background-color: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.light-content .icons-example-box:hover {
  background-color: var(--color-dark-3);
}
.light-content .icons-example-box-icon {
  color: #fff;
}
.morphext > .animated {
  display: inline-block;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.skip-to-content {
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 20px 40px;
  color: #ffffff;
  background: var(--color-dark-1);
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  transform: translateY(-150%);
  z-index: 100000;
}
.skip-to-content:hover,
.skip-to-content:focus,
.skip-to-content.focus-visible {
  color: #ffffff;
  opacity: 1;
  background: #000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 500px;
  padding: 10px;
  z-index: 999;
}
.cookie-banner-inner {
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--color-gray-light-3);
  border-radius: var(--border-radius-default);
  box-shadow: var(--box-shadow-block);
}
.cookie-banner-text {
  font-size: 16px;
}
.light-content .cookie-banner-inner {
  background-color: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.section-showcases {
  position: relative;
  padding-top: 67%;
  background: var(--color-dark-1);
  border: 0.625vw solid var(--color-dark-1);
  border-radius: 60px;
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate;
}
.section-showcases-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.section-showcases-column {
  width: 24.6875%;
  padding-left: 0.625vw;
  z-index: -1;
}
.section-showcases-column:first-child {
  width: 12.6875%;
}
.section-showcases-column:last-child {
  width: 13.25%;
}
.section-showcases-column:first-child {
  padding-left: 0;
}
.section-showcases-item {
  padding-top: 0.625vw;
}
.section-showcases-item:first-child {
  padding-top: 0;
}
.section-showcases-column:nth-child(2),
.section-showcases-column:nth-child(4) {
  margin-top: -5%;
}
.works-grid.grid-intro-1 .work-item .work-img,
.works-grid.grid-intro-1 .work-item .work-img .work-img-bg {
  border-radius: 20px;
}
.works-grid.grid-intro-1 .work-item .work-title {
  font-size: 20px;
}
.works-grid.grid-intro-1 .work-item .work-descr {
  font-size: 18px;
}
.works-grid.grid-intro-2 .work-item .work-img,
.works-grid.grid-intro-2 .work-item .work-img .work-img-bg {
  border-radius: 0;
}
.works-grid.grid-intro-2 .work-item .work-img img {
  border: 2px solid var(--color-dark-1);
  border-radius: 12px;
}
.works-grid.grid-intro-2 .work-item .work-title {
  font-size: 18px;
}
.works-grid.grid-intro-2 .work-item .work-descr {
  font-size: 16px;
}
.content-desc p {
  margin: 0;
}
.project-desc {
  font-size: 20px !important;
}
.project-desc p {
  font-size: 20px !important;
}
.toast-success {
  background-color: #2c5b80 !important;
  color: #fff !important;
}
.toast-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* src/assets/css/style-responsive.css */
@media only screen and (max-width: 1440px) {
  .decoration-1 {
    left: -30px;
  }
}
@media only screen and (max-width: 1366px) {
  root {
    --full-wrapper-margin-x: 30px;
  }
  .container {
    max-width: 1260px;
  }
  .row.gx-huge {
    --bs-gutter-x: calc(-6.527rem + 27.85vw);
  }
  .inner-nav ul li {
    margin: 0 16px;
  }
  .mn-has-multi {
    padding: 7px;
  }
  .inner-nav ul li .mn-sub li a {
    padding: 10px 14px;
  }
  .stack-images {
    position: relative;
    padding: 12.5% 0;
  }
  .lead-alt {
    font-size: calc(1.896rem + 1.15vw);
  }
  .hs-line {
    height: 87vh;
  }
  .hs-title-1 {
    font-size: 65px;
    line-height: 60px;
  }
  .hs-title-2 {
    font-size: 36px;
    line-height: 40px;
  }
  .hs-title-3 {
    font-size: 32px;
    line-height: 35px;
  }
  .hs-title-4 {
    font-size: 26px;
    line-height: 28px;
  }
  .hs-title-5 {
    font-size: 28px;
    line-height: 32px;
  }
  .hs-title-6 {
    font-size: 20px;
    line-height: 22px;
  }
  .hs-paragraph-1 {
    top: 11.713vw;
  }
  .hs-paragraph-2 {
    top: 11.713vw;
    right: 3.66vw;
  }
  .hs-descr {
    font-size: calc(1.227rem + 1.05vw);
  }
  .section-title {
    font-size: calc(1.179rem + 2.5vw);
  }
  .section-title-small {
    font-size: calc(1.136rem + 1.82vw);
  }
  .section-title-medium {
    font-size: calc(1.735rem + 3.82vw);
  }
  .section-title-large {
    font-size: calc(0.50887rem + 5.99vw);
  }
  .section-title-repeat {
    font-size: calc(0.358rem + 8.37vw);
  }
  .section-title-strong {
    font-size: calc(1.409rem + 4.21vw);
  }
  .section-descr {
    font-size: calc(1rem + 0.3vw);
  }
  .section-descr-large {
    font-size: calc(1.23rem + 0.76vw);
  }
  .section-descr-extralarge {
    font-size: calc(1.156rem + 1.72vw);
  }
  .section-text {
    font-size: calc(1.157rem + 0.4vw);
  }
  .services-2-button {
    padding: 4.2459vw;
  }
  .services-2-title {
    font-size: 6.0029vw;
  }
  .services-2-number {
    font-size: 1.9vw;
  }
  .services-2-image {
    max-width: 15.959vw;
  }
  .services-2-descr {
    max-height: 2.1962vw;
    margin-top: -2.1962vw;
    margin-left: 7.3206vw;
    padding: 0 2.9282vw;
    font-size: calc(0.83rem + 0.2vw);
  }
  .services-2-button-close {
    width: 4.39238vw;
    height: 4.39238vw;
  }
  .services-3-item {
    padding: 40px calc(0.868rem + 1.91vw);
  }
  .services-4-title > b {
    font-size: calc(0.521rem + 1.15vw);
  }
  .services-tabs {
    font-size: calc(1.194rem + 1.53vw);
  }
  .services-tabs > li {
    margin-bottom: 0.1em;
  }
  .services-text {
    bottom: 30px;
  }
  .post-prev-title {
    padding-top: calc(0.459rem + 2.39vw);
  }
  .post-prev-title,
  .post-prev-text,
  .post-prev-info {
    padding-left: calc(0.459rem + 2.39vw);
    padding-right: calc(0.459rem + 2.39vw);
  }
  .post-prev-container > *:last-child {
    padding-bottom: calc(0.459rem + 2.39vw);
  }
  .portfolio-1-title {
    margin-left: -7.6867vw;
    font-size: calc(0.297rem + 5.65vw);
  }
  .portfolio-1-title a {
    margin-left: -0.19vw;
  }
  .post-prev-1-title {
    font-size: calc(0.684rem + 0.96vw);
  }
  .post-prev-1-title.large {
    font-size: calc(0.789rem + 1.27vw);
  }
  .post-prev-2-title {
    font-size: calc(0.98rem + 1.2vw);
  }
  .contact-1-text {
    font-size: calc(0.692rem + 1.39vw);
  }
  .marquee-style-1 {
    font-size: calc(0.779rem + 0.48vw);
  }
  .marquee-style-2 {
    font-size: calc(0.398rem + 1.73vw);
  }
  .marquee-style-3 {
    font-size: 10.9809vw;
  }
  .marquee-style-4 {
    font-size: 5.1244vw;
  }
  .marquee-style-5 {
    font-size: 14.6412vw;
  }
  .accordion-1 > dt {
    font-size: calc(0.632rem + 1.53vw);
  }
  .portfolio-2-title {
    font-size: calc(1.463rem + 1.43vw);
  }
  .portfolio-3-title {
    font-size: calc(0.975rem + 3.25vw);
  }
  .testimonial,
  .testimonial p,
  .testimonials-slider-1 blockquote {
    font-size: calc(1.079rem + 2.1vw);
  }
  .testimonials-slider-2 blockquote {
    padding-left: 16.1054vw;
  }
  .testimonials-slider-2 .blockquote-icon {
    width: 13.9092vw;
    height: 7.3206vw;
    font-size: 20.4978vw;
  }
  .testimonials-slider-2 blockquote p {
    font-size: calc(0.81rem + 2.2vw);
  }
  .testimonials-3-text p {
    font-size: calc(1.214rem + 0.33vw);
  }
  .services-5-title {
    font-size: calc(1.26rem + 0.57vw);
  }
  .big-icon-link,
  .big-icon-link-gradient {
    font-size: calc(1.653rem + 1.58vw);
  }
  .testimonials-6-item,
  .testimonials-6-text {
    font-size: calc(0.915rem + 1.05vw);
  }
  .ci-text.large {
    font-size: calc(0.904rem + 0.48vw);
  }
  .fw-menu-large {
    font-size: calc(0.915rem + 1.05vw);
  }
  .newsletter-elegant input.newsletter-field {
    font-size: calc(1.472rem + 0.76vw) !important;
  }
  .form.newsletter-modern input.newsletter-field,
  .form.newsletter-modern input.newsletter-field:hover,
  .form.newsletter-modern input.newsletter-field::placeholder,
  .form.newsletter-modern input.newsletter-field:hover::placeholder {
    font-size: calc(1.398rem + 1.29vw);
  }
  .features-1-title {
    font-size: calc(1.541rem + 2.29vw);
  }
  .testimonials-5-text {
    font-size: calc(1.174rem + 0.38vw);
  }
  .form.newsletter-elegant input.newsletter-field {
    font-size: calc(1.309rem + 0.96vw) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .hs-paragraph-1 {
    font-size: 15px;
  }
  .hs-paragraph-2 {
    max-width: 300px;
    font-size: 12px;
  }
  .inner-nav ul {
    font-size: 16px;
  }
  .inner-nav ul li {
    margin: 0 11px;
  }
  .inner-nav ul li .mn-sub li a {
    padding: 8px 10px;
    font-size: 14px;
    color: #dcdcdc;
  }
  .mn-sub-multi {
    width: 180px !important;
  }
  .team-social-links a {
    width: 30px;
    height: 30px;
  }
  .mod-breadcrumbs-mini {
    text-align: right;
  }
  .decoration-1 {
    bottom: -20px;
  }
  .number-title {
    font-size: calc(2.273rem + 3.64vw);
  }
  .item-carousel .owl-item {
    padding: 0 3vw;
  }
  .works-grid:not(.work-grid-3) .work-item {
    width: 49.9% !important;
  }
}
@media only screen and (max-width: 1199px) {
  main {
    overflow: hidden;
  }
  .tpl-alt-tabs {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  .tpl-alt-tabs > li {
    width: 170px;
  }
  .services-tabs > li > a > .number {
    top: 0.3em;
  }
  :root {
    --services-text-overlap: 135px;
  }
  .team-1-column-sticky {
    position: static;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .hs-paragraph-1 {
    position: static;
    top: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hs-paragraph-2 {
    position: static;
    top: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0;
  }
  .scroll-down-alt {
    width: 62px;
    height: 62px;
    line-height: 52px;
    margin-left: -31px;
    font-size: 15px;
  }
  .testimonials-slider-1 blockquote p {
    font-size: 18px;
  }
  .benefit-item {
    width: 300px;
    padding: 15px 32px;
  }
  .owl-pagination {
    bottom: 25px;
  }
  .lp-item {
    width: 50%;
  }
  .lp-item:nth-child(4n+5) {
    clear: none;
  }
  .lp-item:nth-child(2n+3) {
    clear: left;
  }
  .lp-title,
  .lp-author {
    font-size: 13px;
  }
  .fa-examples > li {
    width: 33.3%;
  }
  .services-2-descr.js-visible {
    max-height: 800px;
  }
  .works-filter.works-filter-bold a {
    margin-left: 12px;
  }
  .section-showcases {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hs-title-1 {
    font-size: 60px;
    line-height: 62px;
  }
  .hs-title-2 {
    font-size: 30px;
    line-height: 42px;
  }
  .hs-title-6 {
    font-size: 18px;
    line-height: 28px;
  }
  .works-grid.work-grid-gut-lg {
    margin: -40px 0 0 -30px;
  }
  .works-grid.work-grid-gut-lg .work-item {
    padding: 40px 0 0 30px;
  }
  .works-grid.work-grid-gut-xl {
    margin: -40px 0 0 -30px;
  }
  .works-grid.work-grid-gut-xl .work-item {
    padding: 40px 0 0 30px;
  }
  .owl-prev,
  .owl-next {
    height: 37px;
    font-size: 37px;
  }
  :root {
    --services-text-overlap: 0;
  }
  .services-content-item {
    min-height: 200px;
  }
  .services-text {
    padding: 0;
  }
  img.services-image {
    align-self: flex-end;
    width: 60%;
    max-width: 520px;
    margin: 0 0 0 35%;
  }
  .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
    text-align: left !important;
  }
  .tpl-alt-tabs > li {
    width: 200px;
  }
  .team-item-name {
    font-size: 18px;
  }
  .features-icon {
    font-size: 64px;
  }
  .features-title {
    font-size: 20px;
  }
  .features-descr {
    font-size: 16px;
  }
  .alt-features-grid {
    margin-top: -30px;
  }
  .alt-features-item {
    margin-top: 30px;
  }
  .work-item,
  .work-grid-3 .work-item,
  .container .work-grid-3 .work-item {
    width: 49.9%;
  }
  .contact-1-left,
  .contact-1-right {
    border-radius: 20px;
  }
  .split-column-left {
    padding-right: 30px;
    border-radius: 0;
  }
  .split-column-right {
    padding-left: 30px;
    border-radius: 0;
  }
  .split-image-left,
  .split-image-right {
    overflow: visible;
    border-radius: 0;
  }
  .split-image-left img,
  .split-image-right img {
    position: relative;
    height: auto;
  }
  .call-action-2-images {
    margin: 0;
  }
  .call-action-3-image-2-wrap {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-section,
  .split-column-left,
  .split-column-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .small-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .small-title {
    font-size: 18px;
  }
  .section-features li {
    font-size: 11px;
    padding: 8px 8px 6px 8px;
  }
  .owl-pagination {
    bottom: 17px;
  }
  .tpl-minimal-tabs > li {
    padding: 0 5px;
  }
  .benefit-item {
    width: 264px;
  }
  .alt-service-grid {
    margin-top: -30px;
  }
  .alt-service-item {
    margin-top: 30px;
  }
  .works-filter a {
    margin: 4px 12px 4px 0;
  }
  .blog-item {
    margin-bottom: 50px;
  }
  .blog-item-title {
    font-size: 28px;
  }
  .blog-item-title .small {
    font-size: 15px;
  }
  .blog-media {
    margin-bottom: 15px;
  }
  .blog-item-body .small {
    font-size: 13px;
  }
  .google-map > iframe {
    height: 300px;
  }
  .decoration-3 {
    bottom: -125px;
    right: -35px;
  }
  .portfolio-3-image {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-height-small {
    height: 300px;
    min-height: 300px;
  }
  .fixed-height-medium {
    height: 350px;
    min-height: 350px;
  }
  .fixed-height-large {
    height: 400px;
    min-height: 400px;
  }
  .mark-decoration-1 > svg {
    bottom: -0.55em;
  }
  .services-text {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .services-text-container {
    padding: 30px;
  }
  img.services-image {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
  .benefit-item {
    width: 230px;
    padding: 0;
  }
  .benefit-item:hover:after {
    display: none;
  }
  .wide-heading {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .works-filter.works-filter-elegant a {
    margin: 4px 4px 4px 0;
    width: 48%;
  }
  .works-filter.works-filter-fancy {
    display: block;
  }
  .works-filter.works-filter-fancy a,
  .works-filter.works-filter-fancy a:hover,
  .works-filter.works-filter-fancy a.active {
    margin: 2px !important;
    width: 46%;
  }
  .works-filter.works-filter-fancy a.active:after,
  .works-filter.works-filter-fancy a:hover:after {
    transform: none;
  }
  .works-filter.works-filter-fancy a:before,
  .works-filter.works-filter-fancy a:after {
    width: 100%;
    margin-left: 0;
  }
  .works-filter.works-filter-fancy a:before {
    border: 1px solid var(--color-dark-1) !important;
  }
  .works-filter.works-filter-fancy a:before,
  .works-filter.works-filter-fancy a:after {
    border-radius: var(--border-radius-default);
  }
  .works-filter.works-filter-gradient a {
    margin: 4px 4px 4px 0;
    width: 47.5%;
  }
  .works-filter.works-filter-slick {
    display: block;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .works-filter.works-filter-slick a,
  .works-filter.works-filter-slick a:hover,
  .works-filter.works-filter-slick a.active {
    width: 46%;
    margin: 2px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 100px;
    box-shadow: var(--box-shadow-block);
  }
  .works-filter.works-filter-bold a,
  .works-filter.works-filter-bold a:first-child {
    margin: 4px;
    font-size: 14px;
  }
  .work-item,
  .work-grid-2 .work-item,
  .work-grid-3 .work-item,
  .container .work-grid-3 .work-item,
  .work-grid-4 .work-item {
    width: 100% !important;
  }
  .big-icon {
    width: 60px;
    height: 60px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .text-mobile {
    font-size: 110%;
    line-height: 1.2;
  }
  .portfolio-1-title {
    margin-left: 0;
  }
  .fw-social-inline-item {
    display: block;
  }
  .map-boxed-1 {
    min-height: 50vh;
    aspect-ratio: 9/12;
    padding: 5px;
    border-radius: var(--border-radius-default);
  }
  .map-boxed-1 iframe,
  .map-boxed-1 img {
    border-radius: calc(var(--border-radius-default) - 5px);
  }
  .composition-7 {
    margin-top: -30px;
  }
  .composition-7-image-1,
  .composition-7-image-2,
  .composition-7-image-3,
  .composition-7-image-4 {
    width: 46.5%;
    margin-top: 30px;
  }
  .testimonials-6-icon {
    font-size: 7em;
  }
  .services-8-icon {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .form input.newsletter-field,
  .form .newsletter-field-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form .newsletter-button {
    display: block;
    width: 100%;
  }
  .hs-wrap {
    padding: 30px 20px;
  }
  .scroll-down-2,
  .scroll-down-2:hover {
    animation: none;
  }
  .contact-2-icon {
    width: 36px;
  }
  .contat-2-intro {
    padding: 15px 10px;
  }
  .contact-2-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .full-wrapper {
    --full-wrapper-margin-x: 10px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead {
    font-size: 120%;
  }
  .form textarea {
    min-height: 200px !important;
  }
  .tpl-tabs {
    border: none;
  }
  .blog-item-body blockquote p:before {
    display: block;
    margin-top: 1em;
    position: static;
    top: 0;
    left: 0;
    font-size: 2.58em;
    line-height: 0;
    opacity: 1;
  }
  .page-section,
  .split-column-left,
  .split-column-right {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .small-section {
    padding: 30px 0;
  }
  .owl-pagination {
    bottom: 5px !important;
  }
  .owl-page {
    padding-left: 8px;
    padding-right: 8px;
  }
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
  .tpl-minimal-tabs > li {
    padding: 0;
  }
  .tpl-minimal-tabs > li > a {
    padding: 6px 10px 5px;
  }
  .tpl-alt-tabs {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .tpl-alt-tabs > li {
    width: 120px;
    font-size: 16px;
  }
  .alt-tabs-icon {
    font-size: 32px;
  }
  .work-container {
    padding: 30px 0;
  }
  .work-full-text {
    margin-top: 30px;
  }
  .work-full-title {
    font-size: 20px;
  }
  .works-filter.works-filter-elegant a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .works-filter.works-filter-fancy a,
  .works-filter.works-filter-fancy a:hover,
  .works-filter.works-filter-fancy a.active {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .works-filter.works-filter-gradient a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .works-filter.works-filter-slick a,
  .works-filter.works-filter-slick a:hover,
  .works-filter.works-filter-slick a.active {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .call-action-2-image-2 {
    margin: 60px auto;
  }
  .post-prev-3-intro {
    padding: 25px 20px;
  }
  .composition-8-image {
    margin-bottom: 60px;
    border-radius: 50px;
  }
  .composition-8-decoration-2 {
    bottom: -60px;
  }
  .blog-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-item-q p {
    font-size: 20px;
  }
  .pagination a {
    min-width: 32px;
    margin-right: 3px;
    padding: 6px 8px;
    font-size: 16px;
  }
  .comment-avatar {
    width: 30px;
    margin-top: 7px;
  }
  .comment-item {
    font-size: 15px;
  }
  .separ-space {
    display: block;
    height: 10px;
  }
  .google-map > iframe {
    height: 300px;
  }
  .tpl-tabs > li.active a {
    background: #f5f5f5 !important;
  }
  .mark-decoration-1:before {
    bottom: -0.27em;
  }
  .blog-item-title {
    font-size: 22px;
  }
  .blog-item-body {
    margin-bottom: 37px;
    font-size: 18px;
  }
}
@media only screen and (max-height: 768px) {
  .stack-images {
    padding: 16% 0;
  }
}
@media only screen and (max-height: 374px) {
  .min-height-80vh,
  .min-height-90vh,
  .min-height-100vh {
    min-height: 374px;
  }
}
.mobile .page-section,
.mobile .home-section,
.mobile .small-section {
  background-attachment: scroll !important;
}
@media only screen and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html:not(.no-touch) .page-section,
  html:not(.no-touch) .home-section,
  html:not(.no-touch) .small-section {
    background-attachment: scroll !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .min-height-80vh {
    height: 80vh;
  }
  .min-height-90vh {
    height: 90vh;
  }
  .min-height-100vh {
    height: 100vh;
  }
  .fixed-height-large {
    height: 800px;
  }
  .fixed-height-medium {
    height: 700px;
  }
  .fixed-height-small {
    height: 600px;
  }
}
@media print {
  * {
    color: #000 !important;
    background: #fff !important;
  }
  .main-nav {
    display: none;
  }
  .buy-button {
    display: none;
  }
  img {
    display: block;
  }
}

/* src/assets/css/vertical-rhythm.min.css */
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n110 {
  margin-top: -110px !important;
}
.mt-n120 {
  margin-top: -120px !important;
}
.mt-n130 {
  margin-top: -130px !important;
}
.mt-n140 {
  margin-top: -140px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mb-n10 {
  margin-bottom: -10px !important;
}
.mb-n20 {
  margin-bottom: -20px !important;
}
.mb-n30 {
  margin-bottom: -30px !important;
}
.mb-n40 {
  margin-bottom: -40px !important;
}
.mb-n50 {
  margin-bottom: -50px !important;
}
.mb-n60 {
  margin-bottom: -60px !important;
}
.mb-n70 {
  margin-bottom: -70px !important;
}
.mb-n80 {
  margin-bottom: -80px !important;
}
.mb-n90 {
  margin-bottom: -90px !important;
}
.mb-n100 {
  margin-bottom: -100px !important;
}
.mb-n110 {
  margin-bottom: -110px !important;
}
.mb-n120 {
  margin-bottom: -120px !important;
}
.mb-n130 {
  margin-bottom: -130px !important;
}
.mb-n140 {
  margin-bottom: -140px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
@media only screen and (max-width:1199px) {
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .mt-lg-n50 {
    margin-top: -50px !important;
  }
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mt-lg-n70 {
    margin-top: -70px !important;
  }
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mt-lg-n110 {
    margin-top: -110px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .mt-lg-n130 {
    margin-top: -130px !important;
  }
  .mt-lg-n140 {
    margin-top: -140px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n40 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n50 {
    margin-bottom: -50px !important;
  }
  .mb-lg-n60 {
    margin-bottom: -60px !important;
  }
  .mb-lg-n70 {
    margin-bottom: -70px !important;
  }
  .mb-lg-n80 {
    margin-bottom: -80px !important;
  }
  .mb-lg-n90 {
    margin-bottom: -90px !important;
  }
  .mb-lg-n100 {
    margin-bottom: -100px !important;
  }
  .mb-lg-n110 {
    margin-bottom: -110px !important;
  }
  .mb-lg-n120 {
    margin-bottom: -120px !important;
  }
  .mb-lg-n130 {
    margin-bottom: -130px !important;
  }
  .mb-lg-n140 {
    margin-bottom: -140px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width:991px) {
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mt-md-n40 {
    margin-top: -40px !important;
  }
  .mt-md-n50 {
    margin-top: -50px !important;
  }
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mt-md-n70 {
    margin-top: -70px !important;
  }
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mt-md-n110 {
    margin-top: -110px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .mt-md-n130 {
    margin-top: -130px !important;
  }
  .mt-md-n140 {
    margin-top: -140px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .mb-md-n30 {
    margin-bottom: -30px !important;
  }
  .mb-md-n40 {
    margin-bottom: -40px !important;
  }
  .mb-md-n50 {
    margin-bottom: -50px !important;
  }
  .mb-md-n60 {
    margin-bottom: -60px !important;
  }
  .mb-md-n70 {
    margin-bottom: -70px !important;
  }
  .mb-md-n80 {
    margin-bottom: -80px !important;
  }
  .mb-md-n90 {
    margin-bottom: -90px !important;
  }
  .mb-md-n100 {
    margin-bottom: -100px !important;
  }
  .mb-md-n110 {
    margin-bottom: -110px !important;
  }
  .mb-md-n120 {
    margin-bottom: -120px !important;
  }
  .mb-md-n130 {
    margin-bottom: -130px !important;
  }
  .mb-md-n140 {
    margin-bottom: -140px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width:767px) {
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .mt-sm-n50 {
    margin-top: -50px !important;
  }
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mt-sm-n70 {
    margin-top: -70px !important;
  }
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mt-sm-n110 {
    margin-top: -110px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .mt-sm-n130 {
    margin-top: -130px !important;
  }
  .mt-sm-n140 {
    margin-top: -140px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n40 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n50 {
    margin-bottom: -50px !important;
  }
  .mb-sm-n60 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n70 {
    margin-bottom: -70px !important;
  }
  .mb-sm-n80 {
    margin-bottom: -80px !important;
  }
  .mb-sm-n90 {
    margin-bottom: -90px !important;
  }
  .mb-sm-n100 {
    margin-bottom: -100px !important;
  }
  .mb-sm-n110 {
    margin-bottom: -110px !important;
  }
  .mb-sm-n120 {
    margin-bottom: -120px !important;
  }
  .mb-sm-n130 {
    margin-bottom: -130px !important;
  }
  .mb-sm-n140 {
    margin-bottom: -140px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width:575px) {
  .mt-xs-n10 {
    margin-top: -10px !important;
  }
  .mt-xs-n20 {
    margin-top: -20px !important;
  }
  .mt-xs-n30 {
    margin-top: -30px !important;
  }
  .mt-xs-n40 {
    margin-top: -40px !important;
  }
  .mt-xs-n50 {
    margin-top: -50px !important;
  }
  .mt-xs-n60 {
    margin-top: -60px !important;
  }
  .mt-xs-n70 {
    margin-top: -70px !important;
  }
  .mt-xs-n80 {
    margin-top: -80px !important;
  }
  .mt-xs-n90 {
    margin-top: -90px !important;
  }
  .mt-xs-n100 {
    margin-top: -100px !important;
  }
  n .mt-xs-n110 {
    margin-top: -110px !important;
  }
  .mt-xs-n120 {
    margin-top: -120px !important;
  }
  .mt-xs-n130 {
    margin-top: -130px !important;
  }
  .mt-xs-n140 {
    margin-top: -140px !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mb-xs-n10 {
    margin-bottom: -10px !important;
  }
  .mb-xs-n20 {
    margin-bottom: -20px !important;
  }
  .mb-xs-n30 {
    margin-bottom: -30px !important;
  }
  .mb-xs-n40 {
    margin-bottom: -40px !important;
  }
  .mb-xs-n50 {
    margin-bottom: -50px !important;
  }
  .mb-xs-n60 {
    margin-bottom: -60px !important;
  }
  .mb-xs-n70 {
    margin-bottom: -70px !important;
  }
  .mb-xs-n80 {
    margin-bottom: -80px !important;
  }
  .mb-xs-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xs-n100 {
    margin-bottom: -100px !important;
  }
  .mb-xs-n110 {
    margin-bottom: -110px !important;
  }
  .mb-xs-n120 {
    margin-bottom: -120px !important;
  }
  .mb-xs-n130 {
    margin-bottom: -130px !important;
  }
  .mb-xs-n140 {
    margin-bottom: -140px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
}

/* src/assets/css/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.dark-mode .mfp-inline-holder .mfp-content,
.dark-mode .mfp-ajax-holder .mfp-content {
  background: var(--color-dark-3);
  border: 1px solid var(--color-dark-mode-gray-2);
}
.dark-mode .mfp-inline-holder .mfp-content .mfp-close,
.dark-mode .mfp-ajax-holder .mfp-content .mfp-close {
  color: #fff;
}
.mfp-inline-holder .mfp-content {
  padding: 50px;
  border-radius: var(--border-radius-default);
  animation: mfp-appear 0.39s var(--ease-out-medium);
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
-moz-focus-inner::button {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family:
    Arial,
    Baskerville,
    monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 0px;
  text-align: right;
  padding-right: 6px;
  width: 40px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: none;
  margin-left: 31px;
  background-image: url("media/left-arrow.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: none;
  margin-left: 39px;
  background-image: url("media/right-arrow.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.mfp-iframe-holder {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 100vw;
}
.mfp-iframe-holder .mfp-close {
  top: 10px;
  position: absolute;
  z-index: 999;
  right: 20px;
  background-color: #000000c4;
  border-radius: 100%;
  padding: 11px;
  line-height: 0;
}
@media all and (max-width: 768px) {
  .mfp-bottom-bar {
    left: 3% !important;
    width: 94% !important;
  }
  .mfp-title {
    font-size: 12px;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: 80vw;
  }
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(0, 0, 0, 0.2),
    0 0 50px rgba(0, 0, 0, 0.2);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(0, 0, 0, 0.2),
    0 0 50px rgba(0, 0, 0, 0.2);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -25px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* src/assets/css/owl.carousel.css */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* src/assets/css/splitting.css */
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
  user-select: none;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

/* src/assets/css/YTPlayer.css */
@font-face {
  font-family: ytpregular;
  src: url(assets/font/ytp-regular.html);
}
@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(/assets/font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
.YTPFullscreen,
.inline_YTPlayer img {
  border: none !important;
  padding: 0 !important;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important;
}
.inlinePlayButton,
.inlinePlayButtonMobile {
  font-family: ytpregular;
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s;
  transform: scale(1.3);
}
.inlinePlayButtonMobile {
  transform: scale(1);
}
.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1);
}
.inlinePlayButton:hover {
  background-color: rgba(0, 0, 0, 1);
  transform: scale(1.3) !important;
}
.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  margin: 0 !important;
  transform: none !important;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: 0.1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}
.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url(assets/images/raster.html);
}
.YTPOverlay.raster.retina {
  background: url(assets/images/raster%402x.html);
}
.YTPOverlay.raster-dot {
  background: url(assets/images/raster_dot.html);
}
.YTPOverlay.raster-dot.retina {
  background: url(assets/images/raster_dot%402x.html);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.mb_YTPVolumeBar,
.mb_OnlyYT,
.mb_YTPLoaded,
.mb_YTPseekbar,
.mb_YTPTime,
.mb_YTPProgress {
  display: none !important;
}
.mb_YTPBar {
  opacity: 1;
}
.mb_YTPBar,
.mb_YTPBar:hover .buttonBar {
  background: none;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
