@charset "UTF-8";
/*

!! Do not modify this file under any circumstances

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
div.phpdebugbar.phpdebugbar-closed {
  left: 100% !important;
  transform: translateX(-33px);
}

.login-modal.loading .modal-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 10;
}
.login-modal.loading .modal-content::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/media/icons/loader-2.svg") no-repeat center center;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  content: "";
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotate 1s linear infinite;
}
.login-modal .modal-content {
  border: none;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.login-modal .modal-header {
  border: none;
  padding: 1.5rem 1.5rem 0.5rem;
}
.login-modal .modal-body {
  padding: 1rem 1.5rem 1.5rem;
}
.login-modal .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.login-modal .head h2, .login-modal .head .h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.login-modal .head .logo {
  float: left;
  width: 2rem;
  height: 2rem;
  background: url("/media/logo-color.svg") no-repeat center center;
  background-size: 100%;
}
.login-modal .error-message {
  position: relative;
  opacity: 0;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  background: rgba(255, 0, 0, 0.75);
  margin-bottom: 0;
}
.login-modal .error-message p {
  color: white;
  margin-bottom: 0;
}
.login-modal .error-message .btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: none;
}
.login-modal .error-message .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/media/icons/x.svg") no-repeat center center;
}
.login-modal .error-message .btn:hover {
  background: transparent;
}
.login-modal .error-message.show {
  opacity: 1;
  height: auto;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.login-modal .modal-body form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login-modal .modal-body form .input-row {
  display: flex;
  flex-direction: column;
}
.login-modal .modal-body form .input-row label {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.login-modal .modal-body form .input-row input {
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  border-radius: 1000px;
}
.login-modal .modal-body form .input-row input:focus {
  outline: none;
  box-shadow: none;
}
.login-modal .modal-body form .input-row .invalid-feedback {
  font-size: 0.875rem;
  display: block;
}
.login-modal .modal-body form .input-row.checkbox {
  margin-top: 0.5rem;
  flex-direction: row;
  justify-content: space-between;
}
.login-modal .modal-body form .input-row.checkbox label {
  margin-bottom: 0;
}
.login-modal .modal-body form .input-row.login {
  margin-top: 1rem;
}
.login-modal .modal-body form .input-row.ms {
  margin-top: 0.5rem;
}
.login-modal .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 1000px;
  background: rgba(236, 102, 11, 0.75);
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}
.login-modal .btn:hover {
  background: #EC660B;
}
.login-modal .ms .btn {
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: black;
  font-weight: normal;
  text-transform: none;
}
.login-modal .ms .btn:hover {
  background: white;
}

@keyframes rotate {
  0% {
    transform: rotate(0turn) translate(-50%, -50%);
  }
  100% {
    transform: rotate(1turn) translate(-50%, -50%);
  }
}
.tox-collection__item-label * {
  font-size: 1rem !important;
  color: inherit !important;
}

.sm_intext[contenteditable=true] {
  border: 1px dotted transparent;
}
.sm_intext[contenteditable=true]::before {
  top: -0.85rem !important;
  left: -0.85rem !important;
  content: "T" !important;
  width: 0.95rem;
  height: 0.95rem;
  position: absolute !important;
  font-size: 0.75rem;
  text-align: center;
  color: black;
  background: white;
  border-radius: 100px;
}
.sm_intext[contenteditable=true][data-scope=global]::before {
  content: "G" !important;
}
.sm_intext[contenteditable=true]:hover, .sm_intext[contenteditable=true]:focus {
  border: 1px dotted black;
}
.sm_intext[contenteditable=true] x-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 1rem);
  height: 100px;
  background: white;
  color: black;
  margin: 0.5rem;
}
.sm_intext[contenteditable=true] *[contentEditable=false][data-mce-selected] {
  outline: none;
  border: 2px solid red;
}

.tox-form__templates > .tox-form__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.tox-form__templates > .tox-form__grid > .tox-form__group {
  width: 100% !important;
}
.tox-form__templates .template-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  transition: 0.3s;
  cursor: pointer;
  height: 100%;
}
.tox-form__templates .template-item:hover {
  background: #e9e9e9;
}
.tox-form__templates .template-item h3, .tox-form__templates .template-item .h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.tox .tox-editor-container {
  background: white;
}
.tox .tox-editor-container .tox-sidebar-wrap {
  padding: 1rem;
}
.tox .tox-editor-container .tox-sidebar-wrap .tox-edit-area::before {
  border: 0;
}
.tox.tox-tinymce-inline {
  z-index: 1200;
}

.tox-tinymce:not(.tox-tinymce-inline) {
  overflow: unset;
}
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-container {
  overflow: unset;
}
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-container .tox-editor-header {
  position: sticky;
  top: 0;
  left: 0;
}

/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #1869D4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #EC660B;
  --bs-success: #4FC700;
  --bs-dark: #293038;
  --bs-light: #F2F3F5;
  --bs-blue: #1869D4;
  --bs-danger: #dc3545;
  --bs-warning: #FF7B00;
  --bs-grey: #5B5B5B;
  --bs-primary-rgb: 236, 102, 11;
  --bs-success-rgb: 79, 199, 0;
  --bs-dark-rgb: 41, 48, 56;
  --bs-light-rgb: 242, 243, 245;
  --bs-blue-rgb: 24, 105, 212;
  --bs-danger-rgb: 220, 53, 69;
  --bs-warning-rgb: 255, 123, 0;
  --bs-grey-rgb: 91, 91, 91;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #EC660B;
  --bs-link-hover-color: #bd5209;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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: #6c757d;
  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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.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: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 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.3333333333%;
}

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fbe0ce;
  --bs-table-border-color: #e2cab9;
  --bs-table-striped-bg: #eed5c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2cab9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8cfbf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #dcf4cc;
  --bs-table-border-color: #c6dcb8;
  --bs-table-striped-bg: #d1e8c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6dcb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cce2bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #ffe5cc;
  --bs-table-border-color: #e6ceb8;
  --bs-table-striped-bg: #f2dac2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ceb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd4bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #F2F3F5;
  --bs-table-border-color: #dadbdd;
  --bs-table-striped-bg: #e6e7e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadbdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e1e3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #293038;
  --bs-table-border-color: #3e454c;
  --bs-table-striped-bg: #343a42;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3e454c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #394047;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f6b385;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EC660B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f9d1b6;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #EC660B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f9d1b6;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4FC700;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(79, 199, 0, 0.9);
  border-radius: 0.375rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #4FC700;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234FC700' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #4FC700;
  box-shadow: 0 0 0 0.25rem rgba(79, 199, 0, 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #4FC700;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #4FC700;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 199, 0, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4FC700;
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

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

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

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

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

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

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #EC660B;
  --bs-btn-border-color: #EC660B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef7d30;
  --bs-btn-hover-border-color: #ee7523;
  --bs-btn-focus-shadow-rgb: 201, 87, 9;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0853c;
  --bs-btn-active-border-color: #ee7523;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EC660B;
  --bs-btn-disabled-border-color: #EC660B;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #4FC700;
  --bs-btn-border-color: #4FC700;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #69cf26;
  --bs-btn-hover-border-color: #61cd1a;
  --bs-btn-focus-shadow-rgb: 67, 169, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #72d233;
  --bs-btn-active-border-color: #61cd1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4FC700;
  --bs-btn-disabled-border-color: #4FC700;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #293038;
  --bs-btn-border-color: #293038;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #494f56;
  --bs-btn-hover-border-color: #3e454c;
  --bs-btn-focus-shadow-rgb: 73, 79, 86;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #545960;
  --bs-btn-active-border-color: #3e454c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #293038;
  --bs-btn-disabled-border-color: #293038;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2F3F5;
  --bs-btn-border-color: #F2F3F5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cecfd0;
  --bs-btn-hover-border-color: #c2c2c4;
  --bs-btn-focus-shadow-rgb: 206, 207, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c2c2c4;
  --bs-btn-active-border-color: #b6b6b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F2F3F5;
  --bs-btn-disabled-border-color: #F2F3F5;
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1869D4;
  --bs-btn-border-color: #1869D4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1459b4;
  --bs-btn-hover-border-color: #1354aa;
  --bs-btn-focus-shadow-rgb: 59, 128, 218;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1354aa;
  --bs-btn-active-border-color: #124f9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1869D4;
  --bs-btn-disabled-border-color: #1869D4;
}

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

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FF7B00;
  --bs-btn-border-color: #FF7B00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff8f26;
  --bs-btn-hover-border-color: #ff881a;
  --bs-btn-focus-shadow-rgb: 217, 105, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff9533;
  --bs-btn-active-border-color: #ff881a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FF7B00;
  --bs-btn-disabled-border-color: #FF7B00;
}

.btn-grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5B5B5B;
  --bs-btn-border-color: #5B5B5B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d4d4d;
  --bs-btn-hover-border-color: #494949;
  --bs-btn-focus-shadow-rgb: 116, 116, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #494949;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5B5B5B;
  --bs-btn-disabled-border-color: #5B5B5B;
}

.btn-outline-primary {
  --bs-btn-color: #EC660B;
  --bs-btn-border-color: #EC660B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EC660B;
  --bs-btn-hover-border-color: #EC660B;
  --bs-btn-focus-shadow-rgb: 236, 102, 11;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EC660B;
  --bs-btn-active-border-color: #EC660B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EC660B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EC660B;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #4FC700;
  --bs-btn-border-color: #4FC700;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4FC700;
  --bs-btn-hover-border-color: #4FC700;
  --bs-btn-focus-shadow-rgb: 79, 199, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4FC700;
  --bs-btn-active-border-color: #4FC700;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4FC700;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4FC700;
  --bs-gradient: none;
}

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

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

.btn-outline-blue {
  --bs-btn-color: #1869D4;
  --bs-btn-border-color: #1869D4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1869D4;
  --bs-btn-hover-border-color: #1869D4;
  --bs-btn-focus-shadow-rgb: 24, 105, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1869D4;
  --bs-btn-active-border-color: #1869D4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1869D4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1869D4;
  --bs-gradient: none;
}

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

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

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

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 201, 87, 9;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #EC660B;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #EC660B;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 5px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #EC660B;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 5px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d45c0a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #f6b385;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #d45c0a;
  --bs-accordion-active-bg: #fdf0e7;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #EC660B;
  --bs-pagination-active-border-color: #EC660B;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #8e3d07;
  --bs-alert-bg: #fbe0ce;
  --bs-alert-border-color: #f9d1b6;
}
.alert-primary .alert-link {
  color: #723106;
}

.alert-success {
  --bs-alert-color: #2f7700;
  --bs-alert-bg: #dcf4cc;
  --bs-alert-border-color: #caeeb3;
}
.alert-success .alert-link {
  color: #265f00;
}

.alert-dark {
  --bs-alert-color: #191d22;
  --bs-alert-bg: #d4d6d7;
  --bs-alert-border-color: #bfc1c3;
}
.alert-dark .alert-link {
  color: #14171b;
}

.alert-light {
  --bs-alert-color: #616162;
  --bs-alert-bg: #fcfdfd;
  --bs-alert-border-color: #fbfbfc;
}
.alert-light .alert-link {
  color: #4e4e4e;
}

.alert-blue {
  --bs-alert-color: #0e3f7f;
  --bs-alert-bg: #d1e1f6;
  --bs-alert-border-color: #bad2f2;
}
.alert-blue .alert-link {
  color: #0b3266;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-warning {
  --bs-alert-color: #994a00;
  --bs-alert-bg: #ffe5cc;
  --bs-alert-border-color: #ffd7b3;
}
.alert-warning .alert-link {
  color: #7a3b00;
}

.alert-grey {
  --bs-alert-color: #373737;
  --bs-alert-bg: #dedede;
  --bs-alert-border-color: #cecece;
}
.alert-grey .alert-link {
  color: #2c2c2c;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #EC660B;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #EC660B;
  --bs-list-group-active-border-color: #EC660B;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #8e3d07;
  background-color: #fbe0ce;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #8e3d07;
  background-color: #e2cab9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #8e3d07;
  border-color: #8e3d07;
}

.list-group-item-success {
  color: #2f7700;
  background-color: #dcf4cc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2f7700;
  background-color: #c6dcb8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2f7700;
  border-color: #2f7700;
}

.list-group-item-dark {
  color: #191d22;
  background-color: #d4d6d7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #191d22;
  background-color: #bfc1c2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #191d22;
  border-color: #191d22;
}

.list-group-item-light {
  color: #616162;
  background-color: #fcfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #616162;
  background-color: #e3e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #616162;
  border-color: #616162;
}

.list-group-item-blue {
  color: #0e3f7f;
  background-color: #d1e1f6;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #0e3f7f;
  background-color: #bccbdd;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0e3f7f;
  border-color: #0e3f7f;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-warning {
  color: #994a00;
  background-color: #ffe5cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #994a00;
  background-color: #e6ceb8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #994a00;
  border-color: #994a00;
}

.list-group-item-grey {
  color: #373737;
  background-color: #dedede;
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #373737;
  background-color: #c8c8c8;
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 11, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(236, 102, 11, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(79, 199, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(41, 48, 56, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(242, 243, 245, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #fff !important;
  background-color: RGBA(24, 105, 212, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 123, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-grey {
  color: #fff !important;
  background-color: RGBA(91, 91, 91, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #EC660B !important;
}
.link-primary:hover, .link-primary:focus {
  color: #f0853c !important;
}

.link-success {
  color: #4FC700 !important;
}
.link-success:hover, .link-success:focus {
  color: #72d233 !important;
}

.link-dark {
  color: #293038 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #21262d !important;
}

.link-light {
  color: #F2F3F5 !important;
}
.link-light:hover, .link-light:focus {
  color: #f5f5f7 !important;
}

.link-blue {
  color: #1869D4 !important;
}
.link-blue:hover, .link-blue:focus {
  color: #1354aa !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-warning {
  color: #FF7B00 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ff9533 !important;
}

.link-grey {
  color: #5B5B5B !important;
}
.link-grey:hover, .link-grey:focus {
  color: #494949 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.position-sticky {
  position: 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-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-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-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-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-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-grey {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-grey-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-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.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-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !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-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !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-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !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-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !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-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !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-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !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-6 {
  margin-left: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n7 {
  margin-left: -5rem !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;
}

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

.p-7 {
  padding: 5rem !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;
}

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

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !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;
}

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

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !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;
}

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

.pt-7 {
  padding-top: 5rem !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;
}

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

.pe-7 {
  padding-right: 5rem !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;
}

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

.pb-7 {
  padding-bottom: 5rem !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;
}

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

.ps-7 {
  padding-left: 5rem !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;
}

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

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

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

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

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

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* 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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

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

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

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

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

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

.user-select-all {
  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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4rem !important;
  }
  .mt-sm-n7 {
    margin-top: -5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4rem !important;
  }
  .me-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4rem !important;
  }
  .ms-sm-n7 {
    margin-left: -5rem !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;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !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;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !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;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !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;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !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;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !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;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4rem !important;
  }
  .mt-md-n7 {
    margin-top: -5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4rem !important;
  }
  .me-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4rem !important;
  }
  .ms-md-n7 {
    margin-left: -5rem !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;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !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;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !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;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !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;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !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;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !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;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !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;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4rem !important;
  }
  .mt-lg-n7 {
    margin-top: -5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4rem !important;
  }
  .me-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4rem !important;
  }
  .ms-lg-n7 {
    margin-left: -5rem !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;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !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;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !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;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !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;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !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;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !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;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xl-n7 {
    margin-top: -5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4rem !important;
  }
  .me-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xl-n7 {
    margin-left: -5rem !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;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !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;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !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;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !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;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !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;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !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;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !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) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4rem !important;
  }
  .me-xxl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.action-bar {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.action-bar p {
  margin: 0;
  color: black;
}
.action-bar__close {
  position: absolute;
  width: 19px;
  height: 19px;
  background: url("/media/static/icons/crs.svg") no-repeat center center;
  background-size: contain;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.5;
}
.action-bar__close:hover {
  opacity: 1;
}

.iconbox {
  display: flex;
  align-items: center;
}
.iconbox__icon {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: #293038;
  position: relative;
  display: block;
}
.iconbox__icon > .sm_intext {
  position: static !important;
}
.iconbox--lg .iconbox__icon {
  width: 68px;
  height: 68px;
  border-radius: 34px;
}
.iconbox__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  object-fit: contain;
}
.iconbox a.iconbox__icon {
  transition: background-color 0.25s ease-in-out;
}
.iconbox a.iconbox__icon:hover {
  background: #EC660B;
}
.iconbox__labels {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.iconbox--lg .iconbox__labels {
  font-size: 20px;
}
.iconbox__labels .sm {
  font-size: 13px;
  color: #CCCCCC;
}
.iconbox__labels a {
  text-decoration: none;
}
.iconbox__labels a:hover {
  text-decoration: underline;
}

.nav-links__item {
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.nav-links__item:hover {
  text-decoration: underline;
}
.nav-links--white .nav-links__item {
  color: white;
}
.nav-links--black .nav-links__item {
  color: black;
}

.intro {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .intro {
    flex-wrap: nowrap;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .intro {
    padding-top: 40px;
  }
}
.intro__menu {
  /*
  flex:0 0 calc(30% - 10px);
  max-width: calc(30% - 10px); */
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .intro__menu {
    flex: 0 0 calc(30% - 15px);
    max-width: calc(30% - 15px);
  }
}
@media (min-width: 1200px) {
  .intro__menu {
    flex: 0 0 calc(30% - 20px);
    max-width: calc(30% - 20px);
  }
}
.intro__banner {
  /*
  flex:0 0 calc(70% - 10px);
  max-width: calc(70% - 10px); */
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .intro__banner {
    flex: 0 0 calc(70% - 15px);
    max-width: calc(70% - 15px);
  }
}
@media (min-width: 1200px) {
  .intro__banner {
    flex: 0 0 calc(70% - 20px);
    max-width: calc(70% - 20px);
  }
}
.intro__banner img {
  max-width: 100%;
  border-radius: 15px;
}

.top-icons__item {
  text-align: center;
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 991.98px) {
  .top-icons__item {
    max-width: 25%;
    flex: 0 0 25%;
    margin-left: 0;
    margin-right: 0;
  }
}
.top-icons__item .item__icon {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(228, 210, 207, 0.25), 0 2px 2px rgba(228, 210, 207, 0.25), 0 4px 4px rgba(228, 210, 207, 0.25), 0 8px 8px rgba(228, 210, 207, 0.25), 0 16px 16px rgba(228, 210, 207, 0.25);
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .top-icons__item .item__icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .top-icons__item .item__icon {
    width: 50px;
    height: 50px;
  }
}
.top-icons__item .item__icon img {
  position: absolute;
  width: 54px;
  height: 54px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .top-icons__item .item__icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .top-icons__item .item__icon img {
    width: 25px;
    height: 25px;
  }
}
.top-icons__item .item__label {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .top-icons__item .item__label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .top-icons__item .item__label {
    font-size: 12px;
  }
}

.extended-box {
  position: relative;
  color: white;
  background: #293038;
}
.extended-box::before {
  position: absolute;
  background: #293038;
  width: calc(100% + 180px);
  height: 100%;
  display: block;
  content: "";
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1525px) {
  .extended-box::before {
    width: calc(100% + 90px);
  }
}
@media (max-width: 1247px) {
  .extended-box::before {
    width: calc(100vw - 25px);
  }
}
.extended-box__inner {
  position: relative;
}
.extended-box h2, .extended-box .h2 {
  margin-bottom: 0;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .countdown {
    justify-content: center;
  }
}
.countdown__label {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .countdown__label {
    font-size: 16px;
  }
}
.countdown__part {
  display: flex;
  align-items: center;
}
.countdown__part .label {
  padding-left: 7px;
  padding-right: 12px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .countdown__part .label {
    font-size: 14px;
  }
}
.countdown__part .countdown__tick {
  background: white;
  padding: 13px 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #293038;
  position: relative;
}
.countdown__part .countdown__tick .num {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .countdown__part .countdown__tick .num {
    font-size: 14px;
  }
}

.banners__item {
  position: relative;
  padding-top: 30%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.banners__item:hover img {
  transform: scale(1.1, 1.1);
}
.banners__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.25s ease-in-out all;
}

