@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Semi.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Medium.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Albra Grotesk";
  src: url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Regular.woff2") format("woff2"), url("../../fonts/SVN-Albra-Grotesk/SVN-AlbraGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-CoFo Gothic";
  src: url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Medium.woff2") format("woff2"), url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-CoFo Gothic";
  src: url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Regular.woff2") format("woff2"), url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-CoFo Gothic";
  src: url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Light.woff2") format("woff2"), url("../../fonts/SVN-CoFo-Gothic/SVN-CoFoGothic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bs-heading-font-family), sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.47825rem + 2.739vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5325rem;
  }
}

h2 {
  font-size: calc(1.38375rem + 1.605vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.5875rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.317375rem + 0.8085vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.92375rem;
  }
}

h5 {
  font-size: calc(1.285875rem + 0.4305vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.60875rem;
  }
}

h6 {
  font-size: calc(1.25325rem + 0.039vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.2825rem;
  }
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-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: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1300px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.47825rem + 2.739vw) !important;
}

.fs-2 {
  font-size: calc(1.38375rem + 1.605vw) !important;
}

.fs-3 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-4 {
  font-size: calc(1.317375rem + 0.8085vw) !important;
}

.fs-5 {
  font-size: calc(1.285875rem + 0.4305vw) !important;
}