.club-box {
  background: url("/media/static/bags.jpg") no-repeat center left #293038;
  background-size: auto 100%;
  border-radius: 15px;
  color: white;
}
.club-box__inner {
  padding: 80px 80px 80px 450px;
}
@media (max-width: 991.98px) {
  .club-box__inner {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .club-box__inner {
    padding: 40px;
  }
}
.club-box__inner p {
  max-width: 540px;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 1.5;
}
.club-box__inner input[type=text].form-control {
  background: transparent;
  font-size: 16px;
  border: 1px solid #676C71;
  padding: 20px 25px;
  color: white;
  margin-right: -20px;
}
@media (max-width: 575.98px) {
  .club-box__inner input[type=text].form-control {
    margin-right: 0;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
  }
}
.club-box__inner form {
  position: relative;
  display: flex;
  max-width: 540px;
}
@media (max-width: 575.98px) {
  .club-box__inner form {
    flex-direction: column;
  }
}
.club-box__inner form button {
  color: white;
  padding-left: 45px;
  padding-right: 45px;
}

footer {
  background: url("/media/static/footer-bg.jpg") no-repeat left top #293038;
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  footer h4, footer .h4 {
    font-size: 18px;
  }
}

.v-separ {
  border-bottom: 1px solid #434B55;
  opacity: 0.5;
}
.v-separ--light {
  border-color: #CCCCCC;
}
.v-separ--lighter {
  border-color: #F2F3F5;
}

.optic-nm {
  transform: translateY(-100px);
}
@media (max-width: 991.98px) {
  .optic-nm {
    transform: none;
  }
}

.bd {
  list-style: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0;
}
.bd__i {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.bd__i:first-of-type {
  padding-left: 0;
}
.bd__i:last-of-type::after {
  display: none;
}
.bd__i::after {
  display: block;
  content: "";
  width: 3px;
  height: 8px;
  background: url("/media/static/icons/bd-arr.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.bd__i.active {
  font-weight: bold;
}
.bd__i a {
  text-decoration: none;
  color: #000000;
}
.bd__i a:hover {
  color: #EC660B;
}

.paging {
  display: flex;
}
.paging__pages {
  justify-content: center;
  flex: 1;
  display: flex;
}
.paging__pages a {
  margin-right: 3px;
  margin-left: 3px;
}
.paging a, .paging span {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #F2F3F5;
  color: black;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.paging a:hover, .paging span:hover {
  border-color: black;
}
.paging a.active, .paging a.dots, .paging span.active, .paging span.dots {
  border-color: transparent;
}

.filters-holder {
  padding: 25px;
  background: #F2F3F5;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .filters-holder {
    padding: 20px;
  }
}
.filters-holder.filter-disabled {
  pointer-events: none;
}
.filters-holder .main-head {
  font-size: 18px;
  font-weight: bold;
}
.filters-holder .main-head span {
  display: block;
}
.filters-holder .clasped {
  position: relative;
  cursor: pointer;
  color: black;
}
.filters-holder .clasped.hidden::after {
  transform: rotate(180deg) translateY(50%);
}
.filters-holder .clasped:hover {
  color: #EC660B;
}
.filters-holder .clasped::after {
  width: 11px;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: url("/media/static/icons/arr-up.svg") no-repeat center center;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filters-holder .filter_type {
  color: black;
  border-bottom: 1px solid #CCCCCC;
}
.filters-holder .filter_type:last-of-type {
  border-bottom: 0;
}
.filters-holder .filter_type span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}
.filters-holder .filter_type__search {
  position: relative;
}
.filters-holder .filter_type__search .form-control {
  border-radius: 3px;
  border-color: #979797;
  font-size: 13px;
}
.filters-holder .filter_type__search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("/media/static/icons/search.svg") no-repeat center;
  width: 18px;
  height: 18px;
}
.filters-holder .filter_type__content {
  font-size: 13px;
  padding-bottom: 10px;
}
.filters-holder .filter_type__content--scrollable {
  max-height: 200px;
  overflow-y: scroll;
}
.filters-holder .filter_type__group {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.filters-holder .filter_type__group label {
  font-size: 13px;
  color: #5B5B5B;
  cursor: pointer;
  margin-left: 25px;
}
.filters-holder .filter_type__group label::before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #979797;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
.filters-holder .filter_type__group label::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #EC660B;
  display: block;
  content: "";
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  opacity: 0;
}
.filters-holder .filter_type__group input {
  display: none;
}
.filters-holder .filter_type__group input:checked + label::after {
  opacity: 1;
}

.floating-bg {
  position: relative;
}
.floating-bg::before {
  position: absolute;
  left: -100vw;
  top: 0;
  height: 100%;
  width: 300vw;
  background: #F2F3F5;
  content: "";
  display: block;
}
@media (max-width: 991.98px) {
  .floating-bg::before {
    display: none;
  }
}

.quick-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 30px;
}
@media (max-width: 767.98px) {
  .quick-filter {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .quick-filter {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.quick-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-filter__item .quick-filter__input {
  display: none;
}
.quick-filter__item label {
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.quick-filter__item label img {
  max-width: 100%;
}
.quick-filter__item label::before, .quick-filter__item label::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #FFFFFF;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quick-filter__item label::after {
  width: 12px;
  height: 12px;
  background: #EC660B;
  border: 0;
  left: 4px;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.quick-filter__item .quick-filter__input:checked + label::after {
  opacity: 1;
}

.product-pars {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
.product-pars .label {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.product-pars .vals {
  display: flex;
  flex-wrap: wrap;
}
.product-pars .vals > div {
  margin-right: 10px;
  margin-bottom: 10px;
}

.text-checkbox input {
  display: none;
}
.text-checkbox label {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
}
.text-checkbox label:hover {
  background: #fde5d5;
  border-color: #EC660B;
}
.text-checkbox input:checked + label {
  background: #fde5d5;
  border-color: #EC660B;
}
.text-checkbox--color label {
  padding: 8px;
}
.text-checkbox--color label span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.buy-box__price {
  display: flex;
  flex-direction: column;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .buy-box__price {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .buy-box__price strong {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.buy-box__price span.non-vat {
  color: #CCCCCC;
  font-size: 14px;
}
.buy-box__button .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-size: 15px;
}
.buy-box__count {
  position: relative;
}
.buy-box__ite {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  background: #CCCCCC;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000000;
  user-select: none;
}
.buy-box__ite:hover {
  color: white;
  background: #EC660B;
}
.buy-box__ite--m {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.buy-box__ite--p {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}

.product-images {
  position: relative;
}
.product-images__image, .product-images .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
}
.product-images__image::before, .product-images .slick-initialized .slick-slide::before {
  position: relative;
  padding-top: 100%;
  display: block;
  content: "";
}
.product-images__image img, .product-images .slick-initialized .slick-slide img {
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-images__thumbs {
  display: flex;
}
.product-images__badges {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 5px;
  row-gap: 5px;
  z-index: 5;
}
.product-images__badges .pr-badge {
  justify-self: start;
}
.product-images__badges .pr-badge:nth-child(even) {
  justify-self: end;
}
.product-images__thumb {
  padding: 10px;
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-images__thumb img {
  max-width: 100%;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
}
.product-images__thumb.active img, .product-images__thumb:hover img {
  opacity: 1;
}

.nav-pills-custom .nav-link {
  font-size: 16px;
  border-radius: 10px;
  padding: 1rem 2rem;
  color: black;
}
.nav-pills-custom .nav-link:hover {
  background: #F2F3F5;
}
.nav-pills-custom .nav-link.active {
  background: #F2F3F5;
  color: black;
  font-weight: bold;
}

.h-icon-list {
  padding-left: 55px;
}
.h-icon-list h1, .h-icon-list .h1, .h-icon-list h2, .h-icon-list .h2, .h-icon-list h3, .h-icon-list .h3, .h-icon-list h4, .h-icon-list .h4, .h-icon-list h5, .h-icon-list .h5 {
  position: relative;
  margin-bottom: 0;
}
.h-icon-list h1 img, .h-icon-list .h1 img, .h-icon-list h2 img, .h-icon-list .h2 img, .h-icon-list h3 img, .h-icon-list .h3 img, .h-icon-list h4 img, .h-icon-list .h4 img, .h-icon-list h5 img, .h-icon-list .h5 img {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

.size-finder__head {
  display: flex;
  justify-content: center;
}
.size-finder__nav {
  border: 0;
  background: #DCDEE1;
  flex: 1 1 0;
  padding: 18px;
  font-size: 1.125rem;
}
.size-finder__nav.active {
  background: #F2F3F5;
  font-weight: bold;
}

.alert-maximal {
  background: #FFF4DE;
  padding: 15px 15px 15px 75px;
  position: relative;
}
.alert-maximal img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.alert-maximal p {
  margin: 0;
  font-size: 13px;
  color: #BC7C00;
}

.btns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .btns-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .btns-grid {
    grid-template-columns: 1fr;
  }
}

.size-table {
  padding: 10px;
  background: #F2F3F5;
}
.size-table__head {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.size-table__head img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.size-table__head h5, .size-table__head .h5 {
  margin: 0;
}
.size-table__head--women {
  background: #FFDDE9;
  margin-bottom: 10px;
}
.size-table__head--men {
  background: #CCE4FF;
  margin-bottom: 10px;
}

.faq-wrap {
  border-radius: 10px;
  background: #F2F3F5;
}
.faq-wrap label {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 50px 20px 30px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.faq-wrap label::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/media/static/icons/faq-pls.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-wrap input {
  display: none;
}
.faq-wrap input:checked ~ label::after {
  background-image: url("/media/static/icons/faq-mn.svg");
}
.faq-wrap input:checked ~ .content {
  max-height: 400px;
}
.faq-wrap .content {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.faq-wrap .content p {
  padding: 0 30px 20px;
  font-size: 14px;
}

.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-list .tab-link {
  display: block;
  padding: 10px 0;
  margin-right: 20px;
  margin-left: 20px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  position: relative;
}
.tab-list .tab-link.active, .tab-list .tab-link:hover {
  font-weight: bold;
}
.tab-list .tab-link.active::before, .tab-list .tab-link:hover::before {
  display: block;
}
.tab-list .tab-link::before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #EC660B;
  content: "";
  left: 0;
  top: 100%;
  display: none;
}

.order-list .order {
  display: flex;
  padding: 18px 25px;
  background: #F2F3F5;
  border-radius: 4px;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .order-list .order {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .order-list .order {
    flex-direction: column;
  }
}
.order-list .order .status {
  font-weight: bold;
  text-align: right;
}
@media (max-width: 575.98px) {
  .order-list .order .status {
    text-align: center;
    margin-top: 10px;
  }
}
.order-list .order span {
  flex: 0 0 18%;
  max-width: 18%;
}
@media (max-width: 575.98px) {
  .order-list .order span {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.order-list .order .info {
  flex: 0 0 36%;
  max-width: 36%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .order-list .order .info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(236, 102, 11, 0.2);
    padding-bottom: 8px;
  }
}
.order-list .order .info span {
  flex: 0 0 50%;
  max-width: 50%;
}
.order-list .order .link-holder {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 575.98px) {
  .order-list .order .link-holder {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.order-list .order a {
  color: currentColor;
  text-decoration: underline;
  font-size: 15px;
}
.order-list .order a:hover {
  color: #EC660B;
}
.order-list .order--heading {
  background-color: transparent;
  padding: 0 25px;
}
@media (max-width: 767.98px) {
  .order-list .order--heading .info {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
}

.custom-modal {
  border: 0;
  padding: 50px 125px;
}
@media (max-width: 991.98px) {
  .custom-modal {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .custom-modal {
    padding: 30px;
  }
}
.custom-modal .custom-modal-head {
  text-align: center;
}
.custom-modal .custom-modal-head .state {
  font-size: 18px;
  font-weight: bold;
}
.custom-modal .custom-modal-content {
  padding-bottom: 50px;
}
.custom-modal p {
  color: black;
}

.favorite-products__item {
  background: #F2F3F5;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .favorite-products__item {
    flex-wrap: wrap;
  }
}
.favorite-products__item .img-holder {
  width: 57px;
  height: 57px;
  position: relative;
}
.favorite-products__item .img-holder img {
  position: absolute;
  width: 46px;
  height: 46px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.favorite-products .title {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .favorite-products .title {
    flex-grow: 1;
  }
}
.favorite-products .avail {
  display: inline-block;
}
@media (min-width: 768px) {
  .favorite-products .avail {
    margin-right: 10px;
  }
}
.favorite-products a {
  color: currentColor;
  text-decoration: none;
}
.favorite-products a:hover {
  color: #EC660B;
}

.offcanvas-start {
  background: #293038;
  color: white;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  color: black;
}
@media (max-width: 991.98px) {
  .header .iconbox__labels {
    display: none;
  }
  .header .nav-links {
    display: none;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__inner .wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.header__content {
  flex-grow: 1;
}
.header__brand {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 575.98px) {
  .header__brand {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.header__brand img {
  max-width: 70%;
}
.header__search {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .header__search {
    display: flex;
    justify-content: flex-end;
    position: inherit;
  }
}
.header__searchtgl {
  width: 42px;
  height: 42px;
  background: url("/media/static/search.svg") no-repeat center center #293038;
  border-radius: 21px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .header__searchtgl {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header__searchform {
    opacity: 0;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    right: 0;
    height: 100%;
    background: #293038;
    top: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  .header__searchform.shown {
    display: block;
    pointer-events: auto;
    opacity: 1;
  }
  .header__searchform.cross .button {
    background-image: url("/media/static/icons/crs_outline.svg");
  }
}
.header__search .field {
  border: 1px solid #293038;
  border-radius: 30px;
  background: white;
  outline: 2px #293038;
  padding: 11px 20px;
  font-size: 13px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .header__search .field {
    position: absolute;
    width: auto;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__search .button {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: block;
  background: url("/media/static/search.svg") no-repeat center center #293038;
}
.header__search .button:hover {
  background-color: #EC660B;
}
@media (max-width: 575.98px) {
  .header__search .button {
    right: 13px;
  }
}

.categories-nav {
  background: #293038;
  border-radius: 15px;
}
.categories-nav.categories-nav--subcat {
  overflow: hidden;
}
.categories-nav--minimalized {
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  width: calc(100% - var(--bs-gutter-x) * 0.5);
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .categories-nav--minimalized {
    left: 0;
    width: 100%;
  }
}
.categories-nav__header {
  font-size: 16px;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.categories-nav--minimalized .categories-nav__header {
  border-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .categories-nav__header {
    padding: 18px 25px;
  }
}
@media (max-width: 991.98px) {
  .categories-nav__header {
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    border-bottom-width: 0;
  }
  .categories-nav__header::after {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/media/static/icons/list.svg") no-repeat center center;
    background-size: contain;
    content: "";
  }
}
@media (max-width: 767.98px) {
  .categories-nav__header {
    font-size: 14px;
  }
}
.categories-nav__header.menu-active {
  border-bottom-width: 1px;
}
.categories-nav__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  max-height: 1000px;
  transition: max-height 0.2s ease;
}
.categories-nav--minimalized .categories-nav__list {
  display: none;
}
@media (max-width: 991.98px) {
  .categories-nav__list {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .categories-nav__list.categories-nav__list--offcanvas {
    height: auto;
    overflow: hidden;
  }
}
.categories-nav--subcat .categories-nav__list {
  padding: 15px 25px 15px;
}
@media (max-width: 991.98px) {
  .categories-nav--subcat .categories-nav__list {
    padding: 0 20px;
  }
}
.categories-nav__list li {
  position: relative;
  padding: 10px 25px;
}
@media (max-width: 1199.98px) {
  .categories-nav__list li {
    padding: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .categories-nav__list li {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .categories-nav__list li {
    padding: 5px 20px;
  }
}
.categories-nav__list li:hover {
  background: #1E242A;
}
.categories-nav__list li:hover > ul {
  display: block;
}
.categories-nav__list li > ul {
  top: 0;
  left: 100%;
  position: absolute;
  display: none;
  padding: 10px;
  background: #1E242A;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  list-style: none;
  z-index: 1;
}
.categories-nav__list li > ul li a {
  white-space: nowrap;
}
.categories-nav.closed .categories-nav__list {
  max-height: 250px;
  overflow: hidden;
}
.categories-nav__parent {
  color: white;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
.categories-nav__item {
  display: block;
  font-size: 15px;
  color: white;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .categories-nav__item {
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
@media (max-width: 1199.98px) {
  .categories-nav__item {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
}
.categories-nav--subcat .categories-nav__item {
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 13px;
}
.categories-nav__item::before {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background: url("/media/static/r-arr.svg") no-repeat center center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.25s ease-in-out;
}
.categories-nav__item:hover {
  text-decoration: underline;
  color: white;
}
.categories-nav__item:hover::before {
  left: 5px;
}
@media (max-width: 991.98px) {
  .categories-nav .categories-nav__header.menu-active + .categories-nav__list {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.categories-nav__link {
  font-size: 11px;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 25px;
  background: #13171b;
}

.category-btn {
  position: relative;
  padding: 30px;
  background: white;
  border-radius: 10px;
  display: block;
  color: black;
  font-size: 16px;
  text-decoration: none;
  transition: 0.25s ease-in-out all;
}
@media (max-width: 767.98px) {
  .category-btn {
    padding: 15px 15px 15px 60px;
    font-size: 14px;
  }
}
.category-btn img {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .category-btn img {
    width: 35px;
    height: 35px;
    left: 15px;
  }
}
.category-btn span {
  font-weight: bold;
}
.category-btn:hover {
  box-shadow: 0 1px 1px rgba(228, 210, 207, 0.25), 0 2px 2px rgba(228, 210, 207, 0.25), 0 4px 4px rgba(228, 210, 207, 0.25), 0 8px 8px rgba(228, 210, 207, 0.25), 0 16px 16px rgba(228, 210, 207, 0.25);
}
.category-btn--outline {
  border: 1px solid #CCCCCC;
  padding: 20px 20px 20px 75px;
}
.category-btn--outline img {
  width: 40px;
  height: 40px;
  left: 17px;
  border-radius: 5px;
}
.category-btn--outline:hover {
  box-shadow: none;
  background: #F2F3F5;
}

.product-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-row.product-slider {
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  padding: 25px;
  background: white;
  border-radius: 10px;
  color: black;
  position: relative;
}
.product-row .product-card {
  max-width: calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .product-row .product-card {
    max-width: calc(33.3333333333% - 20px);
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
.product-row .product-card + .product-card::after {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% - 50px);
  border-left: 1px solid #293038;
  top: 25px;
  left: -10px;
  opacity: 0.25;
}
.product-row--3 .product-card {
  max-width: calc(33.3333333333% - 20px);
  flex: 0 0 calc(33.3333333333% - 20px);
}
@media (max-width: 991.98px) {
  .product-row--3 .product-card {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 575.98px) {
  .product-row--3 .product-card {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
}
@media (min-width: 992px) {
  .product-row--3 .product-card + .product-card:nth-child(3n+1)::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-row--3 .product-card + .product-card:nth-child(odd)::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-row--3 .product-card + .product-card::after {
    display: none;
  }
}
.product-row--4 .product-card {
  max-width: calc(33.3333333333% - 20px);
  flex: 0 0 calc(33.3333333333% - 20px);
}
.product-row--4 .product-card + .product-card:nth-child(4n+1)::after {
  display: none;
}
.product-row--vsepar .product-card::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 50px);
  border-bottom: 1px solid #293038;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}
.product-card a {
  text-decoration: none;
  color: currentColor;
}
.product-card a.btn-primary {
  color: white;
}
.product-card__image {
  position: relative;
  height: 220px;
  margin-bottom: 20px;
}
.product-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.product-card__title {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.product-card__badges {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
}
.product-card__badges .pr-badge {
  justify-self: start;
}
.product-card__badges .pr-badge:nth-child(even) {
  justify-self: end;
}
.product-card__bottom .prices {
  font-size: 18px;
}
.product-card__bottom .prices .text-decoration-line-through {
  font-size: 14px;
}
.product-card__bottom .state {
  font-size: 14px;
}
.product-card:hover .product-card__hover {
  opacity: 1;
  pointer-events: auto;
}
.product-card:hover .product-card__hover .btn {
  transform: translateY(0);
  opacity: 1;
}
.product-card__hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(41, 48, 56, 0) 0%, #293038 100%);
  padding: 25px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
}
.product-card__hover .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.product-card__hover .btn {
  flex: 1;
  transform: translateY(100%);
  transition: 0.15s ease-in-out all;
  opacity: 0;
}

.pr-badge {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  color: white;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .pr-badge {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.pr-badge--green {
  background: #4FC700;
}

.slider-ctr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 68px;
  height: 68px;
  background: url("/media/static/icons/red-arr.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .slider-ctr {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 575.98px) {
  .slider-ctr {
    width: 40px;
    height: 40px;
  }
}
.slider-ctr.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-ctr.r-arr {
  right: -34px;
}
@media (max-width: 1199.98px) {
  .slider-ctr.r-arr {
    right: -5px;
  }
}
@media (max-width: 575.98px) {
  .slider-ctr.r-arr {
    right: 5px;
  }
}
.slider-ctr.l-arr {
  left: -34px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1199.98px) {
  .slider-ctr.l-arr {
    left: -5px;
  }
}
@media (max-width: 575.98px) {
  .slider-ctr.l-arr {
    left: 5px;
  }
}

.product-wrap {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
.product-wrap::after {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  display: block;
  content: "";
  top: 0;
  left: 0;
}
.product-wrap:first-of-type::after {
  display: none;
}
.product-wrap:hover .hover {
  opacity: 1;
  pointer-events: auto;
}
.product-wrap .hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 65%;
  background: linear-gradient(90deg, rgba(41, 48, 56, 0) 0%, #293038 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in-out all;
}
.product-wrap .num {
  font-size: 16px;
  flex: 0 0 30px;
  max-width: 30px;
}
@media (max-width: 575.98px) {
  .product-wrap .num {
    flex: 0 0 20px;
    max-width: 20px;
  }
}
.product-wrap img {
  width: 60px;
  height: 40px;
  object-fit: contain;
}
.product-wrap .info-hold {
  flex: 1;
  margin-left: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .product-wrap .info-hold {
    margin-left: 15px;
  }
}
.product-wrap .info-hold a {
  color: currentColor;
  text-decoration: none;
}
.product-wrap .info-hold a:hover {
  text-decoration: underline;
}
.product-wrap .info-hold h3, .product-wrap .info-hold .h3 {
  font-size: 15px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .product-wrap .info-hold h3, .product-wrap .info-hold .h3 {
    font-size: 13px;
    padding-right: 10px;
  }
}
.product-wrap .info-hold strong {
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .product-wrap .info-hold strong {
    font-size: 11px;
  }
}
.product-wrap .price-hold {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .product-wrap .price-hold {
    font-size: 12px;
  }
}
.product-wrap .price-hold span {
  text-decoration: line-through;
}
.product-wrap .price-hold strong {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .product-wrap .price-hold strong {
    font-size: 14px;
  }
}

.products-horizontal-holder .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F3F5;
  position: relative;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product {
    flex-wrap: wrap;
    padding-right: 30px;
    justify-content: center;
    padding-bottom: 35px;
  }
}
.products-horizontal-holder .product .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75px;
  flex: 0 0 75px;
}
.products-horizontal-holder .product .picture img {
  max-width: 100%;
}
.products-horizontal-holder .product .smaller {
  font-size: 14px;
}
.products-horizontal-holder .product .p-info {
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .p-info {
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
  }
}
.products-horizontal-holder .product .p-info .final-price {
  font-size: 18px;
}
.products-horizontal-holder .product .p-info a {
  color: currentColor;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.products-horizontal-holder .product .p-info a:hover {
  color: #EC660B;
}
.products-horizontal-holder .product .p-info a.btn {
  color: white;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .p-info a {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.1;
  }
}
.products-horizontal-holder .product .p-info .count {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .p-info .count {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
  }
}
.products-horizontal-holder .product .p-info .count .ctrl {
  border-radius: 18px;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  background-color: #293038;
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.products-horizontal-holder .product .p-info .count .ctrl--minus {
  background-image: url("/media/static/icons/minus.svg");
}
.products-horizontal-holder .product .p-info .count .ctrl--plus {
  background-image: url("/media/static/icons/plus.svg");
}
.products-horizontal-holder .product .p-info .count .ctrl:hover {
  background-color: #EC660B;
}
.products-horizontal-holder .product .p-info .count .num {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-left: 7px;
  margin-right: 7px;
}
.products-horizontal-holder .product .availability {
  max-width: 150px;
  flex: 0 0 150px;
}
@media (max-width: 767.98px) {
  .products-horizontal-holder .product .availability {
    max-width: none;
    flex: 0 0 auto;
  }
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .availability {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
}
.products-horizontal-holder .product .availability span {
  font-weight: 500;
  font-size: 16px;
}
.products-horizontal-holder .product .price {
  max-width: 100px;
  flex: 0 0 100px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .price {
    position: absolute;
    right: 0;
    bottom: 5px;
    white-space: nowrap;
    display: block;
    max-width: none;
  }
}
.products-horizontal-holder .product .price strong {
  font-weight: bold;
  font-size: 16px;
}
.products-horizontal-holder .product .price strong.final-price {
  font-size: 18px;
}
.products-horizontal-holder .product .price strong.smaller {
  font-size: 14px;
}
.products-horizontal-holder .product .del {
  width: 36px;
  height: 36px;
  display: block;
  background: #EC660B url("/media/static/icons/delete.svg") no-repeat center center;
  background-size: 15px 16px;
  border-radius: 36px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.products-horizontal-holder .product .del:hover {
  background-color: #BC2333;
}
@media (max-width: 575.98px) {
  .products-horizontal-holder .product .del {
    position: absolute;
    right: 0;
    top: 15px;
  }
}
.products-horizontal-holder--small .product {
  border-bottom: 1px solid #D4DDD9;
}
.products-horizontal-holder--small .product::before {
  display: none;
}
.products-horizontal-holder--small .product .p-info {
  display: flex;
  flex-wrap: wrap;
}
.products-horizontal-holder--small .product .p-info .title {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.products-horizontal-holder--small .product .p-info .availability span, .products-horizontal-holder--small .product .p-info .price strong, .products-horizontal-holder--small .product .p-info .count .nam {
  font-size: 13px;
}
.products-horizontal-holder--small .product .p-info .price {
  text-align: left;
}
.products-horizontal-holder--small .product .p-info .count {
  flex: 0 0 50px;
  max-width: 50%;
  text-align: left;
}
.products-horizontal-holder--small .product .p-info .count .num {
  margin: 0;
}

.txt-input {
  padding: 15px 19px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
}
.txt-input--count {
  text-align: center;
  max-width: 60px;
  font-weight: bold;
}
.txt-input--light {
  background: #F2F3F5;
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .custom-checkbox label {
    font-size: 14px;
  }
}
.custom-checkbox label a {
  color: currentColor;
  text-decoration: underline;
}
.custom-checkbox label::before {
  background: #FFFFFF;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-checkbox label::after {
  background: #EC660B;
  border-radius: 3px;
  width: 11px;
  height: 11px;
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.custom-checkbox input:checked + label::after {
  opacity: 1;
}
.custom-checkbox--radio label::before, .custom-checkbox--radio label::after {
  border-radius: 19px;
}
.custom-checkbox--light label::before {
  background-color: #F2F3F5;
}

.btn-primary {
  color: white;
}
.btn-primary:hover {
  color: white;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.85rem 2.5rem;
  font-size: 18px;
}

.btn-md {
  padding: 0.5rem 1.75rem;
  font-size: 14px;
}

.btn-outline-light {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  color: black;
}

.btn-outline-double {
  border: 2px solid #E7E7E8;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-double:hover {
  background: #E7E7E8;
}

.btn-thin {
  font-size: 13px !important;
  padding: 5px 20px;
}

thead, tbody, tfoot, tr, td, th {
  border-width: inherit;
}

body:has(#panel) {
  height: unset !important;
}

body:has(#panel) main {
  padding-top: 7.813rem;
}

body:has(#panel) #smooth-wrapper {
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  inset: 0;
  width: unset !important;
  overflow: unset !important;
  will-change: unset !important;
}

#panel span {
  color: white;
}

#panel {
  z-index: 1200;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.text-black {
  color: black !important;
}

.sm_intext p {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  font-family: "houschka-pro", sans-serif;
}

em {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 7.813rem;
}

main a {
  color: #E81035;
  display: inline-block;
}
main a:hover {
  color: #E81035;
  text-decoration: underline;
}

html:has(body.no-scroll) {
  overflow: hidden;
  touch-action: none;
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 767.98px), (prefers-reduced-motion: reduce) {
  #smooth-wrapper {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
  #smooth-content {
    min-height: auto !important;
  }
}
textarea {
  overflow: hidden;
  resize: none;
}

li {
  list-style-type: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, p, span, li {
  color: #141414;
}

h1, .h1 {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: normal;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1025;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .nav-header {
    height: auto;
    border-bottom: 2px solid #E5E5E5;
  }
}
.nav-header__container {
  max-width: 1200px;
  margin-inline: auto;
}
.nav-header__container a:has(.nav-header__brand-img) {
  width: 5.75rem;
  height: 3.7rem;
  position: relative;
  z-index: 10;
}
.nav-header__container a:has(.nav-header__brand-img) .nav-header__brand-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .nav-header__container {
    display: flex;
    flex-direction: row;
  }
}
.nav-header__top {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media (max-width: 1235px) {
  .nav-header__top {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.nav-header__top .nav-header__container {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
@media (max-width: 768px) {
  .nav-header__top .nav-header__container {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
.nav-header__top a {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .nav-header__top a {
    gap: 0.5rem;
  }
}
.nav-header__top a:hover {
  text-decoration: underline;
}
.nav-header__top a img {
  width: 1.375rem;
  height: auto;
}
@media (max-width: 768px) {
  .nav-header__top a img {
    width: 1rem;
    height: auto;
  }
}
.nav-header__top a p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 768px) {
  .nav-header__top a p {
    font-size: 0.75rem;
  }
}
.nav-header__top a div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.nav-header__top a div span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 768px) {
  .nav-header__top a div span {
    font-size: 0.75rem;
  }
}
.nav-header__top a div small, .nav-header__top a div .small {
  margin-left: 0;
  margin-top: -0.25rem;
  font-size: 0.75rem;
  color: #5E5F5F;
}
@media (max-width: 768px) {
  .nav-header__top a div small, .nav-header__top a div .small {
    font-size: 0.563rem;
  }
}
.nav-header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.4rem;
}
.nav-header__contacts {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .nav-header__contacts {
    gap: 1rem;
  }
}
.nav-header a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.nav-header a svg {
  color: #E81035;
  flex-shrink: 0;
}
.nav-header a-note {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #5E5F5F;
}
.nav-header__search {
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  max-width: 23.688rem;
  background-color: #F6F6F6;
  color: #5E5F5F;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.nav-header__search label {
  width: 100%;
}
@media (max-width: 830px) {
  .nav-header__search {
    position: absolute;
    z-index: 2;
    overflow: unset;
    top: 0.8rem;
    right: 0;
    background-color: transparent;
    width: 30px;
  }
  .nav-header__search:has(.is-open) {
    width: calc(100% - 1.9rem);
  }
}
.nav-header__search-input {
  border: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  background-color: #F6F6F6;
  color: #5E5F5F;
  width: 100%;
  font-weight: 600;
  line-height: 110%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 830px) {
  .nav-header__search-input {
    width: 1px;
    height: 1.6rem;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;
    right: 30px;
    padding: 0;
    font-size: 1rem;
  }
  .nav-header__search-input.is-open {
    width: 102%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
  }
}
.nav-header__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url("../media/static/icons/icon-close.svg") center/contain no-repeat;
}
.nav-header__search-input:focus {
  outline: none;
}
.nav-header__search-btn {
  background: #F7C7C8;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding: 0.35rem 0.5rem;
}
.nav-header__search-btn svg {
  color: #141414;
  transition: 0.3s ease-in-out;
}
.nav-header__search-btn:hover {
  background: #f3a8a9;
}
.nav-header__search-btn:hover svg {
  color: #FFFFFF;
}
@media (max-width: 830px) {
  .nav-header__search-btn {
    border-radius: 4px;
  }
  .nav-header__search-btn.is-open {
    border-radius: 0 4px 4px 0;
  }
}
.nav-header__nav {
  background: #FFFFFF;
  padding: 0;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1235px) {
  .nav-header__nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.nav-header__nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-header__brand-img {
  height: 3rem;
  width: auto;
}
.nav-header__cta {
  margin-left: auto;
}

.nav {
  margin-left: 3.5rem;
}
.nav__list {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav a.nav__link {
  position: relative;
  font-weight: 700;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav a.nav__link:hover, .nav a.nav__link:focus {
  color: #E81035;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav .nav__item {
    margin-bottom: 2rem;
  }
}
.nav .nav__item--has-dropdown {
  position: relative;
  margin-bottom: 0;
}
.nav .nav__item--has-dropdown > .nav__link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.18rem solid #E81035;
  border-right: 0.18rem solid #E81035;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
@media (max-width: 1030px) {
  .nav .nav__item--has-dropdown > .nav__link::after {
    width: 0.68rem;
    height: 0.68rem;
    border-bottom-width: 0.24rem;
    border-right-width: 0.24rem;
  }
}
.nav__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  min-width: 10.625rem;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.05);
  padding: 0.6rem 0;
  list-style: none;
  z-index: 50;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 1031px) {
  .nav__dropdown {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    pointer-events: none;
  }
}
.nav__dropdown .nav__dropdown-link {
  display: block;
  font-size: 1.125rem;
  color: #141414;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.nav__dropdown .nav__dropdown-link:hover {
  background: #F6F6F6;
  border-radius: 0.375rem;
}

.button {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border-radius: 50rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.button:hover {
  text-decoration: none;
}
.button--primary {
  background: #E81035;
  color: #FFFFFF !important;
}
.button--primary:hover, .button--primary:focus {
  background: #c70e2d;
}

@media (max-width: 1024px) {
  .nav-header__nav-inner {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .nav {
    margin-left: 0;
    width: 100%;
  }
  .nav__list {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
.nav-header__toggle {
  display: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  z-index: 60;
}
.nav-header__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #141414;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.nav-header__toggle span:not(:last-child) {
  margin-bottom: 0.3rem;
}
.nav-header__toggle.is-open span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.nav-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-header__toggle.is-open span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}

@media (max-width: 1030px) {
  .nav-header__toggle {
    display: block;
    z-index: 70;
  }
  .nav__item--has-dropdown.is-open > .nav__link::after {
    transform: rotate(225deg);
  }
  .nav {
    position: fixed;
    top: 7.813rem;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0 1.5rem;
    transition: 0.3s ease-in-out;
    border-top: 2px solid #E5E5E5;
  }
  .nav .nav__item.is-open .nav__dropdown {
    pointer-events: auto;
    gap: 1rem;
  }
  .nav .nav__link {
    font-size: 1.4rem;
    justify-content: center;
  }
  .nav.is-open {
    height: calc(100dvh - 7.813rem);
    padding: 3.5rem 1.5rem;
    z-index: 1000;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    justify-content: start;
    align-items: center;
  }
  .nav__item--has-dropdown > .nav__dropdown {
    position: static;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    margin-top: 0.5rem;
    pointer-events: none;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .nav__item--has-dropdown > .nav__dropdown .nav__dropdown-link {
    background-color: transparent;
    display: block;
    padding: 0.45rem 1rem;
    font-size: 1rem;
    color: #141414;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .nav .nav__item--has-dropdown.is-open > .nav__dropdown {
    pointer-events: auto;
    max-height: fit-content;
  }
  .nav-header__cta {
    display: none !important;
  }
}
@media (hover: hover) and (min-width: 1031px) {
  .nav__item:hover > .nav__link::after {
    transform: rotate(225deg);
  }
}
@media (min-width: 1031px) {
  .nav__item a:hover {
    cursor: pointer;
  }
  .nav__item--has-dropdown {
    position: static;
  }
  .nav__dropdown {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.75rem);
    transform: translateX(-20%) translateY(-7%);
    max-height: none !important;
    overflow: visible;
    width: auto;
    height: auto;
    gap: 0.85rem 6rem;
    padding: 2rem 2.5rem;
    background: #FFFFFF;
    border: 1px solid #5E5F5F;
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(20, 20, 20, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, max-content);
  }
  .nav__item--has-dropdown:hover > .nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-20%) translateY(1%);
  }
  .nav__dropdown-link {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.25rem 0.75rem;
  }
  .nav__dropdown-link:hover {
    text-decoration: none;
  }
  .nav__link {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    z-index: 1000;
  }
  .nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #E81035;
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }
  .nav__item--has-dropdown:hover > .nav__link::before,
  .nav__item--has-dropdown:focus-within > .nav__link::before,
  .nav__item--has-dropdown.active > .nav__link::before,
  .nav__item.active > .nav__link::before {
    transform: scaleX(1);
  }
  .nav__link[aria-current=page]::before {
    transform: scaleX(1);
  }
  .nav__dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -3.5rem;
    height: 3.5rem;
    z-index: 10;
  }
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 40;
  top: 0 !important;
}
@media (prefers-reduced-transparency: reduce) {
  .nav-backdrop {
    backdrop-filter: none;
    opacity: 1;
  }
}

body.show-nav-backdrop .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.nav__item:has(.nav__link.active) .nav__link::before {
  transform: scaleX(1);
}

.nav__item:has(.nav__dropdown-link.active) .nav__link::before {
  transform: scaleX(1);
}

@media (max-width: 1030px) {
  .nav__item:has(.nav__link.active) .nav__link::before,
  .nav__item:has(.nav__dropdown-link.active) .nav__link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    width: 80%;
    height: 2px;
    background: #E81035;
    transform-origin: center;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .nav__item--has-dropdown .nav__link.active {
    color: #E81035 !important;
  }
}

.nav__dropdown-link.active {
  color: #E81035 !important;
}

.footer {
  padding: 3rem 0 2rem;
  background: #FFFFFF;
  font-size: 0.9375rem;
  overflow: hidden;
}
.footer__top {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer__top {
    margin-bottom: 2rem;
  }
}
.footer__center {
  margin-bottom: 3rem;
}
.footer__brand {
  width: 5.688rem;
  height: auto;
}
@media (max-width: 768px) {
  .footer__brand {
    width: 4.688rem;
  }
}
.footer__cta {
  white-space: nowrap;
}
.footer h4, .footer .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #141414;
  line-height: 120%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__list, .footer ul, .footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #5E5F5F;
}
.footer__contact div {
  max-width: 9.75rem;
  display: flex;
  flex-direction: column;
  color: #141414;
  justify-content: center;
}
.footer__contact div a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #141414;
  line-height: 1.4;
}
.footer__contact div small, .footer__contact div .small {
  margin-top: 0;
  color: #141414;
  line-height: 0.85rem;
}
.footer__contact + .footer__contact {
  margin-top: 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #141414 !important;
}
.footer__contact + .footer__contact img {
  margin-top: 0;
}
.footer__contact + .footer__contact a {
  color: #141414;
}
.footer__contact img {
  width: 1.375rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.footer__contact a, .footer__contact strong {
  color: #141414;
}
.footer__contact small, .footer__contact .small {
  color: #5E5F5F;
  font-size: 0.75rem;
}
.footer .quick-links ul, .footer .about-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer ul a {
  color: #5E5F5F;
  font-weight: 500;
  line-height: 110%;
  transition: 0.3s ease-in-out;
  font-size: 0.875rem;
}
.footer ul a:hover {
  color: #E81035;
  text-decoration: underline;
}
.footer__socials ul, .footer__socials .sm_intext ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 0;
}
.footer__socials ul a, .footer__socials .sm_intext ul a {
  color: #5E5F5F;
  display: inline-block;
  width: 1.125rem;
  transition: 0.3s ease-in-out;
}
.footer__socials ul a img, .footer__socials .sm_intext ul a img {
  width: 100%;
  height: auto;
}
.footer__socials ul a:hover, .footer__socials .sm_intext ul a:hover {
  opacity: 0.7;
}
.footer__legal ul, .footer__legal .sm_intext ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer__legal ul a, .footer__legal .sm_intext ul a {
  color: #5E5F5F;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.footer__legal ul a:hover, .footer__legal .sm_intext ul a:hover {
  color: #E81035;
  text-decoration: underline;
}
.footer__copy p {
  color: #5E5F5F;
  font-size: 0.875rem;
}
.footer__copy p a {
  display: inline-block;
  color: #5E5F5F;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer__copy p a:hover {
  color: #ec6608;
}

main {
  flex: 1;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  main {
    padding-top: 7.813rem;
  }
}

@media (max-width: 768px) {
  section {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .section--no-gap {
    padding: 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 4rem;
  }
}
.hero .container {
  overflow: visible;
}
.hero h1, .hero .h1 {
  font-weight: 700;
  font-size: 4.25rem;
  margin-bottom: 0;
  z-index: 4;
  position: relative;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero h1, .hero .h1 {
    text-align: start;
    font-size: 3rem;
  }
}
.hero__svg {
  width: 100%;
  height: auto;
  display: block;
}
.hero h2, .hero .h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  z-index: 4;
  max-width: 30rem;
  position: relative;
  margin-bottom: 4rem;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero h2, .hero .h2 {
    text-align: start;
    font-size: 1.5rem;
  }
}
.hero p {
  max-width: 40ch;
  font-size: 1.125rem;
  z-index: 4;
  line-height: 130%;
  position: relative;
  margin-bottom: 0;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero p {
    font-size: 1rem;
    text-align: start;
  }
}
.hero__image {
  min-height: 40rem;
  position: relative;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .hero__image {
    min-height: 20rem;
  }
}
.hero__image .hero__svg {
  position: absolute;
  pointer-events: none;
  user-select: none;
  display: block;
  top: 0;
  width: 775px;
  height: 100%;
  z-index: 3;
  object-fit: contain;
  object-position: center;
  max-width: unset;
}
@media (max-width: 1415px) {
  .hero__image .hero__svg {
    width: 700px;
  }
}
@media (max-width: 1300px) {
  .hero__image .hero__svg {
    width: 650px;
  }
}
@media (max-width: 768px) {
  .hero__image .hero__svg {
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    width: 108%;
    height: auto;
  }
}
.hero .hero__sun {
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 5rem;
  left: 17.5rem;
  width: 3rem;
  height: 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
  filter: drop-shadow(0 0 18px rgba(250, 215, 110, 0.35));
  will-change: width, height, top, filter;
  max-width: none;
}
@media (max-width: 1300px) {
  .hero .hero__sun {
    top: 6rem;
    left: 14.5rem;
    width: 3rem;
    height: 2.75rem;
  }
}
@media (max-width: 768px) {
  .hero .hero__sun {
    top: 4rem;
    left: 10.5rem;
    width: 3rem;
    height: 2.75rem;
  }
}
.hero__cloud {
  position: absolute;
  pointer-events: auto;
  cursor: unset;
  will-change: transform, opacity;
  opacity: 0.9;
  transform: translateZ(0);
  filter: drop-shadow(0 2px 4px rgba(20, 20, 20, 0.05)) blur(0.3px);
}
.hero__cloud svg {
  width: 100%;
  height: auto;
  fill: #FFFFFF;
}

.request-slider {
  position: relative;
  max-width: 83.875rem !important;
  width: 100%;
  padding: 0 !important;
  margin: 4rem auto 1rem;
}
.request-slider .container {
  width: 100%;
  max-width: 83.875rem !important;
  margin: 0;
  padding: 0 !important;
}
.request-slider .request-tabs {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 70rem;
  width: 100%;
  padding: 0;
  border: 1px solid #5E5F5F;
  border-radius: 3rem;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 5;
}
@media (max-width: 768px) {
  .request-slider .request-tabs {
    flex-direction: column;
    width: 85%;
    max-width: none;
    top: -3%;
    border-radius: 1.75rem;
  }
  .request-slider .request-tabs button, .request-slider .request-tabs p {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
}
.request-slider .request-tabs .request-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: calc(100% - 4px);
  background: #5E5F5F;
  border-radius: 3rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.request-slider .request-tab {
  flex: 1 1 0;
  position: relative;
  padding: 1.25rem;
  border: 0;
  background: transparent;
  color: #141414;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.3s ease-in-out;
  line-height: 120%;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .request-slider .request-tab div {
    display: block;
  }
}
.request-slider .request-tab p {
  font-weight: 700;
  font-size: 1.25rem;
}
.request-slider .request-tab::before {
  content: "";
  position: absolute;
  border-radius: 4rem;
  background: #E5E5E5;
  opacity: 0.25 !important;
  color: #FFFFFF;
  transition: opacity 0.25s ease;
  z-index: -1;
}
.request-slider .request-tab::after {
  content: "";
  position: absolute;
  background: #E5E5E5;
  text-decoration: none;
  border-radius: 4rem;
  cursor: pointer;
  top: 4px;
  left: 4px;
  width: calc(100% - 2 * 4px);
  height: calc(100% - 2 * 4px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.request-slider .request-tab:hover:not(.is-active)::after {
  opacity: 1;
}
.request-slider .request-tab:hover:not(.is-active)::before, .request-slider .request-tab:focus-visible:not(.is-active)::before {
  opacity: 1;
}
.request-slider .request-tab.is-lit {
  color: #FFFFFF !important;
}
.request-slider .request-tab.is-lit p {
  color: #FFFFFF !important;
}
.request-slider .request-tab.is-active {
  color: #141414;
}
.request-slider .request-slides {
  position: relative;
  overflow: hidden;
}
.request-slider .request-slide {
  background: var(--clr);
  border-radius: 0.75rem;
  padding: 4rem 5rem 3rem;
  display: none;
}
.request-slider .request-slide.is-active {
  display: block;
}
.request-slider .request-slide:nth-child(1) {
  background-color: #F7C7C8;
}
.request-slider .request-slide:nth-child(2) {
  background-color: #B2EAEA;
}
.request-slider .request-slide:nth-child(3) {
  background-color: #FFEEA7;
}
@media (max-width: 991px) {
  .request-slider .request-slide {
    padding: 4.5rem 1.5rem 2.5rem;
    border-radius: 0;
  }
}
.request-slider .request-photo {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1335px) {
  .request-slider .request-photo {
    width: 28rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.request-slider .request-photo .sm_intext, .request-slider .request-photo p {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1335px) {
  .request-slider .request-photo .sm_intext, .request-slider .request-photo p {
    width: 28rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.request-slider .request-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.request-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .request-slider ul {
    gap: 2.5rem;
  }
}
.request-slider ul h4, .request-slider ul .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 110%;
}
.request-slider ul p {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.request-slider ul a {
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  line-height: 120%;
  gap: 0.35rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-top: 0.5rem;
}
.request-slider ul a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .request-slider ul a {
    font-size: 1rem;
    text-decoration: underline;
    display: block;
    width: 100%;
    text-align: end;
  }
}
.request-slider ul a::after {
  content: "";
  width: 1.1875rem;
  height: 0.813rem;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url(/media/static/icons/icon-arrow-right--bold.svg) no-repeat center/contain;
  mask: url(/media/static/icons/icon-arrow-right--bold.svg) no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
  margin-left: 0.35rem;
  color: #141414;
}
.request-slider ul a:hover::after {
  transform: translateX(0.2rem);
}
.request-slider ul .request-headlink {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  justify-content: space-between;
  flex: 1;
}
.request-slider ul .request-headlink h4, .request-slider ul .request-headlink .h4 {
  margin: 0;
}
.request-slider ul .request-headlink__arrow {
  width: 1.1875rem;
  height: 0.813rem;
  background-color: currentColor;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .request-slider ul .request-headlink__arrow {
    width: 1.5rem;
    height: 1rem;
    margin-right: 0.25rem;
  }
}
.request-slider ul .request-headlink:hover .request-headlink__arrow {
  transform: translateX(0.2rem);
}
.request-slider .request-slides span {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.request-slider .request-slides span img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media (max-width: 767px) {
  .request-slider .request-slides {
    margin-top: 7rem;
  }
  .request-slider .request-slides div {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
  .request-slider .request-slides div span {
    width: 3.125rem;
    height: 3.125rem;
    flex: none;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .request-slider .request-slides div span img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .request-slider .request-slides .request-slide {
    padding: 1.5rem 1.25rem 3rem;
  }
  .request-slider .request-slides .request-slide > div {
    max-width: 100vw;
    margin: 0 auto;
  }
  .request-slider .request-slides .request-photo {
    display: none;
  }
  .request-slider .request-slides .row > [class*=col-] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__drop {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: radial-gradient(circle at 30% 30%, white 0%, #B2EAEA 45%, #76dada 70%, #4ecfcf 100%);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.9), 0 0 3px rgba(78, 207, 207, 0.35);
  pointer-events: none;
  will-change: transform, opacity;
}

.why-subscribe {
  padding-block: 7rem;
}
.why-subscribe h2, .why-subscribe .h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6.5rem;
}
@media (max-width: 768px) {
  .why-subscribe h2, .why-subscribe .h2 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
.why-subscribe .sm_intext:has(article) {
  height: 100%;
}
.why-subscribe article {
  position: relative;
  padding: 2.5rem 1.75rem 2rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  height: 100%;
}
@media (max-width: 768px) {
  .why-subscribe article {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.why-subscribe ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .why-subscribe ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.why-subscribe span:has(img) {
  width: 4.813rem;
  height: 4.813rem;
  border-radius: 50%;
  background: #B2EAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2rem;
  left: 80%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .why-subscribe span:has(img) {
    width: 4.5rem;
    height: 4.5rem;
    top: -2.25rem;
    left: 80%;
  }
}
.why-subscribe span:has(img) img {
  width: 2.5rem;
  height: auto;
}
.why-subscribe h3, .why-subscribe .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block: 1.5rem 0.75rem;
  line-height: 1.25;
  max-width: 11.15rem;
}
@media (max-width: 768px) {
  .why-subscribe h3, .why-subscribe .h3 {
    max-width: 100%;
  }
}
.why-subscribe p {
  font-size: 1rem;
  line-height: 1.4;
  color: #5E5F5F;
  margin: 0;
}
@media (max-width: 575.98px) {
  .why-subscribe a {
    display: none !important;
  }
}

.loyalty-banner {
  background-color: #B2EAEA;
}
.loyalty-banner p:has(.btn-pill) {
  margin: 0;
}
.loyalty-banner .sm_intext:has(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 16.75rem;
  object-position: 50% 40%;
}
.loyalty-banner__content {
  background: #B2EAEA;
  padding: 1rem 8.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1450px) {
  .loyalty-banner__content {
    padding-right: 6.25rem;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .loyalty-banner__content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .loyalty-banner__content {
    padding: 2.5rem 2rem;
    border-radius: 0;
  }
}
.loyalty-banner__content h2, .loyalty-banner__content .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  max-width: 24ch;
  line-height: 120%;
}
@media (max-width: 768px) {
  .loyalty-banner__content h2, .loyalty-banner__content .h2 {
    font-size: 2rem;
    max-width: 100%;
  }
}
.loyalty-banner__content p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .loyalty-banner__content p {
    font-size: 1.25rem;
  }
}
.loyalty-banner__content .content-wrapper {
  max-width: 37.5rem;
  margin-left: auto;
}
@media (max-width: 1030px) {
  .loyalty-banner__content .content-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}
.loyalty-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.loyalty-banner__cta:hover {
  text-decoration: underline;
}
.loyalty-banner__icon {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  background: #FFFFFF;
  display: inline-block;
  flex-shrink: 0;
}
.loyalty-banner__icon::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.813rem;
  margin: auto;
  background-color: #141414;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
}
.loyalty-banner__cta:hover .loyalty-banner__icon::before {
  transform: translateX(0.2rem);
}
.loyalty-banner__image {
  max-width: 52.5rem;
}
.loyalty-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 16.75rem;
  object-position: 50% 40%;
}
@media (max-width: 768px) {
  .loyalty-banner__image {
    order: -1;
    margin-bottom: -3rem;
  }
}

.btn-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  font: 700 1.125rem/1 "houschka-pro", sans-serif;
  color: #141414;
  text-decoration: none;
  padding: 0.75rem 1.5rem 0.75rem 3.5rem;
  transition: 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 1;
}
.btn-pill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 3.875rem;
  height: 3.875rem;
  background: #FFFFFF;
  border-radius: 1000px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .btn-pill::before {
    width: 100%;
    border-radius: 2rem;
  }
}
.btn-pill::after {
  content: "";
  position: absolute;
  left: 1.4375rem;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.btn-pill:hover, .btn-pill:focus-visible {
  padding-left: 4.5rem;
  color: inherit;
}
.btn-pill:hover::before, .btn-pill:focus-visible::before {
  width: 100%;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .btn-pill {
    font-size: 1rem;
    margin-left: auto;
    display: block;
    width: fit-content;
  }
}
:root {
  --news-card-w-lg: 378px;
  --news-card-w-md: 340px;
  --news-card-w-sm: 320px;
  --news-gap-sm: 16px;
  --news-gap-md: 24px;
}

.news-section {
  padding-block: 7rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .news-section {
    padding-block: 5rem 2rem;
    padding-left: 0 !important;
  }
  .news-section h2, .news-section .h2 {
    padding-left: 2rem;
  }
}
@media (max-width: 1250px) {
  .news-section .row {
    padding: 0 1rem !important;
  }
}
.news-section .col-12:nth-child(1) {
  position: relative;
  z-index: 10;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .news-section .col-12:nth-child(2) {
    margin-left: -1rem !important;
    padding: 0 !important;
  }
  .news-section .news-slider-wrap {
    position: relative;
    overflow: visible;
  }
  .news-section .news-slider-wrap::before {
    content: "";
    position: absolute;
    top: -1%;
    bottom: 0;
    left: calc(-100vw + 50% - 5rem);
    width: calc(100vw - 50% + 6rem);
    height: 102%;
    background: #F6F6F6;
    pointer-events: none;
    z-index: 5;
  }
  .news-section .col-lg-9 {
    overflow: visible;
  }
}
.news-section .btn-pill {
  margin-top: 6rem !important;
  width: fit-content;
}
@media (max-width: 768px) {
  .news-section .btn-pill {
    margin: 0 auto;
  }
}
.news-section .btn-pill::before {
  background: #F7C7C8;
}

.news-swiper {
  overflow: visible !important;
  user-select: none;
}
.news-swiper .swiper-wrapper {
  align-items: stretch;
}
.news-swiper .swiper-slide {
  flex: 0 0 auto;
  height: auto;
  display: flex;
}
@media (min-width: 1200px) {
  .news-swiper .swiper-slide {
    width: var(--news-card-w-lg);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-swiper .swiper-slide {
    width: var(--news-card-w-md);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-swiper .swiper-slide {
    width: var(--news-card-w-sm);
  }
}
@media (max-width: 767.98px) {
  .news-swiper .swiper-slide {
    width: auto;
  }
}

.news-card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 200ms ease;
  cursor: pointer;
  position: relative;
}
.news-card .news-link--cover {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card .news-card :is(a, button, input, textarea, select, [role=button]):not(.news-link--cover) {
  position: relative;
  z-index: 2;
}
.news-card .news-link--cover:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.news-card .news-card:hover .news-link::after {
  transform: translateX(0.25rem);
  color: #E81035;
}
.news-card .news-body {
  border: 1px solid #FFFFFF;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  transition: 0.3s ease-in-out;
  flex: 1 1 auto;
}
.news-card .news-footer {
  border: 1px solid #FFFFFF;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  transition: 0.3s ease-in-out;
  margin-top: auto;
}
.news-card:hover .news-body, .news-card:hover .news-footer {
  border-color: #5E5F5F;
}
.news-card:hover img {
  transform: scale(1.05);
}

.news-card:hover .news-link::after {
  transform: translateX(0.25rem);
  color: #E81035;
}

.news-card,
.news-swiper .news-card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
}
.news-card:hover .news-link::after,
.news-swiper .news-card:hover .news-link::after {
  transform: translateX(0.25rem);
  color: #E81035;
}

.news-thumb {
  position: relative;
  border-radius: 1rem 1rem 0 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 15.375rem;
  object-position: top center;
  transition: 0.3s ease-in-out;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 768px) {
  .news-thumb img {
    max-height: unset;
  }
}

.news-section h2, .news-section .h2 {
  max-width: 14rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .news-section h2, .news-section .h2 {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.news-slider-wrap .news-badge {
  bottom: 10%;
}

.news-badge {
  display: inline-block;
  margin-right: 0.25rem;
  left: 1.25rem;
  bottom: 13%;
  padding: 0.5rem 0.625rem;
  font: 600 0.75rem/1 "houschka-pro", sans-serif;
  color: #FFFFFF;
  border-radius: 0.25rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .news-badge {
    bottom: 10%;
  }
}

form {
  scroll-margin-top: 14rem;
}

.badge--green {
  background: #0BA965;
}

.badge--red {
  background: #E81035;
}

.badge--yellow {
  background: #FFEEA7;
  color: #141414;
}

.badge--pink {
  background: #F7C7C8;
  color: #141414;
}

.badge--blue {
  background: #B2EAEA;
  color: #141414;
}

.news-body {
  flex: 1;
  padding: 1.5rem 1.25rem 1.25rem;
  margin-top: -11%;
  border-radius: 1rem;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 768px) {
  .news-body {
    padding: 1.5rem 1rem 1rem;
  }
}
.news-body h3, .news-body .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.25rem 0 1rem;
  line-height: 110%;
}
@media (max-width: 768px) {
  .news-body h3, .news-body .h3 {
    font-size: 1.25rem;
  }
}
.news-body p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  color: #5E5F5F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 768px) {
  .news-body p {
    font-size: 1rem;
  }
}

.news-footer {
  padding: 1rem 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.news-footer .news-time {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #5E5F5F;
}
.news-footer .news-time::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: currentColor;
  mask: url("../media/static/icons/icon-time.svg") center/contain no-repeat;
  transition: transform 0.3s ease-in-out;
  color: #5E5F5F;
  display: block;
}
.news-footer .news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #141414;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.news-footer .news-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .news-footer .news-link {
    font-size: 0.875rem;
  }
}
.news-footer .news-link::after {
  content: "";
  width: 1.1875rem;
  height: 0.813rem;
  background: currentColor;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
}
.news-footer .news-link:hover::after {
  transform: translateX(0.25rem);
  color: #E81035;
}

.news-progress {
  height: 5px;
  border-radius: 1rem;
  margin-top: 2rem;
  bottom: -2.15rem;
  top: unset !important;
  width: 80% !important;
  left: 3rem !important;
  background-color: #FFFFFF !important;
  cursor: pointer;
  touch-action: none;
}
@media (max-width: 768px) {
  .news-progress {
    left: 2.75rem !important;
    width: 80% !important;
    bottom: -1.9rem !important;
  }
}

.swiper-pagination-progressbar-fill {
  background: #E81035 !important;
  border-radius: 1rem;
}

.news-prev,
.news-next {
  position: absolute;
  bottom: -3.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 5;
}
.news-prev span,
.news-next span {
  width: 100%;
  height: 100%;
  display: block;
  background: #E81035;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
}

.news-card {
  box-sizing: border-box;
}

.news-prev {
  right: 4.75rem;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .news-prev {
    display: none;
  }
}

.news-next {
  right: 2rem;
}
@media (max-width: 768px) {
  .news-next {
    display: none;
  }
}

.news-prev.swiper-button-disabled span,
.news-next.swiper-button-disabled span {
  color: #F7C7C8;
}

.news-body h3:hover, .news-body .h3:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .news-card {
    width: 18rem;
    max-width: calc(100vw - 4rem);
    margin: 0 auto;
  }
  .news-next {
    bottom: -2.75rem;
  }
}
@media (max-width: 768px) {
  .news-section h2, .news-section .h2 {
    font-size: 2rem;
  }
}
.numbers-section {
  border-radius: 0.75rem;
  padding: 4rem 0;
}
.numbers-section .content-wrapper {
  padding: 2.5rem 2rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
}
@media (max-width: 768px) {
  .numbers-section .content-wrapper {
    padding: 2rem 1rem;
  }
}
.numbers-section ul {
  list-style: none;
  background: #FFFFFF;
  width: 100%;
}
.numbers-section ul li {
  text-align: center;
}
@media (max-width: 768px) {
  .numbers-section ul li {
    margin-bottom: 3rem;
  }
}
.numbers-section ul li:nth-child(1) img {
  height: 5.813rem;
  width: auto;
}
@media (max-width: 768px) {
  .numbers-section ul li:nth-child(1) img {
    height: 4.5rem;
    width: auto;
  }
}
.numbers-section ul li:nth-child(2) img {
  height: 8.438rem;
  width: auto;
}
@media (max-width: 768px) {
  .numbers-section ul li:nth-child(2) img {
    height: 6rem;
    width: auto;
  }
}
.numbers-section ul li:nth-child(3) img {
  width: 8rem;
  height: auto;
}
@media (max-width: 768px) {
  .numbers-section ul li:nth-child(3) img {
    width: 6rem;
    height: auto;
  }
}
.numbers-section ul li:nth-child(4) img {
  height: 7.313rem;
  width: auto;
}
@media (max-width: 768px) {
  .numbers-section ul li:nth-child(4) img {
    height: 5.5rem;
    width: auto;
  }
}
.numbers-section .numbers-icon {
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  background: #FFEEA7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbers-section .numbers-icon img {
  width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .numbers-section .numbers-icon {
    width: 6rem;
    height: 6rem;
  }
  .numbers-section .numbers-icon img {
    width: 40%;
  }
}
.numbers-section p:has(span) {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  font-weight: 700;
  color: #E81035;
  margin-bottom: 0.5rem;
  line-height: 120%;
}
.numbers-section p:has(span) span {
  font-size: 2rem;
  line-height: 1;
  color: #E81035;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .numbers-section p:has(span) span {
    font-size: 1.5rem;
  }
}
.numbers-section > div ul li > p:not(:has(span)) {
  font-size: 1rem;
  line-height: 1.3;
  color: #141414;
  margin: 0 auto;
  max-width: 11rem;
}

@media (max-width: 768px) {
  .numbers-section .sm_intext p {
    font-size: 1rem;
    max-width: 100%;
  }
}

.falcon-banner {
  background: #B2EAEA;
  overflow-y: visible;
  position: relative;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .falcon-banner {
    padding: 3rem 1rem;
    margin-top: 0;
  }
}
.falcon-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
}
@media (max-width: 767.98px) {
  .falcon-banner__inner {
    flex-direction: column;
    gap: 2.5rem;
    text-align: left;
  }
}
.falcon-banner__content {
  min-width: 38.75rem;
  padding-left: 1.5rem !important;
}
@media (max-width: 768px) {
  .falcon-banner__content {
    min-width: unset;
  }
}
.falcon-banner__content h2, .falcon-banner__content .h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .falcon-banner__content h2, .falcon-banner__content .h2 {
    font-size: 2.5rem;
  }
}
.falcon-banner__content .btn-pill {
  color: #141414;
}
.falcon-banner__content .btn-pill::before {
  background: #FFFFFF;
}
.falcon-banner__content .btn-pill::after {
  background: #141414;
}
.falcon-banner__artwork {
  position: relative;
  min-height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falcon-banner__artwork img {
  max-width: 100%;
  height: auto;
}
.falcon-banner__artwork .falcon-img {
  height: 28rem;
  width: auto;
  position: absolute;
  bottom: -1.85rem;
  right: 1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .falcon-banner__artwork .falcon-img {
    bottom: -4.6rem;
    height: 19rem;
    right: 5rem;
  }
}
.falcon-banner__artwork .cloud {
  position: absolute;
  color: #FFFFFF;
  opacity: 0.95;
}
.falcon-banner__artwork .cloud--1 {
  width: 9.688rem;
  bottom: 1.8rem;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .falcon-banner__artwork .cloud--1 {
    width: 9rem;
    bottom: -2.2rem;
  }
}
.falcon-banner__artwork .cloud--2 {
  width: 7.188rem;
  top: 4rem;
  right: 13%;
}
@media (max-width: 768px) {
  .falcon-banner__artwork .cloud--2 {
    width: 7.188rem;
    top: 8rem;
  }
}

.page-header {
  padding-block: 3rem 6rem;
  padding-bottom: 0;
  background: #F6F6F6;
  overflow: hidden;
}
.page-header p:has(img) {
  height: 100%;
}
.page-header__box {
  position: relative;
  width: 100%;
  max-width: 83.875rem;
  margin-inline: auto;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 3.375rem 4.438rem;
}
.page-header__breadcrumb {
  margin-bottom: 3.125rem;
}
.page-header__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-header__breadcrumb ol li {
  font-size: 0.813rem;
  display: flex;
  color: #5E5F5F;
}
.page-header__breadcrumb ol li:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
}
.page-header__breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.page-header__breadcrumb ol li a:hover {
  color: #E81035;
  text-decoration: underline;
}
.page-header__breadcrumb ol li:last-child {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-header .col-12:nth-child(2) {
    padding: 0;
    margin: 0;
  }
}
.page-header h1, .page-header .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  max-width: 20ch;
  margin-bottom: 3.125rem;
}
.page-header p {
  line-height: 120%;
  font-weight: 500;
  color: #141414;
}
.page-header__artwork {
  position: relative;
  width: clamp(18rem, 40vw, 30.5rem);
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-bottom: -10rem;
}
.page-header__artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .page-header__artwork img {
    top: 2rem;
  }
}
@media (max-width: 768px) {
  .page-header {
    padding-block: 2rem 3rem;
  }
  .page-header__box {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem 13rem;
  }
  .page-header__breadcrumb {
    margin-bottom: 1.5rem;
  }
  .page-header__breadcrumb ol li {
    font-size: 0.75rem;
  }
  .page-header h1, .page-header .h1 {
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 2rem;
    max-width: none;
    text-wrap: balance;
  }
  .page-header p {
    font-size: 1.15rem !important;
    max-width: none;
    line-height: 120%;
  }
  .page-header__artwork {
    margin-top: -1rem !important;
    margin-left: 0 !important;
    translate: none;
    width: 100%;
  }
  .page-header__artwork img {
    width: 100%;
  }
}

.page-header--for-customers {
  overflow: visible;
}
.page-header--for-customers h1, .page-header--for-customers .h1 {
  max-width: 30.063rem;
}
.page-header--for-customers p {
  font-size: 1.25rem;
  max-width: 30.063rem;
}
.page-header--for-customers .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("../media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 1260px) {
  .page-header--for-customers .page-header__artwork::before {
    width: 9.375rem;
    height: 13.875rem;
    top: -5.5rem;
    left: -2.5rem;
  }
}
@media (max-width: 768px) {
  .page-header--for-customers .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}

.signpost {
  padding-block: 6rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .signpost {
    padding: 0 0.5rem 12rem;
  }
}
.signpost h2, .signpost .h2 {
  font: 700 2.5rem/1 "houschka-pro", sans-serif;
  margin-bottom: 3.438rem;
}
@media (min-width: 768px) {
  .signpost h2, .signpost .h2 {
    padding: 0 1rem;
  }
}
.signpost ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .signpost ul {
    gap: 1rem;
  }
}
.signpost ul > li {
  flex: 0 1 calc(25% - 1.5rem);
}
.signpost ul > .signpost__wide {
  flex: 0 1 calc(50% - 1.5rem);
}
@media (max-width: 75rem) {
  .signpost ul > li {
    flex: 0 1 calc(33.333% - 1.5rem);
  }
  .signpost ul > .signpost__wide {
    flex: 0 1 calc(66.666% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .signpost ul > li {
    flex: 0 1 calc(50% - 0.75rem);
  }
  .signpost ul > .signpost__wide {
    flex: 0 1 100%;
  }
}
.signpost li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem 2rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  max-width: 16.875rem;
  border: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .signpost li a {
    max-width: 100%;
    padding: 2rem 1.25rem 1.75rem;
  }
}
.signpost li a:hover, .signpost li a:focus-visible, .signpost li a.is-current {
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.08);
  border: 1px solid #5E5F5F;
}
.signpost li a:hover span:has(img), .signpost li a:focus-visible span:has(img), .signpost li a.is-current span:has(img) {
  background: #E81035;
}
.signpost li a:hover span:has(img) img, .signpost li a:focus-visible span:has(img) img, .signpost li a.is-current span:has(img) img {
  filter: brightness(0) invert(1);
}
.signpost span:has(img) {
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 50%;
  background: #F6F6F6;
  display: grid;
  place-items: center;
  transition: 0.3s ease-in-out;
  position: relative;
}
.signpost span:has(img) img {
  width: 100%;
  max-width: 4rem;
  max-height: 3.125rem;
  height: 100%;
  transition: 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .signpost span:has(img) img {
    max-width: 3rem;
    max-height: 2.5rem;
  }
}
.signpost h3, .signpost .h3 {
  font: 700 1.5rem/1.2 "houschka-pro", sans-serif;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .signpost h3, .signpost .h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
}
.signpost span:not(:has(img)) {
  font: 500 1rem/1.4 "houschka-pro", sans-serif;
  color: #141414;
  text-align: center;
  margin-top: auto;
  text-decoration: underline;
}
.signpost__artwork {
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 42rem;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .signpost h2, .signpost .h2 {
    font-size: 2rem;
  }
  .signpost li a {
    padding: 2rem 1.25rem 1.75rem;
  }
  .signpost__icon {
    width: 5rem;
    height: 5rem;
  }
  .signpost h3, .signpost .h3 {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
  .signpost__more {
    font-size: 0.8125rem;
  }
  .signpost__artwork {
    bottom: -11.5rem;
    width: 100%;
  }
}

main.for-costumers .news-section {
  margin-top: 2rem;
}
main.for-costumers .faq {
  padding-top: 14rem;
}
@media (max-width: 768px) {
  main.for-costumers .faq {
    padding-top: 0;
  }
}

.faq {
  padding-block: 11rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .faq {
    padding: 0 0 5rem 0;
  }
}
.faq .faq__content {
  margin-left: auto;
}
@media (max-width: 768px) {
  .faq .faq__content {
    padding: 0;
  }
}
.faq__wrap {
  position: relative;
}
.faq__photo--bg {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 36.438rem;
  aspect-ratio: 16/10;
  z-index: 1;
}
@media (max-width: 1300px) {
  .faq__photo--bg {
    width: 27.328rem;
    left: 6rem;
  }
}
.faq__photo--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  top: -55px;
  left: -1.5px;
  max-height: 23.5rem;
  max-width: 36.438rem;
}
@media (max-width: 768px) {
  .faq__photo--bg img {
    top: 7rem;
    max-width: calc(100% - 2rem);
    border-radius: 1rem 1rem 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.faq__photo--man {
  position: absolute;
  top: -7.5rem;
  right: 47rem;
  width: 17rem;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 1235px) {
  .faq__photo--man {
    display: none;
  }
}
.faq__photo--man img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1300px) {
  .faq__photo--man {
    width: 14rem;
    top: -7.25rem;
    right: 47.25rem;
  }
}
.faq__box {
  position: relative;
  max-width: 49.25rem;
  width: 100%;
  margin-left: auto;
  z-index: 3;
  padding: 3rem 4rem;
  background: #FFEEA7;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .faq__box {
    max-width: 40rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .faq__box {
    border-radius: 1rem 1rem 0 0;
  }
}
.faq__box::after {
  content: "?";
  position: absolute;
  right: 2rem;
  top: 1rem;
  font: 900 38rem/1 "houschka-pro", sans-serif;
  color: #FFF4C6;
  pointer-events: none;
}
.faq__box h2, .faq__box .h2 {
  font: 700 2.5rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.faq__box .faq__list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.faq p:has(a) {
  margin-top: 2.5rem;
}
.faq a {
  display: block;
  width: fit-content;
  margin: 2.5rem auto 0;
  position: relative;
  z-index: 2;
}
.faq a::before {
  background: #F7C7C8;
}
.faq .sm_intext a {
  margin-top: 0;
}

.faq-item {
  border-radius: 0.75rem;
  transition: 0.3s ease-in-out;
  border: 0.1rem solid #FFFFFF;
}
.faq-item__question {
  width: 100%;
  padding: 1.55rem 1.25rem;
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
  background: #fff;
  border: 0;
  border-radius: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: 0.1rem solid #fff;
  transition: 0.3s ease-in-out;
}
.faq-item__question span, .faq-item__question p {
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
}
@media (max-width: 768px) {
  .faq-item__question span, .faq-item__question p {
    font-size: 1rem;
  }
}
.faq-item__question:hover {
  outline-color: #141414;
}
.faq-item__question:focus-visible {
  outline: 0.15rem solid #E81035;
}
.faq-item__question .faq-item__icon {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
}
.faq-item__question .faq-item__icon::before, .faq-item__question .faq-item__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #E81035;
  border-radius: 0.125rem;
  transition: transform 0.3s;
}
.faq-item__question .faq-item__icon::before {
  width: 58%;
  height: 0.125rem;
}
.faq-item__question .faq-item__icon::after {
  width: 0.125rem;
  height: 58%;
}
.faq-item__answer {
  overflow: hidden;
  opacity: 0;
  padding: 0 1.25rem;
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  transition: 0.3s ease-in-out;
}
.faq-item__answer a {
  color: #E81035;
  text-decoration: underline;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.faq-item__answer a:hover {
  color: #b80d2a;
}
.faq-item__answer p {
  margin: 0 !important;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faq-item__answer p {
    font-size: 1rem;
  }
}
.faq-item__answer p:nth-child(even) {
  margin-top: 0.5rem;
}

.faq-item[data-open=true] {
  border: 0.1rem solid #141414;
}
.faq-item[data-open=true] .faq-item__question .faq-item__icon::after {
  transform: scaleY(0);
}
.faq-item[data-open=true] .faq-item__answer {
  opacity: 1;
  padding-bottom: 1rem;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .faq__wrap {
    display: flex;
    flex-direction: column;
  }
  .faq__photo--bg,
  .faq__photo--man {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 1.5rem;
  }
  .faq__photo--man {
    top: -2rem;
    right: 0;
    width: 100%;
    max-width: 0;
  }
  .faq__photo--man img {
    width: 100%;
    height: auto;
    max-width: 17rem;
    object-fit: contain;
    left: 55.5%;
    transform: translateX(-50%);
    top: 5.5rem;
  }
  .faq__box {
    padding: 2rem 1.5rem 3rem;
    border-radius: 0 0 1rem 1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .faq__box {
    max-width: calc(100vw - 2rem);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .faq h2, .faq .h2 {
    font-size: 2rem;
  }
  .faq-item__question {
    font-size: 1rem;
    padding: 1rem;
  }
}
.faq-item[data-open=true] {
  border: 0.1rem solid #141414;
}
.faq-item[data-open=true] button {
  border-radius: 0.75rem 0.75rem 0 0;
  outline: none !important;
}
.faq-item[data-open=true] button:hover {
  border: none !important;
}
.faq-item[data-open=true] .faq-item__icon {
  background: #E5E5E5;
}
.faq-item[data-open=true] .faq-item__icon::after {
  transform: scaleY(0);
}
.faq-item[data-open=true] .faq-item__answer {
  opacity: 1;
  padding-bottom: 1rem;
  background: #FFFFFF;
}

.page-header--outages-and-news {
  padding-top: 1rem;
  position: relative;
  max-height: 21rem;
}
@media (max-width: 768px) {
  .page-header--outages-and-news {
    padding-top: 3rem;
    padding-bottom: 18rem;
  }
}
.page-header--outages-and-news .page-header__breadcrumb {
  margin-bottom: 1.25rem;
}
.page-header--outages-and-news .page-header__box {
  max-width: unset;
  background: none;
  padding: 0;
}
.page-header--outages-and-news .page-header__artwork {
  position: static;
}
.page-header--outages-and-news .page-header__artwork img {
  position: absolute;
  width: 30.894rem;
  height: auto;
  top: 3rem;
  right: -7.5rem;
  left: unset;
  border-radius: 0;
  object-fit: contain;
}
@media (max-width: 768px) {
  .page-header--outages-and-news .page-header__artwork img {
    width: 100%;
    height: auto;
    right: -12rem;
    top: unset;
    bottom: 2.5rem;
    border-radius: 1rem;
  }
}

main.outages-and-news article {
  width: 100%;
}
main.outages-and-news .content-wrapper {
  max-width: 31.25rem;
}
main.outages-and-news .content-wrapper p {
  font-size: 1.25rem;
}
main.outages-and-news .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}
main.outages-and-news .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

.news-board {
  padding-block: 0;
  padding-bottom: 18rem;
  position: relative;
  overflow: hidden;
}
.news-board::before {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: -10.5rem;
  height: 18.378rem;
  width: 32.548rem;
  background: url("../media/static/artwork/outages-and-news-bottom--1.svg") no-repeat center/contain, #F6F6F6;
  z-index: 0;
}
@media (max-width: 768px) {
  .news-board::before {
    display: none;
  }
}
.news-board::after {
  content: "";
  position: absolute;
  bottom: 7rem;
  right: -4.5rem;
  width: 27rem;
  height: 5.262rem;
  background: url("../media/static/artwork/outages-and-news-bottom--2.svg") no-repeat center/contain, #F6F6F6;
  z-index: 0;
}
@media (max-width: 768px) {
  .news-board::after {
    right: -2rem;
    width: 20rem;
    height: 4rem;
    bottom: 2rem;
  }
}
.news-board .news-card {
  height: 100%;
}
@media (max-width: 1250px) {
  .news-board .news-card {
    width: 22.5rem;
  }
}
@media (max-width: 768px) {
  .news-board .news-card {
    width: 100%;
  }
}
.news-board #blog-content {
  position: relative;
  z-index: 2;
}
.news-board #blog-content .loading {
  font-size: 2rem;
  color: black;
  font-weight: bold;
  text-align: center;
}
.news-board__filter {
  margin-bottom: 5rem !important;
  padding: 0 0.25rem;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
}
@media (max-width: 768px) {
  .news-board__filter {
    margin-bottom: 2.5rem !important;
  }
}
.news-board__filter li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.news-board__filter::-webkit-scrollbar {
  display: none;
}
.news-board__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  padding: 0.875rem 1.125rem;
  border: 0.063rem solid #E5E5E5;
  border-radius: 0.375rem;
  background: #FFFFFF;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #141414;
  transition: 0.3s ease-in-out;
}
.news-board__chip:hover {
  border-color: #141414;
}
.news-board__chip.is-active {
  border-color: transparent;
  color: #FFFFFF;
}
.news-board__chip.chip--green.is-active, .news-board__chip.chip--aktuality.is-active {
  background: #0BA965;
}
.news-board__chip.chip--red.is-active, .news-board__chip.chip--odstavky.is-active {
  background: #E81035;
}
.news-board__chip.chip--yellow.is-active, .news-board__chip.chip--pro-zakazniky.is-active {
  background: #FFEEA7;
  color: #141414;
}
.news-board__chip.chip--blue.is-active, .news-board__chip.chip--ze-sveta-teplarny.is-active {
  background: #B2EAEA;
  color: #141414;
}
.news-board__chip.chip--pink.is-active, .news-board__chip.chip--rady-a-tipy.is-active {
  background: #F7C7C8;
  border: 1px solid #141414;
  color: #141414;
}
.news-board__grid {
  --bs-gutter-y: 5rem;
  --bs-gutter-x: 1.5rem;
  margin-inline: -1.5rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .news-board__grid {
    --bs-gutter-y: 3rem;
  }
}
.news-board__grid > .col {
  padding-inline: 1.5rem;
}
@media (max-width: 768px) {
  .news-board__grid > .col {
    padding-inline: 0;
  }
}
.news-board__pagination {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .news-board__pagination {
    margin-top: 3rem;
  }
}
.news-board__pagination .pagination {
  list-style: none;
}
.news-board__pagination .pagination .page-link {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #F6F6F6;
  font: 600 0.875rem/1 "houschka-pro", sans-serif;
  color: #141414;
  transition: 0.3s ease-in-out;
  margin: 0;
}
.news-board__pagination .pagination .page-link:hover {
  background: #E5E5E5;
}
.news-board__pagination .pagination .page-link.is-active {
  background: #F7C7C8;
}
.news-board__pagination .news-board__arrow {
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/60% no-repeat;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
  width: 1.8rem !important;
  height: 1.8rem !important;
  margin-right: 0.5rem;
  background: #E81035 !important;
}
.news-board__pagination .news-board__arrow:hover {
  background: #E81035;
}
.news-board__pagination .news-board__arrow--next {
  transform: scaleX(1);
  margin-left: 0.5rem;
  margin-right: 0;
}
.news-board__pagination .news-board__arrow:disabled {
  background: #5E5F5F !important;
  pointer-events: none !important;
}
@media (max-width: 62rem) {
  .news-board {
    padding-block: 4rem;
    padding-top: 0;
    padding-bottom: 10rem;
  }
  .news-board__grid {
    --bs-gutter-x: 1rem;
    margin-inline: -1rem;
  }
  .news-board__pagination {
    position: relative;
    z-index: 10;
  }
  .news-board__pagination .page-link {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 48rem) {
  .news-board__grid {
    --bs-gutter-x: .75rem;
    margin-inline: -0.75rem;
  }
  .news-board__pagination .page-link {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.8125rem;
  }
}

.loyalty-banner--join-us {
  margin-top: 6rem;
}
.loyalty-banner--join-us .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
.loyalty-banner--join-us .content-wrapper p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .loyalty-banner--join-us {
    margin-top: 2rem;
  }
}
.loyalty-banner--join-us img {
  max-height: 22.688rem;
  height: 100%;
  object-position: 50% 25%;
}
.loyalty-banner--join-us .content-wrapper p {
  font-size: 1.25rem;
}

main.history .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.history .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.history .loyalty-banner {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  main.history .loyalty-banner {
    margin-top: 2rem;
  }
}
main.history .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}
main.history .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}

main.about-company .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.about-company .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.about-company .loyalty-banner {
  margin-top: 6rem;
}
main.about-company .page-header {
  padding-bottom: 6rem;
}
main.about-company .page-header h1, main.about-company .page-header .h1 {
  width: 105%;
}
main.about-company .page-header p {
  font-size: 2rem;
  max-width: 33.938rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  main.about-company .page-header {
    padding-bottom: 5rem;
  }
}
main.about-company .page-header .page-header__box {
  padding-bottom: 7rem;
}
main.about-company .page-header .page-header__box .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("../media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 11.625rem;
  height: 16.188rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  main.about-company .page-header .page-header__box .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}
main.about-company .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}
main.about-company .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}

.news-detail__article {
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
@media (max-width: 768px) {
  .news-detail__article .container {
    padding: 0;
  }
}
.news-detail__article::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 3rem;
  width: 12.125rem;
  height: 5.938rem;
  background: url("../media/static/icons/icon-cloud.svg") no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .news-detail__article::before {
    display: none;
  }
}
.news-detail__article::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -15rem;
  width: 21.644rem;
  translate: -50% -50%;
  height: 12.489rem;
  background: url("../media/static/artwork/news-detail--pipes.svg") no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .news-detail__article::after {
    right: -19rem;
  }
}

.tox-edit-area ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 2.625rem;
}
.tox-edit-area ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .tox-edit-area ul li {
    font-size: 1rem;
  }
}
.tox-edit-area ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 2px;
  background-color: #E81035;
}
@media (max-width: 768px) {
  .tox-edit-area ul li::before {
    width: 1.25rem;
  }
}

.mce-content-body ul {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 2.625rem;
}
.mce-content-body ul li {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .mce-content-body ul li {
    font-size: 1rem;
  }
}
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 2px;
  background-color: #E81035;
}
@media (max-width: 768px) {
  .mce-content-body ul li::before {
    width: 1.25rem;
  }
}

.news-detail__meta {
  padding: 0;
}
.news-detail h1, .news-detail .h1 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  line-height: 110%;
  font-size: 3.625rem;
  max-width: 62.125rem;
}
@media (max-width: 768px) {
  .news-detail h1, .news-detail .h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.news-detail article ul, .news-detail .mce-content-body ul {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 2.625rem;
}
.news-detail article ul li, .news-detail .mce-content-body ul li {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .news-detail article ul li, .news-detail .mce-content-body ul li {
    font-size: 1rem;
  }
}
.news-detail article ul li::before, .news-detail .mce-content-body ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 2px;
  background-color: #E81035;
}
@media (max-width: 768px) {
  .news-detail article ul li::before, .news-detail .mce-content-body ul li::before {
    width: 1.25rem;
  }
}
.news-detail .news-detail__box h2, .news-detail .news-detail__box .h2 {
  font-size: 2rem;
}
.news-detail .news-detail__box h3, .news-detail .news-detail__box .h3 {
  font-size: 2.5rem;
}
.news-detail .news-detail__box ul ul {
  margin-top: 1.5rem;
}
.news-detail .news-detail__box ul ul li::before {
  width: 1rem;
  padding-left: 1rem;
}
.news-detail__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  padding: 0.875rem 1.125rem;
  border: 0.063rem solid #E5E5E5;
  border-radius: 0.375rem;
  background: #FFFFFF;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  transition: 0.3s ease-in-out;
  color: white;
}
@media (max-width: 768px) {
  .news-detail__chip {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.news-detail__chip--green {
  background: #0BA965;
}
.news-detail__chip--red {
  background: #E81035;
}
.news-detail__chip--pink {
  background: #F7C7C8;
  color: #141414;
}
.news-detail__chip--yellow {
  background: #FFEEA7;
  color: #141414;
}
.news-detail__chip--blue {
  background: #B2EAEA;
  color: #141414;
}
.news-detail__reading-time {
  font: 600 1rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
  display: block;
  align-items: center;
  gap: 0.35rem;
  justify-self: center;
  margin: 4.438rem auto 3rem;
}
@media (max-width: 768px) {
  .news-detail__reading-time {
    margin: 2rem auto 1.5rem;
  }
}
.news-detail__reading-time::before {
  content: "";
  width: 1rem;
  height: 1rem;
  padding-right: 1.25rem;
  display: inline-block;
  background: currentColor;
  mask: url("../media/static/icons/icon-time.svg") center/contain no-repeat;
}
.news-detail article ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 2.5rem;
  margin-bottom: 2.625rem;
}
.news-detail article ol li {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .news-detail article ol li {
    font-size: 1rem;
  }
}
.news-detail article ol li::before {
  counter-increment: custom-counter;
  content: counter(custom-counter) ".";
  position: absolute;
  left: -1.5rem;
  top: 0;
  font-weight: 600;
  color: #E81035;
}
.news-detail__box {
  max-width: 49.25rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1rem;
  z-index: 3;
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.05);
  position: relative;
}
@media (max-width: 768px) {
  .news-detail__box {
    max-width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  .news-detail__box p {
    font-size: 1rem !important;
  }
}
.news-detail__box::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  right: -30rem;
  width: 16.375rem;
  height: 8rem;
  background: url("../media/static/icons/icon-cloud.svg") no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .news-detail__box::before {
    display: none;
  }
}
.news-detail__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7.5rem;
  width: 10.82rem;
  translate: -50% -50%;
  height: 33.563rem;
  background: url("../media/static/icons/icon-falcon--long.svg") no-repeat center/contain;
  z-index: 0;
}
.news-detail .news-detail__content:not(:has(figure img)) h1, .news-detail .news-detail__content:not(:has(figure img)) .h1, .news-detail .news-detail__content:not(:has(figure img)) h2, .news-detail .news-detail__content:not(:has(figure img)) .h2, .news-detail .news-detail__content:not(:has(figure img)) h3, .news-detail .news-detail__content:not(:has(figure img)) .h3 {
  margin-top: 2rem;
}
.news-detail .news-detail__content h1, .news-detail .news-detail__content .h1, .news-detail .news-detail__content h2, .news-detail .news-detail__content .h2, .news-detail .news-detail__content h3, .news-detail .news-detail__content .h3 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.news-detail .news-detail__content table {
  width: 100%;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news-detail .news-detail__content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    margin-right: 0;
  }
}
.news-detail .news-detail__content p {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  line-height: 140%;
  font-size: 1.125rem;
  font-weight: 500;
}
.news-detail .news-detail__content p.annotation {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 2.75rem;
}
@media (max-width: 768px) {
  .news-detail .news-detail__content p.annotation {
    font-size: 1.25rem !important;
  }
}
.news-detail .news-detail__content p a {
  color: #E81035;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
}
.news-detail .news-detail__content p a:hover {
  color: #c20d2c;
}
.news-detail img {
  object-fit: contain;
}
.news-detail__thumb {
  border-radius: 0.5rem;
  overflow: hidden;
}
.news-detail__thumb img {
  object-position: center center;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}
.news-detail__content > * + * {
  margin-top: 1.25rem;
}
.news-detail__content p, .news-detail__content li {
  font-size: 1.125rem;
  line-height: 1.45;
  color: #141414;
}
.news-detail__content a.link {
  color: #E81035;
  text-decoration: underline;
}
.news-detail__content a.link:hover {
  color: #c20d2c;
}
.news-detail__nav {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  max-width: 49.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .news-detail__nav span {
    font-size: 0.875rem;
  }
}
.news-detail__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news-detail__nav-link {
    gap: 0.5rem !important;
  }
}
.news-detail__nav-link:hover {
  text-decoration: underline;
  gap: 0.75rem;
}
.news-detail__nav-link::before, .news-detail__nav-link::after {
  content: "";
  width: 1.313rem;
  height: 0.85rem;
  background: #E81035;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.news-detail__nav-link::before {
  display: none;
}
.news-detail__nav-link::after {
  display: none;
}
.news-detail__nav-link--prev::before {
  display: block;
  transform: scaleX(-1);
}
.news-detail__nav-link--next::after {
  display: block;
}
.news-detail__nav-link--share {
  gap: 0.25rem;
}
.news-detail__nav-link--share::after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #E81035;
  mask: url("../media/static/icons/icon-share--red.svg") center/contain no-repeat;
  flex-shrink: 0;
}
.news-detail__nav-link.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.news-detail__nav-link.disabled::before, .news-detail__nav-link.disabled::after {
  filter: grayscale(1);
}

.page-header--price {
  padding-bottom: 31rem;
  background: #F6F6F6;
  position: relative;
}
.page-header--price p {
  max-width: 12.5rem;
  font-size: 2rem;
}
.page-header--price .page-header__box {
  height: 27.688rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 3.5rem 4rem;
  position: relative;
}
.page-header--price .page-header__box::before, .page-header--price .page-header__box::after {
  content: "";
  position: absolute;
  background: url("../media/static/icons/icon-cloud.svg") center/contain no-repeat;
  z-index: 0;
}
.page-header--price .page-header__box::before {
  bottom: -76%;
  left: 4rem;
  width: 8.25rem;
  height: 4rem;
}
.page-header--price .page-header__box::after {
  bottom: -18%;
  left: 19rem;
  width: 4.375rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .page-header--price .page-header__box {
    height: auto;
    padding: 2rem 1.5rem 2rem;
  }
}
.page-header--price .price-table {
  --col-location: 10.938rem;
  --col-money: 10.938rem;
  --col-label: 10.938rem;
  --gap-y: .25rem;
  background: #FFEEA7;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .page-header--price .price-table {
    position: absolute;
    right: 4rem;
    top: 105%;
    transform: translateY(-50%);
    max-width: 51.313rem;
    width: 100%;
  }
}
.page-header--price .price-table__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-header--price .price-table__toggle {
  position: relative;
  display: inline-flex;
  height: 3rem;
  padding: 0.2rem;
  border: 1px solid #5E5F5F;
  border-radius: 3rem;
  background: #FFFFFF;
  overflow: hidden;
}
.page-header--price .price-table__toggle::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  width: calc(50% - 0.2rem);
  background: #5a5a5a;
  border-radius: 3rem;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.page-header--price .price-table__toggle.is-right::before {
  transform: translateX(100%);
}
.page-header--price .price-table__toggle .price-table__option {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 0 1.75rem;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
  background: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 2;
  white-space: nowrap;
}
.page-header--price .price-table__toggle .price-table__option.is-active {
  color: #FFFFFF;
}
.page-header--price .price-table h2, .page-header--price .price-table .h2 {
  font: 700 1.25rem/1.2 "houschka-pro", sans-serif;
  margin: 0;
  color: #141414;
}
.page-header--price .price-table__wrap {
  display: grid;
  grid-template-columns: 173px 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: start;
}
.page-header--price .price-table__side {
  flex: 0 0 11.25rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  flex-direction: column;
  font: 700 1.125rem/1.25 "houschka-pro", sans-serif;
  grid-column: 1;
  flex: unset;
  max-width: unset;
  height: 100%;
}
.page-header--price .price-table__side--small {
  max-height: 53.5px;
  margin: 0.25rem 0 0.5rem;
}
.page-header--price .price-table__side small, .page-header--price .price-table__side .small {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.page-header--price .price-table__tables:has(thead.d-md-none) tbody tr td {
  border-bottom: none;
  position: relative;
}
.page-header--price .price-table__tables:has(thead.d-md-none) tbody tr td::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #141414;
}
@media (min-width: 768px) {
  .page-header--price .price-table__tables:has(thead.d-md-none) tbody tr td:first-child::before {
    left: unset;
    right: 0;
  }
}
@media (max-width: 768px) {
  .page-header--price .price-table__tables:has(thead.d-md-none) tbody tr td:first-child::before {
    display: none;
  }
}
.page-header--price .price-table__tables:has(thead.d-md-none) tbody td:nth-child(2) {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-header--price .price-table__tables:has(thead.d-md-none) thead th {
    font-weight: 700;
    text-align: start;
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.2;
    vertical-align: top;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) .price-table__label {
    display: none;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) thead th:nth-child(1) {
    width: 35%;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) thead th:nth-child(2),
  .page-header--price .price-table__tables:has(thead.d-md-none) thead th:nth-child(3) {
    width: 24%;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) thead th:nth-child(2) {
    padding-left: 0.5rem;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) tbody td {
    padding-left: 0.4rem;
  }
  .page-header--price .price-table__tables:has(thead.d-md-none) tbody td:nth-child(2) {
    font-weight: 700;
  }
}
.page-header--price .price-table__table {
  border-collapse: separate;
  border-spacing: 0 var(--gap-y);
  table-layout: fixed;
  width: 100%;
  margin-top: -2px;
}
.page-header--price .price-table__table th,
.page-header--price .price-table__table td {
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  border: none;
  position: relative;
  background: #FFEEA7;
}
.page-header--price .price-table__table tbody tr td {
  border-bottom: 1px solid #141414;
}
.page-header--price .price-table__table td:nth-child(2)::before,
.page-header--price .price-table__table td:nth-child(3)::before,
.page-header--price .price-table__table th:nth-child(2)::before,
.page-header--price .price-table__table th:nth-child(3)::before {
  content: "";
  position: absolute;
  top: var(--gap-y);
  bottom: var(--gap-y);
  left: 0;
  width: 1px;
  background: #141414;
}
.page-header--price .price-table__table td:nth-child(2),
.page-header--price .price-table__table td:nth-child(3) {
  font-weight: 700;
}
.page-header--price .price-table__table col.col--location {
  width: var(--col-location);
}
.page-header--price .price-table__table col.col--money {
  width: var(--col-money);
}
.page-header--price .price-table__table col.col--label {
  width: var(--col-label);
}
@media (max-width: 767.98px) {
  .page-header--price .price-table__table col.col--label {
    width: 38%;
  }
}
.page-header--price .price-table__table--main thead th {
  background: #FFFFFF;
  font-weight: 700;
  text-align: start;
  padding: 0.45rem 0.45rem 0.45rem 2rem;
}
@media (max-width: 767.98px) {
  .page-header--price .price-table__table--main thead th {
    vertical-align: top;
  }
}
.page-header--price .price-table__table--main thead th::before {
  display: none;
}
.page-header--price .price-table__table--main thead th:first-child {
  text-align: left;
  border-radius: 0.5rem 0 0 0.5rem;
}
.page-header--price .price-table__table--main thead th:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.page-header--price .price-table__table--main thead th small, .page-header--price .price-table__table--main thead th .small {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: -0.2rem;
}
.page-header--price .price-table__table--tv td:nth-child(2) {
  border: none;
}
.page-header--price .price-table__table--tv td:nth-child(2)::before {
  display: none;
}
.page-header--price .price-table__table--tv td:nth-child(3),
.page-header--price .price-table__table--tv td:nth-child(4) {
  font-weight: 700;
}
.page-header--price .price-table__table--tv td:nth-child(2) {
  font-weight: 500;
}
.page-header--price .price-table__table--tv td:last-child::before {
  content: "";
  position: absolute;
  top: var(--gap-y);
  bottom: var(--gap-y);
  left: 0;
  width: 1px;
  background: #141414;
}
@media (max-width: 767.98px) {
  .page-header--price .price-table__table--tv td:last-child::before {
    display: none;
  }
}
.page-header--price .price-table__table--tv tbody tr td {
  border-bottom: none;
}
.page-header--price .price-table__table--tv .price-table__label {
  background: #FFFFFF;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  padding: 1rem;
  max-width: 10.813rem;
  display: block;
  font-size: 1.125rem;
}
.page-header--price .price-table__legend {
  display: flex;
  flex-wrap: wrap;
  font: 600 0.875rem/1.2 "houschka-pro", sans-serif;
  gap: 0.25rem;
  max-width: 24.75rem;
  padding: 0;
}
.page-header--price .price-table__legend li {
  padding-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.page-header--price .price-table__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.page-header--price .price-table__actions .price-table__pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font: 600 0.875rem/1 "houschka-pro", sans-serif;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.page-header--price .price-table__actions .price-table__pdf:hover {
  gap: 0.75rem;
  text-decoration: underline;
}
.page-header--price .price-table__actions .price-table__pdf-icon {
  flex: 0 0 2.313rem;
  width: 2.313rem;
  height: 2.313rem;
  border-radius: 50%;
  background: #F7C7C8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header--price .price-table__actions .price-table__pdf-icon::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #141414;
  mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
  -webkit-mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
}
.page-header--price .price-table__actions .button--primary {
  white-space: nowrap;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .page-header--price {
    padding-bottom: 0;
  }
  .page-header--price .price-table {
    padding: 1rem 1rem 1.25rem;
    gap: 1rem;
    margin: 2rem auto 0;
    border-radius: 1rem;
  }
  .page-header--price .price-table__toggle {
    max-width: fit-content;
  }
  .page-header--price .price-table__header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .page-header--price .price-table__header h2, .page-header--price .price-table__header .h2 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    max-width: 80%;
  }
  .page-header--price .price-table__header .price-table__toggle {
    width: 100%;
    justify-content: space-between;
  }
  .page-header--price .price-table__wrap {
    flex-direction: column;
    gap: 0.75rem;
  }
  .page-header--price .price-table__side {
    align-self: flex-start;
    background: #FFFFFF;
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    font: 700 1rem/1.2 "houschka-pro", sans-serif;
    width: 100%;
    max-height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    max-width: 100%;
    font-size: 1.125rem;
  }
  .page-header--price .price-table__side span {
    display: flex;
    flex-direction: row;
    text-align: start;
  }
  .page-header--price .price-table tbody {
    margin-top: 1rem;
  }
  .page-header--price .price-table__tables {
    flex: 1 1 auto;
  }
  .page-header--price .price-table thead th {
    background-color: transparent !important;
    font-size: 0.875rem;
  }
  .page-header--price .price-table__table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 var(--gap-y);
  }
  .page-header--price .price-table__table col.col--location {
    width: 35%;
  }
  .page-header--price .price-table__table col.col--money {
    width: 24%;
  }
  .page-header--price .price-table__table th, .page-header--price .price-table__table td {
    padding: 0.625rem 0.5rem 0.625rem 0.875rem;
    font-size: 1.125rem;
    line-height: 1.25;
    word-break: normal;
    white-space: normal;
    hyphens: auto;
  }
  .page-header--price .price-table__table td:nth-child(2)::before,
  .page-header--price .price-table__table td:nth-child(3)::before,
  .page-header--price .price-table__table th:nth-child(2)::before,
  .page-header--price .price-table__table th:nth-child(3)::before {
    display: none;
  }
  .page-header--price .price-table__table--main thead th {
    padding: 0.25rem;
  }
  .page-header--price .price-table__table--main thead th small, .page-header--price .price-table__table--main thead th .small {
    font-size: 0.8rem;
    margin-top: -0.1rem;
  }
  .page-header--price .price-table .price-table__table--tv td {
    padding: 0;
  }
  .page-header--price .price-table .price-table__table--tv .col--money {
    display: none;
  }
  .page-header--price .price-table .price-table__table--tv thead th {
    background: #FFFFFF;
    font-weight: 700;
    text-align: start;
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.2;
    vertical-align: top;
  }
  .page-header--price .price-table .price-table__table--tv thead th small, .page-header--price .price-table .price-table__table--tv thead th .small {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: -0.1rem;
  }
  .page-header--price .price-table .price-table__table--tv thead th:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .page-header--price .price-table .price-table__table--tv thead th:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .page-header--price .price-table .price-table__table--tv thead th:nth-child(1) {
    width: 35%;
  }
  .page-header--price .price-table .price-table__table--tv thead th:nth-child(2),
  .page-header--price .price-table .price-table__table--tv thead th:nth-child(3) {
    width: 24%;
  }
  .page-header--price .price-table .price-table__table--tv thead th:nth-child(2) {
    padding-left: 0.5rem;
  }
  .page-header--price .price-table .price-table__table--tv tbody td:nth-child(2) {
    font-weight: 500;
  }
  .page-header--price .price-table .price-table__table--tv tbody td:nth-child(3),
  .page-header--price .price-table .price-table__table--tv tbody td:nth-child(4) {
    font-weight: 700;
    padding-left: 0.5rem !important;
  }
  .page-header--price .price-table .price-table__label--floating {
    background: #FFFFFF;
    border-radius: 0.5rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0 0.5rem;
    text-align: left;
    max-width: 100%;
  }
  .page-header--price .price-table__actions {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  .page-header--price .price-table__actions .button--primary {
    width: auto;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .page-header--price .price-table__actions .price-table__pdf {
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
  .page-header--price .price-table__legend {
    width: 100%;
    gap: 0.25rem;
    margin: 1.5rem auto 0;
    max-width: 90%;
  }
  .page-header--price .price-table__legend li {
    font-size: 0.875rem;
  }
}

.transparent-price {
  padding-block: 5rem 6rem;
  background: #F6F6F6;
}
.transparent-price .container {
  position: relative;
}
@media (max-width: 768px) {
  .transparent-price {
    padding-block: 6rem;
  }
}
.transparent-price__box {
  background: #B2EAEA;
  border-radius: 0.75rem;
  padding: 4rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .transparent-price__box {
    padding: 1rem 1rem 2rem;
  }
}
.transparent-price h2, .transparent-price .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .transparent-price h2, .transparent-price .h2 {
    font-size: 2rem;
    text-align: center;
  }
}
.transparent-price p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .transparent-price p {
    font-size: 1.25rem;
    text-align: center;
  }
}
.transparent-price ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.transparent-price ul li {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font: 500 1.125rem/1.2 "houschka-pro", sans-serif;
}
.transparent-price ul li::before {
  content: "";
  margin-top: 3px;
  flex: 0 0 1.25rem;
  width: 1rem;
  height: 1rem;
  background: #E81035;
  mask: url("../media/static/icons/icon-check.svg") center/contain no-repeat;
  -webkit-mask: url("../media/static/icons/icon-check.svg") center/contain no-repeat;
}
@media (max-width: 768px) {
  .transparent-price ul li {
    font-size: 0.9375rem;
  }
}
.transparent-price__artwork {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.transparent-price__artwork--pipes {
  top: -101%;
  left: -7rem;
  width: 25.498rem;
}
@media (max-width: 768px) {
  .transparent-price__artwork--pipes {
    display: none;
  }
}
.transparent-price__artwork--vanes {
  bottom: -4rem;
  left: 25%;
  width: 9.688rem;
}
@media (max-width: 768px) {
  .transparent-price__artwork--vanes {
    bottom: -7rem;
    left: 30%;
    width: 7.688rem;
  }
}
.transparent-price__artwork--recycle {
  top: -2rem;
  right: 4.75rem;
  width: 4.75rem;
  height: auto;
}
@media (max-width: 768px) {
  .transparent-price__artwork--recycle {
    top: -1rem;
    right: 0;
    width: 3.5rem;
  }
}

.price-cards {
  padding-block: 4rem;
  background: #F6F6F6;
}
.price-cards h2, .price-cards .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .price-cards {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .price-cards h2, .price-cards .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.price-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem 1.75rem;
  height: 100%;
  transition: 0.3s ease-in-out;
  outline: 1px solid #FFFFFF;
  min-height: 14.438rem;
}
@media (max-width: 768px) {
  .price-card {
    min-height: 12.5rem;
  }
}
.price-card__head {
  margin-bottom: 2rem;
}
.price-card__head h3, .price-card__head .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1rem 0;
}
.price-card__head p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5E5F5F;
  margin: 0;
  line-height: 110%;
}
.price-card a {
  position: relative;
  padding-left: 3rem;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.price-card a:hover {
  text-decoration: underline;
  gap: 0.75rem;
}
.price-card a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #F7C7C8;
}
.price-card a::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  background: #141414;
  mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
  -webkit-mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
}

.page-header--for-new-costumers {
  padding-bottom: 11rem;
}
@media (max-width: 768px) {
  .page-header--for-new-costumers {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .page-header--for-new-costumers .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}
.page-header--for-new-costumers p {
  font-size: 1.25rem;
}
.page-header--for-new-costumers p, .page-header--for-new-costumers h1, .page-header--for-new-costumers .h1 {
  max-width: 30.063rem;
}
.page-header--for-new-costumers .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("../media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.who-new-customer {
  padding-bottom: 9rem;
  padding-top: 3rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .who-new-customer {
    padding-bottom: 4rem;
    padding-top: 1rem;
  }
}
.who-new-customer > [class*=col-] {
  display: flex;
}
.who-new-customer__intro {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .who-new-customer__intro {
    margin-bottom: 2rem;
  }
}
.who-new-customer__avatars {
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.who-new-customer__avatars img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  max-width: unset;
}
.who-new-customer__avatars img:first-child {
  margin-right: -1.75rem;
  position: absolute;
  z-index: 1;
  width: 6.063rem;
  height: 6.063rem;
  left: -30.75rem;
  top: 0.5rem;
}
.who-new-customer__avatars img:last-child {
  width: 7.313rem;
  height: 7.313rem;
  left: -26.5rem;
  top: -3.5rem;
  z-index: 2;
}
.who-new-customer h2, .who-new-customer .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  max-width: 28.75rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5rem;
}
.who-new-customer__terms {
  font-size: 1.125rem;
  gap: 0.35rem;
  margin: 0 auto;
  width: fit-content;
  position: relative;
}
.who-new-customer__terms a {
  color: #E81035;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  font-size: 1.125rem;
}
.who-new-customer__terms a:hover {
  color: #c20d2c;
}
.who-new-customer__terms img {
  width: 4.938rem;
  height: 4.938rem;
  position: absolute;
  right: -14rem;
}
@media (max-width: 768px) {
  .who-new-customer__terms img {
    right: 2rem;
    bottom: -7rem;
  }
}

.who-card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 2.5rem 1.75rem 2rem;
  flex-direction: column;
  height: 100%;
  border: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
  flex: 1 1 auto;
  display: flex;
}
.who-card .sm_intext {
  display: flex;
  flex-direction: column;
}
.who-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  margin: -1.5rem -1rem 1.5rem;
}
.who-card__head h3, .who-card__head .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}
.who-card h4, .who-card .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.who-card ul {
  padding: 0;
  flex: 1;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  list-style: none;
}
.who-card ul li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}
.who-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1rem;
  height: 1rem;
  background: #E81035;
  mask: url("../media/static/icons/icon-check.svg") center/contain no-repeat;
  -webkit-mask: url("../media/static/icons/icon-check.svg") center/contain no-repeat;
}
.who-card a {
  align-self: center;
}
.who-card .sm_intext p:has(a) {
  width: fit-content;
  margin: 0 auto;
}
.who-card--green .who-card__head {
  background: #76E2A9;
}
.who-card--yellow .who-card__head {
  background: #FFEEA7;
}
.who-card--blue .who-card__head {
  background: #B2EAEA;
}

@media (max-width: 768px) {
  .who-new-customer h2, .who-new-customer .h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .who-new-customer__avatars img {
    width: 4rem;
    height: 4rem;
  }
  .who-card {
    padding: 2rem 1.5rem;
  }
  .who-card__head {
    margin: -1.25rem -0.75rem 1rem;
  }
  .who-card ul li {
    font-size: 1rem;
  }
}
.benefits-from-termo {
  overflow: hidden;
  padding-block: 4rem;
  background: #F6F6F6;
}
.benefits-from-termo h2, .benefits-from-termo .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 3rem;
  max-width: 34.563rem;
}
.benefits-from-termo__artwork {
  margin: 0;
}
.benefits-from-termo__artwork img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: -2rem;
}
@media (max-width: 768px) {
  .benefits-from-termo__artwork img {
    margin-left: -0.25rem;
  }
}
.benefits-from-termo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.benefits-from-termo ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.benefits-from-termo ul li h3, .benefits-from-termo ul li .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.15;
}
.benefits-from-termo ul li p {
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 27.063rem;
  margin: 0;
  line-height: 1.35;
  color: #141414;
}
.benefits-from-termo div:has(> img) {
  flex: 0 0 4.375rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #B2EAEA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-from-termo div:has(> img) img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .benefits-from-termo {
    padding-block: 4.5rem;
  }
  .benefits-from-termo h2, .benefits-from-termo .h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .benefits-from-termo ul {
    gap: 2.25rem;
  }
  .benefits-from-termo ul li {
    gap: 1rem;
  }
  .benefits-from-termo ul li h3, .benefits-from-termo ul li .h3 {
    font-size: 1.25rem;
  }
  .benefits-from-termo ul li p {
    font-size: 1rem;
  }
  .benefits-from-termo div:has(> img) {
    width: 3.5rem;
    height: 3.5rem;
  }
  .benefits-from-termo div:has(> img) img {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .benefits-from-termo {
    padding-block: 0 !important;
  }
  .benefits-from-termo h2, .benefits-from-termo .h2 {
    font-size: 2rem;
  }
  .benefits-from-termo .loyalty-banner {
    margin-top: 6rem;
  }
  .benefits-from-termo div:has(> img) {
    width: 3.5rem;
    height: 3.5rem;
    flex: none;
  }
  .benefits-from-termo div:has(> img) img {
    width: 2rem;
    height: 2rem;
  }
}
.compare-technologies {
  padding-block: 4rem;
  background: #F6F6F6;
}
.compare-technologies h2, .compare-technologies .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  text-align: start;
}
.compare-technologies p {
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 43.063rem;
  text-align: start;
  color: #5E5F5F;
}
.compare-technologies p:has(img) {
  padding: 0;
  height: 100%;
  max-width: unset;
  font-size: unset;
}
.compare-technologies__cards {
  margin-top: 0;
}
.compare-technologies__card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
}
.compare-technologies__card:hover {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.08);
}
.compare-technologies__card figure {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
  width: calc(100% - 1.5rem);
  margin: 0.75rem auto 0;
  max-height: 6.875rem;
}
.compare-technologies__card figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 6.875rem;
  border-radius: 0.5rem;
}
.compare-technologies__card h3, .compare-technologies__card .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
  padding: 1.5rem 1rem 0.5rem;
}
.compare-technologies__card h4, .compare-technologies__card .h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E5E5;
}
.compare-technologies__card p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  padding: 0 1rem 1rem;
  color: #5E5F5F;
}
.compare-technologies__card .compare-technologies__pros,
.compare-technologies__card .compare-technologies__cons {
  padding: 0.5rem 0.938rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.compare-technologies__card .compare-technologies__pros ul,
.compare-technologies__card .compare-technologies__cons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
}
.compare-technologies__card .compare-technologies__pros ul li,
.compare-technologies__card .compare-technologies__cons ul li {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  line-height: 1.438;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #5E5F5F;
}
.compare-technologies__card .compare-technologies__pros ul li:last-child,
.compare-technologies__card .compare-technologies__cons ul li:last-child {
  border-bottom: none;
}
.compare-technologies__card .compare-technologies__pros ul li span,
.compare-technologies__card .compare-technologies__cons ul li span {
  color: #5E5F5F;
}
.compare-technologies__card .compare-technologies__pros ul li strong,
.compare-technologies__card .compare-technologies__cons ul li strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
}
.compare-technologies__card .compare-technologies__pros ul li::before,
.compare-technologies__card .compare-technologies__cons ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.438rem;
  height: 1.438rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.compare-technologies__card .compare-technologies__pros h4, .compare-technologies__card .compare-technologies__pros .h4 {
  color: #0BA965;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 0.25rem;
  flex-shrink: 0;
}
.compare-technologies__card .compare-technologies__pros li::before {
  background-image: url("../media/static/icons/icon-pros.svg");
}
.compare-technologies__card .compare-technologies__cons h4, .compare-technologies__card .compare-technologies__cons .h4 {
  color: #E81035;
}
.compare-technologies__card .compare-technologies__cons li::before {
  background-image: url("../media/static/icons/icon-cons.svg");
}
@media (max-width: 991.98px) {
  .compare-technologies h2, .compare-technologies .h2 {
    font-size: 2rem;
  }
  .compare-technologies p {
    font-size: 1.125rem;
  }
  .compare-technologies__card h3, .compare-technologies__card .h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .compare-technologies {
    padding-block: 4rem;
  }
  .compare-technologies p {
    font-size: 1rem;
  }
  .compare-technologies__card h3, .compare-technologies__card .h3 {
    font-size: 1.25rem;
  }
  .compare-technologies__card h4, .compare-technologies__card .h4 {
    font-size: 1rem;
  }
  .compare-technologies__card__pros ul li, .compare-technologies__card__cons ul li {
    font-size: 0.9375rem;
  }
}

.loyalty-banner--for-new-costumers {
  margin-block: 4rem;
}

.services-for-customers {
  padding-block: 6rem;
  background: #F6F6F6;
}
.services-for-customers__box {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 5rem 3rem 5rem;
  position: relative;
}
.services-for-customers span:has(img) {
  background-color: #B2EAEA;
  border-radius: 50%;
  width: 4.813rem;
  height: 4.813rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.services-for-customers span:has(img) img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  display: block;
}
.services-for-customers__icon {
  top: -2rem;
  right: 3.563rem;
  width: 9.563rem;
  height: auto;
  position: absolute;
}
@media (max-width: 768px) {
  .services-for-customers__icon {
    width: 4.5rem;
    top: -2.5rem;
    right: 0.5rem;
  }
}
.services-for-customers__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.services-for-customers h2, .services-for-customers .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.services-for-customers h3, .services-for-customers .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1.5rem;
}
.services-for-customers p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  color: #5E5F5F;
  margin: 0;
}
.services-for-customers__cta {
  padding: 0.9rem 2.75rem;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .services-for-customers h2, .services-for-customers .h2 {
    font-size: 2rem;
  }
  .services-for-customers h3, .services-for-customers .h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .services-for-customers p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .services-for-customers {
    padding-block: 2rem;
  }
  .services-for-customers__box {
    padding: 3rem 1.5rem 3rem;
  }
  .services-for-customers h2, .services-for-customers .h2 {
    font-size: 1.75rem;
  }
  .services-for-customers__cta {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 0;
  }
}

.any-questions {
  background: #bdeff1;
  padding-block: 0;
}
.any-questions__wrap {
  height: 17.938rem;
}
@media (max-width: 768px) {
  .any-questions__wrap {
    height: 14rem;
  }
}
.any-questions__illustration {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.any-questions__illustration img {
  width: 24.5rem;
  height: 35.056rem;
  object-fit: contain;
  position: absolute;
  bottom: -9rem;
  right: 15rem;
}
.any-questions h2, .any-questions .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.any-questions p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #141414;
}
.any-questions a {
  padding: 0.9rem 2.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .any-questions a {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .any-questions {
    padding-block: 4rem;
  }
  .any-questions h2, .any-questions .h2 {
    font-size: 2rem;
  }
  .any-questions p {
    font-size: 1rem;
  }
  .any-questions__content {
    max-width: 28rem;
  }
}
@media (max-width: 768px) {
  .any-questions {
    padding-block: 1rem;
    margin-top: 15rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .any-questions h2, .any-questions .h2 {
    font-size: 1.75rem;
  }
  .any-questions__illustration img {
    max-height: 24rem;
    bottom: -0.5rem;
    left: -2rem;
  }
}

@media (max-width: 768px) {
  .page-header--loyalty-program {
    padding-bottom: 1rem;
  }
}
.page-header--loyalty-program .sm_intext img {
  position: absolute;
}
.page-header--loyalty-program p {
  max-width: 30.063rem;
}
.page-header--loyalty-program img {
  top: -5rem;
}
@media (max-width: 768px) {
  .page-header--loyalty-program img {
    top: 3rem;
  }
}
@media (max-width: 768px) {
  .page-header--loyalty-program .button {
    align-self: end;
    display: flex;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .page-header--loyalty-program .page-header__artwork::before {
    width: 7rem !important;
    left: -8% !important;
    top: -3rem !important;
  }
}
.page-header--loyalty-program .page-header__artwork::before {
  content: "";
  position: absolute;
  top: -14rem;
  left: -6rem;
  height: auto;
  z-index: 2;
  width: 14.375rem;
  background: url("../media/static/icons/icon-hearts--pink.svg") no-repeat center/contain;
}

main.loyalty-program .benefits-from-termo {
  padding-block: 8rem 6rem;
}
main.loyalty-program .faq {
  padding-block: 10rem;
}
@media (max-width: 768px) {
  main.loyalty-program .faq {
    padding-top: 0;
    margin-top: -5rem;
  }
}

.join-us-banner {
  background: #B2EAEA;
}
.join-us-banner__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .join-us-banner__content {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .join-us-banner__content {
    text-align: left;
  }
}
.join-us-banner__content h2, .join-us-banner__content .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .join-us-banner__content h2, .join-us-banner__content .h2 {
    font-size: 2rem;
    max-width: 100%;
  }
}
.join-us-banner__content p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.25rem;
  line-height: 110%;
}
@media (max-width: 768px) {
  .join-us-banner__content p {
    font-size: 1.25rem;
  }
}
.join-us-banner__content .content-wrapper {
  max-width: 39.875rem;
  padding: 2.5rem 0;
  margin-left: auto;
}
@media (max-width: 1030px) {
  .join-us-banner__content .content-wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.join-us-banner__card-col {
  margin-left: auto;
}
@media (min-width: 992px) {
  .join-us-banner__card-col {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .join-us-banner__card-col {
    padding: 0 1.5rem 3rem;
  }
}
.join-us-banner__card {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.5rem;
  gap: 1.25rem;
  width: 30.125rem;
  height: 9.688rem;
  align-items: center;
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.05);
}
.join-us-banner__photo {
  height: 9rem;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 8.5rem;
}
.join-us-banner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 575.98px) {
  .join-us-banner__photo {
    width: 6.25rem;
    height: 100%;
  }
}
.join-us-banner__details {
  display: flex;
  height: 100%;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.join-us-banner__details h3, .join-us-banner__details .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
  .join-us-banner__details h3, .join-us-banner__details .h3 {
    font-size: 1.125rem;
  }
}
.join-us-banner__details span {
  font-size: 0.875rem;
  display: block;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.join-us-banner__details p {
  margin: 0.15rem 0;
}
.join-us-banner__details a {
  font-weight: 700;
  font-size: 1.125rem;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .join-us-banner__details a {
    font-size: 1rem;
  }
}
.join-us-banner__details a:hover {
  text-decoration: underline;
}

.pipeline-steps {
  background: #F6F6F6;
  padding-block: 2rem 4rem;
  position: relative;
  overflow: hidden;
}
.pipeline-steps a {
  margin-top: 5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .pipeline-steps a {
    margin-top: 3rem;
  }
}
.pipeline-steps__wrap {
  position: relative;
}
.pipeline-steps__wrap::before {
  content: "";
  position: absolute;
  top: 3.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1.25rem;
  background: url("../media/static/pipes-h.svg") repeat-x center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .pipeline-steps__wrap::before {
    top: 0;
    left: 50%;
    width: 1.2rem;
    height: 100%;
    background: url("../media/static/pipes-v.svg") repeat-y center;
  }
  .pipeline-steps__wrap::after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 14rem;
    background: #F6F6F6;
    z-index: 2;
  }
}
.pipeline-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991.98px) {
  .pipeline-steps ul {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.pipeline-steps li {
  position: relative;
  flex: 1 1 0;
  padding-top: 1.75rem;
}
.pipeline-steps li p {
  max-width: 12.813rem;
  margin-inline: auto;
  font: 500 1.125rem/120% "houschka-pro", sans-serif;
  padding-top: 1.5rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .pipeline-steps li p {
    max-width: 18rem;
    font-size: 1rem;
    padding-inline: 1rem;
  }
}
@media (max-width: 991.98px) {
  .pipeline-steps li::after {
    content: "";
    position: absolute;
    top: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15rem;
    height: calc(100% - 4rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F6F6F6 20%, #F6F6F6 80%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
  }
}
.pipeline-steps__dot {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.813rem;
  height: 4.813rem;
  border: 1px solid #5E5F5F;
  border-radius: 50%;
  background: #FFFFFF;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  overflow: hidden;
}
.pipeline-steps__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F7C7C8;
  opacity: 0.15;
  z-index: -1;
}
.pipeline-steps__dot .pipeline-steps__fill {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(247, 199, 200, 0.95) 0%, rgba(247, 199, 200, 0.95) 70%, rgba(247, 199, 200, 0) 100%);
  transform-origin: bottom;
  transform: scaleY(0);
  filter: blur(0.5px);
  z-index: -1;
}

.page-header--documents-for-download {
  overflow: visible;
}
.page-header--documents-for-download .page-header__box {
  padding-bottom: 4rem;
}
.page-header--documents-for-download .page-header__box h1, .page-header--documents-for-download .page-header__box .h1, .page-header--documents-for-download .page-header__box p {
  max-width: 30.063rem;
}
.page-header--documents-for-download .page-header__box p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page-header--documents-for-download .page-header__artwork {
    margin-top: 3rem !important;
  }
}
.page-header--documents-for-download .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("/media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .page-header--documents-for-download {
    padding-block: 2rem 11rem;
  }
}
.price-cards--documents-for-download, .price-cards--annual-report {
  background: #F6F6F6;
  padding-block: 11rem 4rem;
}
.price-cards--documents-for-download h2, .price-cards--documents-for-download .h2, .price-cards--annual-report h2, .price-cards--annual-report .h2 {
  font: 700 2.5rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 2.5rem;
  text-align: start;
}
.price-cards--documents-for-download .price-cards__grid + h2, .price-cards--documents-for-download .price-cards__grid + .h2, .price-cards--annual-report .price-cards__grid + h2, .price-cards--annual-report .price-cards__grid + .h2 {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .price-cards--documents-for-download .price-cards__grid + h2, .price-cards--documents-for-download .price-cards__grid + .h2, .price-cards--annual-report .price-cards__grid + h2, .price-cards--annual-report .price-cards__grid + .h2 {
    margin-top: 3rem;
  }
}
.price-cards--documents-for-download .price-card, .price-cards--annual-report .price-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  outline: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
  gap: 2rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .price-cards--documents-for-download .price-card, .price-cards--annual-report .price-card {
    gap: 1rem;
  }
}
.price-cards--documents-for-download .price-card header, .price-cards--annual-report .price-card header {
  margin-bottom: 2rem;
}
.price-cards--documents-for-download .price-card header h3, .price-cards--documents-for-download .price-card header .h3, .price-cards--annual-report .price-card header h3, .price-cards--annual-report .price-card header .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}
.price-cards--documents-for-download .price-card header p, .price-cards--annual-report .price-card header p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5E5F5F;
  margin: 0;
  line-height: 1.2;
}
.price-cards--documents-for-download .price-card ul, .price-cards--annual-report .price-card ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: auto 0 0;
}
.price-cards--documents-for-download .price-card ul li a, .price-cards--annual-report .price-card ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 2.75rem;
  font: 600 0.875rem/1 "houschka-pro", sans-serif;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.price-cards--documents-for-download .price-card ul li a:hover, .price-cards--annual-report .price-card ul li a:hover {
  text-decoration: underline;
}
.price-cards--documents-for-download .price-card ul li a::before, .price-cards--annual-report .price-card ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #F7C7C8;
}
.price-cards--documents-for-download .price-card ul li a::after, .price-cards--annual-report .price-card ul li a::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  background: #141414;
  mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
  -webkit-mask: url("../media/static/icons/icon-download.svg") center/contain no-repeat;
}
.price-cards--documents-for-download .price-card ul li a.show::after, .price-cards--annual-report .price-card ul li a.show::after {
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") no-repeat center/contain;
  -webkit-mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
}
@media (max-width: 1199.98px) {
  .price-cards--documents-for-download h2, .price-cards--documents-for-download .h2, .price-cards--annual-report h2, .price-cards--annual-report .h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .price-cards--documents-for-download h2, .price-cards--documents-for-download .h2, .price-cards--annual-report h2, .price-cards--annual-report .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .price-cards--documents-for-download .price-card, .price-cards--annual-report .price-card {
    padding: 1.75rem 1.25rem;
  }
  .price-cards--documents-for-download .price-card header h3, .price-cards--documents-for-download .price-card header .h3, .price-cards--annual-report .price-card header h3, .price-cards--annual-report .price-card header .h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .price-cards--documents-for-download, .price-cards--annual-report {
    padding-block: 2rem 2rem;
  }
  .price-cards--documents-for-download h2, .price-cards--documents-for-download .h2, .price-cards--annual-report h2, .price-cards--annual-report .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .price-cards--documents-for-download .price-card, .price-cards--annual-report .price-card {
    padding: 1.5rem 1rem;
  }
  .price-cards--documents-for-download .price-card header h3, .price-cards--documents-for-download .price-card header .h3, .price-cards--annual-report .price-card header h3, .price-cards--annual-report .price-card header .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .page-header--documents-for-download .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}
.contact-form {
  padding-block: 4rem 6rem;
  background: #F6F6F6;
}
.contact-form .container-fluid, .contact-form .container-sm, .contact-form .container-md, .contact-form .container-lg, .contact-form .container-xl, .contact-form .container-xxl {
  padding: 0;
  max-width: 85rem;
  margin: 0 auto;
}
.contact-form__box {
  position: relative;
  padding: 3rem 5rem 4rem;
  background: #B2EAEA;
  border-radius: 0.75rem;
}
.contact-form h2, .contact-form .h2 {
  font: 700 2.5rem/1.25 "houschka-pro", sans-serif;
  margin-bottom: 3rem;
  color: #141414;
  max-width: 39.813rem;
}
.contact-form label {
  display: block;
  font: 700 0.875rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 0.5rem;
  color: #141414;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1.05rem 1rem;
  border: none;
  border-radius: 0.25rem;
  background: #FFFFFF;
  font: 500 1rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
}
@media (max-width: 991.98px) {
  .contact-form input,
  .contact-form textarea {
    padding: 0.875rem 1rem;
  }
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #5E5F5F;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0.15rem solid #E81035;
}
.contact-form .consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.contact-form .consent-checkbox input {
  width: unset !important;
}
.contact-form .consent-checkbox label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 110%;
  min-width: 0;
}
.contact-form .consent-checkbox input {
  color: #5E5F5F;
  font-size: 0.875rem;
  margin: 0;
  accent-color: #E81035;
}
.contact-form textarea {
  resize: none;
}
.contact-form__message {
  max-height: 9.75rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.contact-form__check {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0.5rem 0 0;
  accent-color: #E81035;
}
.contact-form__submit {
  width: 100%;
  max-width: 10rem;
  border: none;
}
@media (max-width: 768px) {
  .contact-form__submit {
    width: fit-content;
    margin-left: auto;
  }
}
.contact-form__artwork {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.contact-form__artwork--stork {
  right: 8rem;
  bottom: -2rem;
  height: 40rem;
  width: 21rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .contact-form__artwork--stork {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .contact-form__artwork--stork {
    width: 7rem;
    right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .contact-form {
    padding-block: 3rem 4rem;
  }
  .contact-form h2, .contact-form .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .contact-form__submit {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .contact-form h2, .contact-form .h2 {
    font-size: 1.75rem;
  }
  .contact-form__box {
    padding: 2.5rem 1.25rem 3rem;
  }
  .contact-form label {
    font-size: 0.8125rem;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 0.9375rem;
  }
}

.page-header--legislation {
  overflow: visible;
}
.page-header--legislation p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1rem;
}
.page-header--legislation .page-header__box {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .page-header--legislation .page-header__box {
    padding-bottom: 14rem;
  }
}
.page-header--legislation h1, .page-header--legislation .h1, .page-header--legislation p {
  max-width: 30.063rem;
}
.page-header--legislation .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("/media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header--legislation .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}
.page-header--legislation a {
  color: #E81035;
  display: inline-block;
  text-decoration: underline;
}
.page-header--legislation a:hover {
  color: #c20d2c;
}

.questions-dropdowns {
  padding-block: 4rem;
  padding-top: 13rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .questions-dropdowns {
    padding-block: 3rem;
  }
}
.questions-dropdowns__container {
  margin: 0 auto;
}
.questions-dropdowns__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.questions-dropdown {
  border-radius: 0.75rem;
  transition: 0.3s ease-in-out;
  border: 0.1rem solid #FFFFFF;
  background: #FFFFFF;
}
.questions-dropdown__question {
  width: 100%;
  padding: 1.55rem 1.25rem;
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
  background: #FFFFFF;
  border: 0;
  border-radius: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: 0.1rem solid #FFFFFF;
  transition: 0.3s ease-in-out;
  color: #141414;
}
.questions-dropdown__question:hover {
  outline-color: #141414;
}
.questions-dropdown__question:focus-visible {
  outline: 0.15rem solid #E81035;
}
.questions-dropdown__question h3, .questions-dropdown__question .h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.questions-dropdown__question .questions-dropdown__icon {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
}
.questions-dropdown__question .questions-dropdown__icon::before, .questions-dropdown__question .questions-dropdown__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #E81035;
  border-radius: 0.125rem;
  transition: 0.3s ease-in-out;
}
.questions-dropdown__question .questions-dropdown__icon::before {
  width: 58%;
  height: 0.125rem;
}
.questions-dropdown__question .questions-dropdown__icon::after {
  width: 0.125rem;
  height: 58%;
}
@media (max-width: 768px) {
  .questions-dropdown__question {
    font-size: 1.25rem;
    padding: 1.25rem 1rem;
  }
}
.questions-dropdown__answer {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0 1.25rem;
  background: #FFFFFF;
  border-radius: 0 0 0.75rem 0.75rem;
  transition: 0.3s ease-in-out;
}
.questions-dropdown__answer ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 3rem 3rem;
}
@media (max-width: 768px) {
  .questions-dropdown__answer ul {
    padding-left: 0;
    padding-bottom: 1rem;
  }
}
.questions-dropdown__answer ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
}
.questions-dropdown__answer ul li:last-child {
  border-bottom: none;
}
.questions-dropdown__answer ul li::before {
  content: "—";
  color: #E81035;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.questions-dropdown__answer ul li span {
  font-size: 1rem;
  line-height: 1.4;
  color: #5E5F5F;
  font-weight: 500;
  max-width: 48.063rem;
}
@media (max-width: 768px) {
  .questions-dropdown__answer ul li span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .questions-dropdown__answer {
    padding: 0 1rem;
  }
}
.questions-dropdown[data-open=true] {
  border: 0.1rem solid #141414;
}
.questions-dropdown[data-open=true] .questions-dropdown__question {
  border-radius: 0.75rem 0.75rem 0 0;
  outline: none;
}
.questions-dropdown[data-open=true] .questions-dropdown__question:hover {
  outline: none;
}
.questions-dropdown[data-open=true] .questions-dropdown__question .questions-dropdown__icon {
  background: #E5E5E5;
}
.questions-dropdown[data-open=true] .questions-dropdown__question .questions-dropdown__icon::after {
  transform: scaleY(0);
}
.questions-dropdown[data-open=true] .questions-dropdown__answer {
  opacity: 1;
  max-height: 1000px;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}

.legislation-text {
  padding-block: 2rem 4rem;
}
.legislation-text__container {
  max-width: 49.25rem;
  border-radius: 0.75rem;
  padding: 0;
}
.legislation-text h2, .legislation-text .h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #141414;
}
@media (max-width: 768px) {
  .legislation-text h2, .legislation-text .h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.legislation-text p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #141414;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .legislation-text p {
    font-size: 0.9375rem;
  }
}
.legislation-text p a {
  color: #E81035;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: inline;
}
.legislation-text p a:hover {
  color: #4a4a4a;
}