.fs-6 {
  font-size: calc(1.25325rem + 0.039vw) !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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.62 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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;
  }
  .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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 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;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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;
  }
  .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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 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;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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;
  }
  .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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 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;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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;
  }
  .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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 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: 1200px) {
  .fs-1 {
    font-size: 3.5325rem !important;
  }
  .fs-2 {
    font-size: 2.5875rem !important;
  }
  .fs-3 {
    font-size: 2.25rem !important;
  }
  .fs-4 {
    font-size: 1.92375rem !important;
  }
  .fs-5 {
    font-size: 1.60875rem !important;
  }
  .fs-6 {
    font-size: 1.2825rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-body-font-family: "SVN-CoFo Gothic";
  --bs-body-font-size: 1em;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.37;
  --bs-body-color: #572b12;
  --bs-body-text-align: left;
  --bs-body-bg: #f7f1e8;
  --bs-heading-font-family: "SVN-Albra Grotesk";
  --bs-heading-weight: 400;
  --bs-heading-color: #572b12;
  --color-primary: #dcfc5a;
  --color-hover: #572b12;
  --color-secondary: #e5d1b3;
  --color-border: #cbcee2;
  --text-light: #f7f1e8;
  --text-dark: #572b12;
}

@media (max-width: 374px) {
  html {
    font-size: 3.6vw;
  }
}
@media (min-width: 390px) and (max-width: 767px) {
  html {
    font-size: 4.3vw;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  html {
    font-size: 1.8vw;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  html {
    font-size: 0.86vw;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 0.8vw;
  }
}
@media (min-width: 390px) and (max-width: 767px) and (orientation: landscape) {
  html {
    font-size: 2.4vw;
  }
}
@media (min-width: 769px) and (max-width: 1199px) and (orientation: landscape) {
  html {
    font-size: 1.56vw;
  }
}

body {
  color: var(--bs-body-color);
  opacity: 0;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
  background-color: var(--bs-body-bg);
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

.body-load-done {
  opacity: 1;
  visibility: visible;
}

section,
.section {
  position: relative;
  z-index: 2;
}

::selection {
  background: var(--color-hover);
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  transition: all 0.3s ease;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.page-wrapper,
.page-content {
  overflow: clip;
  display: flow-root;
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .container {
    width: 80vw;
    margin: 0 auto;
  }
  .footer .container {
    width: auto;
  }
}
i {
  vertical-align: middle;
}

.fancybox__backdrop {
  background-color: #000;
  opacity: 0.8;
}

.section,
section {
  position: relative;
  z-index: 2;
  background-color: var(--bs-body-bg, #fff);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section,
  section {
    padding-top: 3.0625rem;
  }
}
@media (min-width: 768px) {
  .section,
  section {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .section,
  section {
    padding-top: 9.75rem;
  }
}

.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.--text-light {
  color: var(--text-light) !important;
}

.--text-dark {
  color: var(--text-dark) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

p {
  padding-top: 0.25rem;
}

.a-link {
  position: relative;
}

.a-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--border-color, var(--bs-body-bg));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.a-link:hover::after {
  transform: scaleX(1);
}

.a-footer {
  position: relative;
  width: fit-content;
}

.a-footer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--border-color, #f7f1e8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.a-footer:hover::after {
  transform: scaleX(1);
}

.a-footer:hover {
  opacity: 1;
}
.a-footer:hover .inf-box__link {
  opacity: 1 !important;
}

.a-autho:hover {
  opacity: 1;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.wow {
  visibility: hidden;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.jiggle {
  animation-name: jiggle;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

@keyframes jiggle {
  10%, 62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
.rotate360 {
  animation-name: rotate360;
}

@keyframes rotate360 {
  from {
    transform: rotate(360deg);
  }
}
@keyframes effect1 {
  0%, 100% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(20%);
  }
}
@keyframes effect1_1 {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(40%);
  }
}
@keyframes effect2 {
  0%, 100% {
    transform: translateX(0%) translateY(0%);
  }
  50% {
    transform: translateX(100%) translateY(20%);
  }
}
@keyframes effect2_1 {
  0%, 100% {
    transform: translateX(0%) translateY(0%);
  }
  50% {
    transform: translateX(-100%) translateY(-20%);
  }
}
@keyframes effect3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes effect3_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
}
@keyframes effect4 {
  0%, 50%, 100% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  20% {
    transform-origin: 50% 100%;
    transform: scaleY(1.1);
  }
  75% {
    transform-origin: 50% 100%;
    transform: scaleY(0.8);
  }
}
.effect-text-1 .word {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.effect-text-1.wow.effect .word {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.5s ease;
  transition-delay: calc(0.2s * (var(--line-index)));
}

.effect-text-2 .word {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.effect-text-2.wow.effect .word {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.5s ease;
  transition-delay: calc(0.2s * (var(--word-index)));
}

.clipPathUp {
  animation-name: clipPathUp;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@keyframes clipPathUp {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0 0 0);
  }
}
.bgZoomIn {
  animation-name: bgZoomIn;
  animation-duration: 1s;
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes bgZoomIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.container {
  max-width: 75.6%;
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container--hide-lg {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .container--hide-md {
    display: none;
  }
}

.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .row {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }
  .row [class*=col-] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row .col-xl-4 .product {
    margin-bottom: 6rem;
  }
  .row .col-xl-cs-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .fancybox__iframe {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .fancybox__iframe {
    max-width: 80%;
  }
}

@keyframes lazyloading {
  100% {
    transform: translate(100%);
  }
}
.lazyloading {
  position: relative;
  overflow: hidden;
}
.lazyloading:not(.loaded) {
  background-color: whitesmoke;
}
.lazyloading:not(.loaded) img {
  opacity: 0;
  visibility: hidden;
}
.lazyloading:not(.loaded):after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, transparent, transparent, rgba(215, 215, 215, 0.2901960784), transparent, transparent);
  transform: translate(-100%);
  animation: lazyloading 1.2s infinite;
}
.lazyloading:not(.loaded):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAA3ACgDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD7Ej8KuwHysfw6cD/9fv29a/ffaP7/ADP45UI72GSeE2x9zPXseev+FHtH/T/rTyK5Vtb+vX/MwL3wwV3fuzkex9/TPU/j9eTTVSX4f1uDgvQ5O88OMA3yHvzj1/mP8/Vuq/6Qctjl7rQCM5Q/ljn/ACfz9Bij2rfX9P62HZeR+jdt4LLqrCHIYccHGfT/AD+Bry5Yi2jeq8/x/rqdscPs7b/pv+JbfwM22RvI4VCSdp6ngc7eO+PU1k8SrpX33+Wvf+vuNVhmrvl6f0jiNX8ILbxzTTKkMUSPJLLIVjjjjQF3d3YhURFBZ2YqqgEkgVqsQkt/6630MZYdt6J3b00et9la255ZbafpfiGyOpaLcw6hp7TzQR3ttl7adoX2O1vN/q7iEsPknhZ4ZR80Tspya+sRaupX+f8AX5Cnh505ck4uMtLxktVfut15p6rqYV74UK5xH+Y/X2/yRWcsUu9tO/4CjS8r6+R+u3gn4cLrE6ac8ao958lrI+FjjvMYtxK7YVIZ3xbySOypCJBM5CRNXz+Lxfsl7S+kdZLq4fat3cVqrau1lufSYLB+3kqSsnNpQbailN6RTbaUYyfuybaUb8z0izrNd+G+maF4X1jVNUubHTYdLuL2TXLy/mitLLQrLRbCG8vbnV7ucxWthBFHfLPcS3U0SQQ2txLMyxxOy+eszh7VydSMaVOndylJKN5ve7dkoqN29lzLU9NZNiJQpU6VCtUr4mu6NKhTpzlWnOnypwhTUXOUpTqKKjFOTlBxWzPyv1zw6Pj74/Xwlo3xL8OfEHwl4f1vSPEXjLQ/DdtoN38KdT8N6b9qS58NQXv2q41/4jT31xquk3Wr6zp9/e+C9A1bTNI0i70uS6ur2sKWZf2hioU8PUhPBwjGrUqqVNwqyVRwVGnBJyqwbUvbV3KNGnKNOnSjVm67w/02J4fhw1kksbmmHxGFzvFVqmDwmAq0MTTxWEpTwqrf2jjMS5U6OBq80qUcvy6NGrjMTQ+uYrFzweHjgFmX0XeeAYrWKO1tbGO3treNYYLe3gSGCCKMbY4oYo1VI40UBURFVUUAKABge1LFRS+Jaab+X6fmfnjw7nJyabk3dt3bd+rvffq23c5SfwBNMxC27c56KfyrhrZjCGrkl6v+v67dNqeBlJq0b38u/f8AL56H6/8Aw50jVrlIEsrfQYokuLY3esarp5llsrYTRtOtmlobN72/nhEkVolzdyQW0zpdTWWoQQy2c3j5lUitFUqRlJNKEZOSa6vlldRS25ly69btH0+Tcrn+/pYedGFnVqV17NU9kmp0pRqzld3VGCnKet4pLmjP8ZP2b/8AhafwX8O/CzxRrCXOl3GrWL/Fu18KXWueEv8AhP8ASp7+1n8UXFxfWOsf27LqOqiP7XqyarrGox39ze31zKRexaTd6f8AKRpSrNQrVJte7GUVJ04TSmpRXLL2j2VmpTkpLmSSbjy/rVXOMHlcZ4zA4ak8TCnXVKtKnGticJJ0Z05u8PYXtUrQnWcIqpCp7Kcm6Kqxn4F8Lv2TvBvwM8EaB4E8KfaNUTw3Y3+l2mt6hp+n2eqz6beakNQSwnTSoILZ7e0MdtFA8/2m9leKa+vby71LUdSvLv26eLoYOnGMI04csZR920V71nJ2SSvJxUm2rt3d7tn5bmWNxma1qtStUqVY1akJ8knKai6cakaajzOTjGEas4xjGXKotK3ux5e5h+Cl5qT5FpsjJ5dkwpHr0Axjk56V4uP4oo4dSTqJtdE+/wB/+ZpgcgxGLklCjK192tvW/Q88+Ic3wj+D1vIfFWtWs+rRxu66Lp6i+1Ntqs3zW8G77Mh28TXjW0A/56gkA/Of2jnOcNfVafsaEml7es3TptX3je8qj/69xnro7H1VHJMBl6X1qaq10r+wpJTmn/fd+SH/AG/ON+iZ9h+DdPkQ2w/5YwkMIlBCDBy3HTL4wxPJyfavtMbjYpTs/elpfRvt66dOh8Ng6FSdWm2rwjJS5VeztZ2ttrbXqez2ljdTjLkjMhl3Nx8zjEmeeQ/GQeoGMcmvnsRmVON1H3pWS5Y66La70V027Pc+1wGTY3FLnqOavVlV55XS5qulR63vzpR5lazSs7rR8D48+I3wy+Gwgi8S6raNrF1LBDYeH7HZdaveXN3PHbWsSWqNmEXFxNHDFJdPBEzuER2Y7T5NSWNxnM4txg7+/J2iklfR21aXZPTe1tPoIZblGA/iqNWrBXdKnrZvfmd3yx8pO9vhTtr+f/7Wv7SvxD8P6a1j4Tu9I8MaNcKIvLtLrUbTxXf+YmTHauNHuZo+j7Jra3jRYozLcOELInXleS4WtU56kfrVW6Sdb3qPNdq0YtSje+qU1KS3tFJtcOOzaVOLpUl9Ww6V3GhHlbitOapU541HF7J/u1LSLi5OKf4R/EX4iarqerXFxqkts8M0dw0suo+K9VWU3DSFEmun0jQNNluZJTuYqsz7gC0gyPs5++w2RYi656aSvpbENSsleyjCMbJrZOakk0pa6r5KvxDgIpqnUlKWitLCQcL3S1nUq1LWfVQd7Oysf1afET43fBr4CaY11448UafaXyxb4NDtJI73XLokHYsWnxuHjDkFVmuWt4ScgS54r8vw88xzWV6MJKjezqyvCn53m/i9IKTPt6OByrJ0lXarYlW/2eilOpe1/f2jDbXna8rn5J/tE/8ABVu+/s3U08GMngDwrEscK6sNt94i1H7csi2UEE9u5W0ubry55YbTTo/tiwRS3hvfsdvcuv0FDKadFL2j9tUer5k1TTV2/dbvJ7azfbRNo0ljsVidLfVKGypUnerOLt8VW11vb3VFbp825+Zv7Pn7S2v/ABm/az8Da14i1C5/4RTwxN4q8SWWk3KtLc3VzBpV7Y6Te6niW4M+q3Gq3tll3edLRQ8Ucznzr6XfFwtQ9lBe/VfJzXSslTnVn0SUVCm7JW+bsnz1oRhQqzSUVBQdtXfnr0aSTe7lJzaemuzSW32J+0Z8Ub3xxHPO39kWNpHd2UNtc3MUN3La2k9uL+00+G/u2B01tY0145zeWskCR3Vlc2etNZ6Xaw6hY+rk+FlhZRnCU5VOSTklZe0cZezqSULNNwqrkUX8cJQlTcqjcJfKZhXWJpyp1VCNNygoSd/3fPH2lLnkrNKpSfMpRfuTVWFTlpNVI/nh4zstW8Y50vRMS6xo6TLdeG/Ef2Cx8RXnn3lpZwaJoo1C0RpdS1J72OW387UIry+e4Wx8OaZfNp9vZ6n9Zh8RKMFOCh+9f+8xU3To2UpSnWpwkpOVNRcFT5OSNuevOPNdfO1cFGpUcavO1Qi39Wk6catfm5YU6dCpOMopVObnnU5vaS5lTw9OfKk+0+Ifg79py7Gr+I9X8I6h4l1GK5uo5jN4y8JrqFzqrLO1ha2tzeeI2tov7R8xJbm7vTNb2FhaXM5iv78WelXnxza5VGnaEFblUVb3E7Wskkl00s9dFuz9Hw+CnSbcoKVR6Xk4tRb7+97762futrVvZ/Dmrfs2/td+LNRGs694GlkKG4uoNNh8Y+Ao9OsQX2wW1pbr4sZVROjSuXuJlQPczzTSSMylK65elrefXX+vkkkelGhOCvy3k1dtuP4ar5K1j7r/AGPv2VPjB4c8W6NqviDwI2mznRHW6vYPEfhC4uJmudf01kglNp4jmPki1be0qpM0SxzFIZ5mit38GpVxP1+s1Fyo0aVedKEpQ5edUPZ3Su2m3OfRJ+7dpJyO3FYOnPLKENqtfFYZVZRXvOmq7qNNtpP4Ielm+WT90/Rf9qv9k7xj8OdP+H0uhR33j7wv4u8Lx2Gt2kV14d0O60iZLlb65dV1XWLc3f8AZN1qcVxosFveFdSubGI67fPbq8V56mUY7E1qjc1CE5UqeKpVNbc7ioVqE4Qc0nzwnCVVKSVKadH37uPg5tktOhQo+y561O8sNWheEWopuUKic3By5LqUIJpznTj7V8i5X+Ymp/s8/Hm78Q3vgnxr4VnibSru40Xw58QtH8VeFprrQrmwnuYbO3mhOt2Opan4XmaSa3W4m059e8LR3MN94Y077NFqfhrWfsFiKcKccbhd5wjUr4SacVWUoxbkn71OGIirNe97KvZwrz5nTxFL495bjJSeBxMbKnKVKhioTpy9i4yklF3cak8PLVP3PbUFJTowaVShVP/Z");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(1.25rem);
}

.form-gr {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.5rem;
  min-height: 3.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(112, 84, 60, 0.24);
  display: flex;
  justify-content: space-between;
}
.form-gr .form-s {
  width: 100%;
  height: 0.75rem;
}
.form-gr .form-s select:focus {
  background-color: red;
}
.form-gr .form-s .ss-main {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.form-gr .form-s .ss-placeholder {
  display: none;
}
.form-gr .form-s .ss-single {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0.75rem !important;
}
.form-gr .form-s .ss-arrow {
  display: none;
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.form-gr .form-s .ss-search {
  box-shadow: none;
}
.form-gr .form-s .ss-values {
  position: relative;
  z-index: 3;
  max-width: 100%;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.form-gr.required .form-s select {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  display: flex !important;
}
.form-gr .form-lb {
  pointer-events: none;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.form-gr .form-lb.required::after {
  display: inline-block;
  position: relative;
  content: "*";
  top: 10%;
  left: 2.5%;
}
.form-gr .form-gr__svg {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-left: 0.75rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.form-gr .form-gr__svg svg {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
.form-gr .form-gr__svg--sec svg {
  transform-origin: center center;
  transform: rotate(-180deg);
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .form-gr .form-gr__svg--long {
    right: 1.63875rem;
  }
  .form-gr .form-s .ss-single {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.375rem !important;
  }
}

.form-gr:hover {
  border-color: #572b12;
}

.form-gr.focus .form-lb {
  top: 31%;
  transform-origin: top center;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: 0.03rem;
  opacity: 0.5;
}

.ss-content {
  margin-top: 1.4% !important;
  padding: 0.5625rem;
  border-radius: 1.125rem !important;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.ss-content .ss-option {
  padding: 0.5625rem !important;
  color: #70543c !important;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  background-color: transparent;
}
.ss-content .ss-option:first-of-type {
  display: none;
}
.ss-content .ss-selected,
.ss-content .ss-option:hover {
  border-radius: 0.75rem;
  background-color: rgba(21, 10, 4, 0.04) !important;
}
.ss-content .ss-search input:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .ss-content {
    margin-top: 0.4% !important;
  }
}

.ss-content.select-checkbox .ss-option:first-of-type {
  display: block;
  pointer-events: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  .form-gr--checkbox .form-s .ss-main {
    min-height: auto;
    margin-top: 0.375rem;
  }
}

.select-checkbox .ss-main {
  min-height: auto;
}
.select-checkbox .ss-values {
  height: 1.125rem;
  align-self: flex-end;
  flex-wrap: nowrap;
}
.select-checkbox .ss-value {
  max-width: 30% !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 4px !important;
  border: 1px solid rgba(112, 84, 60, 0.24) !important;
  background-color: transparent !important;
  outline: none !important;
  height: min-content !important;
  align-self: end !important;
  padding: 0.125rem 0.25rem 0.125rem 0.375rem;
  transition: all 0.3s ease;
}
.select-checkbox .ss-value-text {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-overflow: ellipsis !important;
  padding: 0 !important;
  color: #70543c !important;
  font-family: var(--bs-heading-font-family) !important;
  font-size: 0.625rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.2 !important; /* 120% */
  letter-spacing: 0.0375rem !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease;
}
.select-checkbox .ss-value-delete {
  border: none !important;
  padding: 0 !important;
  margin-left: 0.125rem !important;
  transition: all 0.3s ease;
}
.select-checkbox .ss-value-delete svg {
  overflow: visible !important;
  height: auto !important;
  width: 0.625rem !important;
}
.select-checkbox .ss-value-delete svg path {
  stroke: rgba(112, 84, 60, 0.24) !important;
  stroke-width: 0.75rem !important;
  transition: all 0.3s ease;
}
.select-checkbox .ss-value:hover {
  border: 1px solid #70543c !important;
  transition: all 0.3s ease;
}
.select-checkbox .ss-value:hover .ss-value-delete svg path {
  stroke: #70543c !important;
  transition: all 0.3s ease;
}
.select-checkbox .ss-selected label .check-clone .check-clone-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.select-checkbox .ss-selected label .check-clone .check-clone-svg svg {
  opacity: 1;
  scale: 1;
}

.ss-list::-webkit-scrollbar {
  width: 6px;
}

.ss-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.ss-list::-webkit-scrollbar-thumb {
  background: rgba(15, 15, 15, 0.1058823529);
  border-radius: 4px;
}

.ss-list::-webkit-scrollbar-thumb:hover {
  background: rgba(15, 15, 15, 0.3764705882);
  opacity: 0.5;
  cursor: grab;
}

.form-date #edit-deadline {
  margin-top: 0;
  margin-bottom: -0.875rem;
}
.form-date input {
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.form-date input:valid ~ label,
.form-date input:focus ~ label {
  top: 31%;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: 0.03rem;
  opacity: 0.5;
}
.form-date input[type=date]::-webkit-datetime-edit {
  color: transparent;
}
.form-date input[type=date]:focus::-webkit-datetime-edit,
.form-date input[type=date]:valid::-webkit-datetime-edit {
  color: initial;
}

.pika-single {
  border-radius: 1.5rem;
}

.pika-lendar {
  width: auto;
  margin: 0;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
.pika-lendar .pika-prev,
.pika-lendar .pika-next {
  padding: 0.75rem;
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: transparent url("../../img/icon/arrow-time.svg") no-repeat center center;
  opacity: 1;
}
.pika-lendar .pika-prev.is-disabled,
.pika-lendar .pika-next.is-disabled {
  opacity: 0.2;
}
.pika-lendar .pika-prev {
  background: transparent url("../../img/icon/arrow-time-left.svg") no-repeat center center;
}
.pika-lendar .pika-label {
  color: var(--SEN-Design-Primary, #572b12);
  text-align: center;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.pika-lendar .pika-table thead abbr {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--SEN-Design-Primary, #572b12);
  text-align: center;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.pika-lendar .pika-row {
  color: #572b12 !important;
  text-align: center;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.pika-lendar .pika-row td {
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
}
.pika-lendar .pika-row td button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: #572b12 !important;
  text-align: center;
  box-shadow: none;
}
.pika-lendar .pika-row .is-selected button {
  border-radius: 0.75rem;
  background: rgba(21, 10, 4, 0.04);
  font-weight: 400;
}
.pika-lendar .pika-row .is-today button {
  color: #572b12;
  opacity: 1;
  font-weight: 400;
}
.pika-lendar .pika-row .is-disabled button {
  background-color: transparent;
  opacity: 0.2;
  pointer-events: none;
}

.form-input-file {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.form-input-file .f-input {
  margin-top: 0.875rem;
  position: relative;
  width: 100%;
  height: 1rem;
}
.form-input-file input {
  opacity: 0;
  font-size: 0;
}
.form-input-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  appearance: none;
  width: 100%;
  height: 1rem;
}
.form-input-file .f-name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.form-input-file .f-name .set-name {
  display: flex;
  align-items: center;
}
.form-input-file .f-name .set-name p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%;
}
.form-input-file .f-name svg {
  width: 1rem;
}

.sec-model-mb__inner {
  z-index: 3;
}
.sec-model-mb__inner .sec-model-mb__tl {
  font-weight: 500;
  color: #572b12;
}
.sec-model-mb__inner .sec-model-mb__ct {
  list-style: none;
  margin-top: 0.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  color: #572b12;
}
.sec-model-mb__inner .sec-model-mb__ct .sec-model-mb__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #b19c7e;
  opacity: 0.4;
}
.sec-model-mb__inner .sec-model-mb__ct .sec-model-mb__item:last-of-type {
  border: none;
}
.sec-model-mb__inner .sec-model-mb__ct strong {
  margin-right: 0.5rem;
}
.sec-model-mb__inner .sec-model-mb__ct p {
  padding: 0;
  margin: 0;
}

.body-load-done .header__menu .menu-list .submenu {
  transition: all 0.2s ease;
}

.header {
  transition: all 0.4s ease;
}
.header.header--unpin .header__wrap {
  transform: translateY(-100%);
  transition: all 0.4s ease;
}
.header.header--pin .header__wrap {
  transform: translateY(0);
  transition: all 0.4s ease;
}
.header.header--pin .header__wrap a {
  --border-color: #f7f1e8;
}
.header.headroom--not-top .header__wrap {
  transition: all 0.4s ease;
  background-color: #f7f1e8;
}
.header.headroom--not-top .header__wrap .header__overlay {
  display: none;
}
.header.headroom--not-top .header__wrap a {
  --border-color: #572b12;
}
.header.headroom--not-top .header__wrap .header__inner {
  color: var(--bs-heading-color);
}
.header.headroom--not-top .header__wrap .header__inner svg path {
  fill: var(--bs-heading-color);
}
.header.headroom--not-top .header__wrap .header__inner .header__get-touch {
  border-color: var(--bs-heading-color);
}
.header.headroom--not-top .header__wrap .header__humberger {
  border: 1px solid #572b12;
}
.header.header--top a {
  --border-color: #f7f1e8;
}
.header.headroom--top .header__wrap .header__overlay {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.header .header__fixHeight {
  height: 3.8125rem;
}
.header .header__fixHeight--0 {
  height: 0;
}
.header .header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.625rem 0.9375rem 0.6875rem 0.9375rem;
  background: transparent;
  height: 3.8125rem;
  font-family: var(--bs-heading-font-family);
  display: flex;
  align-items: center;
}
.header .header__wrap .header__overlay {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.header .header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-body-bg);
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  position: relative;
}
.header .header__menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header .header__menu .menu-list a {
  position: relative;
}
.header .header__menu .menu-list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--border-color, var(--bs-body-bg));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.header .header__menu .menu-list a:hover::after {
  transform: scaleX(1);
}
.header .header__logo {
  font-size: 0;
  position: absolute;
  display: inline-flex;
}
.header .header__logo .h1-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header .header__logo a {
  opacity: 1;
  visibility: visible;
}
.header .header__logo svg {
  display: inline-flex;
  height: auto;
  opacity: 1;
  visibility: visible;
  flex-shrink: 0;
}
.header .header__logo svg path {
  fill: var(--bs-body-bg);
}
.header .header__logo--home {
  pointer-events: none;
  flex-direction: column;
}
.header .header__logo--home a svg {
  max-width: 100%;
  min-width: 8.29875rem;
  min-height: 1.125rem;
}
.header .header__right {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.header .language--head {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  line-height: 1.3333;
  letter-spacing: 0.045rem;
}
.header .language--head .language-switcher-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header .language--head .item-label {
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.header .language--head .language-switcher-language-url {
  display: none;
  position: absolute;
  left: 0%;
  top: 120%;
  background-color: #f7f1e8;
  width: fit-content;
  padding: 0.5rem 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
}
.header .language--head ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .language--head ul a {
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  line-height: 1;
  text-align: start;
  color: #572b12;
  padding: 0.625rem 0.3125rem;
}
.header .language--head ul li.is-active a {
  color: #572b12;
  pointer-events: none;
}
.header .header__humberger {
  cursor: pointer;
  border-radius: 0.96875rem;
  border: 1px solid #f7f1e8;
  padding: 0 1.1875rem;
}
.header .header__humberger .header__humberger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
}
.header .header__humberger .header__humberger-icon svg {
  width: 100%;
  height: 100%;
}
.header .menu-model {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 3.625rem);
  top: 3.625rem;
}
.header .menu-model__wrap {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 3.625rem);
  background-color: #f7f1e8;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .menu-model__wrap .menu-list {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.header .menu-model__wrap .menu-list a {
  margin-top: 0;
  font-family: var(--bs-body-font-family);
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 1.09091;
  text-transform: uppercase;
  letter-spacing: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.header .menu-model__wrap ul {
  padding: 0;
  margin: 0;
}
.header .menu-model__wrap li {
  list-style-type: none;
}
.header .menu-model__wrap li + li {
  padding-top: 1rem;
}
.header .menu-model__wrap #model-btn {
  margin-bottom: 1.27875rem;
  width: 100%;
  justify-content: center;
}
.header .header__get-touch {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1.125rem 1.5rem;
  gap: 0.75rem;
  border-radius: 9999px;
  border: 1px solid #f7f1e8;
  position: relative;
  overflow: hidden;
}
.header .header__get-touch .header__get-touch-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header .header__get-touch .header__get-touch-icon svg {
  width: 100%;
  height: 100%;
}
.header .header__get-touch .header__get-touch-icon--clone {
  position: absolute;
}
.header .header__get-touch .header__get-touch {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .header .header__menu {
    display: none;
  }
  .header .header__menu .menu-list {
    gap: 1.25rem;
  }
  .header .header__list {
    gap: 0.625rem;
  }
  .header .header__get-touch {
    cursor: pointer;
    display: none;
    align-items: center;
    padding: 0.875rem 1rem;
    gap: 0.75rem;
    border-radius: 9999px;
    border: 1px solid #f7f1e8;
  }
  .header .header__get-touch .header__get-touch {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .header .header__fixHeight {
    height: 5.625rem;
  }
  .header .header__fixHeight--0 {
    height: 0;
  }
  .header .header__wrap {
    padding: 1.1875rem 2.5rem;
    height: 5.625rem;
  }
  .header .header__menu .menu-list {
    gap: 1.25rem;
  }
  .header .header__logo {
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  .header .header__logo svg {
    width: 100%;
    height: auto;
  }
  .header .header__logo a {
    display: inline-flex;
    justify-self: center;
    align-self: center;
    width: 100%;
  }
  .header .header__logo--home {
    width: 100%;
    pointer-events: none;
  }
  .header .header__menu {
    display: flex;
  }
  .header .header__humberger {
    display: none;
  }
  .header .header__get-touch {
    align-items: center;
    padding: 1.125rem 1.5rem;
    gap: 0.75rem;
    border-radius: 9999px;
    border: 1px solid #f7f1e8;
  }
  .header .header__get-touch .header__get-touch {
    overflow: hidden;
  }
  .header .header__get-touch .header__get-touch svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1800px) {
  .header .header__menu ul {
    font-size: 0.875rem;
  }
  .header .header__right .language-switcher-btn {
    font-size: 0.875rem;
  }
  .header .header__get-touch .header__get-touch-text {
    font-size: 0.875rem;
  }
}

.header--df.header--pin .header__wrap {
  transform: translateY(0);
  transition: all 0.4s ease;
}
.header--df.header--pin .header__wrap a {
  --border-color: #572b12;
}
.header--df .header__logo {
  pointer-events: auto;
  width: auto;
}
.header--df .header__logo svg {
  width: 8.29875rem;
  height: 1.125rem;
}
@media (min-width: 1200px) {
  .header--df .header__inner {
    position: relative;
  }
  .header--df .header__logo {
    justify-self: center;
  }
  .header--df .header__logo svg {
    width: 11.0625rem;
    height: 1.5rem;
  }
}

.header--text-dark {
  color: var(--text-dark);
}
.header--text-dark .header__wrap {
  background-color: var(--bs-body-bg);
}
.header--text-dark .header__wrap .header__overlay {
  opacity: 0;
}
.header--text-dark .header__wrap a {
  --border-color: #572b12 !important;
}
.header--text-dark .header__logo svg path {
  fill: var(--text-dark);
}
.header--text-dark .header__inner {
  color: var(--text-dark);
}
.header--text-dark .header__humberger {
  border-color: var(--text-dark);
}
.header--text-dark .header__humberger-icon path {
  fill: var(--text-dark);
}
.header--text-dark .language-switcher-btn svg path {
  fill: var(--text-dark);
}
.header--text-dark .header__get-touch {
  border-color: var(--text-dark);
}
.header--text-dark .header__get-touch svg path {
  fill: var(--text-dark);
}

.header--bg-dark.headroom--top .header__wrap {
  transform: translateY(0);
  transition: all 0.4s ease;
}
.header--bg-dark.headroom--top .header__wrap a {
  --border-color: #f7f1e8;
}

.footer {
  background-color: var(--text-dark);
  color: var(--text-light);
  padding-top: 1.8125rem;
  padding-bottom: 1.1875rem;
}
.footer .menu-list {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}
.footer .menu-list li {
  list-style-type: none;
}
.footer .menu-list a {
  position: relative;
  width: fit-content;
  opacity: 0.4;
  font-size: 0.875rem;
  line-height: 1.28571;
  letter-spacing: 0.0525rem;
  text-transform: uppercase;
}
.footer .menu-list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--border-color, #f7f1e8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.footer .menu-list a:hover::after {
  transform: scaleX(1);
}
.footer .menu-list a:hover {
  opacity: 1;
}

.footer__top > .row {
  gap: 2.8125rem;
}
.footer__top #end-fInf {
  margin-top: 3.1875rem;
}

.inf-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.inf-box__title {
  font-size: 1rem;
  line-height: 1.375;
  text-transform: uppercase;
}

.inf-box__content {
  font-family: var(--bs-heading-font-family, "SVN-Albra Grotesk");
}

.inf-box__infor {
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  gap: 0.575rem;
}

.inf-box__links {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 0.575rem;
}

.inf-box__link {
  opacity: 0.4;
  font-size: 0.875rem;
  line-height: 1.28571;
  letter-spacing: 0.0525rem;
  text-transform: uppercase;
}

.footer__mid {
  padding-top: 2.0625rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}

.footer__mid-logo svg {
  width: 100%;
  height: 100%;
}
.footer__mid-logo svg path {
  fill: var(--text-light);
}

.footer__mid-img {
  width: 100%;
  aspect-ratio: 1840/400;
  overflow: hidden;
}
.footer__mid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__bot-yeah {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  opacity: 0.6;
}

.footer__bot-autho {
  font-size: 1rem;
  text-align: right;
}
.footer__bot-autho span {
  opacity: 0.6;
}
.footer__bot-autho a {
  opacity: 0.6;
}

.footer__bot-lang {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.footer__bot-lang p {
  margin: 0;
  opacity: 0.6;
}
.footer__bot-lang .language-switcher-btn {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.footer__bot-lang .language-switcher-btn.active {
  opacity: 1;
}
.footer__bot-lang .item-label {
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
  .footer__top > .row {
    gap: 0;
  }
  .footer__top #end-fInf {
    margin-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .footer__top > .row {
    gap: 0;
  }
  .footer__top > .row .row {
    justify-content: flex-end;
    padding-left: 3.5rem;
  }
  .footer__mid {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    gap: 3.5rem;
  }
  .footer__bot-autho {
    padding-bottom: 1.25rem;
  }
}
.title__subtitle {
  font-family: var(--bs-heading-font-family);
  font-size: 0.875rem;
  line-height: 1.28;
  letter-spacing: 0.0525rem;
  text-transform: uppercase;
}
.title__subtitle p {
  margin: 0;
}

.title__subtitle-icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.title__title {
  font-family: var(--bs-body-font-family);
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.title__title--lg {
  font-family: var(--bs-body-font-family);
  font-size: 3.25rem;
  line-height: 1.07692;
}

.title__title--num {
  font-size: 4rem;
  line-height: 1.0625; /* 92.105% */
  text-transform: uppercase;
  display: flex;
  gap: 0.9375rem;
}
.title__title--num .title__title-num {
  font-size: 1.625rem;
  line-height: 1.25rem;
  padding-top: 0.5625rem;
}

.title__title--text-light {
  color: var(--text-light);
}

@media (min-width: 768px) {
  .title__title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  .title__title--num {
    font-size: 4rem;
    line-height: 1.0625; /* 92.105% */
    text-transform: uppercase;
    display: flex;
    gap: 0.9375rem;
  }
  .title__title--num .title__title-num {
    font-size: 1.625rem;
    line-height: 1.25rem;
    padding-top: 0.5625rem;
  }
}
@media (min-width: 1200px) {
  .title__title {
    font-size: 4rem;
    line-height: 1.0625;
  }
  .title__subtitle-icon .title__subtitle-icon-item {
    padding-left: 0.5rem;
  }
  .title__title--lg {
    font-size: 6rem;
    line-height: 1.04176;
  }
  .title__title--num {
    margin: 0;
    font-size: 8rem;
    line-height: 0.9375;
    letter-spacing: -0.16rem;
    align-items: flex-end;
    justify-content: space-between;
  }
  .title__title--num .title__title-num {
    text-align: right;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.12rem;
  }
}
.description {
  font-family: var(--bs-body-font-family);
  font-size: 1.375rem;
  line-height: 1.27273;
  letter-spacing: 0;
}

.description--small {
  font-family: var(--bs-heading-font-family);
  font-size: 1.375rem;
  line-height: 1.45455;
}

.description--medium {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.32; /* 132% */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .description--small {
    font-size: 1.4375rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .description {
    font-size: 2rem;
    line-height: 1.1875;
  }
  .description--type-2 {
    font-size: 3rem;
    line-height: 1.08333;
  }
  .description--small {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .description--medium {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.08333; /* 108.333% */
    text-transform: uppercase;
  }
}
.video {
  position: relative;
  padding: 1.75rem 0.9375rem 1.75rem 1rem;
  width: 100%;
  aspect-ratio: 375/777;
}
.video .video__bg-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.video .video__bg {
  z-index: -10;
  width: 100%;
  transform-origin: center;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}
.video .video__bg img {
  object-position: var(--object-position, 50% 80%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .video__bg .bg-parallax__item {
  position: absolute;
  inset: 0;
}
.video xo-parallax {
  width: 100%;
  height: 100%;
}
.video xo-parallax-scroll {
  width: 100%;
  height: 100%;
}
.video .video__bg--fixed {
  position: fixed;
}
.video .title {
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video .title .title__title {
  margin: 0;
}
.video .title :last-child {
  align-self: flex-end;
  text-align: left;
}
.video .title__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.video .title__btn .description {
  width: 100%;
  padding-top: 1.0625rem;
  text-align: left;
}
.video .title__btn .title__btn-bot {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  width: 100%;
}
.video .title__btn .title__btn-bot .button {
  width: auto;
  justify-content: auto;
}
@media (min-width: 768px) {
  .video {
    aspect-ratio: 16/9;
  }
  .video .title {
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .video .title .title__title {
    margin: 0;
  }
  .video .title #sec-video-banner-xl {
    display: none;
  }
  .video .title #sec-video-banner-md {
    display: block;
    width: 70%;
  }
  .video .title :last-child {
    align-self: flex-end;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .video .title {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .video {
    padding: 4rem 2.5rem;
    width: 100%;
    aspect-ratio: 1920/900;
  }
  .video .video__bg-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
  }
  .video .video__bg {
    z-index: -1;
    width: 100%;
  }
  .video .video__bg xo-parallax-scroll {
    width: 100%;
    height: 100%;
    background-image: url("../../img/bannerPng.png");
    backface-visibility: hidden;
    background-size: cover;
    background-attachment: fixed;
  }
  .video .title {
    margin: 0;
  }
  .video .title #sec-video-banner-xl {
    display: block;
  }
  .video .title #sec-video-banner-md {
    display: none;
  }
  .video .title :last-child {
    white-space: nowrap;
    text-align: right;
  }
  .video .title__btn {
    width: 37.35%;
  }
  .video .title__btn .description {
    padding-top: 2rem;
    text-align: right;
    white-space: wrap;
  }
  .video .title__btn .title__btn-bot {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.video--para {
  width: 100%;
  aspect-ratio: 375/777;
  padding: 1.5rem 1rem 2.5rem 1rem;
}
@supports (-webkit-touch-callout: none) {
  .video--para .bg-parallax__item {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}
.video--para .video-parallax {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video--para .video-parallax xo-parallax {
  width: 100%;
  height: 100%;
}
.video--para .video-parallax xo-parallax-scroll {
  position: relative;
}
@media (min-width: 768px) {
  .video--para .video-parallax {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .video--para .video-parallax {
    width: 100%;
    aspect-ratio: 1920/900;
  }
}
.video--para .title {
  z-index: 10;
}
.video--para .title #slg2 {
  padding-right: 8.8125rem;
}
.video--para .title .title__btn-bot {
  z-index: 1;
}
@media (min-width: 768px) {
  .video--para {
    width: 100%;
    aspect-ratio: 375/239;
  }
  .video--para .video-parallax xo-parallax {
    width: 100%;
    height: 100%;
  }
  .video--para .video-parallax xo-parallax-scroll {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .video--para {
    aspect-ratio: 1920/900;
    padding: 4rem 2.5rem 4rem 2.5rem;
  }
  .video--para .title__btn #slg2 {
    padding-right: 0;
    width: auto;
  }
  .video--para .title__btn .title__btn-bot {
    width: auto;
  }
}

.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border-radius: 9999px;
  border: 1px solid #572b12;
  overflow: hidden;
  position: relative;
}
.button .button__Text {
  margin: 0;
  font-family: var(--bs-heading-font-family, "SVN-Albra Grotesk");
  font-size: 0.875rem;
  line-height: normal;
}
.button .button__icon {
  padding-bottom: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.button .button__icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.button .button__icon--clone {
  position: absolute;
  display: none;
}
.button p {
  padding: 0;
}
@media (min-width: 1200px) {
  .button {
    gap: 0.75rem;
    padding: 1.1875rem 1.5rem;
  }
  .button .button__icon--clone {
    display: inline-flex;
  }
}

.button--primary {
  background-color: var(--bg-color, var(--color-secondary));
  color: var(--color, var(--text-dark));
}

.button--ghost {
  background-color: var(--tex-light);
  color: var(--text-light);
  border-color: var(--text-light);
}
.button--ghost svg path {
  fill: var(--text-light);
}

.button--dark {
  color: #f7f1e8;
  background-color: var(--bs-body-color);
  transition: all 0.3s ease;
}
.button--dark svg path {
  fill: #f7f1e8;
}
.button--dark:hover {
  color: #572b12;
  background-color: #f7f1e8;
}
.button--dark:hover svg path {
  fill: #572b12;
}

#apply-btn {
  transition: all 0.3s ease;
  transform-origin: center;
}

#apply-btn:hover {
  background-color: transparent;
  color: #572b12 !important;
}

#destroy-btn {
  transition: all 0.3s ease;
}

#destroy-btn:hover {
  border-color: rgba(87, 43, 18, 0);
  background-color: var(--bs-body-color);
  color: #f7f1e8;
}

.product {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product .product__img {
  width: 100%;
  aspect-ratio: var(--aspect-ratio, 896/1195);
  overflow: hidden;
}
.product .product__img img {
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product__des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
.product .product__des-title {
  display: flex;
  align-items: flex-end;
  gap: 0.6875rem;
}

.product:hover img {
  scale: 1.05;
  transition: all 0.6s ease;
}

.product--2 .product__img {
  width: 100%;
  aspect-ratio: var(--aspect-ratio, 896/504);
}
.product--2 .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product--slider .product__img {
  width: 100%;
  height: auto;
}
.product--slider .product__des .product__des-text,
.product--slider .product__des .product__des-num,
.product--slider .product__des .product__des-time {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .product--slider .product__des .product__des-text,
  .product--slider .product__des .product__des-num,
  .product--slider .product__des .product__des-time {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.015rem;
  }
}

@media (min-width: 768px) {
  .product {
    gap: 0.75rem;
  }
  .product .product__des {
    font-size: 1.125rem;
    line-height: 0.8;
    letter-spacing: -0.015rem;
  }
  .product--2 .product__img {
    aspect-ratio: var(--aspect-ratio, 896/672);
  }
}
@media (min-width: 1200px) {
  .product {
    gap: 0.75rem;
  }
  .product .product__des {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.015rem;
  }
  .product--2 .product__img {
    aspect-ratio: var(--aspect-ratio, 896/672);
  }
}
.line {
  width: 100%;
  height: 1px;
  background-color: var(--color, #572b12);
}

.line--vertical {
  width: 1px;
  height: auto;
  background-color: var(--color, #572b12);
  animation-name: sh;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

@keyframes sh {
  from {
    height: 1%;
  }
  to {
    height: 100%;
  }
}
.language {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  font-size: 0.75rem;
  line-height: 1.3333;
  letter-spacing: 0.045rem;
}
.language .language-switcher-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.language .item-label {
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.language .language-switcher-language-url {
  display: none;
  position: absolute;
  left: 0%;
  top: -408%;
  background-color: #f7f1e8;
  width: fit-content;
  padding: 0.5rem 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 20px 14px 26px -8px rgba(0, 0, 0, 0.19);
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language ul a {
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  line-height: 1;
  text-align: start;
  color: #572b12;
  padding: 0.625rem 0.3125rem;
}
.language ul li.is-active a {
  color: #572b12;
  pointer-events: none;
}

.new-item {
  padding-bottom: 1.5rem;
}
.new-item .new-item__img {
  width: 100%;
  aspect-ratio: 343/258;
  overflow: hidden;
}
.new-item .new-item__img img {
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-item .new-item__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.new-item .new-item__sub {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  opacity: 0.5;
}
.new-item .new-item__main {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .new-item {
    padding-bottom: 2.1875rem;
  }
  .new-item .new-item__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375; /* 137.5% */
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .new-item .new-item__main {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.015rem;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .new-item {
    padding-bottom: 2.5rem;
  }
  .new-item .new-item__title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .new-item .new-item__sub {
    padding-top: 1rem;
    font-weight: 500;
    line-height: 1.375; /* 137.5% */
    letter-spacing: -0.01rem;
    opacity: 0.5;
  }
  .new-item .new-item__main {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.015rem;
    text-transform: uppercase;
  }
}

.new-item:hover img {
  scale: 1.05;
  transition: all 0.6s ease;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.375rem;
  width: fit-content;
}
.pagination .pagination__num {
  display: flex;
  font-size: 0.875rem;
  gap: 0.375rem;
  width: 100%;
}
.pagination .pagination__prev,
.pagination .pagination__next {
  width: 2.736375rem;
  height: 2.736375rem;
  padding: 0 1.17275rem;
  border: 0.782px solid #572b12;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination .pagination__prev svg,
.pagination .pagination__next svg {
  width: 0.97725rem;
  height: 0.97725rem;
  flex-shrink: 0;
  aspect-ratio: 15.64/15.64;
}
.pagination .pagination__prev--disabled,
.pagination .pagination__next--disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.pagination .pagination__num-item {
  width: 2.736375rem;
  height: 2.736375rem;
  border: 0.782px solid #572b12;
  border-radius: 488.5875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--bs-heading-font-family);
  font-size: 0.6840625rem;
  line-height: 1.28571;
  letter-spacing: 0.0410625rem;
  text-transform: uppercase;
}
.pagination .pagination__num-item[active] {
  background-color: var(--text-dark);
  color: var(--text-light);
}
@media (min-width: 768px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination .pagination__prev,
  .pagination .pagination__next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .pagination .pagination__prev svg,
  .pagination .pagination__next svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
  .pagination .pagination__num-item {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.0525rem;
    text-transform: uppercase;
  }
}

.filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  cursor: pointer;
}
.filter .filter__text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.filter svg {
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
}

.filter-ct .filter-ct__cBox-title .title__subtitle {
  font-weight: 600;
}

.view-sw {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view-sw .view-sw__text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}
.view-sw .view-sw__op {
  display: flex;
}
.view-sw .view-sw__op-item {
  cursor: pointer;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.12;
}
.view-sw .view-sw__op-item[active] {
  opacity: 1;
}

.check-b:hover .check-clone {
  border-color: rgb(87, 43, 18);
}

.check-warp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.check-warp input {
  display: none;
}
.check-warp input:checked ~ span .check-clone-svg svg {
  opacity: 1;
  scale: 1;
}
.check-warp input:checked ~ .check-clone {
  border-color: rgb(87, 43, 18);
}
.check-warp .check-clone {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(87, 43, 18, 0.3);
}
.check-warp .check-clone-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}
.check-warp .check-clone-svg svg {
  opacity: 0;
  transition: all 0.3s ease;
  scale: 0.8;
  width: 1rem;
  height: 1rem;
}
.check-warp .check-clone-svg svg path {
  fill: var(--text-dark);
}
.check-warp .check-text {
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}

.banner {
  width: 100%;
  height: 100dvh;
}
.banner .item-wrap {
  position: relative;
  height: 100%;
}
.banner .item-wrap .item-wrap__bg-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.2) 70.59%);
}
.banner .item-wrap__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .item-wrap__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner__title .title__title {
  margin: 0;
  text-align: center;
  color: var(--text-light);
}
@media (min-width: 1200px) {
  .banner .item-wrap .item-wrap__bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  }
  .banner .item-wrap__bg img {
    width: 100%;
    height: 100%;
  }
}

.banner--video .item-wrap .item-wrap__bg-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.2) 70.59%);
  z-index: -1;
}
.banner--video .item-wrap__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.banner--video .item-wrap__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner--video .item-wrap__ct {
  padding: 2.4375rem 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner--video .item-top {
  padding-top: 0.1875rem;
}
.banner--video .item-top .title__title {
  margin: 0;
  font-size: 4.5rem;
}
.banner--video .item-bottom {
  align-self: flex-end;
}
.banner--video .item-bottom .title__title {
  margin: 0;
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .banner--video .item-wrap__ct {
    padding: 2rem;
  }
  .banner--video .item-top {
    width: 80%;
  }
  .banner--video .item-top .title__title {
    font-size: 6rem;
    line-height: 0.9375;
    letter-spacing: -0.035rem;
  }
  .banner--video .item-bottom .title__title {
    font-size: 6rem;
    line-height: 1.07143;
    letter-spacing: -0.16rem;
  }
}
@media (min-width: 1200px) {
  .banner--video .item-top {
    width: 50%;
  }
  .banner--video .item-top .title__title {
    font-size: 8rem;
    line-height: 0.9375;
    letter-spacing: -0.16rem;
  }
}

.banner--pr-detail .item-wrap .item-wrap__bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
}
.banner--pr-detail .banner__bottom-content {
  padding: 1.6875rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner--pr-detail .banner__bottom-content .title {
  padding-bottom: 1.5rem;
}
.banner--pr-detail .banner__bottom-content .title .title__title {
  font-size: 3.8125rem;
}
.banner--pr-detail .banner__bottom-content .banner__descript {
  display: flex;
  align-items: stretch;
  padding-top: 1.5rem;
  gap: 2.6875rem;
}
.banner--pr-detail .banner__bottom-content .banner__descript .description-read {
  opacity: 0.56;
}
@media (min-width: 768px) {
  .banner--pr-detail .title {
    padding-bottom: 2.375rem;
  }
  .banner--pr-detail .banner__descript {
    padding: 0 3.125rem;
    gap: 2.8125rem;
    justify-content: flex-end;
  }
  .banner--pr-detail .banner__bottom-content .title .title__title {
    font-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .banner--pr-detail .banner__bottom-content {
    padding: 4rem 2.5rem;
  }
  .banner--pr-detail .banner__bottom-content .title {
    width: 50%;
    padding-bottom: 3rem;
  }
  .banner--pr-detail .banner__bottom-content .title .title__title {
    font-size: 8rem;
  }
  .banner--pr-detail .banner__bottom-content .banner__descript {
    padding: 0 6.25rem;
    padding-top: 2rem;
    gap: 2.8125rem;
    justify-content: flex-end;
  }
}

.title-read {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.10526;
  color: var(--text-dark);
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .title-read {
    font-size: 3rem;
    line-height: 1.08333;
  }
}

.description-read {
  color: #150a04;
  opacity: 0.8;
  font-family: var(--bs-heading-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33333;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  align-self: stretch;
}

.description-read-small {
  font-size: 1rem;
  line-height: 1.375;
}

.strong-read {
  color: #150a04;
  opacity: 0.8;
  font-family: var(--bs-heading-font-family);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33333;
}

.description-read--lg {
  color: #150a04;
  opacity: 0.8;
  font-family: var(--bs-heading-font-family);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .description-read {
    font-size: 1.25rem;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    align-self: stretch;
  }
  .description-read-small {
    font-size: 1rem;
    line-height: 1.375;
  }
  .strong-read {
    color: #150a04;
    opacity: 0.8;
    font-family: var(--bs-heading-font-family);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.input {
  width: 100%;
  position: relative;
  padding: 1.25rem 1.5rem;
  color: #70543c;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  border-radius: 9999px;
  border: 1px solid rgba(112, 84, 60, 0.24);
}
.input input {
  position: relative;
  top: 0.4375rem;
  width: 100%;
  color: #70543c;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.input input:hover {
  border: none !important;
  outline: none;
  box-shadow: none;
}
.input input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.input input:focus ~ .input__lb {
  top: 33%;
  transform: translateY(-50%);
  transform-origin: top center;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: 0.03rem;
  opacity: 0.5;
}
.input input:not(:placeholder-shown) {
  border: none;
  outline: none;
  box-shadow: none;
}
.input input:not(:placeholder-shown) ~ .input__lb {
  top: 33%;
  transform: translateY(-50%);
  transform-origin: top center;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  letter-spacing: 0.03rem;
  opacity: 0.5;
}
.input .input__lb {
  padding: 0 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  color: var(--SEN-Design-P400, #70543c);
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  line-height: 1.33333; /* 133.333% */
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.input .input__lb.required::after {
  position: relative;
  content: "*";
  top: 10%;
  left: 2.5%;
}
.input input::placeholder {
  color: #70543c;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease;
}
.input input:focus::placeholder {
  opacity: 0.2;
}
.input input:hover {
  border: 1px solid #70543c;
}

.textarea {
  width: 100%;
  height: fit-content;
  padding: 0;
  border: 1px solid rgba(112, 84, 60, 0.24);
  border-radius: 24px;
}
.textarea textarea {
  width: 100%;
  padding: 1.5rem;
  min-height: 12.5rem;
  outline: none;
  border: none;
  background-color: transparent;
  color: #70543c;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  overflow-x: hidden;
}
.textarea textarea::placeholder {
  color: #70543c;
  font-family: var(--bs-heading-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease;
}
.textarea textarea:focus::placeholder {
  opacity: 0.2;
}

.textarea:hover {
  border: 1px solid #70543c;
}

select {
  width: 100%;
  padding: 0 1.5rem;
  min-height: 3.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(112, 84, 60, 0.24);
}

.sec-heroBanner {
  padding: 0;
  width: 100vw;
  height: 100svh;
}
.sec-heroBanner .item-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -100;
  overflow: hidden;
}
.sec-heroBanner .item-wrap .item-wrap__bg-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.2) 70.59%);
}
.sec-heroBanner .item-wrap__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -4;
}
.sec-heroBanner .item-wrap__bg img {
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-heroBanner .item-wrap__bg--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .sec-heroBanner .item-wrap .item-wrap__bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  }
  .sec-heroBanner .item-wrap__bg img {
    top: -29%;
    width: 150%;
    height: 150%;
  }
}

.sec-nltk {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.sec-nltk .sec-nltk__img {
  display: flex;
  gap: 2.9%;
  margin-top: 2rem;
}
.sec-nltk .sec-nltk__img {
  overflow: hidden;
}
.sec-nltk .sec-nltk__img img {
  width: 100%;
  object-fit: cover;
}
.sec-nltk .sec-nltk__img-item--big {
  width: 50%;
  aspect-ratio: 167/223;
}
.sec-nltk .sec-nltk__img-item--big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-nltk .sec-nltk__img-item--small {
  width: 50%;
  aspect-ratio: 167/125;
  align-items: start;
}
.sec-nltk .sec-nltk__img-item--small img {
  width: 100%;
  object-fit: cover;
}
.sec-nltk .description {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .sec-nltk {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sec-nltk .sec-nltk__img {
    justify-content: flex-end;
    margin: 0;
    gap: 3rem;
    align-items: end;
  }
  .sec-nltk .sec-nltk__img-item--small {
    width: 36%;
    max-width: 26.625rem;
  }
  .sec-nltk .sec-nltk__img-item--big {
    width: 50%;
    aspect-ratio: 638/851;
  }
  .sec-nltk .sec-nltk__img-item--small {
    width: 50%;
    aspect-ratio: 426/320;
    align-items: start;
  }
}

.sec-nltk--abt {
  padding-bottom: 0;
}

.sec-video-banner {
  margin-top: -0.07px;
  padding: 0;
}
.sec-video-banner .video {
  aspect-ratio: auto;
  height: 80lvh;
}
.sec-video-banner .title__title--lg {
  font-size: 2.75rem;
}
@media (min-width: 768px) {
  .sec-video-banner .title__title--lg {
    font-size: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-video-banner .title__title--lg {
    font-size: 6rem;
  }
}

#bottom-home {
  z-index: 0;
  padding-top: 0;
}
#bottom-home .video--para {
  height: 85lvh;
  min-height: 567px;
  padding-bottom: 1.5rem;
}
#bottom-home .video--para xo-parallax-scroll {
  height: 120%;
}
#bottom-home .video--para .title .title__btn-bot {
  padding-top: 2rem;
  padding-bottom: 0;
}
#bottom-home .video--para .title .description {
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  #bottom-home .video .video__bg-over {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  }
  #bottom-home .video .title #slg {
    width: 50%;
  }
}

.sec-prj {
  padding-bottom: 4.53125rem;
}
.sec-prj .title__title:last-child {
  padding-left: 4.22%;
}
.sec-prj .sec-prj__list {
  padding-top: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 3.0625rem;
}
.sec-prj .sec-prj__list .sec-prj__list-item .row {
  gap: 2rem;
}
.sec-prj .sec-prj__btn {
  margin-top: 3.375rem;
  display: flex;
  justify-content: center;
}
.sec-prj .sec-prj__Title {
  white-space: nowrap;
}
.sec-prj .sec-prj__Title .title__title--num {
  gap: 0.375rem;
  margin-top: 0.5rem;
  font-size: 3.875rem;
}
.sec-prj .sec-prj__Title .title__title-num {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sec-prj .sec-prj__Title .title__title--num {
    gap: 0.375rem;
    margin-top: 0.5rem;
    font-size: 8rem;
  }
  .sec-prj .sec-prj__Title .title__title {
    line-height: 1.05;
  }
  .sec-prj .sec-prj__list {
    gap: 2rem;
  }
  .sec-prj .sec-prj__list .sec-prj__list-item .row {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .sec-prj {
    padding-bottom: 8rem;
  }
  .sec-prj .title__title:last-child {
    padding-left: 14.13%;
  }
  .sec-prj .sec-prj__list {
    padding-top: 3rem;
    gap: 3.5rem;
  }
  .sec-prj .sec-prj__list .sec-prj__list-item .row {
    gap: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sec-prj .sec-prj__list .sec-prj__list-item .row [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sec-prj .sec-prj__btn {
    margin-top: 6rem;
  }
}

.sec-about-old {
  background-color: #572b12;
  color: var(--color-secondary);
  padding-bottom: 5.625rem;
}
.sec-about-old .title {
  padding-bottom: 1.75rem;
}
.sec-about-old .title circle {
  fill: var(--color-secondary);
}
.sec-about-old .line {
  background-color: var(--color-secondary);
}
.sec-about-old .container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.sec-about-old .sec-about__title .title__title {
  margin-top: 1.1875rem;
  color: var(--color-secondary);
}
.sec-about-old .sec-about__mid-wrap {
  padding-top: 1.125rem;
  padding-bottom: 0.6875rem;
}
.sec-about-old .sec-about__mid-wrap .sec-about__mid-img {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 344/193;
}
.sec-about-old .sec-about__mid-wrap .sec-about__mid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-about-old .sec-about__mid-wrap .title {
  padding: 0;
}
.sec-about-old .sec-about__mid-wrap .title__title {
  padding-top: 1.78125rem;
  margin: 0;
}
.sec-about-old .sec-about__des {
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec-about-old .sec-about__btn {
  padding-top: 1.2375rem;
}
@media (min-width: 768px) {
  .sec-about-old .sec-about__mid-wrap {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sec-about-old .sec-about__mid-wrap img {
    width: 100%;
    aspect-ratio: 755/424;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-about-old .sec-about__mid .title__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .sec-about-old .title {
    padding-bottom: 2.5rem;
  }
  .sec-about-old .container {
    gap: 2.5rem;
  }
  .sec-about-old .sec-about__mid {
    gap: 2.5rem;
  }
  .sec-about-old .sec-about__mid-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sec-about-old .sec-about__mid-wrap img {
    width: 100%;
    aspect-ratio: 755/424;
  }
  .sec-about-old .sec-about__mid-img {
    width: 100%;
    aspect-ratio: 755/424;
  }
  .sec-about-old .sec-about__btn {
    padding-top: 2.75rem;
  }
}

.sec-about {
  background-color: #572b12;
  color: var(--color-secondary);
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  text-align: center;
}
.sec-about .row {
  justify-content: center;
}
.sec-about .title {
  padding-bottom: 1.5rem;
}
.sec-about .title circle {
  fill: var(--color-secondary);
}
.sec-about .line {
  background-color: var(--color-secondary);
}
.sec-about .container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.sec-about .sec-about__title .title__title {
  margin: 0;
  color: var(--color-secondary);
}
.sec-about .sec-about__mid-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sec-about .sec-about__mid-wrap .sec-about__mid-img {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 344/156;
}
.sec-about .sec-about__mid-wrap .sec-about__mid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-about .sec-about__mid-wrap .title {
  padding: 0;
}
.sec-about .sec-about__mid-wrap .title__title {
  padding-top: 1.78125rem;
  margin: 0;
}
.sec-about .sec-about__des {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.sec-about .sec-about__btn {
  padding-top: 2rem;
}
.sec-about .sec-about__btn .button {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec-about .sec-about__mid-wrap {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sec-about .sec-about__mid-wrap .sec-about__mid-img {
    width: 100%;
    aspect-ratio: 1840/430;
  }
  .sec-about .sec-about__mid-wrap .sec-about__mid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .sec-about .sec-about__btn a {
    display: inline-flex;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sec-about .sec-about__mid .title__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .sec-about {
    padding: 9.75rem 0;
  }
  .sec-about .title {
    padding-bottom: 2.5rem;
  }
  .sec-about .container {
    gap: 2.5rem;
  }
  .sec-about .sec-about__mid {
    gap: 2.5rem;
  }
  .sec-about .sec-about__mid-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sec-about .sec-about__mid-wrap img {
    width: 100%;
    aspect-ratio: 755/424;
  }
  .sec-about .sec-about__des {
    padding-top: 2rem;
    margin: 0 4.3125rem;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .sec-about .sec-about__mid-img {
    width: 100%;
    aspect-ratio: 755/424;
  }
  .sec-about .sec-about__btn {
    padding-top: 4.0625rem;
  }
  .sec-about .sec-about__btn .button {
    width: auto;
  }
}

.sec-list-new {
  padding-top: 2rem;
  padding-bottom: 6.00125rem;
}
.sec-list-new .new-pagination {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
.sec-list-new .title {
  padding-bottom: 1.25rem;
}
.sec-list-new .title .title__title {
  margin-top: 0;
}
.sec-list-new .new-carosel {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-list-new {
    padding-top: 3rem;
  }
  .sec-list-new .new-carosel {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sec-list-new {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .sec-list-new .title {
    padding-bottom: 2.5rem;
  }
  .sec-list-new .new-carosel {
    padding-top: 2.5rem;
  }
}

.sec-hero-new {
  padding-top: 2rem;
}
.sec-hero-new .title__title--lg {
  margin: 0;
  font-family: var(--bs-body-font-family);
  text-align: center;
}
.sec-hero-new .sec-hero-desciption {
  text-align: center;
  padding-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42857;
  letter-spacing: -0.00875rem;
  text-transform: uppercase;
  opacity: 0.5;
}
.sec-hero-new .sec-hero-new__img {
  padding-top: 2.5rem;
  width: 100%;
  aspect-ratio: 343/257;
  overflow: hidden;
}
.sec-hero-new .sec-hero-new__img xo-animate {
  height: 100%;
}
.sec-hero-new .sec-hero-new__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-hero-new {
    padding-top: 3rem;
  }
  .sec-hero-new .title {
    text-align: center;
  }
  .sec-hero-new .sec-hero-new__img {
    width: 100%;
    aspect-ratio: 1840/1380;
    overflow: hidden;
  }
  .sec-hero-new .sec-hero-new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .sec-hero-new {
    padding-top: 4rem;
  }
  .sec-hero-new .title {
    text-align: center;
  }
  .sec-hero-new .sec-hero-desciption {
    text-align: center;
    padding-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    opacity: 0.5;
  }
  .sec-hero-new .sec-hero-new__img {
    width: 100%;
    aspect-ratio: 1840/1380;
    overflow: hidden;
  }
  .sec-hero-new .sec-hero-new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.sec-main-new {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.sec-main-new .sec-main-new__warp {
  display: flex;
  flex-direction: column;
}
.sec-main-new .sec-main-new__intro {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sec-main-new .sec-main-new__intro .title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec-main-new .sec-main-new__intro .title__title {
  margin: 0;
  text-transform: none;
}
.sec-main-new .sec-main-new__img {
  margin: 2.5rem 0;
  width: 100%;
  aspect-ratio: 343/193;
}
.sec-main-new .sec-main-new__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-main-new .sec-main-new__item ul {
  margin: 0;
  padding-left: 1.3125rem;
}
.sec-main-new .sec-main-new__item ul li + li {
  margin-top: 1rem;
}
.sec-main-new .sec-main-new__item .title-read {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.sec-main-new .sec-main-new__item .description-read {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .sec-main-new {
    padding-bottom: 2.4375rem;
  }
  .sec-main-new .sec-main-new__intro {
    gap: 1.5rem;
  }
  .sec-main-new .sec-main-new__intro .title {
    gap: 1rem;
  }
  .sec-main-new .sec-main-new__img {
    width: 100%;
    aspect-ratio: 1840/1030;
    overflow: hidden;
  }
  .sec-main-new .sec-main-new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .sec-main-new {
    padding-bottom: 4.875rem;
  }
  .sec-main-new .sec-main-new__intro {
    gap: 3rem;
  }
  .sec-main-new .sec-main-new__intro .title {
    gap: 1rem;
  }
  .sec-main-new .sec-main-new__img {
    margin: 3rem 0;
    width: 100%;
    aspect-ratio: 1840/1030;
  }
  .sec-main-new .sec-main-new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-main-new .sec-main-new__item ul {
    margin: 0;
    padding-left: 1.3125rem;
  }
  .sec-main-new .sec-main-new__item ul li + li {
    margin-top: 1rem;
  }
  .sec-main-new .sec-main-new__item .title-read {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .sec-main-new .sec-main-new__item .description-read {
    margin-bottom: 1rem;
  }
}

.sec-other {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}
.sec-other .sec-other__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sec-other .sec-other__title .title__title {
  margin: 0;
}
.sec-other .sec-other__list {
  padding-top: 2rem;
}
.sec-other .sec-other__list .new-item {
  padding-bottom: 0;
}
.sec-other .sec-other__list .col-12:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec-other {
    padding-top: 2rem;
    padding-bottom: 4.875rem;
  }
  .sec-other .sec-other__title {
    gap: 2.25rem;
  }
  .sec-other .sec-other__list {
    padding-top: 2.25rem;
  }
  .sec-other .sec-other__list .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sec-other .sec-other__list .row [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sec-other .sec-other__list .new-item {
    padding-bottom: 0;
  }
  .sec-other .sec-other__list .col-12:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-other {
    padding-top: 4.875rem;
    padding-bottom: 9.75rem;
  }
  .sec-other .sec-other__title {
    gap: 2.5rem;
  }
  .sec-other .sec-other__list {
    padding-top: 2.5rem;
  }
  .sec-other .sec-other__list .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sec-other .sec-other__list .row [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sec-other .sec-other__list .new-item {
    padding-bottom: 0;
  }
  .sec-other .sec-other__list .new-item {
    padding-bottom: 0;
  }
  .sec-other .sec-other__list .col-12:not(:last-child) {
    padding-bottom: 0;
  }
}

.sec-all-pj {
  padding-top: 2rem;
  padding-bottom: 3.6875rem;
}
.sec-all-pj .sec-all-pj__title .title__title-num {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10%;
}
.sec-all-pj .title__title {
  margin: 0;
  align-items: flex-end;
}
.sec-all-pj .title__title .title__title-text {
  font-size: 3.875rem;
}
.sec-all-pj .line {
  margin-top: 2rem;
}
.sec-all-pj .sec-all-pj__filter {
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-all-pj .sec-all-pj__filter-wrap {
  position: relative;
  width: 100%;
  height: fit-content;
}
.sec-all-pj .sec-all-pj__filter-wrap .row {
  background-color: var(--bs-body-bg);
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint {
  padding: 0 1rem;
  padding-top: 1rem;
  background-color: var(--bs-body-bg);
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .line {
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
  background-color: rgba(112, 84, 60, 0.25);
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-warp .row {
  margin-top: 0.5625rem;
  margin-left: 0;
  margin-right: 0;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-warp #l-first {
  margin-top: 0.75rem;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct__cBox-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.1875rem;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn {
  padding-top: 0;
  padding-bottom: 2.4375rem;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn .row {
  gap: 0;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn .filter-ct-btn__item {
  width: 100%;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn .filter-ct-btn__item .button {
  width: 100%;
  justify-content: center;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn .filter-ct-btn__item #destroy-btn:hover {
  border-color: inherit;
  background-color: inherit;
  color: inherit;
}
.sec-all-pj .sec-all-pj__filter-wrap-mb .modal-breakpoint__bt .filter-ct-btn .filter-ct-btn__item #apply-btn:hover {
  background-color: #572b12;
  color: #f7f1e8 !important;
}
.sec-all-pj .sec-all-pj__filter-check {
  height: 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: var(--bs-body-bg);
}
.sec-all-pj .sec-all-pj__filter-check .line {
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
  background-color: rgba(112, 84, 60, 0.25);
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct-warp .row {
  margin-top: 1.3125rem;
  margin-left: 0;
  margin-right: 0;
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct-warp #l-first {
  margin-top: 0.75rem;
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct__cBox-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.1875rem;
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct-btn {
  padding-top: 1.625rem;
  padding-bottom: 2.4375rem;
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct-btn .row {
  gap: 0.625rem;
}
.sec-all-pj .sec-all-pj__filter-check .filter-ct-btn .filter-ct-btn__item .button {
  width: 100%;
  justify-content: center;
}
.sec-all-pj .sec-all-pj__overlay {
  position: absolute;
  left: -10%;
  height: 150dvh;
  width: 150vw;
  background-color: black;
  opacity: 0.5;
  z-index: -1;
}
.sec-all-pj .sec-all-pj__list-pj {
  padding-top: 0.75rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  background-color: var(--bs-body-bg);
}
.sec-all-pj .sec-all-pj__list-pj .product {
  margin-bottom: 2rem;
}
.sec-all-pj .sec-all-pj__pagination {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec-all-pj .sec-all-pj__list-pj .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .product {
    margin-bottom: 6rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-warp .row {
    margin-top: 0;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-btn .row {
    gap: 0rem;
  }
  .sec-all-pj .title__title .title__title-text {
    font-size: 8rem;
  }
  .sec-all-pj .sec-all-pj__pagination {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .sec-all-pj {
    padding-top: 5.0625rem;
  }
  .sec-all-pj .sec-all-pj__filter {
    padding-top: 1rem;
  }
  .sec-all-pj .sec-all-pj__title .title__title-num {
    margin-bottom: 0;
  }
  .sec-all-pj .title__title .title__title-text {
    font-size: 8rem;
  }
  .sec-all-pj .sec-all-pj__filter-check {
    padding-top: 1rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .row {
    justify-content: space-between;
  }
  .sec-all-pj .sec-all-pj__filter-check #line-filter-2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #572b12;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-warp {
    padding-top: 2.125rem;
    padding-bottom: 3.5625rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-warp .row {
    margin-top: 0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-warp .row [class*=col-] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-btn {
    padding-top: 2.125rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-btn .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .sec-all-pj .sec-all-pj__filter-check .filter-ct-btn .row [class*=col-] {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sec-all-pj .sec-all-pj__list-pj {
    padding-top: 1.5rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-6 [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-4 [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-5 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .row-5 [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sec-all-pj .sec-all-pj__list-pj .product {
    margin-bottom: 6rem;
  }
}

.sec-abt-banner {
  padding-top: 0;
}
.sec-abt-banner .banner__title {
  width: 87%;
}
.sec-abt-banner .banner__title .title__title {
  font-size: 4rem;
  line-height: 1.0625;
}
.sec-abt-banner .title {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}
.sec-abt-banner .title .title__overlay {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 120%;
  height: 222%;
  transform: translate(-8%, -27%);
  border-radius: 343px;
  opacity: 0.3;
  background: #000;
  mix-blend-mode: multiply;
  filter: blur(137px);
}
@media (min-width: 768px) {
  .sec-abt-banner .banner__title {
    display: inline-block;
  }
  .sec-abt-banner .title {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .sec-abt-banner .title .title__overlay {
    position: absolute;
    top: 0;
    z-index: -2;
    width: 120%;
    height: 222%;
    transform: translate(-8%, -27%);
    border-radius: 986px;
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    filter: blur(137px);
  }
  .sec-abt-banner .title__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-abt-banner .banner__title {
    width: 87%;
  }
  .sec-abt-banner .banner__title .title__title {
    font-size: 8rem;
    line-height: 0.94;
    letter-spacing: -0.16rem;
  }
}
@media (max-width: 1199.98px) {
  .sec-abt-banner .banner {
    height: 100lvh;
  }
}

.sec-des {
  padding-top: 2.5rem;
  padding-bottom: 2.6875rem;
}
.sec-des .sec-des__title .title__title {
  margin: 0;
  text-align: center;
}
.sec-des .sec-des__image {
  padding-top: 2.5rem;
}
.sec-des .sec-des__image #img-1 {
  width: 100%;
}
.sec-des .sec-des__image #img-1 .sec-des__image-warp {
  width: 100%;
  aspect-ratio: 344/430;
  overflow: hidden;
}
.sec-des .sec-des__image #img-1 .sec-des__image-warp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-des .sec-des__image #img-2 {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec-des .sec-des__image #img-2 .sec-des__image-warp {
  width: 100%;
  aspect-ratio: 344/275;
  overflow: hidden;
}
.sec-des .sec-des__image #img-2 .sec-des__image-warp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-des .sec-des__des {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .sec-des .sec-des__image #img-2 {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .sec-des {
    padding-bottom: 6rem;
  }
  .sec-des .sec-des__image {
    padding-top: 6rem;
  }
  .sec-des .sec-des__image .row {
    margin-left: -3.625rem;
    margin-right: -3.625rem;
  }
  .sec-des .sec-des__image .row [class*=col-] {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .sec-des .sec-des__image #img-2 {
    padding-top: 0rem;
    gap: 3.5rem;
  }
  .sec-des .sec-des__image #img-2 .sec-des__image-text {
    width: 91%;
  }
  .sec-des .sec-des__des {
    padding-top: 2rem;
  }
}

.sec-nltk--2 {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.sec-nltk--2 .title {
  padding-top: 2.6875rem;
}
.sec-nltk--2 .sec-nltk__img {
  display: flex;
  gap: 2.9%;
  margin-top: 0;
  height: 100%;
}
.sec-nltk--2 .sec-nltk__img-item--big {
  margin-top: 1.8125rem;
  width: 100%;
  aspect-ratio: 343/457;
}
.sec-nltk--2 .sec-nltk__img-item--small {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  aspect-ratio: 344/258;
}
.sec-nltk--2 .description {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .sec-nltk--2 #nltk-row-2 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .sec-nltk--2 .sec-nltk__img-item {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sec-nltk--2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sec-nltk--2 .title {
    padding-top: 0;
  }
  .sec-nltk--2 #nltk-line {
    margin-bottom: 6rem;
  }
  .sec-nltk--2 #nltk-line-2 {
    margin-top: 6rem;
  }
  .sec-nltk--2 #nltk-row-2 {
    padding-top: 0;
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }
  .sec-nltk--2 #nltk-row-2 [class*=col-] {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .sec-nltk--2 .sec-nltk__img {
    justify-content: flex-end;
    margin: 0;
    gap: 3rem;
    align-items: start;
  }
  .sec-nltk--2 .sec-nltk__img-item--small {
    max-width: none;
    margin-bottom: 0;
    aspect-ratio: 536/402;
  }
  .sec-nltk--2 .description {
    margin-top: 2rem;
  }
  .sec-nltk--2 .sec-nltk__img-item {
    margin-top: 0rem;
  }
}

.sec-gtcl {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.sec-gtcl .sec-gtcl__items {
  display: flex;
  flex-direction: column;
  gap: 2.875rem;
}
.sec-gtcl .sec-gtcl__item .row {
  gap: 1.875rem;
}
.sec-gtcl .sec-gtcl__item .sec-gtcl__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.sec-gtcl .sec-gtcl__item .sec-gtcl__item-image {
  width: 100%;
  aspect-ratio: 344/229;
  overflow: hidden;
}
.sec-gtcl .sec-gtcl__item .sec-gtcl__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-gtcl .sec-gtcl__item-image {
    margin-top: 1.125rem;
  }
  .sec-gtcl .sec-gtcl__item .row {
    gap: 0;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .sec-gtcl .sec-gtcl__item .row [class*=col-] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .sec-gtcl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sec-gtcl .sec-gtcl__items {
    gap: 0;
  }
  .sec-gtcl .sec-gtcl__item {
    margin-bottom: -0.15625rem;
  }
  .sec-gtcl .sec-gtcl__item .row {
    gap: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-gtcl .sec-gtcl__item .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sec-gtcl .sec-gtcl__item .sec-gtcl__item-image {
    width: 100%;
    aspect-ratio: 1001/667;
    overflow: hidden;
    padding-left: 4rem;
  }
  .sec-gtcl .sec-gtcl__item .sec-gtcl__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-gtcl .sec-gtcl__item .sec-gtcl__item-content {
    gap: 2rem;
    padding-right: 4rem;
  }
}

.sec-team {
  padding-top: 0;
}
.sec-team .title .title__title {
  text-align: center;
}
.sec-team .sec-team__team {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.sec-team .sec-team__team .row + .row {
  margin-bottom: -1.5rem;
}
.sec-team .sec-team__team .sec-team__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sec-team .sec-team__team .sec-team__item:hover img {
  filter: grayscale(0%);
}
.sec-team .sec-team__team .sec-team__item-img {
  width: 100%;
}
.sec-team .sec-team__team .sec-team__item-img img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
.sec-team .sec-team__team .sec-team__item-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.375rem;
  padding: 0 1rem;
}
.sec-team .sec-team__team .sec-team__name {
  font-family: var(--bs-heading-font-family);
  font-size: 1.375rem;
  line-height: 1.27273; /* 127.273% */
}
.sec-team .sec-team__team .sec-team__position,
.sec-team .sec-team__team .sec-team__des {
  text-align: center;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.6;
  letter-spacing: 0;
}
.sec-team .sec-team__team .sec-team__des {
  padding-top: 0.375rem;
}
.sec-team .sec-team__team .sec-team__depart {
  color: var(--SEN-Design-Primary, #572b12);
  text-align: center;
  font-family: var(--bs-body-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16667; /* 116.667% */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.sec-team .form-gr {
  margin-top: 1.5rem;
}
.sec-team .form-gr .ss-single {
  margin-top: 0 !important;
}
.sec-team .form-gr .ss-search {
  display: none !important;
}
@media (min-width: 768px) {
  .sec-team .sec-team__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }
  .sec-team .sec-team__items xo-animate {
    width: 48%;
  }
  .sec-team .sec-team__item {
    width: 100%;
  }
  .sec-team .sec-team__item-img {
    width: 100%;
  }
  .sec-team .sec-team__item-img img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-team {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sec-team .sec-team__ttile {
    text-align: center;
    font-size: 4rem;
    line-height: 1.0625;
    text-transform: uppercase;
  }
  .sec-team .sec-team__team {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    display: none;
  }
  .sec-team .sec-team__team .sec-team__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  }
  .sec-team .sec-team__team .sec-team__items xo-animate {
    width: auto;
  }
  .sec-team .sec-team__team .sec-team__item {
    width: 26.875rem;
    max-width: 26.875rem;
  }
  .sec-team .sec-team__team .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-team .sec-team__team .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-team .sec-team__team .row + .row {
    margin-bottom: -2.5rem;
  }
  .sec-team .sec-team__team .sec-team__item-img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .sec-team .sec-team__team .sec-team__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-team .sec-team__team .sec-team__item-text {
    gap: 0.5rem;
  }
  .sec-team .sec-team__team .sec-team__name {
    font-size: 1.5rem;
    line-height: 1.16667;
  }
  .sec-team .sec-team__team .sec-team__position {
    font-family: var(--bs-heading-font-family);
    font-size: 1rem;
    line-height: 1.25;
    opacity: 0.6;
  }
  .sec-team .sec-team__team .sec-team__depart {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.08333; /* 108.333% */
    text-transform: uppercase;
    margin-bottom: 2.5rem;
  }
  .sec-team .sec-team__team--is-active {
    display: block;
  }
  .sec-team .form-gr {
    margin-top: 3rem !important;
    max-width: 25rem;
    margin: auto;
  }
}

.sec-ser-des {
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}
.sec-ser-des .sec-ser-des__title .title__title--lg {
  font-family: var(--bs-body-font-family);
  font-size: 2.75rem;
  line-height: 1.09091;
}
.sec-ser-des .sec-ser-des__img {
  margin-top: 2.5rem;
  width: 100%;
  aspect-ratio: 344/229;
}
.sec-ser-des .sec-ser-des__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-ser-des .sec-ser-des__des {
  padding-top: 2.5rem;
}
.sec-ser-des .sec-ser-des__des .title__subtitle {
  margin-bottom: 1rem;
}
.sec-ser-des .sec-ser-des__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .sec-ser-des {
    padding-top: 3rem;
  }
  .sec-ser-des .sec-ser-des__title .title__title {
    margin-top: 0;
  }
  .sec-ser-des .sec-ser-des__title .title__title--lg {
    margin: 0;
  }
  .sec-ser-des .sec-ser-des__img {
    margin-top: 1.5rem;
    width: 100%;
    aspect-ratio: 1375/916;
    overflow: hidden;
  }
  .sec-ser-des .sec-ser-des__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-ser-des .sec-ser-des__des {
    padding-top: 2.5rem;
  }
  .sec-ser-des .sec-ser-des__wrap {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .sec-ser-des {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .sec-ser-des .sec-ser-des__title .title__title--lg {
    margin: 0;
    font-size: 6rem;
  }
  .sec-ser-des .sec-ser-des__img {
    margin-top: 3.5rem;
    width: 100%;
    aspect-ratio: 1375/916;
    overflow: hidden;
  }
  .sec-ser-des .sec-ser-des__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-ser-des .sec-ser-des__des {
    padding-top: 6rem;
  }
  .sec-ser-des .sec-ser-des__wrap {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
}

.sec-ser-vid {
  padding: 0;
}
.sec-ser-vid .banner .item-wrap__ct {
  padding: 2.625rem 1rem;
}
.sec-ser-vid .banner .item-top .title__title--num {
  font-size: 4rem;
  line-height: 1.0625;
}
@media (min-width: 768px) {
  .sec-ser-vid .banner {
    height: 85lvh;
  }
  .sec-ser-vid .item-wrap__ct .item-bottom .title__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .sec-ser-vid .banner .item-wrap__ct {
    padding: 3.5rem 3.5rem;
  }
  .sec-ser-vid .banner .item-top {
    width: 70%;
  }
  .sec-ser-vid .banner .item-top .title__title--num {
    font-size: 8rem;
    line-height: 0.9375;
    letter-spacing: -0.16rem;
  }
  .sec-ser-vid .banner .item-bottom .title__title {
    font-size: 8rem;
  }
}

.sec-services {
  padding-top: 1.375rem;
  padding-bottom: 4.6875rem;
}
.sec-services .sec-services__item {
  margin-top: 2.3125rem;
  margin-bottom: 2.6875rem;
}
.sec-services .sec-services__item .row {
  gap: 1.875rem;
}
.sec-services .sec-services__item .sec-services__item-text {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.sec-services .sec-services__item .title__title {
  margin-top: 0.8125rem;
}
.sec-services .sec-services__item .sec-services__descript {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sec-services .sec-services__item .sec-services__descript-it {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sec-services .sec-services__item .description--small {
  font-size: 1.125rem;
}
.sec-services .sec-services__item .sec-services__item-img {
  width: 100%;
  aspect-ratio: 344/192;
  overflow: hidden;
}
.sec-services .sec-services__item .sec-services__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-services {
    padding-top: 6rem;
    padding-bottom: 9.75rem;
  }
  .sec-services .sec-services__item .row {
    gap: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sec-services .sec-services__item .row [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .sec-services {
    padding-top: 6rem;
    padding-bottom: 9.75rem;
  }
  .sec-services .sec-services__item .row {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .sec-services {
    padding-top: 2.5rem;
    padding-bottom: 9.75rem;
  }
  .sec-services .sec-services__item {
    margin-top: 3.5rem;
    margin-bottom: 6rem;
  }
  .sec-services .sec-services__item .row {
    gap: 0;
  }
  .sec-services .sec-services__item .sec-services__item-ct {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-services .sec-services__item .sec-services__item-text {
    gap: 3rem;
  }
  .sec-services .sec-services__item .sec-services__descript {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-right: 3.5rem;
  }
  .sec-services .sec-services__item .description--small {
    font-size: 1.5rem;
  }
  .sec-services .sec-services__item-img {
    width: 100%;
    aspect-ratio: 1065/600;
    overflow: hidden;
  }
  .sec-services .sec-services__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.sec-model {
  width: 100%;
  padding-top: 2.5rem;
}
.sec-model .sec-model-mb {
  overflow: hidden;
}
.sec-model .sec-model__wrap--mobile {
  padding-bottom: 0;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__wrap {
  padding-bottom: 68px;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__wrap {
  height: 100%;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__wrap .sec-model-mb__model-wrap {
  width: 100%;
  aspect-ratio: 375/479;
  overflow: hidden;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__wrap .sec-model-mb__model-wrap .sec-model-mb__model {
  height: 100%;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__title {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  padding-bottom: 1.9375rem;
  z-index: 3;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__title .description-read {
  color: #572b12;
  font-family: var(--bs-heading-font-family);
  font-size: 0.875rem;
  list-style: 1.28571;
  letter-spacing: 0.0525rem;
  text-transform: uppercase;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__title .title-read {
  text-transform: uppercase;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__model {
  width: 100%;
  aspect-ratio: 359/410;
  overflow: hidden;
  z-index: 1;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__model svg {
  width: 100%;
  height: 100%;
  transform: translate(2%, 0%);
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des {
  padding-top: 3.5rem;
  color: #150a04;
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-tl {
  font-weight: 600;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .line {
  margin-top: 1.9375rem;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-box {
  z-index: 3;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner {
  z-index: 3;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__tl {
  font-weight: 500;
  color: #572b12;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__ct {
  list-style: none;
  margin-top: 0.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  color: #572b12;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__ct .sec-model-mb__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #b19c7e;
  opacity: 0.4;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__ct .sec-model-mb__item:last-of-type {
  border: none;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__ct strong {
  margin-right: 0.5rem;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__inner .sec-model-mb__ct p {
  padding: 0;
  margin: 0;
}
.sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-overlay {
  position: absolute;
  top: -73%;
  left: 0;
  z-index: 1;
  height: 300%;
  width: 100%;
  background: linear-gradient(180deg, rgba(247, 241, 232, 0) 0%, #f7f1e8 27.92%);
}
.sec-model .sec-model__wrap--mobile xo-carousel-pagination {
  position: absolute;
  z-index: 10;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.75rem;
  justify-content: center;
  gap: 0.25rem;
}
.sec-model .sec-model__wrap--mobile xo-carousel-pagination xo-carousel-bullet .carousel-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--bs-body-color);
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sec-model .sec-model__wrap--mobile xo-carousel-pagination xo-carousel-bullet[xo-active] .carousel-bullet {
  opacity: 1;
}
.sec-model .sec-model__wrap--mobile .pagination-slider {
  display: none;
  justify-content: center;
  width: 100%;
  gap: 0.234375rem;
  position: absolute;
  top: 78dvh;
  z-index: 1000;
}
.sec-model .sec-model__wrap--mobile .pagination-slider .pagination__prev {
  width: 1.8125rem;
  height: 1.8125rem;
  padding: 0 0.783125rem;
  background-color: transparent;
}
.sec-model .sec-model__wrap--mobile .pagination-slider svg {
  width: 0.625rem;
  height: 0.625rem;
}
.sec-model .sec-model__wrap--mobile .pagination-slider xo-carousel-prev[xo-disabled],
.sec-model .sec-model__wrap--mobile .pagination-slider xo-carousel-next[xo-disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.sec-model .sec-model__wrap--mobile #model-slide2 {
  overflow: visible;
}
.sec-model .sec-model__wrap--mobile #model-slide2 svg {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}
.sec-model .sec-model__wrap--mobile #model-slide2 .sec-model-mb__model {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}
.sec-model .sec-model__wrap--mobile #model-slide2 .sec-model-mb__model img {
  width: 100%;
  height: 100%;
}
.sec-model .sec-model__wrap--mobile #model-slide3 svg {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}
.sec-model .sec-model__wrap--mobile #model-slide3 .sec-model-mb__model {
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
}
.sec-model .sec-model__wrap--mobile #model-slide3 .sec-model-mb__model img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sec-model .sec-model__wrap--mobile {
    padding-bottom: 0;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__wrap {
    padding-bottom: 68px;
    width: 100%;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__wrap .sec-model-mb__model-wrap {
    width: 100%;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__title {
    padding: 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
    padding-bottom: 1.9375rem;
    z-index: 3;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__title .description-read {
    color: #572b12;
    font-family: var(--bs-heading-font-family);
    font-size: 0.875rem;
    list-style: 1.28571;
    letter-spacing: 0.0525rem;
    text-transform: uppercase;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__title .title-read {
    text-transform: uppercase;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__model {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__model svg {
    width: 100%;
    height: 100%;
    transform: translate(2%, 0%);
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des {
    padding: 0 1.25rem;
    padding-top: 3.75rem;
    color: #150a04;
    font-family: var(--bs-heading-font-family);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.375;
    display: flex;
    flex-direction: column;
    gap: 1.8125rem;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-tl {
    font-weight: 600;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des .line {
    margin-top: 1.9375rem;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-box {
    z-index: 3;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-box .sec-model-mb__des-des {
    width: 80%;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__des .sec-model-mb__des-overlay {
    position: absolute;
    top: -73%;
    left: 0;
    z-index: 1;
    height: 300%;
    width: 100%;
    background: linear-gradient(180deg, rgba(247, 241, 232, 0) 0%, #f7f1e8 27.92%);
  }
  .sec-model .sec-model__wrap--mobile xo-carousel-pagination {
    display: none;
  }
  .sec-model .sec-model__wrap--mobile .pagination-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0.546875rem;
    position: absolute;
    top: 58dvh;
    z-index: 1000;
  }
  .sec-model .sec-model__wrap--mobile .pagination-slider .pagination__prev {
    width: 1.25rem;
    padding: 1.1875rem 1.25rem;
    background-color: transparent;
    aspect-ratio: 1/1;
  }
  .sec-model .sec-model__wrap--mobile .pagination-slider svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .sec-model .sec-model__wrap--mobile #model-slide2 {
    overflow: visible;
  }
  .sec-model .sec-model__wrap--mobile #model-slide2 svg {
    width: 100%;
    height: 100%;
    transform: translate(0%, 0%);
  }
  .sec-model .sec-model__wrap--mobile #model-slide3 svg {
    width: 100%;
    height: 100%;
    transform: translate(0%, 0%);
  }
  .sec-model .sec-model__main #chua circle,
  .sec-model .sec-model__main #text-file circle,
  .sec-model .sec-model__main #noithat circle,
  .sec-model .sec-model__main #home-not-done circle {
    fill: #f7f1e8;
  }
}
@media (min-width: 992px) {
  .sec-model .pagination-slider {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .sec-model {
    padding-top: 11.375rem;
    padding-bottom: 10.3125rem;
  }
  .sec-model .container {
    height: 100dvh;
  }
  .sec-model .row {
    height: 100%;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sec-model .row [class*=col-] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
  }
  .sec-model .sec-model__wrap {
    height: 100%;
  }
  .sec-model .sec-model__ct {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .sec-model .sec-model__ct p {
    margin: 0;
  }
  .sec-model .sec-model-ct-top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 29%;
  }
  .sec-model .sec-model-ct-mid {
    display: flex;
    align-items: center;
    width: 100%;
    height: 29%;
  }
  .sec-model .sec-model-ct-bot {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38%;
  }
  .sec-model .sec-model__tl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4%;
    top: 0;
    height: 100%;
  }
  .sec-model .sec-model__title {
    text-align: center;
    font-family: var(--bs-heading-font-family);
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.375;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    transform: rotateZ(270deg);
    white-space: nowrap;
    width: fit-content;
  }
  .sec-model .sec-model__text {
    padding-left: 0.625rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec-model .sec-model__text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec-model .sec-model__text-wrap > * + * {
    margin-top: 3.8181%;
  }
  .sec-model .sec-model__text-tl {
    display: flex;
    flex-direction: column;
  }
  .sec-model .sec-model__text-tl .line {
    margin-top: 3.8181%;
  }
  .sec-model .sec-model__text-tl li::marker {
    padding-left: 0;
  }
  .sec-model .sec-model__text-tl ul::marker {
    padding-left: 0;
  }
  .sec-model .sec-model__text-tl ul {
    padding-left: 1.375rem;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
  }
  .sec-model .sec-model__text-tl li {
    font-family: var(--bs-heading-font-family);
    font-size: 1.0625rem;
    font-weight: 600;
    list-style: 1;
    letter-spacing: -0.02125rem;
  }
  .sec-model .sec-model__wrap-icon {
    width: fit-content;
    height: 100%;
    min-width: 1.9375rem;
    position: relative;
    display: flex;
  }
  .sec-model .sec-model__wrap-icon svg {
    height: 100%;
  }
  .sec-model .sec-model__wrap-icon .sec-model__line-s {
    position: absolute;
    height: 100%;
    left: 2.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-model .sec-model__wrap-icon .sec-model__frame {
    height: 100%;
  }
  .sec-model .sec-model__wrap-icon .sec-model__frame svg {
    height: 100%;
    width: 100%;
  }
  .sec-model .sec-model__wrap-icon .line-dash {
    height: 2px;
  }
  .sec-model .sec-model__wrap-icon .line-dash svg {
    vertical-align: top;
  }
  .sec-model .sec-model__main {
    overflow: visible;
    height: 100%;
    width: 100%;
  }
  .sec-model .sec-model__main svg {
    overflow: visible;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 840px) and (max-width: 1199px) {
  .sec-model .sec-model__wrap--mobile .sec-model-mb__wrap .sec-model-mb__model-wrap {
    width: 100%;
  }
  .sec-model .sec-model__wrap--mobile .sec-model-mb__wrap .sec-model-mb__des {
    width: 100%;
  }
}

.sec-model--title {
  overflow: visible;
}
.sec-model--title .container {
  height: fit-content;
}
.sec-model--title .sec-model__header {
  padding-bottom: 2.0625rem;
}
.sec-model--title .sec-model__header .sec-model__header-btn {
  padding-top: 2rem;
}
.sec-model--title .sec-model__wrap {
  padding-top: 4.0625rem;
}
@media (min-width: 1200px) {
  .sec-model--title {
    padding-top: 0;
    margin-top: 8rem;
    padding-bottom: 9.75rem;
  }
  .sec-model--title .sec-model__header {
    padding-bottom: 2rem;
  }
  .sec-model--title .sec-model__header .col-12 {
    height: 100%;
  }
  .sec-model--title .sec-model__header .title__title {
    font-family: var(--bs-body-font-family);
  }
  .sec-model--title .sec-model__header .row {
    align-items: flex-end;
  }
  .sec-model--title .sec-model__header .sec-model__header-btn {
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }
  .sec-model--title .sec-model__wrap {
    padding-top: 0;
    margin-top: 11.375rem;
  }
}

#services-model .sec-model__wrap {
  margin-top: 0;
}
#services-model .sec-model__wrap--mobile {
  padding-top: 0;
}
#services-model xo-carousel-pagination {
  top: 52%;
}

.sec-pr-detail {
  padding-top: 0;
}

.sec-prdt-if {
  padding-top: 1.0625rem;
  padding-bottom: 1.75rem;
}
.sec-prdt-if .sec-prdt-if__image {
  width: 100%;
  aspect-ratio: 344/458;
  overflow: hidden;
}
.sec-prdt-if .sec-prdt-if__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-prdt-if .sec-prdt-if__ct {
  padding-top: 2.125rem;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-tl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img {
  margin-top: 2.75rem;
  width: 100%;
  aspect-ratio: 344/172;
  position: relative;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img xo-animate {
  height: 100%;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img xo-modal {
  width: 100vw !important;
  height: auto !important;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img xo-modal xo-modal-trigger {
  position: absolute;
  top: -130%;
  right: 0%;
  padding: 1.125rem;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img xo-modal xo-modal-trigger .sec-prdt-if__ct-img-close {
  display: inline-flex;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img xo-modal-pan {
  width: 100vw !important;
  height: auto !important;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img .sec-prdt-if__ct-img-icon {
  margin: 0.5rem;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 100;
  border-radius: 9999px;
  background: rgba(247, 241, 232, 0.4);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des {
  padding-top: 2.25rem;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des .strong-read {
  text-transform: uppercase;
  padding-bottom: 1.25rem;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des .sec-prdt-if-item__text {
  padding: 1.125rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des .sec-prdt-if-item__text-i {
  font-family: var(--bs-heading-font-family);
  font-size: 0.875rem;
  line-height: 1.28571;
  letter-spacing: 0.0525rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sec-prdt-if {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .sec-prdt-if .sec-prdt__warp #image {
    height: 100%;
  }
  .sec-prdt-if .sec-prdt__warp .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-prdt-if .sec-prdt__warp .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-prdt-if .sec-prdt__warp .sec-prdt-if__ct-img {
    aspect-ratio: 588/294;
  }
  .sec-prdt-if .sec-prdt__warp .sec-prdt-if__ct-img xo-animate {
    height: 100%;
  }
  .sec-prdt-if .sec-prdt__warp .sec-prdt-if__ct-img xo-modal xo-modal-trigger {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: -13%;
    right: -13%;
    padding: 1.125rem;
  }
  .sec-prdt-if .sec-prdt__warp .sec-prdt-if__ct-img xo-modal-pan {
    width: 95.625rem !important;
    aspect-ratio: 1530/860;
  }
  .sec-prdt-if .sec-prdt-if__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 900/1200;
    overflow: hidden;
  }
  .sec-prdt-if .sec-prdt-if__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-prdt-if .sec-prdt-if__ct {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    padding: 0 9.75rem;
  }
  .sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-tl {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-img {
    margin-top: 3.5rem;
    width: 100%;
    aspect-ratio: 588/294;
    overflow: hidden;
  }
  .sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des {
    padding-top: 3.5rem;
  }
  .sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des .sec-prdt-if-item__text {
    justify-content: flex-start;
    gap: 3.5rem;
  }
  .sec-prdt-if .sec-prdt-if__ct .sec-prdt-if__ct-des .sec-prdt-if-item__text > div {
    width: 50%;
  }
}

.sec-img-1 {
  padding-top: 0.5rem;
}
.sec-img-1 xo-grid {
  --xo-grid-col-gap: 0.5rem;
  --xo-grid-row-gap: 0.5rem;
}
.sec-img-1 .sec-img-1__small {
  width: 100%;
  aspect-ratio: 344/459;
}
.sec-img-1 .sec-img-1__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-img-1 #section-3 .title__title {
  margin-top: 0;
  padding-top: 1.375rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sec-img-1 {
    padding-top: 1.25rem;
  }
  .sec-img-1 xo-grid {
    --xo-grid-col-gap: 1rem;
    --xo-grid-row-gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-img-1 {
    padding-top: 1.25rem;
  }
  .sec-img-1 xo-grid {
    --xo-grid-col-gap: 1.25rem;
    --xo-grid-row-gap: 1.25rem;
  }
  .sec-img-1 .sec-img-1__small {
    width: 100%;
    aspect-ratio: 590/786;
  }
  .sec-img-1 .sec-img-1__small xo-animate {
    height: 100%;
  }
  .sec-img-1 .sec-img-1__small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-img-1 .sec-img-1__mid {
    width: 100%;
    height: 100%;
    aspect-ratio: 1230/1593;
    overflow: hidden;
  }
  .sec-img-1 .sec-img-1__mid xo-animate {
    height: 100%;
  }
  .sec-img-1 .sec-img-1__mid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-img-1 #section-3 {
    display: flex;
    gap: 1.25rem;
  }
  .sec-img-1 #section-3 .sec-img-1__mid-title {
    width: 50%;
  }
  .sec-img-1 #section-3 .title__title {
    margin-top: 0;
    padding: 0;
    line-height: normal;
  }
  .sec-img-1 #section-3 .sec-img-1__mid-title:not(:has(.title__title)) {
    display: none;
  }
  .sec-img-1 #section-3 xo-animate {
    width: 50%;
  }
  .sec-img-1 #section-3 .sec-img-1__mid-title:not(:has(.title__title)) + xo-animate {
    width: 100%;
  }
}

.sec-img-2 {
  padding-top: 0.5rem;
}
.sec-img-2 xo-grid {
  --xo-grid-col-gap: 0.5rem;
  --xo-grid-row-gap: 0.5rem;
}
.sec-img-2 .sec-img-2__description {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.sec-img-2 .sec-img-2__small {
  width: 100%;
  aspect-ratio: 344/193;
}
.sec-img-2 .sec-img-2__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-img-2 .sec-img-2__mid {
  width: 100%;
  aspect-ratio: 344/193;
}
.sec-img-2 .sec-img-2__mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-img-2 .sec-img-2__big {
  width: 100%;
  height: 100%;
  aspect-ratio: 344/430;
  overflow: hidden;
}
.sec-img-2 .sec-img-2__big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-img-2 {
    padding-top: 1rem;
  }
  .sec-img-2 xo-grid {
    --xo-grid-col-gap: 1rem;
    --xo-grid-row-gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .sec-img-2 {
    padding-top: 1.25rem;
  }
  .sec-img-2 xo-grid {
    --xo-grid-col-gap: 1.25rem;
    --xo-grid-row-gap: 1.25rem;
  }
  .sec-img-2 .sec-img-2__description {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .sec-img-2 .sec-img-2__small {
    width: 100%;
    aspect-ratio: 910/512;
    overflow: hidden;
  }
  .sec-img-2 .sec-img-2__mid {
    width: 100%;
    height: 100%;
    aspect-ratio: 1840/1035;
    overflow: hidden;
  }
  .sec-img-2 .sec-img-2__big {
    width: 100%;
    height: 100%;
    aspect-ratio: 1840/2300;
    overflow: hidden;
  }
}

.sec-img-2--big .sec-img-2__small {
  width: 100%;
  aspect-ratio: 344/459;
}
.sec-img-2--big .sec-img-2__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-img-2--big #section-4-text {
  display: flex;
}
.sec-img-2--big #section-4-text .sec-img-2__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.sec-img-2--big #section-4-text .sec-img-2__content .title__title {
  margin-top: 0;
  width: 100%;
}
.sec-img-2--big #section-4-text .sec-img-2__content .description {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec-img-2--big .sec-img-2__small {
    width: 100%;
    aspect-ratio: 910/1213;
    overflow: hidden;
  }
  .sec-img-2--big #section-4-text {
    display: flex;
    justify-content: center;
  }
  .sec-img-2--big #section-4-text .sec-img-2__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding-left: 5.21%;
    padding-right: 5.21%;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .sec-img-2--big #section-4-text .sec-img-2__content .title__title {
    width: 55%;
    margin-top: 0;
  }
  .sec-img-2--big #section-4-text .sec-img-2__content .description {
    width: 36.4%;
    align-self: end;
  }
}

.sec-bvkt {
  padding-top: 2.5rem;
}
.sec-bvkt .sec-bvkt__warp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec-bvkt .sec-bvkt__slider xo-carousel-inner {
  position: relative;
  z-index: 0;
}
.sec-bvkt .sec-bvkt__slider xo-carousel-prev[xo-disabled],
.sec-bvkt .sec-bvkt__slider xo-carousel-next[xo-disabled] {
  opacity: 0.4;
}
.sec-bvkt xo-carousel-pagination {
  margin-top: 0.75rem;
  justify-content: center;
  gap: 0.25rem;
}
.sec-bvkt xo-carousel-pagination xo-carousel-bullet .carousel-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--bs-body-color);
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sec-bvkt xo-carousel-pagination xo-carousel-bullet[xo-active] .carousel-bullet {
  opacity: 1;
}
.sec-bvkt .pagination-slider {
  display: none;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.sec-bvkt .pagination-slider button {
  background-color: transparent;
}
.sec-bvkt .sec-bvkt__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.sec-bvkt .sec-bvkt__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-bvkt .title__title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.sec-bvkt .sec-bvtk__partner .title__title {
  font-size: 2rem;
}
.sec-bvkt .sec-bvtk__partner-item p {
  margin-bottom: 0.525rem;
  padding-top: 0;
}
.sec-bvkt .sec-bvtk__partner-item strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .sec-bvkt xo-carousel-pagination {
    display: none;
  }
  .sec-bvkt .pagination-slider {
    display: flex;
  }
  .sec-bvkt .sec-bvtk__partner .title__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .sec-bvkt {
    padding-top: 4rem;
  }
  .sec-bvkt xo-carousel-inner {
    position: relative;
    z-index: -1;
  }
  .sec-bvkt .sec-bvkt__warp {
    gap: 1.5rem;
  }
  .sec-bvkt .sec-bvtk__partner .title__title {
    font-size: 4rem;
  }
  .sec-bvkt .sec-bvtk__partner .row-col {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sec-bvkt .sec-bvtk__partner .row-col [class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-bvkt .title__title {
    margin-top: 7.25rem;
    margin-bottom: 3rem;
  }
}

.sec-other-pj {
  padding-top: 3.4375rem;
  padding-bottom: 4rem;
}
.sec-other-pj .sec-other-pj__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
.sec-other-pj .sec-other-pj__wrap .title__title {
  margin: 0;
}
.sec-other-pj .sec-other-pj__wrap .title__title--num {
  line-height: 1.05263;
  font-size: 2.5rem;
}
.sec-other-pj .sec-other-pj__list {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.sec-other-pj .sec-other-pj__list xo-carousel {
  width: 80%;
}
@media (min-width: 768px) {
  .sec-other-pj .sec-other-pj__wrap {
    gap: 2rem;
  }
  .sec-other-pj .sec-other-pj__wrap .title__title--num {
    font-size: 4rem;
  }
  .sec-other-pj .sec-other-pj__list xo-carousel {
    width: 80%;
  }
  .sec-other-pj .sec-other-pj__list xo-carousel-slide {
    align-self: end;
  }
}
@media (min-width: 1200px) {
  .sec-other-pj {
    padding-top: 9.75rem;
    padding-bottom: 9.75rem;
  }
  .sec-other-pj .sec-other-pj__wrap {
    gap: 2.5rem;
  }
  .sec-other-pj .sec-other-pj__wrap .title__title--num {
    font-size: 8rem;
  }
  .sec-other-pj .sec-other-pj__list xo-carousel {
    width: 80%;
  }
  .sec-other-pj .sec-other-pj__list xo-carousel-slide {
    align-self: end;
  }
}

.sec-cont {
  padding-top: 0;
}
.sec-cont .sec-cont__hero {
  width: 100%;
  height: 91lvh;
  position: relative;
}
.sec-cont .sec-cont__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-cont .sec-cont__hero .sec-cont__hero-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(3px);
  text-align: center;
  z-index: 3;
}
.sec-cont .sec-cont__hero .sec-cont__hero-title .title__title {
  width: 100%;
  color: #fff;
  display: block;
}
.sec-cont .sec-cont__hero .sec-cont__hero-title .sec-cont__hero-overlay {
  width: 21.4375rem;
  height: 12.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  background: #000;
  z-index: -1;
  mix-blend-mode: multiply;
  filter: blur(137px);
  border-radius: 343px;
}
@media (min-width: 1200px) {
  .sec-cont .sec-cont__hero {
    height: 92lvh;
  }
}

.sec-cont-ct {
  padding-top: 2rem;
}
.sec-cont-ct .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sec-cont-ct .row [class*=col-] {
  padding: 0;
}
.sec-cont-ct .sec-cont-ct__top .title__title {
  margin-top: 0;
}
.sec-cont-ct .sec-cont-ct__top .description-read {
  color: #572b12;
  opacity: 0.8;
  padding-top: 1rem;
  gap: 0.63rem;
}
.sec-cont-ct .sec-cont-ct__top .description-read p {
  margin-bottom: 0;
}
.sec-cont-ct .sec-cont-ct__form {
  padding-top: 2rem;
}
.sec-cont-ct .sec-cont-ct__form .sec-cont-ct__item-title {
  margin-bottom: 0.75rem;
  color: #572b12;
  font-family: var(--bs-body-font-family);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.27237; /* 127.273% */
  text-transform: uppercase;
}
.sec-cont-ct .sec-cont-ct__form .row {
  gap: 0.5rem;
}
.sec-cont-ct .sec-cont-ct__form .row + .row {
  margin-top: 0.5rem;
}
.sec-cont-ct .sec-cont-ct__form .button {
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
}
.sec-cont-ct .sec-cont-ct__form .button--dark {
  position: relative;
  padding: 1.75rem;
}
.sec-cont-ct .sec-cont-ct__form .button--dark input {
  position: absolute;
  inset: 0;
}
@media (min-width: 1200px) {
  .sec-cont-ct {
    padding-top: 4rem;
  }
  .sec-cont-ct .sec-cont-ct__top .description-read {
    padding-top: 1.5rem;
  }
  .sec-cont-ct .sec-cont-ct__form {
    display: flex;
    flex-direction: column;
  }
  .sec-cont-ct .sec-cont-ct__form .form-gr .form-s {
    margin-top: 0;
    margin-bottom: -0.3125rem;
  }
  .sec-cont-ct .sec-cont-ct__form .sec-cont-ct__item-title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 500;
  }
  .sec-cont-ct .sec-cont-ct__form .row {
    gap: 0;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .sec-cont-ct .sec-cont-ct__form .row [class*=col-] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sec-cont-ct .sec-cont-ct__form .row + .row {
    margin-top: 0.5rem;
  }
  .sec-cont-ct .sec-cont-ct__form .button {
    margin-top: px;
    margin-left: auto;
    width: 8rem;
    height: 3.5rem;
    align-self: flex-end;
    justify-self: flex-end;
  }
}

.sec-office {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.sec-office .line {
  margin-bottom: 2rem;
}
.sec-office .title {
  margin-bottom: 0.5rem;
}
.sec-office .title .title__title {
  margin: 0;
}
.sec-office .office__item .description {
  font-family: var(--bs-heading-font-family);
  font-weight: 500;
}
.sec-office .office__item .office__item-img {
  width: 100%;
  aspect-ratio: 343/172;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sec-office .office__item .office__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-office .office__item .description-read-small {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  opacity: 0.8;
}
.sec-office .office__item .description-read-small p {
  font-family: var(--bs-heading-font-family);
  margin: 0;
  padding: 0;
}
.sec-office .office__item .button-transpa {
  margin-top: 1rem;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.4s ease;
}
.sec-office .office__item .button-transpa p {
  color: var(--SEN-Design-Primary, #572b12);
  font-family: var(--bs-heading-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375; /* 137.5% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0;
  padding: 0;
}
.sec-office .office__item .button-transpa .button__icon {
  transition: all 0.4s ease;
}
.sec-office .office__item .button-transpa:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s ease;
}
.sec-office .office__item .button-transpa:hover .button__icon {
  transform: translateX(50%);
  transition: all 0.4s ease;
}
.sec-office .office__item {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .sec-office {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .sec-office .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sec-office .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sec-office .line {
    margin-bottom: 4rem;
  }
  .sec-office .office__item {
    margin-top: 2.5rem;
  }
}

#bn-recruitment .item-wrap__bg {
  width: 100%;
  aspect-ratio: 343/610;
}
@media (min-width: 1200px) {
  #bn-recruitment .item-wrap__bg {
    width: 100%;
    aspect-ratio: 1840/920;
  }
  #bn-recruitment .banner .title__title--num {
    display: block;
    text-align: center;
  }
}

.sec-vh .title__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--bs-body-font-family);
  width: 90%;
}
.sec-vh .sec-vh__img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  aspect-ratio: 343/200;
}
.sec-vh .sec-vh__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .sec-vh {
    padding-top: 4rem;
  }
  .sec-vh .row [class*=col-] {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sec-vh .title__title {
    width: 59%;
    margin-bottom: 0;
  }
  .sec-vh .sec-vh__img {
    margin-top: 4rem;
    margin-bottom: 6rem;
    aspect-ratio: 1840/961;
  }
  .sec-vh .sec-vh__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.sec-coreval {
  padding-top: 0;
}
.sec-coreval .title__title {
  margin-top: 0.5rem;
  font-family: var(--bs-body-font-family);
}
.sec-coreval .sec-coreval-item {
  padding-top: 1.5rem;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__img {
  margin-bottom: 1.5rem;
  width: 100%;
  aspect-ratio: 343/200;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des h4 {
  text-transform: uppercase;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des p {
  font-family: var(--bs-heading-font-family);
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: var(--bs-body-color);
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button p {
  margin-top: 0;
  margin-bottom: 0;
  color: #f7f1e8;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button .button__icon--clone,
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button .button__icon--main {
  color: #f7f1e8;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button .button__icon--clone path,
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button .button__icon--main path {
  fill: #f7f1e8;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover {
  background-color: #f7f1e8;
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover p {
  color: var(--bs-body-color);
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover .button__icon--clone,
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover .button__icon--main {
  color: var(--bs-body-color);
}
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover .button__icon--clone path,
.sec-coreval .sec-coreval-item .sec-coreval-item__des .button:hover .button__icon--main path {
  fill: var(--bs-body-color);
}
@media (min-width: 768px) {
  .sec-coreval .sec-coreval-item .sec-coreval-item__des .button {
    margin-top: 0;
    margin-bottom: 1.75rem;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__des .button p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sec-coreval .sec-coreval-item {
    padding-top: 3.5rem;
  }
  .sec-coreval .sec-coreval-item .row {
    align-items: center;
    padding-bottom: 3.5rem;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__img {
    margin-bottom: 0;
    padding-right: 4rem;
    width: 100%;
    aspect-ratio: 1156/460;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__des {
    padding-right: 4rem;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__des h4 {
    font-family: var(--bs-heading-font-family);
    text-transform: uppercase;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__des p {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .sec-coreval .sec-coreval-item .sec-coreval-item__des .button {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .sec-coreval .sec-coreval-item--type-2 .row {
    flex-direction: row-reverse;
  }
  .sec-coreval .sec-coreval-item--type-2 .sec-coreval-item__img {
    margin-bottom: 0;
    padding-left: 4rem;
    padding-right: 0;
    width: 100%;
    aspect-ratio: 1156/460;
  }
  .sec-coreval .sec-coreval-item--type-2 .sec-coreval-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-coreval .sec-coreval-item--type-2 .sec-coreval-item__des h4 {
    line-height: 1.2;
  }
}

.sec-colap {
  background: url("../../img/material-4.webp") center/cover no-repeat, #e5d1b3;
  background-blend-mode: screen, normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sec-colap .title__subtitle {
  margin-bottom: 1.5rem;
}
.sec-colap .sec-colap__hr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.sec-colap .sec-colap__hr .sec-colap__hr-icon {
  padding: 0.75rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid var(--SEN-Design-Primary, #572b12);
}
.sec-colap .sec-colap__hr .sec-colap__hr-icon svg {
  width: 1rem;
  height: 1rem;
}
.sec-colap xo-collapse-trigger .sec-colap__hr-icon--open {
  display: inline-flex;
}
.sec-colap xo-collapse-trigger .sec-colap__hr-icon--close {
  display: none;
}
.sec-colap xo-collapse-trigger[xo-active] .sec-colap__hr-icon--open {
  display: none;
}
.sec-colap xo-collapse-trigger[xo-active] .sec-colap__hr-icon--close {
  display: inline-flex;
}
.sec-colap .sec-colap__ct {
  padding-top: 1rem;
  font-family: var(--bs-heading-font-family);
  font-size: 1.375rem;
  line-height: 1.45455;
  opacity: 0.7;
}
.sec-colap .line {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.sec-colap .button {
  width: 100%;
  justify-content: center;
}
.sec-colap .button--dark:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .sec-colap .sec-colap__btn {
    width: fit-content;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .sec-colap {
    padding-top: 8rem;
    padding-bottom: 9.75rem;
  }
  .sec-colap .title__subtitle {
    margin-bottom: 2rem;
  }
  .sec-colap .sec-colap__ct {
    padding-top: 1.25rem;
    font-family: var(--bs-heading-font-family);
    font-size: 1.5rem;
    line-height: 1.25;
    opacity: 0.7;
  }
  .sec-colap .line {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sec-colap .button {
    width: fit-content;
  }
  .sec-colap .button--dark:hover {
    background-color: transparent;
  }
}

.sec-pers-val {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sec-pers-val .title__title {
  font-family: var(--bs-body-font-family);
  text-align: center;
}
.sec-pers-val .sec-pers-val__items {
  margin-top: 2rem;
}
.sec-pers-val .sec-pers-val__item {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../../img/material.webp") center/cover no-repeat;
  width: 100%;
  aspect-ratio: 343/600;
  display: flex;
}
.sec-pers-val .sec-pers-val__item .sec-pers-val__wrap {
  align-self: flex-end;
  margin: 1.5rem;
}
.sec-pers-val .sec-pers-val__item .description {
  color: white;
}
.sec-pers-val .sec-pers-val__item .description-read {
  gap: 0;
  margin-top: 0.9rem;
  color: white;
}
.sec-pers-val .sec-pers-val__item .description-read p {
  margin: 0;
}
.sec-pers-val .sec-pers-val__item .description-read p + p {
  margin-top: 1rem;
}
.sec-pers-val #personv-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../../img/material.webp") center/cover no-repeat;
}
.sec-pers-val #personv-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../../img/material-1.webp") center/cover no-repeat;
}
.sec-pers-val #personv-3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../../img/material-2.webp") center/cover no-repeat;
}
.sec-pers-val #personv-4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../../img/material-3.webp") center/cover no-repeat;
}
@media (min-width: 768px) {
  .sec-pers-val .sec-pers-val__items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .sec-pers-val .sec-pers-val__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .sec-pers-val {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .sec-pers-val .sec-pers-val__items {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .sec-pers-val .sec-pers-val__item {
    background: url("../../img/material.webp") center/cover no-repeat;
    width: 100%;
    aspect-ratio: auto;
    height: 50rem;
    flex: 0 0 25%;
    transition: flex-basis 0.6s;
  }
  .sec-pers-val .sec-pers-val__item .sec-pers-val__wrap {
    width: 100%;
    margin: 3rem 0;
    position: relative;
  }
  .sec-pers-val .sec-pers-val__item .description {
    white-space: nowrap;
    width: fit-content;
    margin: 0 3rem;
    transition: all 0.3s ease;
  }
  .sec-pers-val .sec-pers-val__item .description-read {
    position: absolute;
    bottom: 0;
    margin: 0 3rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item {
    flex: 0 0 20%;
    transition: all 0.6s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item .description {
    margin-left: 2rem;
    margin-right: 0;
    transition: margin 0.5s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item .description-read {
    margin: 0 2rem;
    margin-top: 1.5rem;
    transition: margin 0.5s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item:hover {
    flex: 0 0 40%;
    transition: all 0.6s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item:hover .description {
    margin-left: 3rem;
    margin-right: 0;
    transition: margin 0.5s ease;
  }
  .sec-pers-val .sec-pers-val__items:has(.sec-pers-val__item:hover) .sec-pers-val__item:hover .description-read {
    margin: 0 3rem;
    margin-top: 1.5rem;
    transition: margin 0.5s ease;
  }
}

#other-recuitment {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  #other-recuitment {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}

.sec-join {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.sec-join .sec-join__img {
  width: 100%;
  aspect-ratio: 343/130;
}
.sec-join .sec-join__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-join .row {
  margin-top: 1.5rem;
}
.sec-join .row .title__title {
  font-family: var(--bs-body-font-family);
}
.sec-join .row .button {
  margin-top: 2rem;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec-join .row .col-12 + .col-12 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .sec-join .row .col-12 + .col-12 .button {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sec-join {
    padding-top: 6rem;
    padding-bottom: 9.75rem;
  }
  .sec-join .sec-join__img {
    width: 100%;
    aspect-ratio: 1840/600;
  }
  .sec-join .row {
    margin-top: 3.5rem;
  }
  .sec-join .row .title__title {
    font-family: var(--bs-body-font-family);
  }
  .sec-join .row .button {
    margin-top: 2rem;
    width: fit-content;
    justify-content: center;
  }
  .sec-join .row .col-12 + .col-12 {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.loading {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading__content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.loading__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading__content--video {
  position: absolute;
  z-index: 2;
}
.loading__content--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading__content--tras {
  position: absolute;
  z-index: 1;
}
.loading__content--tras video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=main.css.map */