.page-header--faq .page-header__box {
  background: #F6F6F6;
}

main.faq {
  margin-top: 0;
  padding: 0;
}
main.faq h1, main.faq .h1 {
  max-width: 49.1875rem;
}
@media (max-width: 768px) {
  main.faq {
    padding-top: 8rem;
  }
}

.faq .all-questions {
  padding: 6rem 6rem 10rem;
  background: #F6F6F6;
  position: relative;
}
@media (max-width: 768px) {
  .faq .all-questions {
    padding: 3rem 1rem;
  }
}
.faq .all-questions__header {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .faq .all-questions__header {
    margin-bottom: 2rem;
  }
}
.faq .all-questions__header nav {
  margin-bottom: 2.5rem;
}
.faq .all-questions__header nav ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.faq .all-questions__header nav ol li {
  font-size: 0.813rem;
  display: flex;
  color: #5E5F5F;
}
.faq .all-questions__header nav ol li:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
}
.faq .all-questions__header nav ol li a {
  color: inherit;
  text-decoration: none;
  margin-top: 0;
}
.faq .all-questions__header nav ol li a:hover {
  color: #E81035;
  text-decoration: underline;
}
.faq .all-questions__header nav ol li:last-child {
  font-weight: 700;
}
.faq .all-questions__header h1, .faq .all-questions__header .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #141414;
}
@media (max-width: 768px) {
  .faq .all-questions__header h1, .faq .all-questions__header .h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.faq .all-questions__anchors {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  padding: 1rem 1.5rem 1.25rem;
  margin-bottom: 1rem;
  background: #FFEEA7;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  z-index: 999;
  transition: box-shadow 0.3s ease;
}
.faq .all-questions__anchors.is-pinned {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .faq .all-questions__anchors {
    display: none !important;
  }
}
.faq .all-questions__anchor {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 0;
  background: transparent;
  margin: 0;
  color: #141414;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  cursor: pointer;
}
.faq .all-questions__anchor:hover {
  color: #141414;
  text-decoration: none;
  opacity: 0.8;
  transform: translateY(-1px);
}
.faq .all-questions__anchor::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3rem;
  width: 95%;
  height: 3px;
  background: #E81035;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.faq .all-questions__anchor.is-active::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .faq .all-questions__anchor {
    font-size: 0.875rem;
    padding: 0.2rem 0.4rem;
  }
  .faq .all-questions__anchor::after {
    bottom: -0.6rem;
    width: 40px;
  }
}
.faq .all-questions__categories {
  display: grid;
  gap: 4rem;
}
@media (max-width: 768px) {
  .faq .all-questions__categories {
    gap: 3rem;
  }
}

.questions-category {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .questions-category {
    margin-top: 1rem;
  }
}
.questions-category__header {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .questions-category__header {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .questions-category__header {
    margin-bottom: 1.5rem;
  }
}
.questions-category__artwork {
  width: 16.756rem;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .questions-category__artwork {
    width: 100%;
    height: auto;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.questions-category__artwork img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.questions-category__content {
  min-width: 0;
}
.questions-category h2, .questions-category .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1.5rem;
  color: #141414;
}
@media (max-width: 768px) {
  .questions-category h2, .questions-category .h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.questions-category__questions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.question-item {
  background: #FFFFFF;
  border-radius: 0.75rem;
  border: 0.1rem solid #FFFFFF;
  transition: 0.3s ease-in-out;
  width: 100%;
  max-width: 49.313rem;
}
.question-item__button {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 0;
  border-radius: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: 0.1rem solid #FFFFFF;
  transition: 0.3s ease-in-out;
}
.question-item__button:hover {
  outline-color: #141414;
}
.question-item__button:focus-visible {
  outline: 0.15rem solid #E81035;
}
@media (max-width: 768px) {
  .question-item__button {
    padding: 1rem 1.25rem;
  }
}
.question-item p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #141414;
  margin: 0;
}
@media (max-width: 768px) {
  .question-item p {
    font-size: 1.125rem;
  }
}
.question-item__icon {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  margin-left: 1rem;
}
.question-item__icon::before, .question-item__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #E81035;
  border-radius: 0.125rem;
  transition: 0.3s ease-in-out;
}
.question-item__icon::before {
  width: 58%;
  height: 0.125rem;
}
.question-item__icon::after {
  width: 0.125rem;
  height: 58%;
}
@media (max-width: 768px) {
  .question-item__icon {
    width: 1.75rem;
    height: 1.75rem;
    flex: none;
  }
}
.question-item__answer {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0 1.5rem;
  background: #FFFFFF;
  border-radius: 0 0 0.75rem 0.75rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .question-item__answer {
    padding: 0 1.25rem;
  }
}
.question-item__answer p {
  font-size: 1rem;
  line-height: 1.4;
  color: #5E5F5F;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .question-item__answer p {
    font-size: 0.9375rem;
  }
}
.question-item[data-open=true] {
  border: 0.1rem solid #141414;
}
.question-item[data-open=true] .question-item__button {
  border-radius: 0.75rem 0.75rem 0 0;
  outline: none !important;
}
.question-item[data-open=true] .question-item__button:hover {
  outline: none !important;
}
.question-item[data-open=true] .question-item__icon {
  background: #E5E5E5;
}
.question-item[data-open=true] .question-item__icon::after {
  transform: scaleY(0);
}
.question-item[data-open=true] .question-item__answer {
  opacity: 1;
  max-height: 1000px;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .question-item[data-open=true] .question-item__answer {
    padding-bottom: 1.25rem;
  }
}

@keyframes highlight-section {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(247, 199, 200, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
.questions-category.highlight {
  animation: highlight-section 2s ease-in-out;
  border-radius: 0.75rem;
}

.page-header--existence-of-networks p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}
.page-header--existence-of-networks .page-header__artwork {
  width: 22.408rem;
  height: 11.438rem;
}

.page-header--existence-of-networks {
  padding-bottom: 12rem;
  background: #F6F6F6;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks {
    padding-bottom: 4rem;
  }
}
.page-header--existence-of-networks .page-header__box {
  background: #FFFFFF;
  padding: 3rem 0 8rem;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__box {
    margin-bottom: 9rem;
    padding: 2rem 1.5rem 9rem;
  }
}
.page-header--existence-of-networks .page-header__breadcrumb {
  margin-bottom: 2rem;
}
.page-header--existence-of-networks .page-header__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-header--existence-of-networks .page-header__breadcrumb ol li {
  font-size: 0.813rem;
  display: flex;
  color: #5E5F5F;
}
.page-header--existence-of-networks .page-header__breadcrumb ol li:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
}
.page-header--existence-of-networks .page-header__breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.page-header--existence-of-networks .page-header__breadcrumb ol li a:hover {
  color: #E81035;
  text-decoration: underline;
}
.page-header--existence-of-networks .page-header__breadcrumb ol li:last-child {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__breadcrumb {
    margin-bottom: 1.5rem;
  }
  .page-header--existence-of-networks .page-header__breadcrumb ol li {
    font-size: 0.75rem;
  }
}
.page-header--existence-of-networks h1, .page-header--existence-of-networks .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #141414;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks h1, .page-header--existence-of-networks .h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.page-header--existence-of-networks h1 + p, .page-header--existence-of-networks .h1 + p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  color: #141414;
  margin-bottom: 3rem;
  max-width: 49.125rem;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks h1 + p, .page-header--existence-of-networks .h1 + p {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 2rem;
    max-width: 100%;
  }
}
.page-header--existence-of-networks .page-header__contact-box {
  background: #FFEEA7;
  border-radius: 0.75rem;
  padding: 3rem 4.313rem;
  max-width: 49.313rem;
  width: 100%;
  position: absolute;
  bottom: -25%;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__contact-box {
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    max-width: 92%;
    width: 100%;
    position: absolute;
    bottom: -28%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-header--existence-of-networks .page-header__contact-box-item {
  position: relative;
  padding-bottom: 1.85rem;
}
.page-header--existence-of-networks .page-header__contact-box-item:last-child {
  padding-bottom: 0;
}
.page-header--existence-of-networks .page-header__contact-box-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(20, 20, 20, 0.2);
}
.page-header--existence-of-networks .page-header__contact-box-item span, .page-header--existence-of-networks .page-header__contact-box-item a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  color: #141414;
  display: inline-block;
  width: fit-content;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__contact-box-item span, .page-header--existence-of-networks .page-header__contact-box-item a {
    font-size: 1rem;
    line-height: 130%;
  }
}
.page-header--existence-of-networks .page-header__artwork {
  width: 100%;
  max-width: 22.375rem;
  margin-left: auto;
  position: relative;
}
.page-header--existence-of-networks .page-header__artwork img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-width: 22.375rem;
  margin-top: -5rem;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__artwork img {
    max-width: 19rem;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .page-header--existence-of-networks .page-header__artwork {
    max-width: 18rem;
    margin: 2rem auto 0;
  }
}
@media (max-width: 768px) {
  .page-header--existence-of-networks .page-header__artwork {
    max-width: 100%;
    margin-top: 3rem;
  }
}

.about-company-text {
  padding-block: 5rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .about-company-text {
    padding-block: 3rem;
  }
}
@media (max-width: 767px) {
  .about-company-text .container .row .col-md-6 + .col-md-6 {
    margin-top: 2rem;
  }
}
.about-company-text h2, .about-company-text .h2 {
  margin-bottom: 1.5rem;
}
.about-company-text p {
  margin-bottom: 1rem;
}
.about-company-text p:last-of-type {
  margin-bottom: 0;
}

main.annual-report .page-header p {
  font-size: 1.25rem;
}
main.annual-report .background-image {
  max-width: 74.188rem;
  width: 100%;
  max-height: 14.645rem;
  height: 100%;
  margin-block: 1rem 4rem;
  display: block;
}
main.annual-report .background-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
main.annual-report .page-header {
  overflow: visible;
}
main.annual-report .page-header .page-header__box {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  main.annual-report .page-header .page-header__box {
    padding-bottom: 11rem;
  }
}
main.annual-report .page-header .page-header__box h1, main.annual-report .page-header .page-header__box .h1, main.annual-report .page-header .page-header__box p {
  max-width: 30.063rem;
}
main.annual-report .page-header .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("/media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  main.annual-report .page-header .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}
main.annual-report .price-cards--annual-report {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  main.annual-report .price-cards--annual-report {
    padding-top: 0;
  }
}
main.annual-report .price-cards--annual-report h2, main.annual-report .price-cards--annual-report .h2 {
  margin-top: 4rem;
}
main.annual-report .price-cards--annual-report .price-card {
  gap: 1rem !important;
}
main.annual-report .price-cards--annual-report .price-card__wide {
  width: 100%;
}
main.annual-report .price-cards--annual-report .price-card__wide h3, main.annual-report .price-cards--annual-report .price-card__wide .h3 {
  margin-bottom: 1rem;
}

main.compliance-management .page-header {
  overflow: visible;
}
main.compliance-management .page-header .page-header__box {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  main.compliance-management .page-header .page-header__box {
    padding-bottom: 15rem;
  }
}
main.compliance-management .page-header .page-header__box h1, main.compliance-management .page-header .page-header__box .h1, main.compliance-management .page-header .page-header__box p {
  max-width: 30.063rem;
}
main.compliance-management .page-header .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("/media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  main.compliance-management .page-header .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}

.compliance-text, .whistleblowing-text {
  padding: 8rem 3rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .compliance-text, .whistleblowing-text {
    padding: 2rem 1rem !important;
  }
}
.compliance-text p, .compliance-text ul, .whistleblowing-text p, .whistleblowing-text ul {
  max-width: 49.313rem;
}
.compliance-text p, .whistleblowing-text p {
  margin-bottom: 2.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .compliance-text p, .whistleblowing-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.compliance-text p:first-child, .whistleblowing-text p:first-child {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 3.875rem;
  line-height: 110%;
}
@media (max-width: 768px) {
  .compliance-text p:first-child, .whistleblowing-text p:first-child {
    font-size: 1.25rem;
    margin-bottom: 2.625rem;
  }
}
.compliance-text ol, .whistleblowing-text ol {
  counter-reset: item;
  padding-left: 0;
  margin-bottom: 2.625rem;
  max-width: 49.313rem;
}
.compliance-text ol li, .whistleblowing-text ol li {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
.compliance-text ol li:before, .whistleblowing-text ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #E81035;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .compliance-text ol li:before, .whistleblowing-text ol li:before {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .compliance-text ol li, .whistleblowing-text ol li {
    font-size: 1rem;
  }
}
.compliance-text a, .whistleblowing-text a {
  color: #E81035;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.compliance-text a:hover, .whistleblowing-text a:hover {
  color: #c20d2c;
}
.compliance-text h2, .compliance-text .h2, .whistleblowing-text h2, .whistleblowing-text .h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 1.75rem;
}
.compliance-text ul, .whistleblowing-text ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 2.625rem;
}
.compliance-text ul li, .whistleblowing-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .compliance-text ul li, .whistleblowing-text ul li {
    font-size: 1rem;
  }
}
.compliance-text ul li::before, .whistleblowing-text ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.8rem;
  width: 1.5rem;
  height: 2px;
  background-color: #E81035;
}
@media (max-width: 768px) {
  .compliance-text ul li::before, .whistleblowing-text ul li::before {
    width: 1.25rem;
  }
}

main.whistleblowing .page-header {
  overflow: visible;
}
main.whistleblowing .page-header .page-header__box {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  main.whistleblowing .page-header .page-header__box {
    padding-bottom: 15rem;
  }
}
main.whistleblowing .page-header .page-header__box h1, main.whistleblowing .page-header .page-header__box .h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
main.whistleblowing .page-header .page-header__box h1, main.whistleblowing .page-header .page-header__box .h1, main.whistleblowing .page-header .page-header__box p {
  max-width: 30.063rem;
}
@media (max-width: 768px) {
  main.whistleblowing .page-header .page-header__box h1, main.whistleblowing .page-header .page-header__box .h1, main.whistleblowing .page-header .page-header__box p {
    width: 108%;
    margin-left: -4%;
    font-size: 2.5rem;
  }
}
main.whistleblowing .page-header .page-header__artwork::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -4%;
  width: 11.25rem;
  height: 14.125rem;
  background: url("/media/static/artwork/page-for-new-costumers--page-header-thunder.svg") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  main.whistleblowing .page-header .page-header__artwork::before {
    width: 7rem !important;
    left: 10% !important;
  }
}

.login-section {
  padding-block: 4rem 10rem;
  position: relative;
}
.login-section__content {
  position: relative;
}
.login-section__info {
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.login-section__info h2, .login-section__info .h2 {
  font: 700 3rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 2rem;
  color: #141414;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .login-section__info {
    padding-right: 0;
    text-align: center;
  }
  .login-section__info h2, .login-section__info .h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}
.login-section__artwork {
  position: relative;
  width: 100%;
  max-width: 523px;
  height: 224px;
  margin-top: 3rem;
}
.login-section__artwork img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}
@media (max-width: 767px) {
  .login-section__artwork {
    max-width: 350px;
    height: 150px;
    margin: 1.5rem auto 2rem;
  }
  .login-section__artwork img {
    object-position: center bottom;
  }
}
.login-section__box {
  position: relative;
  padding: 3rem;
  background: #B1E5E2;
  border-radius: 0.75rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  max-width: 28rem;
  margin-left: auto;
  margin-top: -2rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .login-section__box {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .login-section__box {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
}
.login-section__form .form-group {
  margin-bottom: 1.5rem;
}
.login-section__form label {
  display: block;
  font: 500 0.875rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 0.5rem;
  color: #141414;
}
.login-section__form input {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.25rem;
  background: #FFFFFF;
  font: 500 1rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
}
.login-section__form input::placeholder {
  color: #5E5F5F;
}
.login-section__form input:focus {
  outline: 0.15rem solid #E81035;
}
.login-section__submit {
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  width: auto;
  font-weight: 600;
  margin-bottom: 1rem;
}
.login-section__forgot {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.login-section__forgot a {
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.login-section__forgot a:hover {
  color: #E81035;
}
@media (max-width: 991px) {
  .login-section {
    padding-block: 3rem 6rem;
  }
}
@media (max-width: 767px) {
  .login-section {
    padding-block: 2rem 4rem;
  }
}

.page-header--for-shareholders {
  padding-top: 5rem;
  padding-bottom: 23rem;
}
@media (max-width: 768px) {
  .page-header--for-shareholders .col-12:nth-child(2) {
    height: 19rem;
  }
}
.page-header--for-shareholders .page-header__box {
  padding: 0 4.438rem;
  max-height: 18.938rem;
}
.page-header--for-shareholders .page-header__box .page-header__breadcrumb {
  margin-top: 1rem;
}
.page-header--for-shareholders h1, .page-header--for-shareholders .h1 {
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .page-header--for-shareholders {
    padding-bottom: 20rem;
  }
}
@media (max-width: 991px) {
  .page-header--for-shareholders {
    padding-bottom: 15rem;
  }
  .page-header--for-shareholders .page-header__box {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .page-header--for-shareholders {
    padding-bottom: 10rem;
    padding-top: 3rem;
  }
  .page-header--for-shareholders .page-header__box {
    padding: 0 1rem;
    max-height: none;
  }
}
@media (max-width: 575px) {
  .page-header--for-shareholders {
    padding-bottom: 12rem;
  }
}
.page-header--for-shareholders .page-header__artwork {
  position: absolute;
  width: 100%;
  max-width: 32.706rem;
  height: auto;
  max-height: 14.034rem;
  bottom: -6rem;
}
@media (max-width: 768px) {
  .page-header--for-shareholders .page-header__artwork {
    max-height: 10rem;
  }
}
.page-header--for-shareholders .page-header__artwork img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .page-header--for-shareholders .page-header__artwork {
    max-width: 28rem;
  }
}
@media (max-width: 991px) {
  .page-header--for-shareholders .page-header__artwork {
    max-width: 24rem;
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .page-header--for-shareholders .page-header__artwork {
    max-width: 20rem;
    margin: 2rem auto 0;
  }
  .page-header--for-shareholders .page-header__artwork img {
    object-position: center bottom;
  }
}
@media (max-width: 575px) {
  .page-header--for-shareholders .page-header__artwork {
    max-width: 100%;
  }
}
.page-header--for-shareholders .page-header__login-box {
  position: relative;
  padding: 5rem 3rem;
  background: #B1E5E2;
  border-radius: 0.75rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  max-width: 36.5rem;
  margin-left: auto;
  z-index: 10;
  margin-top: 5rem;
  height: 29rem;
  margin-right: -1rem;
}
.page-header--for-shareholders .page-header__login-box.h-fit {
  height: fit-content;
}
@media (max-width: 1199px) {
  .page-header--for-shareholders .page-header__login-box {
    max-width: 32rem;
    height: 27rem;
    padding: 4rem 2.5rem;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .page-header--for-shareholders .page-header__login-box {
    margin: 3rem auto 0;
    max-width: 100%;
    height: auto;
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .page-header--for-shareholders .page-header__login-box {
    margin-top: 4rem;
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .page-header--for-shareholders .page-header__login-box {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
}
.page-header--for-shareholders form {
  max-width: 27.688rem;
  margin: 0 auto;
}
.page-header--for-shareholders form .form-group {
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .page-header--for-shareholders form .form-group {
    margin-bottom: 1.25rem;
  }
}
.page-header--for-shareholders form label {
  display: block;
  font: 700 1rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 0.5rem;
  color: #141414;
}
@media (max-width: 575px) {
  .page-header--for-shareholders form label {
    font-size: 0.875rem;
  }
}
.page-header--for-shareholders form input {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.25rem;
  background: #FFFFFF;
  font: 500 1rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
}
.page-header--for-shareholders form input::placeholder {
  color: #5E5F5F;
}
.page-header--for-shareholders form input:focus {
  outline: 0.15rem solid #E81035;
}
@media (max-width: 575px) {
  .page-header--for-shareholders form input {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}
.page-header--for-shareholders .page-header__form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header--for-shareholders .page-header__submit {
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  width: auto;
  font-weight: 700;
  margin-bottom: 1rem;
  border: none;
}
@media (max-width: 991px) {
  .page-header--for-shareholders .page-header__submit {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .page-header--for-shareholders .page-header__submit {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
    justify-content: center;
  }
}
.page-header--for-shareholders .page-header__forgot {
  margin-top: 1rem;
  font-size: 0.875rem;
  display: flex;
  font-weight: 700;
  justify-content: center;
}
.page-header--for-shareholders .page-header__forgot a {
  color: #141414;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
.page-header--for-shareholders .page-header__forgot a:hover {
  color: #E81035;
}
@media (max-width: 575px) {
  .page-header--for-shareholders .page-header__forgot a {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .page-header--for-shareholders .page-header__forgot {
    margin-top: 0.5rem;
  }
}

main.social-responsibility .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.social-responsibility .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.social-responsibility .loyalty-banner {
  margin-top: 6rem;
}

main.company-data .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.company-data .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.company-data .loyalty-banner {
  margin-top: 6rem;
}

main.social-responsibility .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

.page-header--company-data {
  padding-bottom: 7rem;
}
.page-header--company-data p {
  font-size: 1.25rem;
  line-height: 120%;
}
.page-header--company-data h1, .page-header--company-data .h1, .page-header--company-data p {
  max-width: 30.063rem;
}
.page-header--company-data .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}

@media (max-width: 768px) {
  main.social-responsibility .loyalty-banner {
    margin-top: 3rem;
  }
}
main.social-responsibility .loyalty-banner p {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  main.company-data .loyalty-banner {
    margin-top: 3rem;
  }
}
main.company-data .loyalty-banner p {
  font-size: 1.25rem;
}

main.company-data .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

.company-structure {
  padding-block: 4rem;
  background: #F6F6F6;
}
.company-structure h2, .company-structure .h2 {
  font: 700 2.5rem/1 "houschka-pro", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
}
.company-structure article {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.company-structure article:hover {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.08);
}
.company-structure article > span {
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  background: #F7C7C8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .company-structure article > span {
    width: 6rem;
    height: 6rem;
  }
}
.company-structure article > span img {
  width: 8.125rem;
  height: 5rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .company-structure article > span img {
    width: 5rem;
    height: 4rem;
  }
}
.company-structure article p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  text-align: center;
  color: #141414;
}
@media (max-width: 768px) {
  .company-structure article p {
    font-size: 1rem;
  }
}
.company-structure article strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #E81035;
}
@media (max-width: 768px) {
  .company-structure article strong {
    font-size: 1.25rem;
  }
}
.company-structure article strong span {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #E81035;
}
@media (max-width: 768px) {
  .company-structure article strong span {
    font-size: 1.25rem;
  }
}
.company-structure .sm_intext:has(article) {
  height: 100%;
}
.company-structure .big article {
  align-items: flex-start;
  padding: 2rem;
}
.company-structure .big article h3, .company-structure .big article .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #E81035;
  margin: 0 0 1rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .company-structure .big article h3, .company-structure .big article .h3 {
    font-size: 1.25rem;
  }
}
.company-structure .big article ul {
  padding: 0;
  list-style: none;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.company-structure .big article ul li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  color: #141414;
}
@media (max-width: 768px) {
  .company-structure .big article ul li {
    font-size: 1rem;
  }
}
.company-structure .big article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1.5rem;
  height: 2px;
  background: #E81035;
}
@media (max-width: 768px) {
  .company-structure .big article ul li::before {
    width: 1.25rem;
  }
}

@media (max-width: 768px) {
  .page-header--company-data .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
  .page-header__artwork {
    margin-top: 2rem !important;
  }
  .page-header--company-data {
    padding-bottom: 2rem;
  }
}
.executive-directors {
  padding-block: 6rem;
  background: #F6F6F6;
}
.executive-directors h2, .executive-directors .h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.executive-directors h2 + .executive-directors__grid, .executive-directors .h2 + .executive-directors__grid {
  margin-top: 0;
}
.executive-directors h3, .executive-directors .h3 {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.executive-directors .col-12:has(.executive-directors__card) {
  width: fit-content;
}
.executive-directors__card {
  background: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
  max-width: 23.688rem;
}
.executive-directors__card:hover {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.08);
}
.executive-directors__card figure {
  width: 100%;
  aspect-ratio: 16/15;
  max-width: 22.375rem;
  margin: 0 auto;
  padding-top: 0.688rem;
  border-radius: 0.25rem;
  max-height: 16.188rem;
}
@media (max-width: 768px) {
  .executive-directors__card figure {
    aspect-ratio: unset;
  }
}
.executive-directors__card figure p {
  margin: unset;
  padding: unset;
  line-height: unset;
}
.executive-directors__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
  max-height: 16.188rem;
}
.executive-directors__card__body,
.executive-directors__card .executive-directors__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.executive-directors__card__body h3, .executive-directors__card__body .h3,
.executive-directors__card .executive-directors__body h3,
.executive-directors__card .executive-directors__body .h3 {
  text-align: start;
}
.executive-directors__card h3, .executive-directors__card .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 0.25rem;
}
.executive-directors__card p {
  font-size: 0.875rem;
  line-height: 110%;
  font-weight: 500;
  color: #141414;
  margin: 0.5rem 0 1.5rem;
}
.executive-directors__card ul {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.executive-directors__card ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .executive-directors__card ul li {
    font-size: 1rem;
  }
}
.executive-directors__card ul li a {
  display: inline-block;
  color: #141414;
  text-decoration: none;
}
.executive-directors__card ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .executive-directors__card ul li a {
    font-size: 1rem;
  }
}
.executive-directors__card ul li img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  object-fit: contain;
}
.executive-directors__box {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: left;
  outline: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
}
.executive-directors__box:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.05);
}
.executive-directors__box h3, .executive-directors__box .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  text-align: start;
  line-height: 110%;
}
.executive-directors__box p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  color: #141414;
  margin: 0;
}
@media (max-width: 768px) {
  .executive-directors {
    padding-block: 2rem;
  }
  .executive-directors figure {
    max-width: calc(100% - 1.5rem);
  }
  .executive-directors h2, .executive-directors .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .executive-directors > h3, .executive-directors > .h3 {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  .executive-directors h2, .executive-directors .h2, .executive-directors h3, .executive-directors .h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .executive-directors__box h3, .executive-directors__box .h3 {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.commercial-register {
  padding-block: 3rem;
  background: #F6F6F6;
}
.commercial-register .sm_intext {
  height: 100%;
}
.commercial-register .sm_intext p:has(img) {
  height: 100%;
}
.commercial-register a {
  color: #141414;
}
.commercial-register h2, .commercial-register .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2.5rem;
}
.commercial-register p:has(img) {
  margin: 0;
}
.commercial-register p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}
.commercial-register p + p {
  margin-top: 0.5rem;
}
.commercial-register strong {
  font-weight: 700;
  font-size: 1.25rem;
}
.commercial-register__card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
}
.commercial-register__info {
  background: #FFEEA7;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.commercial-register__image {
  margin: 0;
}
.commercial-register__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .commercial-register h2, .commercial-register .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .commercial-register__info {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .commercial-register {
    padding-block: 2.5rem;
  }
  .commercial-register h2, .commercial-register .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .commercial-register p {
    font-size: 1rem;
  }
  .commercial-register__info {
    padding: 2rem 1.25rem;
  }
}

.company-profile {
  padding-block: 4rem;
  background: #F6F6F6;
}
.company-profile h2, .company-profile .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 3rem;
}
.company-profile h3, .company-profile .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
  line-height: 1.15;
}
.company-profile p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 1.5rem;
}
.company-profile ul {
  list-style: none;
  margin: 2rem 0 2.5rem;
  padding: 0;
}
.company-profile ul li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
}
.company-profile ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1.75rem;
  height: 2px;
  background: #E81035;
}
.company-profile ul li + li {
  margin-top: 0.75rem;
}
.company-profile__col p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .company-profile h2, .company-profile .h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .company-profile h3, .company-profile .h3 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
  }
  .company-profile p {
    font-size: 1rem;
  }
  .company-profile ul li {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .company-profile {
    padding-block: 2.5rem;
  }
  .company-profile h2, .company-profile .h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .company-profile h3, .company-profile .h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  .company-profile p {
    font-size: 1rem;
  }
  .company-profile ul {
    margin: 1.5rem 0 2rem;
  }
  .company-profile ul li {
    padding-left: 2rem;
  }
  .company-profile ul li::before {
    width: 1.25rem;
    top: 0.7rem;
  }
}

main.company-introduction .page-header {
  padding-bottom: 8.75rem;
}
main.company-introduction .page-header p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  main.company-introduction .page-header {
    padding-bottom: 2rem;
  }
}
main.company-introduction .page-header p, main.company-introduction .page-header h1, main.company-introduction .page-header .h1 {
  max-width: 30.063rem;
  color: #141414;
}
main.company-introduction .page-header .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  main.company-introduction .page-header .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}

.company-vision {
  padding-block: 4rem;
  background: #F6F6F6;
}
.company-vision h2, .company-vision .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.company-vision p:not(:has(img)) {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1rem;
  max-width: 30.063rem;
}
.company-vision p:has(img) {
  overflow: hidden;
  border-radius: 0.5rem;
  max-height: 16.75rem;
  aspect-ratio: 73/34;
}
@media (max-width: 768px) {
  .company-vision p:has(img) {
    aspect-ratio: unset;
    max-height: unset;
  }
}
.company-vision__photo {
  overflow: hidden;
  border-radius: 0.5rem;
  max-height: 16.75rem;
}
.company-vision__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-vision .differentiation h2, .company-vision .differentiation .h2 {
  margin-bottom: 0;
}
.company-vision .differentiation p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 1.5rem;
  max-width: unset;
}
@media (max-width: 991.98px) {
  .company-vision h2, .company-vision .h2 {
    font-size: 2rem;
  }
  .company-vision p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .company-vision {
    padding-block: 2.5rem;
  }
  .company-vision h2, .company-vision .h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .company-vision p {
    font-size: 1rem;
  }
}

.meet-termo {
  padding: 4rem 0;
  background: #FFFFFF;
}
.meet-termo h2, .meet-termo .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.meet-termo h3, .meet-termo .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.meet-termo p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
}
.meet-termo__photo {
  max-width: 28rem;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}
.meet-termo__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-termo__binocular {
  position: absolute;
  top: clamp(1.5rem, 6vw, 3rem);
  right: clamp(0.5rem, 5vw, 3rem);
  width: 5rem;
  height: 5rem;
  display: block;
}
.meet-termo__binocular img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.meet-termo__cards {
  margin-top: 2.5rem;
}
.meet-termo__card {
  background: #B2EAEA;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.meet-termo__card h4, .meet-termo__card .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}
.meet-termo__card p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  color: #141414;
}
.meet-termo__card--schools {
  background: #FFEEA7;
}
.meet-termo__card--public {
  background: #B2EAEA;
}
.meet-termo__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meet-termo__icon img {
  width: 60%;
  height: auto;
}
.meet-termo__cta {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .meet-termo h2, .meet-termo .h2 {
    font-size: 2rem;
  }
  .meet-termo h3, .meet-termo .h3 {
    font-size: 1.25rem;
  }
  .meet-termo h4, .meet-termo .h4 {
    font-size: 1.5rem !important;
  }
  .meet-termo__photo {
    max-width: 22rem;
  }
}
@media (max-width: 767.98px) {
  .meet-termo {
    padding: 3rem 0;
  }
  .meet-termo__binocular {
    right: 50%;
    transform: translateX(50%);
    top: -1rem;
    width: 4rem;
    height: 4rem;
  }
  .meet-termo__card {
    padding: 1.5rem 1.25rem;
  }
}

.meet-termo {
  padding-block: 4rem;
  background: #F6F6F6;
}
.meet-termo__box {
  max-width: 83.875rem;
  margin-inline: auto;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 4.5rem 2rem;
}
@media (max-width: 768px) {
  .meet-termo__box .col-12:nth-child(2) {
    height: 21rem;
  }
}
.meet-termo h2, .meet-termo .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.meet-termo h3, .meet-termo .h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.meet-termo p {
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 1rem;
}
.meet-termo__photo {
  max-width: 29rem;
  margin-inline: auto;
  border-radius: 50%;
  overflow: visible;
}
@media (max-width: 768px) {
  .meet-termo__photo {
    left: 0;
    top: 0;
    max-width: 100%;
    margin: 0;
  }
}
.meet-termo__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 50%;
  top: -8rem;
  left: 5rem;
}
@media (max-width: 768px) {
  .meet-termo__photo img {
    display: block;
    left: 0;
    top: 0;
  }
}
.meet-termo__binocular {
  position: absolute;
  left: 7.75rem;
  width: 12.75rem;
  height: 9.563rem;
  top: 9rem;
}
.meet-termo__binocular img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.meet-termo__cards {
  margin-top: 1rem;
}
.meet-termo__card {
  display: flex;
  align-items: start;
  gap: 2rem;
  padding: 2.75rem 1.75rem;
  border-radius: 0.75rem;
  height: 100%;
  flex-direction: row;
  justify-content: center;
}
.meet-termo__card h4, .meet-termo__card .h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 110%;
  max-width: 19.188rem;
}
.meet-termo__card p {
  font-size: 1.125rem;
  line-height: 140%;
  margin: 0;
  max-width: 19.188rem;
}
.meet-termo__card--schools {
  background: #FFEEA7;
}
.meet-termo__card--public {
  background: #B2EAEA;
}
.meet-termo__icon {
  width: 6.438rem;
  height: 6.438rem;
  border-radius: 50%;
  background: #FFFFFF;
  display: grid;
  place-items: center;
}
.meet-termo__icon img {
  width: 4.125rem;
  height: auto;
}
.meet-termo__cta {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .meet-termo h2, .meet-termo .h2 {
    font-size: 2rem;
  }
  .meet-termo h3, .meet-termo .h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .meet-termo {
    padding-block: 1rem;
  }
  .meet-termo__box {
    padding: 2.5rem 1.25rem;
  }
  .meet-termo__binocular {
    position: relative;
    top: -8.5rem;
    right: 0;
    left: 25%;
    transform: translateX(-50%);
    width: 9rem;
  }
  .meet-termo__card {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .meet-termo__card h4, .meet-termo__card .h4 {
    margin-bottom: 0.25rem;
  }
  .meet-termo__icon {
    width: 5em;
    height: 5rem;
  }
  .meet-termo__icon img {
    width: 3.25rem;
    height: auto;
  }
}

.photo-gallery {
  padding-block: 4rem 7rem;
}
.photo-gallery h2, .photo-gallery .h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.photo-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.photo-gallery .gallery .gallery__item {
  flex: 1 1 calc(33.333% - 24px);
  height: 412px !important;
  overflow: hidden;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.photo-gallery .gallery .gallery__item:hover {
  transform: scale(1.05);
}
.photo-gallery .gallery .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-gallery .gallery .gallery__item:nth-child(4n) {
  flex-basis: calc(66.666% - 24px);
  height: 480px;
}
.photo-gallery .gallery .gallery__item:nth-child(4n+1):not(:first-child) {
  height: 480px;
}
@media (max-width: 991.98px) {
  .photo-gallery .gallery {
    gap: 16px;
  }
  .photo-gallery .gallery .gallery__item {
    flex-basis: calc(50% - 16px);
    height: 280px !important;
  }
  .photo-gallery .gallery .gallery__item:nth-child(4n) {
    flex-basis: 100%;
    height: 320px !important;
  }
  .photo-gallery .gallery .gallery__item:nth-child(4n+1):not(:first-child) {
    height: 320px !important;
  }
}
@media (max-width: 767.98px) {
  .photo-gallery .gallery {
    gap: 12px;
  }
  .photo-gallery .gallery .gallery__item {
    flex-basis: calc(50% - 12px);
    height: 240px !important;
  }
  .photo-gallery .gallery .gallery__item:nth-child(4n),
  .photo-gallery .gallery .gallery__item:nth-child(4n+1):not(:first-child) {
    flex-basis: 100%;
    height: 280px !important;
  }
}
@media (max-width: 575.98px) {
  .photo-gallery .gallery {
    gap: 10px;
  }
  .photo-gallery .gallery .gallery__item {
    flex-basis: 100%;
    height: 45vw !important;
  }
  .photo-gallery .gallery .gallery__item:nth-child(4n),
  .photo-gallery .gallery .gallery__item:nth-child(4n+1):not(:first-child) {
    height: 55vw !important;
  }
}

.page-header--social-responsibility {
  padding-bottom: 9.5rem;
}
@media (max-width: 768px) {
  .page-header--social-responsibility {
    padding-bottom: 2rem;
  }
}
.page-header--social-responsibility .page-header__artwork img {
  object-position: left;
}
.page-header--social-responsibility .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  .page-header--social-responsibility .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}

.benefits-from-termo--social-responsibility {
  padding-block: 4rem 2rem;
  background-color: #F6F6F6;
}
.benefits-from-termo--social-responsibility .row {
  align-items: flex-start;
}
.benefits-from-termo--social-responsibility h2, .benefits-from-termo--social-responsibility .h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 2.5rem;
  max-width: 32rem;
}
.benefits-from-termo--social-responsibility .benefits-from-termo__artwork {
  margin-top: 2.5rem;
}
.benefits-from-termo--social-responsibility .benefits-from-termo__artwork img {
  width: 100%;
  object-fit: contain;
  height: 10.688rem;
  margin-top: 1rem;
}
.benefits-from-termo--social-responsibility ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: -8.5rem 0 0;
}
@media (max-width: 768px) {
  .benefits-from-termo--social-responsibility ul {
    margin: -1rem 0 0;
  }
}
.benefits-from-termo--social-responsibility ul li {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.benefits-from-termo--social-responsibility ul li p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #141414;
  max-width: 27.063rem;
  margin: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .benefits-from-termo--social-responsibility ul li p {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .benefits-from-termo--social-responsibility h2, .benefits-from-termo--social-responsibility .h2 {
    font-size: 1.5rem;
  }
  .benefits-from-termo--social-responsibility ul li p {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .benefits-from-termo--social-responsibility .row {
    flex-direction: column;
  }
  .benefits-from-termo--social-responsibility__artwork {
    margin-top: 2rem;
  }
}

.actions-and-goals {
  padding-block: 1rem 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .actions-and-goals {
    padding-block: 1rem 3rem;
  }
}
.actions-and-goals__photo {
  width: 100%;
  max-width: 83.875rem;
  max-height: 31.188rem;
  margin-inline: auto;
  border-radius: 0.75rem;
  overflow: hidden;
  position: static;
  transform: none;
}
.actions-and-goals__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}
@media (max-width: 575.98px) {
  .actions-and-goals__photo {
    border-radius: 0;
    max-height: 24rem;
  }
}
.actions-and-goals__cards-wrapper {
  max-width: 75rem;
  margin-inline: auto;
  margin-top: -10.5rem;
  position: relative;
  z-index: 2;
}
.actions-and-goals__card {
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  background: #F7C7C8;
  height: 100%;
}
.actions-and-goals__card h2, .actions-and-goals__card .h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 110%;
}
.actions-and-goals__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.actions-and-goals__card ul li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  color: #141414;
}
.actions-and-goals__card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 1.5rem;
  height: 0.125rem;
  background: #e30613;
}
.actions-and-goals__card--actions {
  background: #B2EAEA;
}
@media (max-width: 991.98px) {
  .actions-and-goals__cards-wrapper {
    margin-top: -5rem;
  }
  .actions-and-goals__card {
    padding: 2rem 1.5rem;
  }
  .actions-and-goals__card h3, .actions-and-goals__card .h3 {
    font-size: 1.375rem;
  }
  .actions-and-goals__card ul li {
    font-size: 1rem;
    padding-left: 2rem;
  }
  .actions-and-goals__card ul li::before {
    width: 1rem;
  }
}
@media (max-width: 767.98px) {
  .actions-and-goals__photo {
    max-height: 24rem;
  }
  .actions-and-goals__cards-wrapper {
    margin-top: 2rem;
  }
  .actions-and-goals__card h3, .actions-and-goals__card .h3 {
    margin-bottom: 1rem;
  }
  .actions-and-goals .row > div:first-child {
    margin-top: -2rem;
  }
}
@media (max-width: 575.98px) {
  .actions-and-goals__photo {
    border-radius: 0.75rem;
    left: 0;
    transform: none;
    width: 100%;
  }
  .actions-and-goals__card {
    padding: 1.75rem 1.25rem;
  }
}

.page-header--history {
  padding-bottom: 8.75rem;
}
@media (max-width: 768px) {
  .page-header--history {
    padding-bottom: 2rem;
  }
}
.page-header--history p {
  font-size: 1.25rem;
  max-width: 30.063rem;
}
.page-header--history h1, .page-header--history .h1 {
  max-width: 30.063rem;
}
.page-header--history .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  .page-header--history .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}

.history-90s {
  padding-block: 2rem 6rem;
}
.history-90s h2, .history-90s .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.history-90s__timeline {
  position: relative;
}
.history-90s__pipe {
  position: absolute;
  inset-block: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  background: url("../media/static/pipes-v.svg") center top repeat-y;
  background-size: contain;
}
.history-90s__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 62.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.history-90s__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  --lineScale: 0;
}
.history-90s__item::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #5E5F5F;
  width: calc(11% - 0.75rem - 2rem);
  transform-origin: var(--origin, left);
  transform: scaleX(var(--lineScale));
  will-change: transform;
}
.history-90s__item--left {
  --origin: right;
  justify-content: flex-start;
}
.history-90s__item--left::before {
  right: calc(50% + 1.5rem);
}
.history-90s__item--left .history-90s__card {
  margin-right: 2rem;
}
.history-90s__item--right {
  --origin: left;
  justify-content: flex-end;
}
.history-90s__item--right::before {
  left: calc(50% + 1.5rem);
}
.history-90s__item--right .history-90s__card {
  margin-left: 2rem;
}
.history-90s__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #5E5F5F;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 3;
}
.history-90s__dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #F7C7C8;
}
.history-90s__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0.75rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 25.25rem;
  box-shadow: 0 0 0.625rem rgba(20, 20, 20, 0.05);
}
.history-90s__card h3, .history-90s__card .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #E81035;
  margin-bottom: 0.5rem;
}
.history-90s__card p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 992px) {
  .history-90s__timeline {
    height: 43.25rem;
  }
  .history-90s__pipe {
    height: 100%;
  }
  .history-90s ul {
    position: relative;
    height: 100%;
    display: block;
    gap: 0;
  }
  .history-90s__item {
    position: absolute;
    transform: translateY(-50%);
  }
  .history-90s__item:nth-child(1) {
    top: 10%;
  }
  .history-90s__item:nth-child(2) {
    top: 35%;
  }
  .history-90s__item:nth-child(3) {
    top: 61%;
  }
  .history-90s__item:nth-child(4) {
    top: 85%;
  }
}
@media (max-width: 991.98px) {
  .history-90s__timeline {
    padding-block: 5rem 3.3rem;
  }
  .history-90s__pipe {
    top: 0;
    bottom: 0;
  }
  .history-90s ul {
    max-width: none;
    left: 0;
    transform: none;
    gap: 7rem;
  }
  .history-90s__item {
    padding-left: 0;
    justify-content: center;
  }
  .history-90s__item::before {
    display: none;
  }
  .history-90s__dot {
    top: 0;
    transform: translate(-50%, -50%);
  }
  .history-90s__card {
    margin: 0 auto;
  }
  .history-90s .history-90s__item--right .history-90s__card,
  .history-90s .history-90s__item--left .history-90s__card {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .history-90s {
    padding-block: 5rem 3.3rem;
  }
  .history-90s h2, .history-90s .h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .history-90s__card h3, .history-90s__card .h3 {
    font-size: 1.25rem;
  }
  .history-90s__card p {
    font-size: 0.9375rem;
  }
}

.history-millennium {
  padding-block: 0 6rem;
}
.history-millennium h2, .history-millennium .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.history-millennium__timeline {
  position: relative;
}
.history-millennium__pipe {
  position: absolute;
  inset-block: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  background: url("../media/static/pipes-v.svg") center top repeat-y;
  background-size: contain;
}
.history-millennium ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 62.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.history-millennium__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  --lineScale: 0;
}
.history-millennium__item::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #5E5F5F;
  width: calc(11% - 0.75rem - 2rem);
  transform-origin: var(--origin, left);
  transform: scaleX(var(--lineScale));
  will-change: transform;
}
.history-millennium__item--left {
  --origin: right;
  justify-content: flex-start;
}
.history-millennium__item--left::before {
  right: calc(50% + 1.5rem);
}
.history-millennium__item--left .history-millennium__card {
  margin-right: 2rem;
}
.history-millennium__item--right {
  --origin: left;
  justify-content: flex-end;
}
.history-millennium__item--right::before {
  left: calc(50% + 1.5rem);
}
.history-millennium__item--right .history-millennium__card {
  margin-left: 2rem;
}
.history-millennium__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #5E5F5F;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 3;
}
.history-millennium__dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #F7C7C8;
}
.history-millennium__card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0.75rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 25.25rem;
  box-shadow: 0 0 0.625rem rgba(20, 20, 20, 0.05);
}
.history-millennium__card h3, .history-millennium__card .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #E81035;
  margin-bottom: 0.5rem;
}
.history-millennium__card p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 992px) {
  .history-millennium__timeline {
    height: 62.55rem;
  }
  .history-millennium__pipe {
    height: 100%;
  }
  .history-millennium ul {
    position: relative;
    height: 100%;
    display: block;
    gap: 0;
  }
  .history-millennium__item {
    position: absolute;
    transform: translateY(-50%);
  }
  .history-millennium__item:nth-child(1) {
    top: 10%;
  }
  .history-millennium__item:nth-child(2) {
    top: 20%;
  }
  .history-millennium__item:nth-child(3) {
    top: 45%;
  }
  .history-millennium__item:nth-child(4) {
    top: 65%;
  }
  .history-millennium__item:nth-child(5) {
    top: 75%;
  }
  .history-millennium__item:nth-child(6) {
    top: 90%;
  }
}
@media (max-width: 991.98px) {
  .history-millennium__timeline {
    padding-block: 5rem 6.65rem;
  }
  .history-millennium__pipe {
    top: 0;
    bottom: 0;
  }
  .history-millennium ul {
    max-width: none;
    left: 0;
    transform: none;
    gap: 7rem;
  }
  .history-millennium__item {
    padding-left: 0;
    justify-content: center;
  }
  .history-millennium__item::before {
    display: none;
  }
  .history-millennium__dot {
    top: 0;
    transform: translate(-50%, -50%);
  }
  .history-millennium__card {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .history-millennium {
    padding-block: 5rem 3.3rem;
  }
  .history-millennium h2, .history-millennium .h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .history-millennium__card h3, .history-millennium__card .h3 {
    font-size: 1.25rem;
  }
  .history-millennium__card p {
    font-size: 0.9375rem;
  }
  .history-millennium .history-millennium__item--right .history-millennium__card {
    margin-left: 0;
  }
  .history-millennium .history-millennium__item--left .history-millennium__card {
    margin-right: 0;
  }
}

.history-present {
  padding-block: 4rem;
  background: #F6F6F6;
}
.history-present h2, .history-present .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.history-present p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  max-width: 62.313rem;
  margin: 2rem auto 3rem;
}
.history-present h3, .history-present .h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.history-present__stats {
  list-style: none;
}
.history-present__card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  height: 7.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 2rem 1.5rem 2rem 2rem;
}
.history-present__card p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  width: 19.5rem;
}
@media (max-width: 768px) {
  .history-present__card p {
    width: 13rem;
  }
}
.history-present__card p span {
  color: #E81035;
  font-weight: 700;
  font-size: 2rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .history-present {
    padding-block: 3rem;
  }
  .history-present h2, .history-present .h2 {
    font-size: 2.25rem;
  }
  .history-present p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .history-present h3, .history-present .h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .history-present__card {
    padding: 2rem;
  }
  .history-present__card p {
    font-size: 1.25rem;
    margin: 0;
  }
  .history-present__card p span {
    font-size: 1.5rem;
  }
}

.page-header--join-us {
  overflow: visible;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-header--join-us a {
    margin-left: auto;
    display: block;
    width: fit-content;
  }
}
.page-header--join-us .page-header__artwork::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: -6rem;
  height: auto;
  z-index: 2;
  width: 14.375rem;
  background: url("/media/static/icons/icon-hearts--pink.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .page-header--join-us .page-header__artwork::before {
    width: 7rem !important;
    left: -5% !important;
    top: -3rem !important;
  }
}
@media (max-width: 768px) {
  .page-header--join-us .page-header__artwork img {
    top: 4rem;
  }
}
.page-header--join-us .page-header__box {
  padding-bottom: 4rem;
}
.page-header--join-us h1, .page-header--join-us .h1, .page-header--join-us p {
  width: 100%;
  max-width: 36.5rem;
}

.join-us-cards {
  background-color: #F6F6F6;
  padding-block: 5rem 2rem;
}
@media (max-width: 768px) {
  .join-us-cards {
    padding-block: 5rem 2rem;
  }
}
.join-us-cards__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1.75rem 2rem 2.75rem;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.join-us-cards__item .sm_intext {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.join-us-cards__item:hover {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.05);
}
.join-us-cards__item span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  color: #E81035;
}
.join-us-cards__item p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  transform: translateY(0.5rem);
}

.join-us-form {
  padding-block: 4rem 6rem;
  background: #F6F6F6;
  scroll-margin-top: 5rem;
}
.join-us-form .consent-checkbox input {
  width: unset !important;
}
.join-us-form .container-fluid, .join-us-form .container-sm, .join-us-form .container-md, .join-us-form .container-lg, .join-us-form .container-xl, .join-us-form .container-xxl {
  padding: 0;
  max-width: 85rem;
  margin-inline: auto;
}
.join-us-form__box {
  position: relative;
  padding: 3rem 5rem 4rem;
  background: #B2EAEA;
  border-radius: 0.75rem;
}
.join-us-form h2, .join-us-form .h2 {
  font: 700 2.5rem/1.25 "houschka-pro", sans-serif;
  color: #141414;
  margin-bottom: 2.5rem;
}
.join-us-form h3, .join-us-form .h3 {
  font: 700 1.5rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
  margin: 3rem 0 1.75rem;
}
.join-us-form__reason {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.join-us-form__reason span {
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
  color: #141414;
}
.join-us-form .join-us-form__switch {
  --gap: .25rem;
  position: relative;
  display: flex;
  width: 36.563rem;
  height: 3rem;
  background: #FFFFFF;
  border: 0.0625rem solid #5E5F5F;
  border-radius: 3rem;
  overflow: hidden;
}
.join-us-form .join-us-form__switch::before {
  content: "";
  position: absolute;
  top: var(--gap);
  left: var(--gap);
  width: calc(50% - var(--gap) * 2);
  height: calc(100% - var(--gap) * 2);
  background: #FFEEA7;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.join-us-form .join-us-form__switch:has(#join-us-reconnect:checked)::before {
  left: calc(50% + var(--gap));
}
.join-us-form .join-us-form__switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.join-us-form .join-us-form__switch label {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  margin-top: 0.65rem;
}
.join-us-form .join-us-form__switch input:checked + label {
  color: #141414;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .join-us-form .join-us-form__switch {
    width: 100%;
    height: 4rem;
  }
  .join-us-form .join-us-form__switch label {
    padding: 0 0.75rem;
    border: none;
    font-size: 0.875rem;
    text-align: center;
  }
}
.join-us-form label {
  display: block;
  font: 700 1rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 0.5rem;
}
.join-us-form input,
.join-us-form textarea {
  width: 100%;
  padding: 1.05rem 1rem;
  border: none;
  border-radius: 0.25rem;
  background: #FFFFFF;
  font: 500 1rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
}
@media (max-width: 991.98px) {
  .join-us-form input,
  .join-us-form textarea {
    padding: 0.875rem 1rem;
  }
}
.join-us-form input::placeholder,
.join-us-form textarea::placeholder {
  color: #5E5F5F;
}
.join-us-form input:focus,
.join-us-form textarea:focus {
  outline: 0.15rem solid #E81035;
}
.join-us-form textarea {
  resize: none;
}
.join-us-form__message {
  max-height: 9.75rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.join-us-form__consent {
  gap: 0.15rem;
}
.join-us-form__consent input {
  width: unset !important;
}
.join-us-form__consent label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 140%;
  max-width: 20rem;
}
.join-us-form__consent label a {
  text-decoration: underline;
  color: #141414;
  display: inline-block;
}
.join-us-form__check {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0.5rem 0 0;
  accent-color: #E81035;
}
.join-us-form__submit {
  width: 100%;
  max-width: fit-content;
  border: none;
}
@media (max-width: 768px) {
  .join-us-form__submit {
    margin-left: auto;
  }
}
.join-us-form__artwork {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.join-us-form__artwork--stork {
  right: 7rem;
  bottom: -2rem;
  z-index: 0;
}
.join-us-form__artwork--stork img {
  height: 45rem;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .join-us-form__artwork--stork {
    right: 1rem;
    width: 7rem;
  }
}
@media (max-width: 768px) {
  .join-us-form__artwork {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .join-us-form {
    padding-block: 3rem 4rem;
  }
  .join-us-form h2, .join-us-form .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .join-us-form h3, .join-us-form .h3 {
    margin: 2.5rem 0 1.5rem;
  }
  .join-us-form__submit {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .join-us-form h2, .join-us-form .h2 {
    font-size: 1.75rem;
  }
  .join-us-form h3, .join-us-form .h3 {
    font-size: 1.375rem;
  }
  .join-us-form__box {
    padding: 2.5rem 1.25rem 3rem;
  }
  .join-us-form label {
    font-size: 1rem;
  }
  .join-us-form input, .join-us-form textarea {
    font-size: 1rem;
  }
}

.join-us-benefits {
  padding-block: 4rem;
  background: #F6F6F6;
}
.join-us-benefits h2, .join-us-benefits .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 3rem;
}
.join-us-benefits__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 24rem;
  margin-inline: auto;
}
.join-us-benefits__item p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #141414;
  margin: 0;
}
.join-us-benefits__icon {
  flex: 0 0 4.813rem;
  width: 4.813rem;
  height: 4.813rem;
  border-radius: 50%;
  background: #B2EAEA;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: none;
}
.join-us-benefits__icon img {
  width: 2.813rem;
  height: 2.813rem;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .join-us-benefits {
    padding-block: 4.5rem;
  }
  .join-us-benefits h2, .join-us-benefits .h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .join-us-benefits__item {
    gap: 1rem;
  }
  .join-us-benefits__item p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .join-us-benefits {
    padding-block: 4rem;
  }
  .join-us-benefits h2, .join-us-benefits .h2 {
    font-size: 2rem;
  }
  .join-us-benefits__item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.join-us-conditions {
  padding-block: 4rem;
  background: #F6F6F6;
}
.join-us-conditions h2, .join-us-conditions .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 3rem;
  max-width: 32rem;
}
.join-us-conditions .btn-pill {
  margin-top: 5rem;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .join-us-conditions .btn-pill {
    margin-top: 3.5rem;
    margin-right: 1rem;
  }
}
.join-us-conditions .btn-pill::before {
  background-color: #F7C7C8;
}
.join-us-conditions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.join-us-conditions ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #141414;
}
.join-us-conditions ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #E81035;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .join-us-conditions {
    padding-block: 2rem 0;
  }
  .join-us-conditions h2, .join-us-conditions .h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .join-us-conditions__cta {
    font-size: 1.125rem;
  }
  .join-us-conditions__cta-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .join-us-conditions ul li {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .join-us-conditions__cta {
    margin-top: 2rem;
  }
  .join-us-conditions ul {
    gap: 1.5rem;
  }
}
main.termo-energy .services-for-customers__icon img {
  display: none;
}
@media (max-width: 768px) {
  main.termo-energy h1, main.termo-energy .h1 {
    font-size: 2.75rem;
  }
}
main.termo-energy .faq {
  padding-bottom: 2rem;
}
main.termo-energy .benefits-from-termo {
  padding-block: 6rem;
}
main.termo-energy .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  main.termo-energy .services-for-customers {
    padding-block: 5rem 0;
  }
}
@media (max-width: 768px) {
  main.termo-energy .loyalty-banner--join-us {
    margin-top: 4rem;
  }
}
main.termo-energy .page-header {
  padding-bottom: 8.75rem;
}
@media (max-width: 768px) {
  main.termo-energy .page-header {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  main.termo-energy .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}

.join-us-stats {
  padding-block: 5rem 2rem;
}
@media (max-width: 768px) {
  .join-us-stats {
    padding-block: 0;
  }
}
.join-us-stats p {
  margin: 0 auto 2.5rem;
  max-width: 62.125rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}
.join-us-stats p strong {
  font-weight: 700;
}
.join-us-stats__cta {
  display: inline-block;
  min-width: 13rem;
}

@media (max-width: 991.98px) {
  .join-us-stats {
    padding-block: 3.5rem;
  }
  .join-us-stats p {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .join-us-stats {
    padding-block: 3rem;
  }
  .join-us-stats p {
    font-size: 1.25rem;
  }
}
main.career .services-for-customers__icon img {
  display: none;
}
main.career .faq {
  padding-bottom: 2rem;
}
main.career .benefits-from-termo {
  padding-block: 6rem;
}
main.career .page-header__artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("/media/static/artwork/page-header--for-costumers.svg") no-repeat center/70%;
  pointer-events: none;
  background-size: contain;
  width: 10.938rem;
  height: 16.271rem;
  top: -6.5rem;
  left: -6rem;
}
@media (max-width: 768px) {
  main.career .services-for-customers {
    padding-block: 5rem 0;
  }
}
@media (max-width: 768px) {
  main.career .loyalty-banner--join-us {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  main.career .page-header {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  main.career .page-header__artwork::before {
    width: 6.25rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 0;
    background-size: 85%;
  }
}
main.career main.career .benefits-from-termo {
  padding-block: 7rem 6rem;
}
main.career .benefits-from-termo h2, main.career .benefits-from-termo .h2 {
  margin-bottom: 5.5rem;
  margin-top: -5rem;
}

.free-job-positions {
  padding-block: 5rem;
  scroll-margin-top: 4rem;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .free-job-positions {
    scroll-margin-top: 10rem;
  }
}
.free-job-positions h2, .free-job-positions .h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.free-job-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.75rem 2.5rem;
  background: #FFFFFF;
  border: 0.1rem solid #FFFFFF;
  border-radius: 0.75rem;
  transition: 0.3s ease-in-out;
}
.free-job-card:hover {
  border-color: #141414;
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 20, 0.05);
}
.free-job-card .free-job-card__cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: inherit;
}
.free-job-card .free-job-card__cover:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.free-job-card .free-job-card :is(.btn-pill, a:not(.free-job-card__cover), button, input, textarea, select, [role=button]) {
  position: relative;
  z-index: 2;
}
.free-job-card h3, .free-job-card .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}
.free-job-card p {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  color: #5E5F5F;
}
.free-job-card .btn-pill {
  margin-top: 1.5rem;
  max-width: 13rem;
}
.free-job-card .btn-pill::before {
  background: #F7C7C8;
}

@media (max-width: 991.98px) {
  .free-job-positions {
    padding-block: 4rem;
  }
  .free-job-positions h2, .free-job-positions .h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .free-job-card {
    padding: 1.75rem 1.5rem 2.25rem;
  }
  .free-job-card h3, .free-job-card .h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .free-job-positions {
    padding-block: 3rem;
  }
  .free-job-positions a {
    font-size: 1rem;
  }
  .free-job-positions h2, .free-job-positions .h2 {
    font-size: 2rem;
  }
  .free-job-card {
    padding: 1.5rem 1.25rem 2rem;
  }
  .free-job-card h3, .free-job-card .h3 {
    font-size: 1.25rem;
  }
}
.employees-experience {
  padding-block: 4rem 5rem;
  background: #F6F6F6;
}
.employees-experience h2, .employees-experience .h2 {
  text-align: center;
  font: 700 2.5rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 3rem;
}
.employees-experience__tabs-wrap {
  max-width: 62.5rem;
  margin-inline: auto;
}
.employees-experience__tabs {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  gap: 0;
  border-bottom: 0.0625rem solid #E5E5E5;
}
.employees-experience__tabs li {
  flex: 0 0 auto;
}
.employees-experience__tabs li button span {
  font-size: 1rem;
}
.employees-experience__tabs li button small, .employees-experience__tabs li button .small {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.employees-experience__tabs li:nth-child(2) button p {
  padding-left: 5rem;
  padding-right: 5rem;
}
.employees-experience__tabs li:nth-child(3) button p {
  padding-left: 7rem;
  padding-right: 7.8rem;
}
.employees-experience__tab {
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: start;
  color: #5E5F5F;
  border-bottom: 0.125rem solid transparent;
  transition: 0.3s ease-in-out;
}
.employees-experience__tab .sm_intext p {
  display: flex;
  flex-direction: column;
  padding: 0 10rem 1rem 0;
}
.employees-experience__tab span {
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
}
.employees-experience__tab small, .employees-experience__tab .small {
  font: 500 0.875rem/1.1 "houschka-pro", sans-serif;
  color: #5E5F5F;
}
.employees-experience__tab:hover {
  color: #141414;
}
.employees-experience__tab--active {
  color: #141414;
  border-bottom-color: #E81035;
}
.employees-experience__tab--active span {
  color: #141414;
}
.employees-experience__tab--active small, .employees-experience__tab--active .small {
  color: #141414;
}
.employees-experience__slider-wrap {
  max-width: 75rem;
  margin-inline: auto;
}
.employees-experience__slider {
  width: 100%;
}
.employees-experience__card {
  background: #FFEEA7;
  border-radius: 0.75rem;
  padding: 4rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .employees-experience__card {
    height: unset;
  }
}
.employees-experience__card p {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 500;
  max-width: 62.5rem;
  margin: 0 auto 2rem;
}
@media (max-width: 991.98px) {
  .employees-experience__card p {
    font-size: 1.25rem;
  }
}
.employees-experience__card strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 62.5rem;
  text-align: start;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .employees-experience__card strong {
    font-size: 1rem;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .employees-experience {
    padding-block: 4rem;
  }
  .employees-experience h2, .employees-experience .h2 {
    font-size: 2rem;
  }
  .employees-experience__tabs {
    gap: 2rem;
  }
  .employees-experience__card {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .employees-experience__tabs {
    flex-direction: column;
    border-bottom: none;
    row-gap: 1rem;
  }
  .employees-experience__tab {
    width: 100%;
    border-bottom: 0.0625rem solid #E5E5E5;
  }
  .employees-experience__tab--active {
    border-bottom-color: #E81035;
  }
  .employees-experience__tab span {
    font-size: 1rem;
  }
  .employees-experience__tab small, .employees-experience__tab .small {
    font-size: 0.8125rem;
  }
  .employees-experience__tabs li button p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.job-detail .page-header {
  background: none;
  padding-block: 3rem 1rem;
}
@media (max-width: 768px) {
  .job-detail .page-header {
    padding-block: 1.75rem 1rem;
  }
}
.job-detail .page-header__box {
  max-width: 75rem;
  background: none;
  padding-bottom: 0;
}
.job-detail .page-header h1, .job-detail .page-header .h1 {
  margin: 5rem auto 1rem;
  max-width: 55rem;
  text-align: center;
  font: 700 3.625rem/1.1 "houschka-pro", sans-serif;
}
@media (max-width: 992px) {
  .job-detail .page-header h1, .job-detail .page-header .h1 {
    font-size: 2.5rem;
  }
}
.job-detail__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
  font: 500 1rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
  padding-top: 3rem;
}
.job-detail__subtitle span {
  font-weight: 500;
  color: #5E5F5F;
}
.job-detail__subtitle img {
  width: 1rem;
  height: 1.125rem;
  color: #5E5F5F;
}
@media (max-width: 768px) {
  .job-detail__subtitle {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    padding-top: 1rem;
  }
}
.job-detail__article {
  position: relative;
  padding-block: 0 8rem;
}
@media (max-width: 768px) {
  .job-detail__article {
    padding-block: 0 2rem;
  }
  .job-detail__article .container {
    padding: 0;
  }
}
.job-detail__article::before {
  content: "";
  position: absolute;
  top: -3%;
  left: 4rem;
  width: 12.125rem;
  height: 5.938rem;
  background: url("/media/static/icons/icon-cloud.svg") center/contain no-repeat;
  z-index: 0;
}
@media (max-width: 768px) {
  .job-detail__article::before {
    display: none;
  }
}
.job-detail__article::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 16.375rem;
  height: 5.938rem;
  background: url("/media/static/icons/icon-cloud.svg") center/contain no-repeat;
  z-index: 0;
}
@media (max-width: 768px) {
  .job-detail__article::after {
    display: none;
  }
}
.job-detail__box {
  position: relative;
  z-index: 3;
  max-width: 49.25rem;
  margin-inline: auto;
  padding: 3rem 2.5rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.05);
}
@media (max-width: 992px) {
  .job-detail__box {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .job-detail__box {
    padding: 1.75rem;
  }
}
.job-detail__box p {
  font: 500 1.125rem/1.4 "houschka-pro", sans-serif;
}
.job-detail__box p.annotation {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 2.75rem;
}
@media (max-width: 768px) {
  .job-detail__box p.annotation {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .job-detail__box p {
    font-size: 1rem;
  }
}
.job-detail__box h2, .job-detail__box .h2 {
  margin: 2.75rem 0 1.25rem;
  font: 700 2rem/1.1 "houschka-pro", sans-serif;
}
@media (max-width: 768px) {
  .job-detail__box h2, .job-detail__box .h2 {
    font-size: 1.5rem;
  }
}
.job-detail__box ul {
  padding-left: 0;
  list-style: none;
}
.job-detail__box ul li {
  position: relative;
  padding-left: 1.35rem;
  font: 500 1.125rem/1.45 "houschka-pro", sans-serif;
}
.job-detail__box ul li + li {
  margin-top: 0.75rem;
}
.job-detail__box ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #E81035;
}
@media (max-width: 768px) {
  .job-detail__box ul li {
    font-size: 1rem;
  }
}
.job-detail__nav {
  margin: 1.5rem auto 0;
  max-width: 49.25rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.05);
}
.job-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font: 700 1rem/1 "houschka-pro", sans-serif;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.job-detail__back-link::before {
  content: "";
  width: 1.313rem;
  height: 0.85rem;
  background: #E81035;
  mask: url("/media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.job-detail__back-link:hover {
  text-decoration: underline;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .job-detail__back-link {
    font-size: 0.875rem;
  }
}

.contact-form--job-detail input, .contact-form--job-detail textarea {
  z-index: 1;
}
.contact-form--job-detail input#jd-phone {
  height: 3.75rem;
}
.contact-form--job-detail .contact-form__box {
  background: #B2EAEA;
}
.contact-form--job-detail .contact-form__artwork--stork {
  right: 8rem;
  bottom: -3.85rem;
  height: 40rem;
  width: 21rem;
  z-index: 0;
}
.contact-form--job-detail .contact-form__file {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.375rem;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.contact-form--job-detail .contact-form__file.has-file span {
  color: #141414;
}
.contact-form--job-detail .contact-form__file.has-file span::before {
  content: none;
  margin: 0;
}
.contact-form--job-detail .contact-form__file.has-file span::before {
  content: "";
  width: 1.1rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M6 2h8l4 4v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM14 2v4h4'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M6 2h8l4 4v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM14 2v4h4'/></svg>") no-repeat center/contain;
}
.contact-form--job-detail .contact-form__file.has-file span {
  color: #141414;
}
.contact-form--job-detail .contact-form__file span {
  font: 500 1rem/1.2 "houschka-pro", sans-serif;
  color: #5E5F5F;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form--job-detail .contact-form__file span::before {
  content: "+";
  font: 700 1.75rem/1 "houschka-pro", sans-serif;
  color: #E81035;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.contact-form--job-detail .contact-form__file input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form--job-detail .contact-form__file:hover {
  outline: 0.15rem solid #141414;
}
.contact-form--job-detail .contact-form__file input:focus-visible + span,
.contact-form--job-detail .contact-form__file input:focus-visible {
  outline: 0.15rem solid #E81035;
}
@media (max-width: 768px) {
  .contact-form--job-detail .contact-form__submit {
    width: 100%;
  }
}

.general-contacts {
  padding-block: 2rem 3rem;
  background: #F6F6F6;
}
.general-contacts h2, .general-contacts .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.5rem;
}
.general-contacts p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}
.general-contacts p + p {
  margin-top: 0.5rem;
}
.general-contacts p:has(img) {
  margin-bottom: 0;
}
.general-contacts a {
  color: #141414;
  text-decoration: underline;
  display: inline-block;
}
.general-contacts strong {
  font-size: 1.25rem;
  font-weight: 700;
}
.general-contacts__card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
}
.general-contacts__info {
  background: #B2EAEA;
  padding: 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.general-contacts__image {
  margin: 0;
}
.general-contacts__image img {
  width: 100%;
  height: 100%;
  max-height: 22.813rem;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .general-contacts h2, .general-contacts .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .general-contacts__info {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .general-contacts {
    padding-block: 2.5rem;
  }
  .general-contacts h2, .general-contacts .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .general-contacts p {
    font-size: 1rem;
  }
  .general-contacts__info {
    padding: 2rem 1.25rem;
  }
}

.page-header--contact {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .page-header--contact {
    padding-block: 2rem 0;
  }
}
.page-header--contact h1, .page-header--contact .h1, .page-header--contact p, .page-header--contact span, .page-header--contact ol, .page-header--contact li {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
.page-header--contact .row {
  max-width: 75rem;
}
.page-header--contact .page-header__box {
  background: none;
  position: relative;
}
.page-header--contact p {
  font-size: 1.5rem;
}

.quick-contacts {
  padding-block: 0;
  padding-top: 1.25rem;
  background: #F6F6F6;
}
.quick-contacts__card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .quick-contacts__card {
    padding: 1.5rem;
  }
}
.quick-contacts__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .quick-contacts__item {
    gap: 0.75rem;
  }
  .quick-contacts__item:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.quick-contacts__content {
  display: flex;
  flex-direction: column;
}
.quick-contacts__head {
  font: 500 1.125rem/1.2 "houschka-pro", sans-serif;
  color: #141414;
  margin: 0;
}
.quick-contacts img {
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .quick-contacts img {
    width: 1.25rem;
    margin-top: 0.25rem;
  }
}
.quick-contacts a {
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
  color: #E81035;
  text-decoration: none;
  margin-top: 0.25rem;
}
.quick-contacts a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .quick-contacts a {
    font-size: 1.125rem;
  }
}
.quick-contacts address {
  font-style: normal;
  line-height: 1.35;
}

.join-us-form.join-us-form--contact {
  padding-block: 14rem 4rem;
}
@media (max-width: 560px) {
  .join-us-form.join-us-form--contact .join-us-form__switch label {
    font-size: 0.95rem !important;
    line-height: 120%;
  }
}
.join-us-form.join-us-form--contact .join-us-form__switch {
  --gap: .25rem;
  position: relative;
  display: flex;
  width: 100%;
  height: 3.75rem;
  background: #FFFFFF;
  border: 0.063rem solid #5E5F5F;
  border-radius: 3rem;
  z-index: 3;
  overflow: hidden;
  min-height: 3.75rem;
}
.join-us-form.join-us-form--contact .join-us-form__switch label {
  font-weight: 600 !important;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}
.join-us-form.join-us-form--contact .join-us-form__switch::before {
  content: "";
  position: absolute;
  top: var(--gap);
  left: var(--gap);
  width: calc(33.333% - var(--gap) * 2);
  height: calc(100% - var(--gap) * 2);
  background: #FFEEA7;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.join-us-form.join-us-form--contact .join-us-form__switch:has(#contact-failure:checked)::before {
  left: calc(33.333% + var(--gap));
}
.join-us-form.join-us-form--contact .join-us-form__switch:has(#contact-other:checked)::before {
  left: calc(66.666% + var(--gap));
}
.join-us-form.join-us-form--contact .join-us-form__switch input {
  position: absolute;
  opacity: 0;
}
.join-us-form.join-us-form--contact .join-us-form__switch label {
  flex: 1 0 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 600 1.25rem/1 "houschka-pro", sans-serif;
  color: #5E5F5F;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  user-select: none;
}
.join-us-form.join-us-form--contact .join-us-form__switch input:checked + label {
  color: #141414;
}
@media (max-width: 575.98px) {
  .join-us-form.join-us-form--contact .join-us-form__switch {
    height: 4rem;
  }
  .join-us-form.join-us-form--contact .join-us-form__switch label {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    line-height: 1.4;
    flex-direction: column;
  }
}
.join-us-form.join-us-form--contact .join-us-form__artwork--stork {
  right: 3rem;
  bottom: -2rem;
  margin: 0;
  z-index: 0;
}
.join-us-form.join-us-form--contact .join-us-form__artwork--stork img {
  height: 55rem;
  object-fit: cover;
}
.join-us-form.join-us-form--contact form {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .join-us-form.join-us-form--contact {
    padding-block: 3rem 4rem;
  }
  .join-us-form.join-us-form--contact h2, .join-us-form.join-us-form--contact .h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .join-us-form.join-us-form--contact__box {
    padding: 2.5rem;
  }
  .join-us-form.join-us-form--contact__submit {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .join-us-form.join-us-form--contact h2, .join-us-form.join-us-form--contact .h2 {
    font-size: 1.75rem;
  }
  .join-us-form.join-us-form--contact__box {
    padding: 2.5rem 1.25rem 3rem;
  }
  .join-us-form.join-us-form--contact label {
    font-size: 1rem;
  }
  .join-us-form.join-us-form--contact input, .join-us-form.join-us-form--contact textarea {
    font-size: 1rem;
  }
}

main.career .benefits-from-termo {
  padding-block: 6rem 3rem !important;
}

@media (max-width: 768px) {
  .page-header--contact .page-header__box {
    padding-bottom: 2rem;
  }
}
main.contact .loyalty-banner__content {
  background-color: #F7C7C8;
}

.why-subscribe li > article {
  will-change: transform, opacity;
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
  #smooth-wrapper, #smooth-content {
    scroll-behavior: auto;
  }
}
.services-for-customers .container-fluid, .services-for-customers .container-sm, .services-for-customers .container-md, .services-for-customers .container-lg, .services-for-customers .container-xl, .services-for-customers .container-xxl {
  padding: 0;
  max-width: 85rem;
  margin: 0 auto;
}

.need-help .footer__contact + .footer__contact, .have-trouble .footer__contact + .footer__contact {
  margin-top: 1.5rem;
}

.need-help li, .have-trouble li {
  display: flex;
  gap: 0.75rem;
  align-items: start;
}
.need-help li:nth-child(2), .have-trouble li:nth-child(2) {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
}
.need-help li img, .have-trouble li img {
  width: 1.375rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.need-help li a, .have-trouble li a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #141414;
  line-height: 1.4;
}
.need-help li div, .have-trouble li div {
  max-width: 9.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.need-help li div a, .have-trouble li div a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #141414;
  line-height: 1.4;
}
.need-help li div small, .need-help li div .small, .have-trouble li div small, .have-trouble li div .small {
  margin-top: 0;
  line-height: 0.85rem;
  color: #5E5F5F;
  font-size: 0.75rem;
}

ul:has(.footer__contact) a {
  color: #141414;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
}

main.company-introduction .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

main.company-introduction .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.company-introduction .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}

main:has(.page-404) {
  overflow: hidden;
}

.page-404 {
  padding-block: 14rem 10rem;
  background: #F6F6F6;
  position: relative;
}
.page-404 h1, .page-404 .h1 {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .page-404 h1, .page-404 .h1 {
    text-align: center;
    font-size: 2.5rem;
  }
}
.page-404 span {
  color: #F7C7C8;
  font-weight: 800;
  position: absolute;
  font-size: 15rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  top: 5%;
}
@media (max-width: 768px) {
  .page-404 span {
    font-size: 8rem;
  }
}
.page-404 p {
  color: #141414;
  font-size: 1.5rem;
  margin: 0 auto;
  z-index: 3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-404 p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.page-404 a::before {
  background: #F7C7C8;
}
@media (max-width: 768px) {
  .page-404 a {
    margin: 3rem auto 0;
  }
}

main:has(.page-403) {
  overflow: hidden;
}

.page-403 {
  padding-block: 14rem 10rem;
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}
.page-403 h1, .page-403 .h1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-403 h1, .page-403 .h1 {
    text-align: center;
  }
}
.page-403 span {
  color: #F7C7C8;
  font-weight: 800;
  position: absolute;
  font-size: 15rem;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
}
@media (max-width: 768px) {
  .page-403 span {
    font-size: 8rem;
  }
}
.page-403 p {
  color: #141414;
  font-size: 1.5rem;
  margin: 0 auto;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-403 p {
    text-align: center;
    font-size: 1rem;
  }
}
.page-403 a::before {
  background: #F7C7C8;
}
@media (max-width: 768px) {
  .page-403 a {
    margin: 0 auto;
    margin-top: 3rem;
  }
}

.tox .tox-dialog--width-lg textarea {
  overflow: auto;
}

main.about-company .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.company-data .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.company-introduction .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.history .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.termo-energy .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.career .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.contact .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.company-introduction .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

main.termo-energy .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

main.career .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}

main.career .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.career .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}

main.termo-energy .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.termo-energy .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}

main.company-introduction .loyalty-banner p {
  font-size: 1.25rem;
}

main.about-company .signpost {
  padding-block: 3rem 17rem;
}
main.about-company .signpost h2, main.about-company .signpost .h2 {
  width: fit-content;
  margin: 0 auto 3.438rem;
}
@media (max-width: 768px) {
  main.about-company .signpost {
    padding-block: 3rem 13rem;
  }
}
main.about-company .signpost__artwork {
  bottom: -18.5rem;
}
@media (max-width: 768px) {
  main.about-company .signpost__artwork {
    bottom: -13.5rem;
  }
}

@media (max-width: 767.98px) {
  .price-table__wrap {
    grid-template-columns: 1fr !important;
    row-gap: 0.75rem;
  }
  .price-table__side, .price-table__tables {
    grid-column: 1;
  }
}
.d-table-header-group {
  display: table-header-group;
}
.d-table-header-group small, .d-table-header-group .small {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: -0.1rem;
}

main.social-responsibility .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

main.news-detail .loyalty-banner .sm_intext:has(img) {
  max-height: 22.688rem;
  height: 100%;
}

div.article_holder div.article_content div.article_text h3[data-v-0878736f], div.article_holder div.article_content div.article_text [data-v-0878736f].h3 {
  color: #FFFFFF;
}

main.news-detail .news-section {
  padding-block: unset;
  padding-bottom: 13.5rem;
  padding-top: 12rem;
}
@media (max-width: 768px) {
  main.news-detail .news-section {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }
}
main.news-detail .loyalty-banner .content-wrapper {
  max-width: 31.25rem;
  margin-left: auto;
}
main.news-detail .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.news-detail .loyalty-banner img {
  max-height: 22.688rem;
  height: 100%;
}
main.news-detail .loyalty-banner .content-wrapper p {
  font-size: 1.25rem;
}
main.news-detail .page-header {
  background: none;
  padding-block: 3rem 1rem;
}
main.news-detail .page-header__box {
  background: none;
  padding-bottom: 0;
  max-width: 75rem;
}
@media (max-width: 768px) {
  main.news-detail .page-header__box {
    padding: 0;
  }
}

.lg-outer.lg-visible, .lg-backdrop.in {
  z-index: 1100;
}
.lg-outer.lg-visible span, .lg-backdrop.in span {
  color: #999;
}

.search-results-page {
  position: relative;
  padding-bottom: 8rem;
}
.search-results-page .news-body {
  padding-top: 3rem !important;
}
.search-results-page figure.news-thumb {
  overflow: unset;
}
@media (max-width: 768px) {
  .search-results-page {
    padding-bottom: 4rem;
  }
}
.search-results-page article.news-thumb {
  overflow: auto;
}
.search-results-page article.news-card .news-badge {
  bottom: 0;
}
.search-results-page article.news-card .news-body {
  padding: 3rem 1.25rem 1.25rem;
}
.search-results-page h1, .search-results-page .h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.search-results-page h1 span, .search-results-page .h1 span {
  color: #E81035;
}
@media (max-width: 768px) {
  .search-results-page h1, .search-results-page .h1 {
    font-size: 2rem;
  }
}
.search-results-page h2, .search-results-page .h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .search-results-page h2, .search-results-page .h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.search-results-page .news-board {
  display: block;
  margin-top: 1.75rem;
}
.search-results-page .news-board__grid {
  margin-inline: 0;
}
.search-results-page .search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .search-results-page .search-grid {
    gap: 1.5rem;
  }
}
.search-results-page .news-board__grid > .col {
  padding-inline: 1.5rem;
}
.search-results-page article {
  width: 100%;
}
.search-results-page .search-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  text-decoration: none;
  min-height: 120px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.search-results-page .search-card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.search-results-page .search-card:focus-visible {
  outline: 2px solid #B2EAEA;
  outline-offset: 2px;
}
.search-results-page .search-card__body {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 0.5rem;
}
.search-results-page .search-card__title {
  margin: 0 0 0.25rem 0;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #141414;
  font-weight: 700;
}
.search-results-page article .news-body {
  border-radius: 1rem 1rem 0px 0px;
  margin-top: -2.25rem;
}
.search-results-page article .news-badge {
  bottom: 1.75rem;
}
.search-results-page .search-card__desc {
  margin: 0;
  color: #5e5e5e;
  font-size: 0.95rem;
  line-height: 1.45;
}
.search-results-page .search-card__url {
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #7a7a7a;
  word-break: break-word;
}
.search-results-page .search-card__cta {
  align-self: flex-end;
  margin-top: 0.75rem;
  padding-right: 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #141414;
  position: relative;
}
.search-results-page .search-card__cta:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #E81035;
  border-top: 2px solid #E81035;
  transform: translateY(-50%) rotate(45deg);
}
.search-results-page .not-found {
  margin: 6rem auto 0;
  width: 100%;
}
.search-results-page .not-found p {
  font-size: 1.125rem;
  color: #5E5F5F;
  text-align: center;
}
.search-results-page .not-found.not-found--absolute {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .search-results-page .not-found.not-found--absolute {
    bottom: 60%;
  }
}
@media (max-width: 768px) {
  .search-results-page article .news-badge {
    bottom: 3rem;
  }
}

.contact-form__form .join-us-form__switch {
  margin-bottom: 2.75rem;
}

form .alert-success {
  background: #76E2A9;
  border: none;
  color: #141414;
  text-align: center;
  margin-bottom: 1.5rem;
  width: fit-content;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

form div.text-danger {
  background: #E81035;
  border: none;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.5rem;
  width: fit-content;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

#free-job-positions.is-empty .row {
  display: none;
}
#free-job-positions.is-empty .text-muted {
  display: none !important;
}

main.career .page-header {
  padding-bottom: 8.75rem;
}
@media (max-width: 768px) {
  main.career .page-header {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 769px) {
  .break-on-mobile {
    display: inline-block;
    width: 4px;
  }
}
@media (max-width: 768px) {
  .break-on-mobile {
    display: block;
  }
}
.consent-checkbox label {
  font-weight: 500;
}

.news-swiper {
  -webkit-overflow-scrolling: auto !important;
  -webkit-transform: translateZ(0);
}

.news-swiper .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@supports (-webkit-touch-callout: none) {
  .news-swiper {
    overscroll-behavior: none;
  }
}
.question-item__answer a {
  color: #E81035;
  text-decoration: underline;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.question-item__answer a:hover {
  color: #b80d2a;
}
.question-item__answer p {
  margin-top: 0 !important;
}

.faq-item__answer ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  color: #141414;
}
.faq-item__answer ul li:last-child {
  border-bottom: none;
}
.faq-item__answer ul li::before {
  content: "—";
  color: #E81035;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.faq-item__answer ul li span {
  font-size: 1rem;
  line-height: 1.4;
  color: #5E5F5F;
  font-weight: 500;
  max-width: 48.063rem;
}
@media (max-width: 768px) {
  .faq-item__answer ul li span {
    font-size: 0.9375rem;
  }
}

.question-item__answer ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 3rem 3rem;
}
@media (max-width: 768px) {
  .question-item__answer ul {
    padding-left: 0;
    padding-bottom: 1rem;
  }
}
.question-item__answer ul p {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .question-item__answer ul p {
    font-size: 1rem;
  }
}
.question-item__answer ul p:nth-child(even) {
  margin-top: 0.5rem;
}
.question-item__answer ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  color: #5E5F5F;
}
.question-item__answer ul li:last-child {
  border-bottom: none;
}
.question-item__answer ul li::before {
  content: "—";
  color: #E81035;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.question-item__answer ul li span {
  font-size: 1rem;
  line-height: 1.4;
  color: #5E5F5F;
  font-weight: 500;
  max-width: 48.063rem;
}
@media (max-width: 768px) {
  .question-item__answer ul li span {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  main.legislation .contact-form__artwork--stork {
    bottom: -3.75rem;
  }
  main.faq .contact-form__artwork--stork {
    bottom: -3.85rem;
  }
  main.documents-for-download .contact-form__artwork--stork {
    bottom: -3.85rem;
  }
  main.join-us .join-us-form__artwork--stork {
    bottom: -2.6rem;
  }
  main.termo-energy .faq__photo--bg img {
    top: -46px;
  }
  main.join-us .faq__photo--bg img {
    top: -46px;
  }
  main.for-new-costumers .faq__photo--bg img {
    top: -46px;
  }
  main.loyalty-program .faq__photo--bg img {
    top: -46px;
  }
}
.next-contacts {
  padding: 4rem 0;
  padding-bottom: 0;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .next-contacts {
    padding: 2rem 0;
  }
}
.next-contacts h2, .next-contacts .h2 {
  text-align: center;
  font: 700 2.25rem/1.2 "houschka-pro", sans-serif;
  margin-bottom: 2.5rem;
  color: #141414;
}
@media (max-width: 768px) {
  .next-contacts h2, .next-contacts .h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.next-contacts__list {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .next-contacts__list {
    max-width: 75rem;
  }
}
.next-contacts__item {
  border-radius: 0.75rem;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  transition: 0.3s ease-in-out;
  margin-bottom: 1.25rem;
}
.next-contacts__item:focus {
  outline: 1px solid #141414;
}
.next-contacts__item[data-open=true] {
  outline: 1px solid #141414;
}
@media (max-width: 768px) {
  .next-contacts__item[data-open=true] {
    padding-bottom: 0.5rem;
  }
}
.next-contacts__item[data-open=true] .next-contacts__question {
  border-radius: 0.75rem 0.75rem 0 0;
  outline: none;
}
.next-contacts__item[data-open=true] .next-contacts__question:hover {
  outline: none;
}
.next-contacts__item[data-open=true] .next-contacts__icon {
  background: #E5E5E5;
}
.next-contacts__item[data-open=true] .next-contacts__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.next-contacts__item[data-open=true] .next-contacts__answer {
  max-height: 2000px;
  opacity: 1;
}
.next-contacts__question {
  width: 100%;
  padding: 1.5rem 1.25rem;
  font: 700 1.5rem/1.1 "houschka-pro", sans-serif;
  background: #FFFFFF;
  border: 0;
  border-radius: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: 1px solid #FFFFFF;
  transition: 0.3s ease-in-out;
  color: #141414;
}
.next-contacts__question:hover {
  outline-color: #141414;
}
.next-contacts__question:focus {
  outline: 2px solid #FFFFFF;
}
.next-contacts__question:focus-visible {
  outline: 2px solid #141414;
}
@media (max-width: 768px) {
  .next-contacts__question {
    font-size: 1.125rem;
    padding: 1.25rem 1rem;
  }
}
.next-contacts__question h3, .next-contacts__question .h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.next-contacts__icon {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  transition: 0.3s ease-in-out;
}
.next-contacts__icon::before, .next-contacts__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #E81035;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.next-contacts__icon::before {
  width: 58%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.next-contacts__icon::after {
  width: 2px;
  height: 58%;
  transform: translate(-50%, -50%);
}
.next-contacts__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 1.25rem;
  background: #FFFFFF;
  border-radius: 0 0 0.75rem 0.75rem;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}
@media (max-width: 768px) {
  .next-contacts__answer {
    padding: 0 1rem;
  }
}
.next-contacts__answer .row {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.next-contacts__answer .row [class*=col-] {
  flex: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .next-contacts__answer .row [class*=col-] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

.contact-card {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.1);
  border: 1px solid #E5E5E5;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.contact-card:has(.contact-card__photo img) {
  padding: 0;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 768px) {
  .contact-card:has(.contact-card__photo img) {
    flex-direction: column;
    align-items: start;
    text-align: center;
  }
}
.contact-card:has(.contact-card__photo img) .sm_intext {
  height: 100%;
}
.contact-card:has(.contact-card__photo img) figure {
  margin: 0;
}
.contact-card:has(.contact-card__photo img) .contact-card__photo div p {
  flex: 1;
  height: 100%;
  flex-basis: 225px;
  width: 225px;
  margin: 0;
  padding: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-card:has(.contact-card__photo img) .contact-card__photo div p {
    width: 100%;
    flex-basis: 100%;
  }
}
.contact-card:has(.contact-card__photo img) .contact-card__photo div p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
.contact-card:has(.contact-card__photo img) .contact-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.25rem;
  text-align: left;
}
.contact-card:not(:has(.contact-card__photo img)) {
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 1rem 1.25rem;
}
.contact-card:not(:has(.contact-card__photo img)) .contact-card__body {
  padding: 0;
}
.contact-card h4, .contact-card .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #141414;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact-card h4, .contact-card .h4 {
    font-size: 1.125rem;
  }
}
.contact-card p {
  font-size: 0.875rem;
  color: #5E5F5F;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contact-card p {
    font-size: 1rem;
  }
}
.contact-card__info, .contact-card__info .sm_intext p {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-card__info a, .contact-card__info .sm_intext p a {
  font-size: 1rem;
  font-weight: 600;
  color: #E81035;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-card__info a:hover, .contact-card__info .sm_intext p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact-card__info a, .contact-card__info .sm_intext p a {
    font-size: 0.8125rem;
  }
}
.contact-card__info a::before, .contact-card__info .sm_intext p a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-card__info a[href^=tel]::before, .contact-card__info .sm_intext p a[href^=tel]::before {
  background-image: url("/media/static/icons/icon-phone.svg");
}
.contact-card__info a[href^=mailto]::before, .contact-card__info .sm_intext p a[href^=mailto]::before {
  background-image: url("/media/static/icons/icon-mail.svg");
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: unset !important;
}

.news-thumb {
  position: relative;
}
.news-thumb .news-badges {
  position: absolute;
  left: 1.25rem;
  bottom: 11%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-thumb .news-badge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font: 600 0.75rem/1 "houschka-pro", sans-serif;
}
.news-thumb img {
  object-fit: cover;
}

.no-border-card .contact-card {
  border: none;
  box-shadow: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-border-card .contact-card h4, .no-border-card .contact-card .h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .no-border-card .contact-card h4, .no-border-card .contact-card .h4 {
    font-size: 1.25rem;
  }
}

main.loyalty-program .join-us-banner figure .sm_intext, main.loyalty-program .join-us-banner figure .sm_intext p {
  height: 100%;
}

@media (max-width: 768px) {
  main.termo-energy .loyalty-banner {
    margin-top: 4rem;
  }
}

.sponsors h2, .sponsors .h2 {
  width: fit-content;
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .sponsors h2, .sponsors .h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}

.sponsors article {
  border: none;
  display: flex;
  flex-direction: column;
}
.sponsors article figure {
  height: 23.438rem;
}
@media (max-width: 768px) {
  .sponsors article figure {
    height: 19rem;
  }
}
.sponsors article figure img {
  object-fit: contain;
  width: calc(90% - 4rem);
  margin: 50% auto 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sponsors article figure img {
    width: calc(100% - 6rem);
    margin: 45% auto 0;
    transform: translateY(-50%);
  }
}
.sponsors article .card-body {
  position: relative;
  z-index: 10;
  padding: 0 2rem 2rem;
}
.sponsors article .card-body h3, .sponsors article .card-body .h3 {
  font-size: 1.5rem;
}
.sponsors article .card-body p {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #5E5F5F;
}
.sponsors article .card-body a {
  font-weight: bold;
  display: flex;
  color: #141414;
  font-size: 1.125rem;
  gap: 0.5rem;
  text-decoration: none;
  margin-top: 1.5rem;
  align-items: center;
}
.sponsors article .card-body a:hover {
  gap: 0.75rem;
}
.sponsors article .card-body a::after {
  content: "";
  width: 1.1875rem;
  display: inline-block;
  height: 0.813rem;
  color: #E81035;
  background: currentColor;
  mask: url("../media/static/icons/icon-arrow-right--bold.svg") center/contain no-repeat;
  transition: 0.2s ease-in-out;
}