/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: yellow;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --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: #bf1528;
  --bs-secondary: #575756;
  --bs-success: #61ce2f;
  --bs-info: #17a2b8;
  --bs-warning: #f10619;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 191, 21, 40;
  --bs-secondary-rgb: 87, 87, 86;
  --bs-success-rgb: 97, 206, 47;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 241, 6, 25;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 87, 87, 86;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Roboto;
  --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: 300;
  --bs-body-line-height: 1.2;
  --bs-body-color: #575756;
  --bs-body-bg: white; }

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.2;
  color: #575756; }

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

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #bf1528;
  text-decoration: underline; }
  a:hover {
    color: #991120; }

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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

code {
  font-size: 1.25rem;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1.25rem;
  color: white;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 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]::-webkit-calendar-picker-indicator {
  display: none; }

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-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

.initialism {
  font-size: 1.25rem;
  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: 1.25rem;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 1.25rem;
  color: #6c757d; }

.container, .block-text, .newsDetail__content.text > p,
.newsDetail__content.text > h1, .newsDetail__content.text > .h1,
.newsDetail__content.text > h2, .newsDetail__content.text > .h2,
.newsDetail__content.text > h3, .newsDetail__content.text > .h3,
.newsDetail__content.text > h4, .newsDetail__content.text > .h4,
.newsDetail__content.text > ol,
.newsDetail__content.text > ul,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #575756;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #575756;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #575756;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #575756;
  vertical-align: top;
  border-color: #dee2e6; }
  .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 > :not(:first-child) {
    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-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

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

.table-primary {
  --bs-table-bg: #f2d0d4;
  --bs-table-striped-bg: #e6c6c9;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dabbbf;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e0c0c4;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dabbbf; }

.table-secondary {
  --bs-table-bg: #dddddd;
  --bs-table-striped-bg: #d2d2d2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c7c7c7;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #cccccc;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c7c7c7; }

.table-success {
  --bs-table-bg: #dff5d5;
  --bs-table-striped-bg: #d4e9ca;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c9ddc0;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #cee3c5;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c9ddc0; }

.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: black;
  color: black;
  border-color: #bcd4d9; }

.table-warning {
  --bs-table-bg: #fccdd1;
  --bs-table-striped-bg: #efc3c7;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #e3b9bc;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e9bec1;
  --bs-table-hover-color: black;
  color: black;
  border-color: #e3b9bc; }

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

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: white;
  border-color: #373b3e; }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 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.2; }

.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: 1.25rem;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #575756;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  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: #575756;
    background-color: white;
    border-color: #df8a94;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 21, 40, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.2em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    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: #575756;
    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::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #575756;
    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::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #575756;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

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

textarea.form-control {
  min-height: calc(1.2em + 0.75rem + 2px); }

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

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.2em; }
  .form-control-color::-webkit-color-swatch {
    height: 1.2em; }

.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: 300;
  line-height: 1.2;
  color: #575756;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #df8a94;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 21, 40, 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 #575756; }

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #df8a94;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 21, 40, 0.25); }
  .form-check-input:checked {
    background-color: #bf1528;
    border-color: #bf1528; }
    .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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #bf1528;
    border-color: #bf1528;
    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='white' 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 {
    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;
    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='%23df8a94'/%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='white'/%3e%3c/svg%3e"); }

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 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 white, 0 0 0 0.25rem rgba(191, 21, 40, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(191, 21, 40, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #bf1528;
    border: 0;
    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: #ecb9bf; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #bf1528;
    border: 0;
    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: #ecb9bf; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    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 {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-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-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); }

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

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

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.25rem;
  color: #61ce2f; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: black;
  background-color: rgba(97, 206, 47, 0.9); }

.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: #61ce2f;
  padding-right: calc(1.2em + 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='%2361ce2f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #61ce2f;
    box-shadow: 0 0 0 0.25rem rgba(97, 206, 47, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #61ce2f; }
  .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 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2361ce2f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.6em + 0.375rem) calc(0.6em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #61ce2f;
    box-shadow: 0 0 0 0.25rem rgba(97, 206, 47, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #61ce2f; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #61ce2f; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(97, 206, 47, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #61ce2f; }

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

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

.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.2em + 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.3em + 0.1875rem) center;
  background-size: calc(0.6em + 0.375rem) calc(0.6em + 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.2em + 0.75rem);
  background-position: top calc(0.3em + 0.1875rem) right calc(0.3em + 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 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.6em + 0.375rem) calc(0.6em + 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-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: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  color: #575756;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #575756; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: white;
  background-color: #bf1528;
  border-color: #bf1528; }
  .btn-primary:hover {
    color: white;
    background-color: #a21222;
    border-color: #991120; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: white;
    background-color: #a21222;
    border-color: #991120;
    box-shadow: 0 0 0 none rgba(201, 56, 72, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #991120;
    border-color: #8f101e; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(201, 56, 72, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: white;
    background-color: #bf1528;
    border-color: #bf1528; }

.btn-secondary {
  color: white;
  background-color: #575756;
  border-color: #575756; }
  .btn-secondary:hover {
    color: white;
    background-color: #4a4a49;
    border-color: #464645; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: white;
    background-color: #4a4a49;
    border-color: #464645;
    box-shadow: 0 0 0 none rgba(112, 112, 111, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #464645;
    border-color: #414141; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(112, 112, 111, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: white;
    background-color: #575756;
    border-color: #575756; }

.btn-success {
  color: black;
  background-color: #61ce2f;
  border-color: #61ce2f; }
  .btn-success:hover {
    color: black;
    background-color: #79d54e;
    border-color: #71d344; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: black;
    background-color: #79d54e;
    border-color: #71d344;
    box-shadow: 0 0 0 none rgba(82, 175, 40, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: black;
    background-color: #81d859;
    border-color: #71d344; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(82, 175, 40, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: black;
    background-color: #61ce2f;
    border-color: #61ce2f; }

.btn-info {
  color: black;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: black;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: black;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: 0 0 0 none rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: black;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(20, 138, 156, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: black;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-warning {
  color: black;
  background-color: #f10619;
  border-color: #f10619; }
  .btn-warning:hover {
    color: black;
    background-color: #f32b3c;
    border-color: #f21f30; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: black;
    background-color: #f32b3c;
    border-color: #f21f30;
    box-shadow: 0 0 0 none rgba(205, 5, 21, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: black;
    background-color: #f43847;
    border-color: #f21f30; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(205, 5, 21, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: black;
    background-color: #f10619;
    border-color: #f10619; }

.btn-danger {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: white;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: white;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 none rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: black;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: black;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 none rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: black;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: black;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: white;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: white;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: white;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 none rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 none rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: white;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #bf1528;
  border-color: #bf1528; }
  .btn-outline-primary:hover {
    color: white;
    background-color: #bf1528;
    border-color: #bf1528; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 none rgba(191, 21, 40, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: white;
    background-color: #bf1528;
    border-color: #bf1528; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(191, 21, 40, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #bf1528;
    background-color: transparent; }

.btn-outline-secondary {
  color: #575756;
  border-color: #575756; }
  .btn-outline-secondary:hover {
    color: white;
    background-color: #575756;
    border-color: #575756; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 none rgba(87, 87, 86, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: white;
    background-color: #575756;
    border-color: #575756; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(87, 87, 86, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #575756;
    background-color: transparent; }

.btn-outline-success {
  color: #61ce2f;
  border-color: #61ce2f; }
  .btn-outline-success:hover {
    color: black;
    background-color: #61ce2f;
    border-color: #61ce2f; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 none rgba(97, 206, 47, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: black;
    background-color: #61ce2f;
    border-color: #61ce2f; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(97, 206, 47, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #61ce2f;
    background-color: transparent; }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: black;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 none rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: black;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(23, 162, 184, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-warning {
  color: #f10619;
  border-color: #f10619; }
  .btn-outline-warning:hover {
    color: black;
    background-color: #f10619;
    border-color: #f10619; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 none rgba(241, 6, 25, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: black;
    background-color: #f10619;
    border-color: #f10619; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(241, 6, 25, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #f10619;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 none rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: black;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 none rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: black;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: white;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 none rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: white;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 none rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #bf1528;
  text-decoration: underline; }
  .btn-link:hover {
    color: #991120; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.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 {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #575756;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #bf1528; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: white;
      background-color: #bf1528; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .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; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #bf1528;
  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: #991120; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: white;
    border-color: #dee2e6 #dee2e6 white; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link {
  background: none;
  border: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #bf1528; }

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container, .navbar > .block-text, .newsDetail__content.text.navbar > p,
  .newsDetail__content.text.navbar > h1, .newsDetail__content.text.navbar > .h1,
  .newsDetail__content.text.navbar > h2, .newsDetail__content.text.navbar > .h2,
  .newsDetail__content.text.navbar > h3, .newsDetail__content.text.navbar > .h3,
  .newsDetail__content.text.navbar > h4, .newsDetail__content.text.navbar > .h4,
  .newsDetail__content.text.navbar > ol,
  .newsDetail__content.text.navbar > ul,
  .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: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: white; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .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; }
    .card > .list-group:last-child {
      border-bottom-width: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem; }

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

.card-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #575756;
  text-align: left;
  background-color: white;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #ac1324;
    background-color: #f9e8ea;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ac1324'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23575756'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #df8a94;
    outline: 0;
    box-shadow: none; }

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

.accordion-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #bf1528;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dee2e6;
  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: #991120;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #991120;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 21, 40, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #bf1528;
  border-color: #bf1528; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: white;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge:empty {
    display: none; }

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #730d18;
  background-color: #f2d0d4;
  border-color: #ecb9bf; }
  .alert-primary .alert-link {
    color: #5c0a13; }

.alert-secondary {
  color: #343434;
  background-color: #dddddd;
  border-color: #cdcdcc; }
  .alert-secondary .alert-link {
    color: #2a2a2a; }

.alert-success {
  color: #275213;
  background-color: #dff5d5;
  border-color: #d0f0c1; }
  .alert-success .alert-link {
    color: #1f420f; }

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea; }
  .alert-info .alert-link {
    color: #0b4e58; }

.alert-warning {
  color: #91040f;
  background-color: #fccdd1;
  border-color: #fbb4ba; }
  .alert-warning .alert-link {
    color: #74030c; }

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

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #bf1528;
  transition: width 0.6s ease; }
  @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: 1rem 1rem; }

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #575756;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: white; }
  .list-group-item.active {
    z-index: 2;
    color: white;
    background-color: #bf1528;
    border-color: #bf1528; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0; }

.list-group-item-primary {
  color: #730d18;
  background-color: #f2d0d4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #730d18;
    background-color: #dabbbf; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: #730d18;
    border-color: #730d18; }

.list-group-item-secondary {
  color: #343434;
  background-color: #dddddd; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #343434;
    background-color: #c7c7c7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #343434;
    border-color: #343434; }

.list-group-item-success {
  color: #275213;
  background-color: #dff5d5; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #275213;
    background-color: #c9ddc0; }
  .list-group-item-success.list-group-item-action.active {
    color: white;
    background-color: #275213;
    border-color: #275213; }

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0e616e;
    background-color: #bcd4d9; }
  .list-group-item-info.list-group-item-action.active {
    color: white;
    background-color: #0e616e;
    border-color: #0e616e; }

.list-group-item-warning {
  color: #91040f;
  background-color: #fccdd1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #91040f;
    background-color: #e3b9bc; }
  .list-group-item-warning.list-group-item-action.active {
    color: white;
    background-color: #91040f;
    border-color: #91040f; }

.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: white;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: white;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: white;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: black;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5; }
  .btn-close:hover {
    color: black;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(191, 21, 40, 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 {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.2; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0; }
  .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; }
    .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; }
    .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; }
    .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; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .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: 0.4rem 0.4rem 0;
      border-top-color: black; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: black; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .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 0.4rem 0.4rem;
      border-bottom-color: black; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: black; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: white; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: white; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: white; }

.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: white; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #575756;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #575756; }

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

/* rtl:begin:ignore */
.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%); }

/* rtl:end:ignore */
.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: white;
  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: white;
    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='white'%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='white'%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: white;
    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: white;
  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: black; }

.carousel-dark .carousel-caption {
  color: black; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: white;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

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

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

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

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

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, black 55%, rgba(0, 0, 0, 0.8) 75%, black 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: ""; }

.link-primary {
  color: #bf1528; }
  .link-primary:hover, .link-primary:focus {
    color: #991120; }

.link-secondary {
  color: #575756; }
  .link-secondary:hover, .link-secondary:focus {
    color: #464645; }

.link-success {
  color: #61ce2f; }
  .link-success:hover, .link-success:focus {
    color: #81d859; }

.link-info {
  color: #17a2b8; }
  .link-info:hover, .link-info:focus {
    color: #45b5c6; }

.link-warning {
  color: #f10619; }
  .link-warning:hover, .link-warning:focus {
    color: #f43847; }

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

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 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: 1px solid #dee2e6 !important; }

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

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

.border-end {
  border-right: 1px solid #dee2e6 !important; }

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

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

.border-start {
  border-left: 1px solid #dee2e6 !important; }

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

.border-primary {
  border-color: #bf1528 !important; }

.border-secondary {
  border-color: #575756 !important; }

.border-success {
  border-color: #61ce2f !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #f10619 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: white !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

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

.gap-1 {
  gap: 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; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 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; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 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; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 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; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 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; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 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; }
  .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-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !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; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xsmall {
  font-size: 11px; }

.small {
  font-size: 14px; }

.l-medium {
  font-size: 22px; }

.large {
  font-size: 36px; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 26px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 22px; }
  h5, .h5 {
    font-size: 20px; }
  h6, .h6 {
    font-size: 18px; }
  .medium {
    font-size: 20px; } }

small, .small {
  font-size: 12px; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none; }

::-moz-selection {
  background: #000000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000000;
  color: #fff;
  text-shadow: none; }

@media (min-width: 1200px) {
  .home__main {
    max-width: calc(100vw - 17px); } }

.home__main.news {
  padding-top: 40px; }

#body {
  overflow-x: hidden; }

.body-overflow {
  overflow: hidden; }

@media (min-width: 1200px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul {
    max-width: 1200px; } }

@media (min-width: 1400px) {
  .container, .block-text, .newsDetail__content.text > p,
  .newsDetail__content.text > h1, .newsDetail__content.text > .h1,
  .newsDetail__content.text > h2, .newsDetail__content.text > .h2,
  .newsDetail__content.text > h3, .newsDetail__content.text > .h3,
  .newsDetail__content.text > h4, .newsDetail__content.text > .h4,
  .newsDetail__content.text > ol,
  .newsDetail__content.text > ul {
    max-width: 1320px; } }

.newsDetail__content.text > ul,
.newsDetail__content.text > ol {
  padding-left: 48px !important; }

.hide-menu .home__main.news {
  padding-top: 24px !important; }
  @media (min-width: 1200px) {
    .hide-menu .home__main.news {
      padding-top: 48px !important; } }

.background-gray {
  background-color: rgba(229, 229, 229, 0.42); }
  .background-gray .card {
    background-color: transparent; }

.footer {
  background: #333333;
  margin-top: 145px; }
  .footer .list-group {
    font-size: 12px; }
  .footer .copyrights {
    border-top: 1px white solid;
    font-size: 12px; }
    .footer .copyrights .list-group-item {
      margin-right: 30px; }
  .footer .breadcrumb {
    font-size: 12px;
    border-bottom: 1px white solid; }
    .footer .breadcrumb .breadcrumb-item {
      padding: 0 10px 0 0; }
      .footer .breadcrumb .breadcrumb-item:before {
        color: white; }
  .footer .socials {
    list-style: none; }
    .footer .socials .socials-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 0px 15px; }
      @media (min-width: 1200px) {
        .footer .socials .socials-wrapper {
          grid-template-columns: repeat(3, 1fr);
          gap: 20px 20px; } }
      .footer .socials .socials-wrapper .socials__item {
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer .socials .socials-wrapper .socials__item .socials__link img {
          max-width: 25px;
          max-height: 25px; }
  .footer .position-absolute {
    left: 0; }

@media (min-width: 1200px) {
  .footer {
    margin-top: 100px; }
    .footer .list-group {
      width: auto !important;
      align-self: start; }
    .footer .btn-primary {
      bottom: initial !important;
      left: initial;
      width: 50% !important;
      right: 0;
      text-align: left;
      position: absolute; }
    .footer .breadcrumb {
      border-bottom: none !important;
      font-size: 14px;
      width: 50%; } }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn:focus {
    box-shadow: none; }
  .btn.btn-rounded {
    border-radius: 1rem; }

.btn--focusable.btn:focus-visible {
  outline: 2px solid #bf1528 !important;
  outline-offset: 1px; }

.btn-link {
  text-decoration: none; }
  .btn-link .btn-link-arrow {
    margin-left: 10px; }
  .btn-link:focus-visible {
    outline: 2px solid black !important;
    border-radius: 4px !important; }

[data-bs-toggle="collapse"] .show {
  display: none; }

[data-bs-toggle="collapse"] .hide {
  display: block; }

[data-bs-toggle="collapse"] .btn-link-arrow--down {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

[data-bs-toggle="collapse"].collapsed .show {
  display: block; }

[data-bs-toggle="collapse"].collapsed .hide {
  display: none; }

[data-bs-toggle="collapse"].collapsed .btn-link-arrow--down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.block-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px; }

.redirect-icon-btn {
  border: 1px solid #575756;
  border-bottom: 8px solid #575756;
  min-height: 96px; }
  .redirect-icon-btn:hover, .redirect-icon-btn.active {
    border: 1px solid #bf1528;
    border-bottom: 8px solid #bf1528;
    min-height: 96px; }

.long-btn {
  min-width: 282px;
  padding-top: 12px;
  padding-bottom: 12px; }

.article-block-btn {
  min-width: 384px;
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px; }

@media (max-width: 575.98px) {
  .article-block-btn {
    min-width: 190px; }
  .article-block-btn:hover {
    background-color: white;
    color: #bf1528; } }

.archive-btn {
  padding: 10px 24px;
  min-height: 40px; }
  @media (min-width: 992px) {
    .archive-btn {
      padding: 10px 27.5px; } }

.btn-hover-primary:hover {
  color: #bf1528 !important; }

.btn-svg-hover-primary:hover {
  filter: brightness(0) saturate(100%) invert(19%) sepia(35%) saturate(7226%) hue-rotate(341deg) brightness(82%) contrast(101%); }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  border-color: #bf1528 !important; }

.opacity-btn {
  transition: 200ms linear; }
  .opacity-btn:hover {
    opacity: 0.7;
    transform: scale(0.98); }

.d24-card {
  display: flex; }
  .d24-card .img-fluid {
    object-fit: cover;
    overflow: hidden;
    border-bottom-left-radius: 2rem; }
  .d24-card .d24-card-title {
    margin-bottom: 20px; }
    .d24-card .d24-card-title strong,
    .d24-card .d24-card-title b {
      color: #bf1528; }
    .d24-card .d24-card-title .rich-text p {
      font-weight: 700;
      margin: 0; }

.card {
  border: none;
  border-bottom: solid 8px #bf1528; }
  .card .card-text p {
    margin-bottom: 0px; }
  .card .card-text br {
    display: flex;
    margin: 17px 0;
    content: ""; }
  .card .img-fluid {
    object-fit: cover; }
  .card .card-title strong,
  .card .card-title b {
    color: #bf1528; }
  .card .card-title .rich-text p {
    font-weight: 700;
    margin: 0; }

.card--thin-border {
  border-bottom-width: 1px; }

.card-main .card-text br {
  content: none;
  margin: 0; }

.card-main .card-title {
  min-height: auto !important; }
  .card-main .card-title p {
    margin: 0px; }

.card-main img {
  object-fit: cover;
  height: 312px; }

.card-container {
  border-top: 1px solid #c4c4c4; }

.articles-list--mt {
  margin-top: -3rem; }

@media (min-width: 992px) {
  .articles-list .card-title {
    font-size: 26px; }
  .card-corporation {
    justify-content: end !important;
    gap: 2.25rem !important;
    margin-top: -446px;
    z-index: -1;
    position: relative; }
  .card-title--min img {
    height: auto;
    min-width: 720px; }
  .card-main .mistake-btn {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 12px;
    padding-bottom: 12px; } }

@media (min-width: 1200px) {
  .col-lg-3-xsmall {
    flex: 0 0 auto;
    width: 22.7%; }
  .col-lg-3-small {
    flex: 0 0 auto;
    width: 24%; }
  .col-lg-3-medium {
    flex: 0 0 auto;
    width: 32%; }
  .col-lg-5-medium {
    flex: 0 0 auto;
    width: 48.4%; }
  .col-xl-5-big {
    flex: 0 0 auto;
    width: 49.3%; }
  .card-big .card-title {
    max-width: 280px; } }

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  background-color: transparent; }
  .video-wrapper .responsive-object {
    padding-bottom: 0 !important; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.img-wrapper {
  padding-top: 75%;
  background-color: black; }

form {
  border-bottom: 1px solid #c4c4c4; }
  form .form-control {
    border: none;
    border-bottom: 1px solid #575756; }
    form .form-control:hover {
      box-shadow: none;
      border-bottom: 1px solid #575756; }
    form .form-control:focus {
      box-shadow: none;
      border-bottom: 1px solid #575756; }
  form .form-btn {
    border: none;
    border-bottom: 1px solid #575756; }

form#agents-search-form {
  border-bottom: 1px solid transparent; }

@media (min-width: 992px) {
  form .form-container {
    width: 50%;
    margin: 0 auto; } }

.tag-group-item {
  border-right: 1px solid #575756;
  cursor: pointer; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L28 27.5M28 2L2 27.5' stroke='%23575756' stroke-width='4'/%3E%3C/svg%3E%0A"); }

.navbar {
  font-weight: 400; }
  .navbar .nav {
    flex-wrap: inherit; }
  .navbar .nav-item .dropdown-menu {
    width: 100%;
    max-width: max-content;
    display: flex; }
    .navbar .nav-item .dropdown-menu .dropdown-item {
      white-space: inherit; }
      .navbar .nav-item .dropdown-menu .dropdown-item:first-child:hover {
        background-color: inherit; }
  .navbar .tab-pane {
    border: none; }
    .navbar .tab-pane:before {
      content: none; }
  .navbar .icons-wrapper li {
    list-style: none; }
    .navbar .icons-wrapper li a .barrier-free-services-text {
      font-size: 8px;
      white-space: nowrap;
      font-weight: 700; }

.navbar-toggler:focus-visible span {
  text-decoration: none;
  outline: 2px solid #bf1528;
  outline-offset: 1px; }

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='20' viewBox='0 0 28 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 0H0V4H28V0ZM28 16.0714H0V20H28V16.0714ZM0 8.07142H21.9396V12.0714H0V8.07142Z' fill='%23575756'/%3E%3C/svg%3E%0A") !important; }

.nav-item .nav-link.active {
  border: 0;
  color: black !important;
  border-bottom: 2px #bf1528 solid !important;
  background-color: white; }

.nav-item .nav-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  border-color: transparent !important;
  border-bottom: 2px solid transparent !important; }
  .nav-item .nav-link:hover {
    border: 0;
    color: black;
    border-bottom: 2px #bf1528 solid !important; }

.tab-pane .excerpt-wrapper .nav-link:after {
  position: absolute;
  right: 0;
  border-top: none;
  transform: rotate(0.5turn);
  content: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34675 10.2083L8.49998 2.18115L15.6501 10.2083' stroke='%23BF1528' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); }

.excerpt-wrapper details[open] .dropdown-toggle {
  color: black !important;
  outline: none !important;
  box-shadow: none !important; }
  .excerpt-wrapper details[open] .dropdown-toggle:after {
    border-top: none;
    transform: rotate(0turn);
    content: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34675 10.2083L8.49998 2.18115L15.6501 10.2083' stroke='%23BF1528' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); }

.navbar-collapse .list-group.list-group-horizontal {
  border-bottom: 1px solid #bf1528; }
  .navbar-collapse .list-group.list-group-horizontal .list-group-item img {
    max-width: 30px;
    margin: 0 auto;
    border-radius: 0; }

.form-menu {
  height: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }
  .form-menu input {
    border: 1px solid #c4c4c4;
    height: 44px;
    padding-right: 50px !important; }
  .form-menu input:focus {
    border: 2px solid black;
    outline: 0 none; }
  .form-menu .btn {
    margin-left: -45px; }

.form-menu-animation {
  height: 45px; }

.btn-menu-wrapper .dropdown-toggle::after {
  content: none; }

.navbar-wrapper {
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 1200px) {
    .navbar-wrapper {
      border-top: 1px solid #dee2e6;
      border-radius: 0 1.2rem 1.2rem 0; } }

.nav-wrapper {
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 1200px) {
    .nav-wrapper {
      border-bottom: 0; } }

.navbar .nav-item details[open] .dropdown-menu {
  flex-direction: column; }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
    margin-top: 1px;
    max-height: 75vh; }
    .navbar-expand-xl .navbar-nav .dropdown-menu li {
      flex-basis: 25%;
      flex-grow: 1; }
    .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
      color: #575756; }
      .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active {
        background-color: white;
        border-bottom: 2px solid #bf1528;
        color: black; }
  .nav-pills {
    margin-top: -15px !important; }
    .nav-pills .nav-item {
      width: auto !important; }
  .tab-pane .excerpt-wrapper .nav-link:after {
    position: relative;
    top: 4px; }
  .navbar .nav-item {
    width: 100%;
    height: 44px; }
    .navbar .nav-item .nav-link {
      font-size: 16px; }
    .navbar .nav-item .details-close {
      display: none;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      cursor: auto;
      background: transparent; }
    .navbar .nav-item details[open] .details-close {
      display: block; }
    .navbar .nav-item details[open] .dropdown-menu {
      max-width: 1200px;
      width: max-content;
      flex-direction: row !important; }
  .tab-pane .excerpt-wrapper details[open] .nav-link-second:before {
    margin-left: 0;
    justify-content: center;
    display: flex;
    transform: none;
    position: relative;
    top: 19px;
    height: 0;
    content: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L9.5 1L18 7.5' stroke='%23C4C4C4' stroke-width='0.5'/%3E%3Cpath d='M9.5 1.5L0.5 8H18.5L9.5 1.5Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .navbar-collapse .list-group.list-group-horizontal {
    min-width: 390px;
    border: none;
    height: 100%; }
    .navbar-collapse .list-group.list-group-horizontal .list-group-item img {
      max-width: 23px; }
  .navbar-collapse .list-group.list-group-horizontal-career {
    min-width: 0; }
  .form-menu {
    z-index: 2;
    height: 100%;
    left: calc(100% - 345px);
    width: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
    .form-menu input {
      height: 44px;
      padding-right: 200px !important; }
    .form-menu input:focus {
      border: 2px solid black;
      outline: 0 none; }
    .form-menu .btn {
      margin-left: -8px; }
    .form-menu .btn-primary {
      margin-left: -165px;
      margin-right: 19px; }
  .form-menu-animation {
    left: 0%;
    width: calc(100% - 330px); }
  .navbar-expand-xl {
    max-width: calc(100vw - 17px); }
    .navbar-expand-xl .scroll-primary *::-webkit-scrollbar {
      width: 4px; } }

.contrastVersion {
  background-color: black; }
  .contrastVersion .navbar-expand-xl {
    background-color: black !important; }
  .contrastVersion .text-primary {
    color: yellow !important; }
  .contrastVersion * {
    background-color: black; }
  .contrastVersion * {
    color: white; }
  .contrastVersion .navbar {
    background-color: transparent !important; }
  .contrastVersion .text-secondary {
    color: yellow !important; }
  .contrastVersion a,
  .contrastVersion img,
  .contrastVersion button,
  .contrastVersion .navbar-toggler-icon {
    background-color: yellow;
    color: black; }
  .contrastVersion .navbar-brand {
    background-color: black; }
    .contrastVersion .navbar-brand img {
      background-color: black; }
  .contrastVersion .navbar-collapse .list-group li {
    background-color: yellow; }
    .contrastVersion .navbar-collapse .list-group li small, .contrastVersion .navbar-collapse .list-group li .small {
      background-color: yellow;
      color: black; }
  .contrastVersion .tab-content .nav-item .dropdown-menu {
    background-color: yellow; }
  .contrastVersion .tab-content .nav-item .nav-link {
    background: black; }
  .contrastVersion .tab-content .nav-item details[open] .nav-link {
    background: white; }
  .contrastVersion .hestia-chatbot__trigger {
    background-color: yellow; }
    .contrastVersion .hestia-chatbot__trigger img {
      background-color: transparent !important;
      filter: invert(100%); }
  .contrastVersion .btn-link span {
    background-color: yellow;
    color: #bf1528; }
  .contrastVersion .tag-group-item {
    color: black !important;
    background-color: yellow; }
  .contrastVersion .dropdown-item.btn-link {
    background-color: black; }
  .contrastVersion footer a {
    background-color: transparent; }
  .contrastVersion footer img {
    background-color: transparent; }
  .contrastVersion footer .btn-primary {
    background-color: yellow; }
    .contrastVersion footer .btn-primary:hover, .contrastVersion footer .btn-primary:focus {
      color: black; }
  .contrastVersion .table-wrapper tr:nth-child(even) {
    background-color: black; }
  .contrastVersion .quote-icon {
    filter: invert(100%); }
  .contrastVersion .accordion-button {
    background-color: black !important; }
    .contrastVersion .accordion-button:after {
      filter: brightness(0) saturate(100%) invert(81%) sepia(97%) saturate(2003%) hue-rotate(352deg) brightness(105%) contrast(105%); }
  .contrastVersion .map-wrapper * {
    background-color: initial; }
  .contrastVersion .info-window p {
    color: black !important; }
  .contrastVersion .info-window a {
    color: #bf1528 !important; }
    .contrastVersion .info-window a span {
      color: #bf1528; }
  .contrastVersion .gm-style .gm-style-iw-c {
    background-color: white; }
  .contrastVersion .distribution-map-page .distribution-map-wrapper .map * {
    background-color: initial; }
  .contrastVersion .distribution-map-page .search-form-distribution-map {
    background-color: black !important; }
    .contrastVersion .distribution-map-page .search-form-distribution-map .search-form-input {
      color: white !important; }
      .contrastVersion .distribution-map-page .search-form-distribution-map .search-form-input::placeholder {
        color: white !important; }
    .contrastVersion .distribution-map-page .search-form-distribution-map .select2-container--default .select2-selection--single {
      background-color: black; }
  .contrastVersion .distribution-map-page .result-clear-form-btn {
    color: white !important; }
  .contrastVersion .distribution-map-page .info-window {
    background-color: white !important;
    border: 1px solid black !important; }
    .contrastVersion .distribution-map-page .info-window .btn-primary:hover {
      color: #bf1528; }
    .contrastVersion .distribution-map-page .info-window .info-window-footer {
      background-color: black !important; }
      .contrastVersion .distribution-map-page .info-window .info-window-footer span {
        color: #bf1528 !important;
        font-weight: 700 !important; }
  .contrastVersion .point-item {
    border-color: yellow !important; }
  .contrastVersion .redirect-icon-wrapper .wide-btn {
    background-color: yellow; }
  .contrastVersion .offersDropdown li {
    background-color: yellow; }
  .contrastVersion .offersDropdown span:hover {
    background-color: black !important; }
  .contrastVersion .form-check-input {
    border-color: white; }
  .contrastVersion .select2-container--default .select2-results__option--selected {
    color: black !important; }
  .contrastVersion .select2-container .select2-selection--single .select2-selection__rendered {
    color: white; }
  .contrastVersion .highcharts-label span {
    background-color: yellow;
    color: black !important; }
  .contrastVersion .funds-main .tablesorter-header {
    background-color: yellow;
    color: black; }
    .contrastVersion .funds-main .tablesorter-header .tablesorter-header-inner {
      background-color: yellow;
      color: black; }
  .contrastVersion .funds-main .fund-name {
    color: black !important; }
  .contrastVersion .funds-main .funds-main-add-comparision label {
    background-color: yellow !important;
    color: black !important; }
  .contrastVersion .funds-comparision .funds-comparision-list-funds .list-group-item a {
    color: black !important; }
  .contrastVersion .dropdown-menu .insurance-title-link {
    background-color: black; }
    .contrastVersion .dropdown-menu .insurance-title-link:hover {
      background-color: black !important; }
  .contrastVersion .fast-call-block .input-group:focus-within .input-group-text {
    color: black;
    background-color: white; }
  .contrastVersion .fast-call-block .input-group-text {
    background-color: black; }
  .contrastVersion .fast-call-block .fast-call-text {
    color: white !important; }
  @media (min-width: 992px) {
    .contrastVersion .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before {
      background-color: black; }
      .contrastVersion .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before .carousel-box-block {
        background-color: black; }
        .contrastVersion .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before .carousel-box-block .carousel .carousel-control-prev,
        .contrastVersion .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before .carousel-box-block .carousel .carousel-control-next {
          opacity: 1;
          z-index: 0; } }
  .contrastVersion .benefits-slides-block .carousel-indicators [data-bs-target] {
    background-color: black; }
  .contrastVersion .benefits-slides-block .carousel-indicators {
    background-color: transparent; }
  .contrastVersion .benefits-slides-block .carousel-indicators [data-bs-target].active {
    background-color: #bf1528; }
  .contrastVersion .carousel-slide-counter {
    background-color: white; }
  .contrastVersion .carousel-photo-block .text-section {
    background-color: black !important; }
    .contrastVersion .carousel-photo-block .text-section button > span,
    .contrastVersion .carousel-photo-block .text-section button > svg.youtube-logo {
      color: black;
      background-color: transparent; }
      .contrastVersion .carousel-photo-block .text-section button > span > use,
      .contrastVersion .carousel-photo-block .text-section button > svg.youtube-logo > use {
        color: #bf1528; }
  .contrastVersion .modal-header svg {
    background-color: transparent; }
    .contrastVersion .modal-header svg use {
      color: black; }
  .contrastVersion .image-asymmetric-header-block .text {
    background-color: black !important; }
  .contrastVersion .tabs-block .nav-link, .contrastVersion .tabs-block-icon-text {
    color: white; }
  .contrastVersion .gray-box-block .box-wrapper .box .card .card-text,
  .contrastVersion .process-box-block .box-wrapper .box .card .card-text {
    color: white; }
  .contrastVersion .d24-text-wrapper a,
  .contrastVersion .d24-text-wrapper button {
    background-color: black; }
  .contrastVersion .d24-text-wrapper h2, .contrastVersion .d24-text-wrapper .h2,
  .contrastVersion .d24-text-wrapper p {
    color: white; }
  .contrastVersion .d24-text-wrapper .btn-d24 {
    background-color: yellow; }
  .contrastVersion .d24-photo-wrapper a .two-columns-image-block .text-black {
    color: white !important; }
  .contrastVersion .d24-photo-wrapper a .person-quotation-block .row {
    background-color: black; }
  .contrastVersion .d24-photo-wrapper a .d24-tile-text-layer {
    background-color: transparent; }
    .contrastVersion .d24-photo-wrapper a .d24-tile-text-layer button {
      background-color: black; }
    .contrastVersion .d24-photo-wrapper a .d24-tile-text-layer .btn-d24 {
      background-color: yellow; }
  .contrastVersion .d24-photo-wrapper a .d24-hero .carousel-caption,
  .contrastVersion .d24-photo-wrapper a .d24-hero h2,
  .contrastVersion .d24-photo-wrapper a .d24-hero .h2,
  .contrastVersion .d24-photo-wrapper a .d24-hero svg {
    background-color: transparent; }
  .contrastVersion .d24-photo-wrapper a .d24-hero .btn-d24 {
    background-color: transparent; }
  .contrastVersion .d24-photo-wrapper a .btn-d24 {
    background-color: yellow; }
    .contrastVersion .d24-photo-wrapper a .btn-d24 span {
      background-color: transparent;
      color: black; }
  .contrastVersion .d24-tiles-x3 .d24-tile {
    background-color: transparent; }
    .contrastVersion .d24-tiles-x3 .d24-tile img {
      z-index: 0 !important; }
  .contrastVersion .d24-tiles-x3 .d24-tile-text-layer {
    background-color: transparent;
    z-index: 2;
    position: relative; }
    .contrastVersion .d24-tiles-x3 .d24-tile-text-layer .content-wrapper {
      background: transparent; }
  .contrastVersion .arrow-list-block .list-group-flush .list-group-item a span {
    color: white; }
  .contrastVersion .image-over-block .text,
  .contrastVersion .red-over-block .text {
    background-color: black; }
  .contrastVersion .image-right-boxes-block .box-wrapper .card .card-body .card-description,
  .contrastVersion .image-left-boxes-block .box-wrapper .card .card-body .card-description {
    color: white; }
  .contrastVersion .popover-form-map .popover-subtitle,
  .contrastVersion .popover-form-map .data-text {
    color: white; }
  .contrastVersion .choose-card-block .card:hover .card-body {
    background-color: #bf1528; }
  .contrastVersion .choose-card-block .card:hover .content-on-hover {
    background-color: transparent; }
  .contrastVersion .benefits-slides-block .carousel-control-prev,
  .contrastVersion .benefits-slides-block .carousel-control-next {
    opacity: 1; }
  .contrastVersion .benefits-modal .modal-content .modal-body p {
    color: white !important; }
  .contrastVersion .fast-call-block .input-group:focus-within .input-group-text {
    color: black;
    background-color: white; }
  .contrastVersion .fast-call-block .input-group-text {
    background-color: black; }
  .contrastVersion .fast-call-block .fast-call-text {
    color: white !important; }

@media (max-width: 575.98px) {
  .contrastVersion .article-block-btn:hover {
    background-color: yellow;
    color: black; } }

@media (min-width: 992px) {
  .contrastVersion .navbar-nav .list-group li {
    background-color: transparent !important; }
  .contrastVersion .navbar-nav .list-group li button {
    background-color: yellow; }
  .contrastVersion .navbar-nav .list-group li a {
    background-color: transparent;
    color: yellow; }
  .contrastVersion .navbar-nav .list-group .btn-primary {
    background-color: yellow;
    border-color: yellow;
    color: black; } }

@media (min-width: 1200px) {
  .contrastVersion .navbar-brand {
    background-color: white; }
  .contrastVersion .nav-pills {
    background-color: transparent; }
  .contrastVersion .tab-pane details[open] .nav-link-second:after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L9.5 1L18 7.5' stroke='%23C4C4C4' stroke-width='0.5'/%3E%3Cpath d='M9.5 1.5L0.5 8H18.5L9.5 1.5Z' fill='yellow'/%3E%3C/svg%3E%0A"); } }

.agents.contrastVersion .text-secondary {
  color: #000 !important; }

.agents.contrastVersion a span, .agents.contrastVersion a p, .agents.contrastVersion a h2, .agents.contrastVersion a .h2, .agents.contrastVersion a h2 b, .agents.contrastVersion a .h2 b {
  color: black;
  background-color: yellow; }

.nav-tabs {
  border: 0;
  width: fit-content; }
  .nav-tabs .nav-link {
    border: 0;
    white-space: inherit !important;
    text-align: initial;
    height: 100%;
    display: flex;
    text-align: center; }
    .nav-tabs .nav-link.active {
      border: 0;
      color: black;
      border-bottom: 3px #bf1528 solid; }

.tab-navigation {
  font-weight: 400;
  overflow-x: auto; }

.tab-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg); }

.tab-pane {
  position: relative;
  border-top: 2px solid #bf1528; }
  .tab-pane::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 8px;
    width: 0;
    background-color: #bf1528;
    z-index: 1;
    transition: 0.3s linear width; }
  .tab-pane:hover::before {
    width: 100%; }
  .tab-pane.in-view::before {
    width: 100%;
    display: block; }
  .tab-pane .tab-title strong,
  .tab-pane .tab-title b {
    color: #bf1528; }
  .tab-pane .rich-text p:last-child {
    margin-bottom: 0; }
  .tab-pane .rich-text ul li {
    margin: 1rem 0; }
  .tab-pane .rich-text ul li:last-child {
    margin-bottom: 0; }
  .tab-pane .rich-text ul li:first-child {
    margin-top: 0; }
  .tab-pane .rich-text ul:last-child {
    margin-bottom: 0; }
  .tab-pane .redirect-icon-wrapper {
    border-bottom: 1px solid #c4c4c4; }

.nav-item .tab-link {
  font-size: 14px !important; }

@media (min-width: 992px) {
  .tab-pane .container .row .col-lg-8, .tab-pane .block-text .row .col-lg-8, .tab-pane .newsDetail__content.text > p .row .col-lg-8, .tab-pane .newsDetail__content.text > h1 .row .col-lg-8, .tab-pane .newsDetail__content.text > .h1 .row .col-lg-8, .tab-pane .newsDetail__content.text > h2 .row .col-lg-8, .tab-pane .newsDetail__content.text > .h2 .row .col-lg-8, .tab-pane .newsDetail__content.text > h3 .row .col-lg-8, .tab-pane .newsDetail__content.text > .h3 .row .col-lg-8, .tab-pane .newsDetail__content.text > h4 .row .col-lg-8, .tab-pane .newsDetail__content.text > .h4 .row .col-lg-8, .tab-pane .newsDetail__content.text > ol .row .col-lg-8, .tab-pane .newsDetail__content.text > ul .row .col-lg-8 {
    padding-left: 6px; }
  .nav-tabs {
    width: unset; } }

@media (min-width: 1200px) {
  .nav-item .tab-link {
    font-size: 16px !important; }
  .tab-navigation {
    overflow-x: visible; } }

.banner-home__author {
  bottom: -32px;
  min-height: 27px; }
  .banner-home__author .rich-text p {
    margin-bottom: 0 !important; }

.banner-home__author-v2 {
  bottom: -32px;
  min-height: 27px; }
  .banner-home__author-v2 .rich-text p {
    margin-bottom: 0 !important; }

.banner-home__author-v3 {
  top: -19px; }

.banner-home__img {
  height: auto;
  background: no-repeat center center;
  background-size: cover; }
  .banner-home__img.img--first-v1 {
    width: 48%;
    height: 243px; }
  .banner-home__img.img--second-v1 {
    width: 51.5%;
    height: 209px; }
  .banner-home__img.img--first {
    width: 55%;
    height: 136.5px; }
  .banner-home__img.img--second {
    width: 44.5%;
    height: 196.5px; }

@media (min-width: 576px) {
  .banner-home__img.img--first-v1 {
    height: 348px; }
  .banner-home__img.img--second-v1 {
    height: 272px; }
  .banner-home__img.img--first {
    height: 195px; }
  .banner-home__img.img--second {
    height: 259px; } }

@media (min-width: 992px) {
  .banner-home__img.img--first-v1 {
    height: 500px; }
  .banner-home__img.img--second-v1 {
    height: 394px; }
  .banner-home__img.img--first {
    height: 278.5px; }
  .banner-home__img.img--second {
    height: 371px; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L28 27.5M28 2L2 27.5' stroke='%23575756' stroke-width='4'/%3E%3C/svg%3E%0A"); }

.navbar {
  font-weight: 400; }
  .navbar .nav {
    flex-wrap: inherit; }
  .navbar .nav-item .dropdown-menu {
    width: 100%;
    max-width: max-content;
    display: flex; }
    .navbar .nav-item .dropdown-menu .dropdown-item {
      white-space: inherit; }
      .navbar .nav-item .dropdown-menu .dropdown-item:first-child:hover {
        background-color: inherit; }
  .navbar .tab-pane {
    border: none; }
    .navbar .tab-pane:before {
      content: none; }
  .navbar .icons-wrapper li {
    list-style: none; }
    .navbar .icons-wrapper li a .barrier-free-services-text {
      font-size: 8px;
      white-space: nowrap;
      font-weight: 700; }

.navbar-toggler:focus-visible span {
  text-decoration: none;
  outline: 2px solid #bf1528;
  outline-offset: 1px; }

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='20' viewBox='0 0 28 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 0H0V4H28V0ZM28 16.0714H0V20H28V16.0714ZM0 8.07142H21.9396V12.0714H0V8.07142Z' fill='%23575756'/%3E%3C/svg%3E%0A") !important; }

.nav-item .nav-link.active {
  border: 0;
  color: black !important;
  border-bottom: 2px #bf1528 solid !important;
  background-color: white; }

.nav-item .nav-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  border-color: transparent !important;
  border-bottom: 2px solid transparent !important; }
  .nav-item .nav-link:hover {
    border: 0;
    color: black;
    border-bottom: 2px #bf1528 solid !important; }

.tab-pane .excerpt-wrapper .nav-link:after {
  position: absolute;
  right: 0;
  border-top: none;
  transform: rotate(0.5turn);
  content: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34675 10.2083L8.49998 2.18115L15.6501 10.2083' stroke='%23BF1528' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); }

.excerpt-wrapper details[open] .dropdown-toggle {
  color: black !important;
  outline: none !important;
  box-shadow: none !important; }
  .excerpt-wrapper details[open] .dropdown-toggle:after {
    border-top: none;
    transform: rotate(0turn);
    content: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34675 10.2083L8.49998 2.18115L15.6501 10.2083' stroke='%23BF1528' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); }

.navbar-collapse .list-group.list-group-horizontal {
  border-bottom: 1px solid #bf1528; }
  .navbar-collapse .list-group.list-group-horizontal .list-group-item img {
    max-width: 30px;
    margin: 0 auto;
    border-radius: 0; }

.form-menu {
  height: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }
  .form-menu input {
    border: 1px solid #c4c4c4;
    height: 44px;
    padding-right: 50px !important; }
  .form-menu input:focus {
    border: 2px solid black;
    outline: 0 none; }
  .form-menu .btn {
    margin-left: -45px; }

.form-menu-animation {
  height: 45px; }

.btn-menu-wrapper .dropdown-toggle::after {
  content: none; }

.navbar-wrapper {
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 1200px) {
    .navbar-wrapper {
      border-top: 1px solid #dee2e6;
      border-radius: 0 1.2rem 1.2rem 0; } }

.nav-wrapper {
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 1200px) {
    .nav-wrapper {
      border-bottom: 0; } }

.navbar .nav-item details[open] .dropdown-menu {
  flex-direction: column; }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
    margin-top: 1px;
    max-height: 75vh; }
    .navbar-expand-xl .navbar-nav .dropdown-menu li {
      flex-basis: 25%;
      flex-grow: 1; }
    .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
      color: #575756; }
      .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item.active {
        background-color: white;
        border-bottom: 2px solid #bf1528;
        color: black; }
  .nav-pills {
    margin-top: -15px !important; }
    .nav-pills .nav-item {
      width: auto !important; }
  .tab-pane .excerpt-wrapper .nav-link:after {
    position: relative;
    top: 4px; }
  .navbar .nav-item {
    width: 100%;
    height: 44px; }
    .navbar .nav-item .nav-link {
      font-size: 16px; }
    .navbar .nav-item .details-close {
      display: none;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      cursor: auto;
      background: transparent; }
    .navbar .nav-item details[open] .details-close {
      display: block; }
    .navbar .nav-item details[open] .dropdown-menu {
      max-width: 1200px;
      width: max-content;
      flex-direction: row !important; }
  .tab-pane .excerpt-wrapper details[open] .nav-link-second:before {
    margin-left: 0;
    justify-content: center;
    display: flex;
    transform: none;
    position: relative;
    top: 19px;
    height: 0;
    content: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L9.5 1L18 7.5' stroke='%23C4C4C4' stroke-width='0.5'/%3E%3Cpath d='M9.5 1.5L0.5 8H18.5L9.5 1.5Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .navbar-collapse .list-group.list-group-horizontal {
    min-width: 390px;
    border: none;
    height: 100%; }
    .navbar-collapse .list-group.list-group-horizontal .list-group-item img {
      max-width: 23px; }
  .navbar-collapse .list-group.list-group-horizontal-career {
    min-width: 0; }
  .form-menu {
    z-index: 2;
    height: 100%;
    left: calc(100% - 345px);
    width: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
    .form-menu input {
      height: 44px;
      padding-right: 200px !important; }
    .form-menu input:focus {
      border: 2px solid black;
      outline: 0 none; }
    .form-menu .btn {
      margin-left: -8px; }
    .form-menu .btn-primary {
      margin-left: -165px;
      margin-right: 19px; }
  .form-menu-animation {
    left: 0%;
    width: calc(100% - 330px); }
  .navbar-expand-xl {
    max-width: calc(100vw - 17px); }
    .navbar-expand-xl .scroll-primary *::-webkit-scrollbar {
      width: 4px; } }

.hestia-chatbot {
  position: fixed;
  right: 8px;
  bottom: 12vh;
  z-index: 99; }
  @media (min-width: 1200px) {
    .hestia-chatbot {
      right: 0; } }

.hestia-chatbot__btn {
  background-color: white;
  color: #BF1528;
  border: 2px solid #BF1528;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 600; }

.hestia-chatbot__img {
  width: 20px;
  height: 15px;
  margin-top: 2px; }

.disabled-scroll {
  position: fixed;
  right: 0px;
  left: 0px;
  overflow-y: scroll; }

.disabled-scroll-ff {
  height: 100%;
  overflow: hidden; }

@media (min-width: 1200px) {
  .hum-iframe-position {
    right: -25px !important; } }

.download li {
  width: 100%; }

.file .small {
  font-size: 14px; }

.tab-pane .col-lg-8 .file {
  padding-left: 0px; }

@media (min-width: 992px) {
  .download li {
    width: 50%; }
    .download li small, .download li .small {
      margin-right: 30px; } }

.column-wrapper img {
  height: auto; }

.video-box {
  padding-top: 56.25%;
  background-color: black; }
  .video-box .responsive-object {
    padding-bottom: 0 !important; }
  .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.camera {
  padding-top: 56.25%; }

.camera-text p {
  margin-bottom: 0; }

.table-title p {
  margin-bottom: 0; }

.table-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.table-wrapper {
  padding-top: 180%; }

@media (min-width: 576px) {
  .table-wrapper {
    padding-top: 190%; } }

@media (min-width: 768px) {
  .table-wrapper {
    padding-top: 125%; } }

@media (min-width: 992px) {
  .table-wrapper {
    padding-top: 115%; } }

@media (min-width: 1200px) {
  .table-wrapper {
    padding-top: 70%; } }

.accordion-title p {
  margin-bottom: 0; }

.accordion-item {
  border-bottom: 1px solid #6a6a69; }
  .accordion-item:last-child {
    border-bottom: none; }
  .accordion-item:last-of-type .accordion-header .accordion-button.collapsed {
    padding-bottom: 0 !important; }
  .accordion-item:last-of-type .accordion-header .accordion-button:not(.collapsed) {
    padding-bottom: 24px !important; }

.accordion-button::after {
  background-image: url("/static/assets/images/icons/big-arrow.svg");
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem; }

.accordion-button:not(.collapsed)::after {
  background-image: url("/static/assets/images/icons/big-arrow.svg"); }

.accordion-button:focus-visible {
  outline: 2px solid black;
  border-radius: 4px; }

.accordion-button:hover {
  z-index: 0; }

.icon-size {
  font-size: 32px;
  color: #bf1528; }

.icon-size-60 {
  font-size: 60px;
  color: #ed0039; }

.icon-double-wide-size {
  font-size: 94px; }

.icon-logo {
  height: 55px; }

.icon-size-75 {
  font-size: 75px;
  color: #C00232; }
  .icon-size-75::before {
    color: #C00232; }
  @media (max-width: 991.98px) {
    .icon-size-75__icon-mobile {
      font-size: 100px; }
      .icon-size-75__icon-mobile::before {
        font-size: 100px; } }

.key-info p {
  margin-bottom: 0; }

.key-info strong, .key-info b {
  color: #bf1528; }

.key-info__text strong, .key-info__text b {
  font-weight: 400; }

.table-bs {
  padding: 0 1px; }

.table-container {
  border-color: #c4c4c4; }

.table-wrapper tr:nth-child(even) {
  background-color: #e6e6e6; }

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

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

.calculator-card {
  border: 1px solid #c4c4c4;
  border-bottom: 8px solid #bf1528; }
  .calculator-card input::-webkit-outer-spin-button,
  .calculator-card input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .calculator-card input[type=number]::placeholder {
    color: #c4c4c4;
    -moz-appearance: textfield; }
  .calculator-card .input-range {
    display: block;
    appearance: none;
    width: 100%;
    margin: 0;
    height: 12px;
    overflow: hidden;
    cursor: pointer; }
    .calculator-card .input-range:focus {
      outline: none; }
  .calculator-card .input-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    background: linear-gradient(to bottom, #bf1528, #bf1528) 100% 50%/100% 7px no-repeat transparent; }
  .calculator-card .input-range::-webkit-slider-thumb {
    position: relative;
    appearance: none;
    height: 12px;
    width: 10px;
    background: #bf1528;
    border-radius: 0%;
    border: 0;
    top: 50%;
    margin-top: -6px;
    box-shadow: 1px 0 0 -2.5px #e5e5e5, 2px 0 0 -2.5px #e5e5e5, 3px 0 0 -2.5px #e5e5e5, 4px 0 0 -2.5px #e5e5e5, 5px 0 0 -2.5px #e5e5e5, 6px 0 0 -2.5px #e5e5e5, 7px 0 0 -2.5px #e5e5e5, 8px 0 0 -2.5px #e5e5e5, 9px 0 0 -2.5px #e5e5e5, 10px 0 0 -2.5px #e5e5e5, 11px 0 0 -2.5px #e5e5e5, 12px 0 0 -2.5px #e5e5e5, 13px 0 0 -2.5px #e5e5e5, 14px 0 0 -2.5px #e5e5e5, 15px 0 0 -2.5px #e5e5e5, 16px 0 0 -2.5px #e5e5e5, 17px 0 0 -2.5px #e5e5e5, 18px 0 0 -2.5px #e5e5e5, 19px 0 0 -2.5px #e5e5e5, 20px 0 0 -2.5px #e5e5e5, 21px 0 0 -2.5px #e5e5e5, 22px 0 0 -2.5px #e5e5e5, 23px 0 0 -2.5px #e5e5e5, 24px 0 0 -2.5px #e5e5e5, 25px 0 0 -2.5px #e5e5e5, 26px 0 0 -2.5px #e5e5e5, 27px 0 0 -2.5px #e5e5e5, 28px 0 0 -2.5px #e5e5e5, 29px 0 0 -2.5px #e5e5e5, 30px 0 0 -2.5px #e5e5e5, 31px 0 0 -2.5px #e5e5e5, 32px 0 0 -2.5px #e5e5e5, 33px 0 0 -2.5px #e5e5e5, 34px 0 0 -2.5px #e5e5e5, 35px 0 0 -2.5px #e5e5e5, 36px 0 0 -2.5px #e5e5e5, 37px 0 0 -2.5px #e5e5e5, 38px 0 0 -2.5px #e5e5e5, 39px 0 0 -2.5px #e5e5e5, 40px 0 0 -2.5px #e5e5e5, 41px 0 0 -2.5px #e5e5e5, 42px 0 0 -2.5px #e5e5e5, 43px 0 0 -2.5px #e5e5e5, 44px 0 0 -2.5px #e5e5e5, 45px 0 0 -2.5px #e5e5e5, 46px 0 0 -2.5px #e5e5e5, 47px 0 0 -2.5px #e5e5e5, 48px 0 0 -2.5px #e5e5e5, 49px 0 0 -2.5px #e5e5e5, 50px 0 0 -2.5px #e5e5e5, 51px 0 0 -2.5px #e5e5e5, 52px 0 0 -2.5px #e5e5e5, 53px 0 0 -2.5px #e5e5e5, 54px 0 0 -2.5px #e5e5e5, 55px 0 0 -2.5px #e5e5e5, 56px 0 0 -2.5px #e5e5e5, 57px 0 0 -2.5px #e5e5e5, 58px 0 0 -2.5px #e5e5e5, 59px 0 0 -2.5px #e5e5e5, 60px 0 0 -2.5px #e5e5e5, 61px 0 0 -2.5px #e5e5e5, 62px 0 0 -2.5px #e5e5e5, 63px 0 0 -2.5px #e5e5e5, 64px 0 0 -2.5px #e5e5e5, 65px 0 0 -2.5px #e5e5e5, 66px 0 0 -2.5px #e5e5e5, 67px 0 0 -2.5px #e5e5e5, 68px 0 0 -2.5px #e5e5e5, 69px 0 0 -2.5px #e5e5e5, 70px 0 0 -2.5px #e5e5e5, 71px 0 0 -2.5px #e5e5e5, 72px 0 0 -2.5px #e5e5e5, 73px 0 0 -2.5px #e5e5e5, 74px 0 0 -2.5px #e5e5e5, 75px 0 0 -2.5px #e5e5e5, 76px 0 0 -2.5px #e5e5e5, 77px 0 0 -2.5px #e5e5e5, 78px 0 0 -2.5px #e5e5e5, 79px 0 0 -2.5px #e5e5e5, 80px 0 0 -2.5px #e5e5e5, 81px 0 0 -2.5px #e5e5e5, 82px 0 0 -2.5px #e5e5e5, 83px 0 0 -2.5px #e5e5e5, 84px 0 0 -2.5px #e5e5e5, 85px 0 0 -2.5px #e5e5e5, 86px 0 0 -2.5px #e5e5e5, 87px 0 0 -2.5px #e5e5e5, 88px 0 0 -2.5px #e5e5e5, 89px 0 0 -2.5px #e5e5e5, 90px 0 0 -2.5px #e5e5e5, 91px 0 0 -2.5px #e5e5e5, 92px 0 0 -2.5px #e5e5e5, 93px 0 0 -2.5px #e5e5e5, 94px 0 0 -2.5px #e5e5e5, 95px 0 0 -2.5px #e5e5e5, 96px 0 0 -2.5px #e5e5e5, 97px 0 0 -2.5px #e5e5e5, 98px 0 0 -2.5px #e5e5e5, 99px 0 0 -2.5px #e5e5e5, 100px 0 0 -2.5px #e5e5e5, 101px 0 0 -2.5px #e5e5e5, 102px 0 0 -2.5px #e5e5e5, 103px 0 0 -2.5px #e5e5e5, 104px 0 0 -2.5px #e5e5e5, 105px 0 0 -2.5px #e5e5e5, 106px 0 0 -2.5px #e5e5e5, 107px 0 0 -2.5px #e5e5e5, 108px 0 0 -2.5px #e5e5e5, 109px 0 0 -2.5px #e5e5e5, 110px 0 0 -2.5px #e5e5e5, 111px 0 0 -2.5px #e5e5e5, 112px 0 0 -2.5px #e5e5e5, 113px 0 0 -2.5px #e5e5e5, 114px 0 0 -2.5px #e5e5e5, 115px 0 0 -2.5px #e5e5e5, 116px 0 0 -2.5px #e5e5e5, 117px 0 0 -2.5px #e5e5e5, 118px 0 0 -2.5px #e5e5e5, 119px 0 0 -2.5px #e5e5e5, 120px 0 0 -2.5px #e5e5e5, 121px 0 0 -2.5px #e5e5e5, 122px 0 0 -2.5px #e5e5e5, 123px 0 0 -2.5px #e5e5e5, 124px 0 0 -2.5px #e5e5e5, 125px 0 0 -2.5px #e5e5e5, 126px 0 0 -2.5px #e5e5e5, 127px 0 0 -2.5px #e5e5e5, 128px 0 0 -2.5px #e5e5e5, 129px 0 0 -2.5px #e5e5e5, 130px 0 0 -2.5px #e5e5e5, 131px 0 0 -2.5px #e5e5e5, 132px 0 0 -2.5px #e5e5e5, 133px 0 0 -2.5px #e5e5e5, 134px 0 0 -2.5px #e5e5e5, 135px 0 0 -2.5px #e5e5e5, 136px 0 0 -2.5px #e5e5e5, 137px 0 0 -2.5px #e5e5e5, 138px 0 0 -2.5px #e5e5e5, 139px 0 0 -2.5px #e5e5e5, 140px 0 0 -2.5px #e5e5e5, 141px 0 0 -2.5px #e5e5e5, 142px 0 0 -2.5px #e5e5e5, 143px 0 0 -2.5px #e5e5e5, 144px 0 0 -2.5px #e5e5e5, 145px 0 0 -2.5px #e5e5e5, 146px 0 0 -2.5px #e5e5e5, 147px 0 0 -2.5px #e5e5e5, 148px 0 0 -2.5px #e5e5e5, 149px 0 0 -2.5px #e5e5e5, 150px 0 0 -2.5px #e5e5e5, 151px 0 0 -2.5px #e5e5e5, 152px 0 0 -2.5px #e5e5e5, 153px 0 0 -2.5px #e5e5e5, 154px 0 0 -2.5px #e5e5e5, 155px 0 0 -2.5px #e5e5e5, 156px 0 0 -2.5px #e5e5e5, 157px 0 0 -2.5px #e5e5e5, 158px 0 0 -2.5px #e5e5e5, 159px 0 0 -2.5px #e5e5e5, 160px 0 0 -2.5px #e5e5e5, 161px 0 0 -2.5px #e5e5e5, 162px 0 0 -2.5px #e5e5e5, 163px 0 0 -2.5px #e5e5e5, 164px 0 0 -2.5px #e5e5e5, 165px 0 0 -2.5px #e5e5e5, 166px 0 0 -2.5px #e5e5e5, 167px 0 0 -2.5px #e5e5e5, 168px 0 0 -2.5px #e5e5e5, 169px 0 0 -2.5px #e5e5e5, 170px 0 0 -2.5px #e5e5e5, 171px 0 0 -2.5px #e5e5e5, 172px 0 0 -2.5px #e5e5e5, 173px 0 0 -2.5px #e5e5e5, 174px 0 0 -2.5px #e5e5e5, 175px 0 0 -2.5px #e5e5e5, 176px 0 0 -2.5px #e5e5e5, 177px 0 0 -2.5px #e5e5e5, 178px 0 0 -2.5px #e5e5e5, 179px 0 0 -2.5px #e5e5e5, 180px 0 0 -2.5px #e5e5e5, 181px 0 0 -2.5px #e5e5e5, 182px 0 0 -2.5px #e5e5e5, 183px 0 0 -2.5px #e5e5e5, 184px 0 0 -2.5px #e5e5e5, 185px 0 0 -2.5px #e5e5e5, 186px 0 0 -2.5px #e5e5e5, 187px 0 0 -2.5px #e5e5e5, 188px 0 0 -2.5px #e5e5e5, 189px 0 0 -2.5px #e5e5e5, 190px 0 0 -2.5px #e5e5e5, 191px 0 0 -2.5px #e5e5e5, 192px 0 0 -2.5px #e5e5e5, 193px 0 0 -2.5px #e5e5e5, 194px 0 0 -2.5px #e5e5e5, 195px 0 0 -2.5px #e5e5e5, 196px 0 0 -2.5px #e5e5e5, 197px 0 0 -2.5px #e5e5e5, 198px 0 0 -2.5px #e5e5e5, 199px 0 0 -2.5px #e5e5e5, 200px 0 0 -2.5px #e5e5e5, 201px 0 0 -2.5px #e5e5e5, 202px 0 0 -2.5px #e5e5e5, 203px 0 0 -2.5px #e5e5e5, 204px 0 0 -2.5px #e5e5e5, 205px 0 0 -2.5px #e5e5e5, 206px 0 0 -2.5px #e5e5e5, 207px 0 0 -2.5px #e5e5e5, 208px 0 0 -2.5px #e5e5e5, 209px 0 0 -2.5px #e5e5e5, 210px 0 0 -2.5px #e5e5e5, 211px 0 0 -2.5px #e5e5e5, 212px 0 0 -2.5px #e5e5e5, 213px 0 0 -2.5px #e5e5e5, 214px 0 0 -2.5px #e5e5e5, 215px 0 0 -2.5px #e5e5e5, 216px 0 0 -2.5px #e5e5e5, 217px 0 0 -2.5px #e5e5e5, 218px 0 0 -2.5px #e5e5e5, 219px 0 0 -2.5px #e5e5e5, 220px 0 0 -2.5px #e5e5e5, 221px 0 0 -2.5px #e5e5e5, 222px 0 0 -2.5px #e5e5e5, 223px 0 0 -2.5px #e5e5e5, 224px 0 0 -2.5px #e5e5e5, 225px 0 0 -2.5px #e5e5e5, 226px 0 0 -2.5px #e5e5e5, 227px 0 0 -2.5px #e5e5e5, 228px 0 0 -2.5px #e5e5e5, 229px 0 0 -2.5px #e5e5e5, 230px 0 0 -2.5px #e5e5e5, 231px 0 0 -2.5px #e5e5e5, 232px 0 0 -2.5px #e5e5e5, 233px 0 0 -2.5px #e5e5e5, 234px 0 0 -2.5px #e5e5e5, 235px 0 0 -2.5px #e5e5e5, 236px 0 0 -2.5px #e5e5e5, 237px 0 0 -2.5px #e5e5e5, 238px 0 0 -2.5px #e5e5e5, 239px 0 0 -2.5px #e5e5e5, 240px 0 0 -2.5px #e5e5e5, 241px 0 0 -2.5px #e5e5e5, 242px 0 0 -2.5px #e5e5e5, 243px 0 0 -2.5px #e5e5e5, 244px 0 0 -2.5px #e5e5e5, 245px 0 0 -2.5px #e5e5e5, 246px 0 0 -2.5px #e5e5e5, 247px 0 0 -2.5px #e5e5e5, 248px 0 0 -2.5px #e5e5e5, 249px 0 0 -2.5px #e5e5e5, 250px 0 0 -2.5px #e5e5e5, 251px 0 0 -2.5px #e5e5e5, 252px 0 0 -2.5px #e5e5e5, 253px 0 0 -2.5px #e5e5e5, 254px 0 0 -2.5px #e5e5e5, 255px 0 0 -2.5px #e5e5e5, 256px 0 0 -2.5px #e5e5e5, 257px 0 0 -2.5px #e5e5e5, 258px 0 0 -2.5px #e5e5e5, 259px 0 0 -2.5px #e5e5e5, 260px 0 0 -2.5px #e5e5e5, 261px 0 0 -2.5px #e5e5e5, 262px 0 0 -2.5px #e5e5e5, 263px 0 0 -2.5px #e5e5e5, 264px 0 0 -2.5px #e5e5e5, 265px 0 0 -2.5px #e5e5e5, 266px 0 0 -2.5px #e5e5e5, 267px 0 0 -2.5px #e5e5e5, 268px 0 0 -2.5px #e5e5e5, 269px 0 0 -2.5px #e5e5e5, 270px 0 0 -2.5px #e5e5e5, 271px 0 0 -2.5px #e5e5e5, 272px 0 0 -2.5px #e5e5e5, 273px 0 0 -2.5px #e5e5e5, 274px 0 0 -2.5px #e5e5e5, 275px 0 0 -2.5px #e5e5e5, 276px 0 0 -2.5px #e5e5e5, 277px 0 0 -2.5px #e5e5e5, 278px 0 0 -2.5px #e5e5e5, 279px 0 0 -2.5px #e5e5e5, 280px 0 0 -2.5px #e5e5e5, 281px 0 0 -2.5px #e5e5e5, 282px 0 0 -2.5px #e5e5e5, 283px 0 0 -2.5px #e5e5e5, 284px 0 0 -2.5px #e5e5e5, 285px 0 0 -2.5px #e5e5e5, 286px 0 0 -2.5px #e5e5e5, 287px 0 0 -2.5px #e5e5e5, 288px 0 0 -2.5px #e5e5e5, 289px 0 0 -2.5px #e5e5e5, 290px 0 0 -2.5px #e5e5e5, 291px 0 0 -2.5px #e5e5e5, 292px 0 0 -2.5px #e5e5e5, 293px 0 0 -2.5px #e5e5e5, 294px 0 0 -2.5px #e5e5e5, 295px 0 0 -2.5px #e5e5e5, 296px 0 0 -2.5px #e5e5e5, 297px 0 0 -2.5px #e5e5e5, 298px 0 0 -2.5px #e5e5e5, 299px 0 0 -2.5px #e5e5e5, 300px 0 0 -2.5px #e5e5e5, 301px 0 0 -2.5px #e5e5e5, 302px 0 0 -2.5px #e5e5e5, 303px 0 0 -2.5px #e5e5e5, 304px 0 0 -2.5px #e5e5e5, 305px 0 0 -2.5px #e5e5e5, 306px 0 0 -2.5px #e5e5e5, 307px 0 0 -2.5px #e5e5e5, 308px 0 0 -2.5px #e5e5e5, 309px 0 0 -2.5px #e5e5e5, 310px 0 0 -2.5px #e5e5e5, 311px 0 0 -2.5px #e5e5e5, 312px 0 0 -2.5px #e5e5e5, 313px 0 0 -2.5px #e5e5e5, 314px 0 0 -2.5px #e5e5e5, 315px 0 0 -2.5px #e5e5e5, 316px 0 0 -2.5px #e5e5e5, 317px 0 0 -2.5px #e5e5e5, 318px 0 0 -2.5px #e5e5e5, 319px 0 0 -2.5px #e5e5e5, 320px 0 0 -2.5px #e5e5e5, 321px 0 0 -2.5px #e5e5e5, 322px 0 0 -2.5px #e5e5e5, 323px 0 0 -2.5px #e5e5e5, 324px 0 0 -2.5px #e5e5e5, 325px 0 0 -2.5px #e5e5e5, 326px 0 0 -2.5px #e5e5e5, 327px 0 0 -2.5px #e5e5e5, 328px 0 0 -2.5px #e5e5e5, 329px 0 0 -2.5px #e5e5e5, 330px 0 0 -2.5px #e5e5e5, 331px 0 0 -2.5px #e5e5e5, 332px 0 0 -2.5px #e5e5e5, 333px 0 0 -2.5px #e5e5e5, 334px 0 0 -2.5px #e5e5e5, 335px 0 0 -2.5px #e5e5e5, 336px 0 0 -2.5px #e5e5e5, 337px 0 0 -2.5px #e5e5e5, 338px 0 0 -2.5px #e5e5e5, 339px 0 0 -2.5px #e5e5e5, 340px 0 0 -2.5px #e5e5e5, 341px 0 0 -2.5px #e5e5e5, 342px 0 0 -2.5px #e5e5e5, 343px 0 0 -2.5px #e5e5e5, 344px 0 0 -2.5px #e5e5e5, 345px 0 0 -2.5px #e5e5e5, 346px 0 0 -2.5px #e5e5e5, 347px 0 0 -2.5px #e5e5e5, 348px 0 0 -2.5px #e5e5e5, 349px 0 0 -2.5px #e5e5e5, 350px 0 0 -2.5px #e5e5e5, 351px 0 0 -2.5px #e5e5e5, 352px 0 0 -2.5px #e5e5e5, 353px 0 0 -2.5px #e5e5e5, 354px 0 0 -2.5px #e5e5e5, 355px 0 0 -2.5px #e5e5e5, 356px 0 0 -2.5px #e5e5e5, 357px 0 0 -2.5px #e5e5e5, 358px 0 0 -2.5px #e5e5e5, 359px 0 0 -2.5px #e5e5e5, 360px 0 0 -2.5px #e5e5e5, 361px 0 0 -2.5px #e5e5e5, 362px 0 0 -2.5px #e5e5e5, 363px 0 0 -2.5px #e5e5e5, 364px 0 0 -2.5px #e5e5e5, 365px 0 0 -2.5px #e5e5e5, 366px 0 0 -2.5px #e5e5e5, 367px 0 0 -2.5px #e5e5e5, 368px 0 0 -2.5px #e5e5e5, 369px 0 0 -2.5px #e5e5e5, 370px 0 0 -2.5px #e5e5e5, 371px 0 0 -2.5px #e5e5e5, 372px 0 0 -2.5px #e5e5e5, 373px 0 0 -2.5px #e5e5e5, 374px 0 0 -2.5px #e5e5e5, 375px 0 0 -2.5px #e5e5e5, 376px 0 0 -2.5px #e5e5e5, 377px 0 0 -2.5px #e5e5e5, 378px 0 0 -2.5px #e5e5e5, 379px 0 0 -2.5px #e5e5e5, 380px 0 0 -2.5px #e5e5e5, 381px 0 0 -2.5px #e5e5e5, 382px 0 0 -2.5px #e5e5e5, 383px 0 0 -2.5px #e5e5e5, 384px 0 0 -2.5px #e5e5e5, 385px 0 0 -2.5px #e5e5e5, 386px 0 0 -2.5px #e5e5e5, 387px 0 0 -2.5px #e5e5e5, 388px 0 0 -2.5px #e5e5e5, 389px 0 0 -2.5px #e5e5e5, 390px 0 0 -2.5px #e5e5e5, 391px 0 0 -2.5px #e5e5e5, 392px 0 0 -2.5px #e5e5e5, 393px 0 0 -2.5px #e5e5e5, 394px 0 0 -2.5px #e5e5e5, 395px 0 0 -2.5px #e5e5e5, 396px 0 0 -2.5px #e5e5e5, 397px 0 0 -2.5px #e5e5e5, 398px 0 0 -2.5px #e5e5e5, 399px 0 0 -2.5px #e5e5e5, 400px 0 0 -2.5px #e5e5e5, 401px 0 0 -2.5px #e5e5e5, 402px 0 0 -2.5px #e5e5e5, 403px 0 0 -2.5px #e5e5e5, 404px 0 0 -2.5px #e5e5e5, 405px 0 0 -2.5px #e5e5e5, 406px 0 0 -2.5px #e5e5e5, 407px 0 0 -2.5px #e5e5e5, 408px 0 0 -2.5px #e5e5e5, 409px 0 0 -2.5px #e5e5e5, 410px 0 0 -2.5px #e5e5e5, 411px 0 0 -2.5px #e5e5e5, 412px 0 0 -2.5px #e5e5e5, 413px 0 0 -2.5px #e5e5e5, 414px 0 0 -2.5px #e5e5e5, 415px 0 0 -2.5px #e5e5e5, 416px 0 0 -2.5px #e5e5e5, 417px 0 0 -2.5px #e5e5e5, 418px 0 0 -2.5px #e5e5e5, 419px 0 0 -2.5px #e5e5e5, 420px 0 0 -2.5px #e5e5e5, 421px 0 0 -2.5px #e5e5e5, 422px 0 0 -2.5px #e5e5e5, 423px 0 0 -2.5px #e5e5e5, 424px 0 0 -2.5px #e5e5e5, 425px 0 0 -2.5px #e5e5e5, 426px 0 0 -2.5px #e5e5e5, 427px 0 0 -2.5px #e5e5e5, 428px 0 0 -2.5px #e5e5e5, 429px 0 0 -2.5px #e5e5e5, 430px 0 0 -2.5px #e5e5e5, 431px 0 0 -2.5px #e5e5e5, 432px 0 0 -2.5px #e5e5e5, 433px 0 0 -2.5px #e5e5e5, 434px 0 0 -2.5px #e5e5e5, 435px 0 0 -2.5px #e5e5e5, 436px 0 0 -2.5px #e5e5e5, 437px 0 0 -2.5px #e5e5e5, 438px 0 0 -2.5px #e5e5e5, 439px 0 0 -2.5px #e5e5e5, 440px 0 0 -2.5px #e5e5e5, 441px 0 0 -2.5px #e5e5e5, 442px 0 0 -2.5px #e5e5e5, 443px 0 0 -2.5px #e5e5e5, 444px 0 0 -2.5px #e5e5e5, 445px 0 0 -2.5px #e5e5e5, 446px 0 0 -2.5px #e5e5e5, 447px 0 0 -2.5px #e5e5e5, 448px 0 0 -2.5px #e5e5e5, 449px 0 0 -2.5px #e5e5e5, 450px 0 0 -2.5px #e5e5e5, 451px 0 0 -2.5px #e5e5e5, 452px 0 0 -2.5px #e5e5e5, 453px 0 0 -2.5px #e5e5e5, 454px 0 0 -2.5px #e5e5e5, 455px 0 0 -2.5px #e5e5e5, 456px 0 0 -2.5px #e5e5e5, 457px 0 0 -2.5px #e5e5e5, 458px 0 0 -2.5px #e5e5e5, 459px 0 0 -2.5px #e5e5e5, 460px 0 0 -2.5px #e5e5e5, 461px 0 0 -2.5px #e5e5e5, 462px 0 0 -2.5px #e5e5e5, 463px 0 0 -2.5px #e5e5e5, 464px 0 0 -2.5px #e5e5e5, 465px 0 0 -2.5px #e5e5e5, 466px 0 0 -2.5px #e5e5e5, 467px 0 0 -2.5px #e5e5e5, 468px 0 0 -2.5px #e5e5e5, 469px 0 0 -2.5px #e5e5e5, 470px 0 0 -2.5px #e5e5e5, 471px 0 0 -2.5px #e5e5e5, 472px 0 0 -2.5px #e5e5e5, 473px 0 0 -2.5px #e5e5e5, 474px 0 0 -2.5px #e5e5e5, 475px 0 0 -2.5px #e5e5e5, 476px 0 0 -2.5px #e5e5e5, 477px 0 0 -2.5px #e5e5e5, 478px 0 0 -2.5px #e5e5e5, 479px 0 0 -2.5px #e5e5e5, 480px 0 0 -2.5px #e5e5e5, 481px 0 0 -2.5px #e5e5e5, 482px 0 0 -2.5px #e5e5e5, 483px 0 0 -2.5px #e5e5e5, 484px 0 0 -2.5px #e5e5e5, 485px 0 0 -2.5px #e5e5e5, 486px 0 0 -2.5px #e5e5e5, 487px 0 0 -2.5px #e5e5e5, 488px 0 0 -2.5px #e5e5e5, 489px 0 0 -2.5px #e5e5e5, 490px 0 0 -2.5px #e5e5e5, 491px 0 0 -2.5px #e5e5e5, 492px 0 0 -2.5px #e5e5e5, 493px 0 0 -2.5px #e5e5e5, 494px 0 0 -2.5px #e5e5e5, 495px 0 0 -2.5px #e5e5e5, 496px 0 0 -2.5px #e5e5e5, 497px 0 0 -2.5px #e5e5e5, 498px 0 0 -2.5px #e5e5e5, 499px 0 0 -2.5px #e5e5e5, 500px 0 0 -2.5px #e5e5e5, 501px 0 0 -2.5px #e5e5e5, 502px 0 0 -2.5px #e5e5e5, 503px 0 0 -2.5px #e5e5e5, 504px 0 0 -2.5px #e5e5e5, 505px 0 0 -2.5px #e5e5e5, 506px 0 0 -2.5px #e5e5e5, 507px 0 0 -2.5px #e5e5e5, 508px 0 0 -2.5px #e5e5e5, 509px 0 0 -2.5px #e5e5e5, 510px 0 0 -2.5px #e5e5e5, 511px 0 0 -2.5px #e5e5e5, 512px 0 0 -2.5px #e5e5e5, 513px 0 0 -2.5px #e5e5e5, 514px 0 0 -2.5px #e5e5e5, 515px 0 0 -2.5px #e5e5e5, 516px 0 0 -2.5px #e5e5e5, 517px 0 0 -2.5px #e5e5e5, 518px 0 0 -2.5px #e5e5e5, 519px 0 0 -2.5px #e5e5e5, 520px 0 0 -2.5px #e5e5e5, 521px 0 0 -2.5px #e5e5e5, 522px 0 0 -2.5px #e5e5e5, 523px 0 0 -2.5px #e5e5e5, 524px 0 0 -2.5px #e5e5e5, 525px 0 0 -2.5px #e5e5e5, 526px 0 0 -2.5px #e5e5e5, 527px 0 0 -2.5px #e5e5e5, 528px 0 0 -2.5px #e5e5e5, 529px 0 0 -2.5px #e5e5e5, 530px 0 0 -2.5px #e5e5e5, 531px 0 0 -2.5px #e5e5e5, 532px 0 0 -2.5px #e5e5e5, 533px 0 0 -2.5px #e5e5e5, 534px 0 0 -2.5px #e5e5e5, 535px 0 0 -2.5px #e5e5e5, 536px 0 0 -2.5px #e5e5e5, 537px 0 0 -2.5px #e5e5e5, 538px 0 0 -2.5px #e5e5e5, 539px 0 0 -2.5px #e5e5e5, 540px 0 0 -2.5px #e5e5e5, 541px 0 0 -2.5px #e5e5e5, 542px 0 0 -2.5px #e5e5e5, 543px 0 0 -2.5px #e5e5e5, 544px 0 0 -2.5px #e5e5e5, 545px 0 0 -2.5px #e5e5e5, 546px 0 0 -2.5px #e5e5e5, 547px 0 0 -2.5px #e5e5e5, 548px 0 0 -2.5px #e5e5e5, 549px 0 0 -2.5px #e5e5e5, 550px 0 0 -2.5px #e5e5e5, 551px 0 0 -2.5px #e5e5e5, 552px 0 0 -2.5px #e5e5e5, 553px 0 0 -2.5px #e5e5e5, 554px 0 0 -2.5px #e5e5e5, 555px 0 0 -2.5px #e5e5e5, 556px 0 0 -2.5px #e5e5e5, 557px 0 0 -2.5px #e5e5e5, 558px 0 0 -2.5px #e5e5e5, 559px 0 0 -2.5px #e5e5e5, 560px 0 0 -2.5px #e5e5e5, 561px 0 0 -2.5px #e5e5e5, 562px 0 0 -2.5px #e5e5e5, 563px 0 0 -2.5px #e5e5e5, 564px 0 0 -2.5px #e5e5e5, 565px 0 0 -2.5px #e5e5e5, 566px 0 0 -2.5px #e5e5e5, 567px 0 0 -2.5px #e5e5e5, 568px 0 0 -2.5px #e5e5e5, 569px 0 0 -2.5px #e5e5e5, 570px 0 0 -2.5px #e5e5e5, 571px 0 0 -2.5px #e5e5e5, 572px 0 0 -2.5px #e5e5e5, 573px 0 0 -2.5px #e5e5e5, 574px 0 0 -2.5px #e5e5e5, 575px 0 0 -2.5px #e5e5e5, 576px 0 0 -2.5px #e5e5e5, 577px 0 0 -2.5px #e5e5e5, 578px 0 0 -2.5px #e5e5e5, 579px 0 0 -2.5px #e5e5e5, 580px 0 0 -2.5px #e5e5e5, 581px 0 0 -2.5px #e5e5e5, 582px 0 0 -2.5px #e5e5e5, 583px 0 0 -2.5px #e5e5e5, 584px 0 0 -2.5px #e5e5e5, 585px 0 0 -2.5px #e5e5e5, 586px 0 0 -2.5px #e5e5e5, 587px 0 0 -2.5px #e5e5e5, 588px 0 0 -2.5px #e5e5e5, 589px 0 0 -2.5px #e5e5e5, 590px 0 0 -2.5px #e5e5e5, 591px 0 0 -2.5px #e5e5e5, 592px 0 0 -2.5px #e5e5e5, 593px 0 0 -2.5px #e5e5e5, 594px 0 0 -2.5px #e5e5e5, 595px 0 0 -2.5px #e5e5e5, 596px 0 0 -2.5px #e5e5e5, 597px 0 0 -2.5px #e5e5e5, 598px 0 0 -2.5px #e5e5e5, 599px 0 0 -2.5px #e5e5e5, 600px 0 0 -2.5px #e5e5e5, 601px 0 0 -2.5px #e5e5e5, 602px 0 0 -2.5px #e5e5e5, 603px 0 0 -2.5px #e5e5e5, 604px 0 0 -2.5px #e5e5e5, 605px 0 0 -2.5px #e5e5e5, 606px 0 0 -2.5px #e5e5e5, 607px 0 0 -2.5px #e5e5e5, 608px 0 0 -2.5px #e5e5e5, 609px 0 0 -2.5px #e5e5e5, 610px 0 0 -2.5px #e5e5e5, 611px 0 0 -2.5px #e5e5e5, 612px 0 0 -2.5px #e5e5e5, 613px 0 0 -2.5px #e5e5e5, 614px 0 0 -2.5px #e5e5e5, 615px 0 0 -2.5px #e5e5e5, 616px 0 0 -2.5px #e5e5e5, 617px 0 0 -2.5px #e5e5e5, 618px 0 0 -2.5px #e5e5e5, 619px 0 0 -2.5px #e5e5e5, 620px 0 0 -2.5px #e5e5e5, 621px 0 0 -2.5px #e5e5e5, 622px 0 0 -2.5px #e5e5e5, 623px 0 0 -2.5px #e5e5e5, 624px 0 0 -2.5px #e5e5e5, 625px 0 0 -2.5px #e5e5e5, 626px 0 0 -2.5px #e5e5e5, 627px 0 0 -2.5px #e5e5e5, 628px 0 0 -2.5px #e5e5e5, 629px 0 0 -2.5px #e5e5e5, 630px 0 0 -2.5px #e5e5e5, 631px 0 0 -2.5px #e5e5e5, 632px 0 0 -2.5px #e5e5e5, 633px 0 0 -2.5px #e5e5e5, 634px 0 0 -2.5px #e5e5e5, 635px 0 0 -2.5px #e5e5e5, 636px 0 0 -2.5px #e5e5e5, 637px 0 0 -2.5px #e5e5e5, 638px 0 0 -2.5px #e5e5e5, 639px 0 0 -2.5px #e5e5e5, 640px 0 0 -2.5px #e5e5e5, 641px 0 0 -2.5px #e5e5e5, 642px 0 0 -2.5px #e5e5e5, 643px 0 0 -2.5px #e5e5e5, 644px 0 0 -2.5px #e5e5e5, 645px 0 0 -2.5px #e5e5e5, 646px 0 0 -2.5px #e5e5e5, 647px 0 0 -2.5px #e5e5e5, 648px 0 0 -2.5px #e5e5e5, 649px 0 0 -2.5px #e5e5e5, 650px 0 0 -2.5px #e5e5e5, 651px 0 0 -2.5px #e5e5e5, 652px 0 0 -2.5px #e5e5e5, 653px 0 0 -2.5px #e5e5e5, 654px 0 0 -2.5px #e5e5e5, 655px 0 0 -2.5px #e5e5e5, 656px 0 0 -2.5px #e5e5e5, 657px 0 0 -2.5px #e5e5e5, 658px 0 0 -2.5px #e5e5e5, 659px 0 0 -2.5px #e5e5e5, 660px 0 0 -2.5px #e5e5e5, 661px 0 0 -2.5px #e5e5e5, 662px 0 0 -2.5px #e5e5e5, 663px 0 0 -2.5px #e5e5e5, 664px 0 0 -2.5px #e5e5e5, 665px 0 0 -2.5px #e5e5e5, 666px 0 0 -2.5px #e5e5e5, 667px 0 0 -2.5px #e5e5e5, 668px 0 0 -2.5px #e5e5e5, 669px 0 0 -2.5px #e5e5e5, 670px 0 0 -2.5px #e5e5e5, 671px 0 0 -2.5px #e5e5e5, 672px 0 0 -2.5px #e5e5e5, 673px 0 0 -2.5px #e5e5e5, 674px 0 0 -2.5px #e5e5e5, 675px 0 0 -2.5px #e5e5e5, 676px 0 0 -2.5px #e5e5e5, 677px 0 0 -2.5px #e5e5e5, 678px 0 0 -2.5px #e5e5e5, 679px 0 0 -2.5px #e5e5e5, 680px 0 0 -2.5px #e5e5e5, 681px 0 0 -2.5px #e5e5e5, 682px 0 0 -2.5px #e5e5e5, 683px 0 0 -2.5px #e5e5e5, 684px 0 0 -2.5px #e5e5e5, 685px 0 0 -2.5px #e5e5e5, 686px 0 0 -2.5px #e5e5e5, 687px 0 0 -2.5px #e5e5e5, 688px 0 0 -2.5px #e5e5e5, 689px 0 0 -2.5px #e5e5e5, 690px 0 0 -2.5px #e5e5e5, 691px 0 0 -2.5px #e5e5e5, 692px 0 0 -2.5px #e5e5e5, 693px 0 0 -2.5px #e5e5e5, 694px 0 0 -2.5px #e5e5e5, 695px 0 0 -2.5px #e5e5e5, 696px 0 0 -2.5px #e5e5e5, 697px 0 0 -2.5px #e5e5e5, 698px 0 0 -2.5px #e5e5e5, 699px 0 0 -2.5px #e5e5e5, 700px 0 0 -2.5px #e5e5e5, 701px 0 0 -2.5px #e5e5e5, 702px 0 0 -2.5px #e5e5e5, 703px 0 0 -2.5px #e5e5e5, 704px 0 0 -2.5px #e5e5e5, 705px 0 0 -2.5px #e5e5e5, 706px 0 0 -2.5px #e5e5e5, 707px 0 0 -2.5px #e5e5e5, 708px 0 0 -2.5px #e5e5e5, 709px 0 0 -2.5px #e5e5e5, 710px 0 0 -2.5px #e5e5e5, 711px 0 0 -2.5px #e5e5e5, 712px 0 0 -2.5px #e5e5e5, 713px 0 0 -2.5px #e5e5e5, 714px 0 0 -2.5px #e5e5e5, 715px 0 0 -2.5px #e5e5e5, 716px 0 0 -2.5px #e5e5e5, 717px 0 0 -2.5px #e5e5e5, 718px 0 0 -2.5px #e5e5e5, 719px 0 0 -2.5px #e5e5e5, 720px 0 0 -2.5px #e5e5e5, 721px 0 0 -2.5px #e5e5e5, 722px 0 0 -2.5px #e5e5e5, 723px 0 0 -2.5px #e5e5e5, 724px 0 0 -2.5px #e5e5e5, 725px 0 0 -2.5px #e5e5e5, 726px 0 0 -2.5px #e5e5e5, 727px 0 0 -2.5px #e5e5e5, 728px 0 0 -2.5px #e5e5e5, 729px 0 0 -2.5px #e5e5e5, 730px 0 0 -2.5px #e5e5e5, 731px 0 0 -2.5px #e5e5e5, 732px 0 0 -2.5px #e5e5e5, 733px 0 0 -2.5px #e5e5e5, 734px 0 0 -2.5px #e5e5e5, 735px 0 0 -2.5px #e5e5e5, 736px 0 0 -2.5px #e5e5e5, 737px 0 0 -2.5px #e5e5e5, 738px 0 0 -2.5px #e5e5e5, 739px 0 0 -2.5px #e5e5e5, 740px 0 0 -2.5px #e5e5e5, 741px 0 0 -2.5px #e5e5e5, 742px 0 0 -2.5px #e5e5e5, 743px 0 0 -2.5px #e5e5e5, 744px 0 0 -2.5px #e5e5e5, 745px 0 0 -2.5px #e5e5e5, 746px 0 0 -2.5px #e5e5e5, 747px 0 0 -2.5px #e5e5e5, 748px 0 0 -2.5px #e5e5e5, 749px 0 0 -2.5px #e5e5e5, 750px 0 0 -2.5px #e5e5e5, 751px 0 0 -2.5px #e5e5e5, 752px 0 0 -2.5px #e5e5e5, 753px 0 0 -2.5px #e5e5e5, 754px 0 0 -2.5px #e5e5e5, 755px 0 0 -2.5px #e5e5e5, 756px 0 0 -2.5px #e5e5e5, 757px 0 0 -2.5px #e5e5e5, 758px 0 0 -2.5px #e5e5e5, 759px 0 0 -2.5px #e5e5e5, 760px 0 0 -2.5px #e5e5e5, 761px 0 0 -2.5px #e5e5e5, 762px 0 0 -2.5px #e5e5e5, 763px 0 0 -2.5px #e5e5e5, 764px 0 0 -2.5px #e5e5e5, 765px 0 0 -2.5px #e5e5e5, 766px 0 0 -2.5px #e5e5e5, 767px 0 0 -2.5px #e5e5e5, 768px 0 0 -2.5px #e5e5e5, 769px 0 0 -2.5px #e5e5e5, 770px 0 0 -2.5px #e5e5e5, 771px 0 0 -2.5px #e5e5e5, 772px 0 0 -2.5px #e5e5e5, 773px 0 0 -2.5px #e5e5e5, 774px 0 0 -2.5px #e5e5e5, 775px 0 0 -2.5px #e5e5e5, 776px 0 0 -2.5px #e5e5e5, 777px 0 0 -2.5px #e5e5e5, 778px 0 0 -2.5px #e5e5e5, 779px 0 0 -2.5px #e5e5e5, 780px 0 0 -2.5px #e5e5e5, 781px 0 0 -2.5px #e5e5e5, 782px 0 0 -2.5px #e5e5e5, 783px 0 0 -2.5px #e5e5e5, 784px 0 0 -2.5px #e5e5e5, 785px 0 0 -2.5px #e5e5e5, 786px 0 0 -2.5px #e5e5e5, 787px 0 0 -2.5px #e5e5e5, 788px 0 0 -2.5px #e5e5e5, 789px 0 0 -2.5px #e5e5e5, 790px 0 0 -2.5px #e5e5e5, 791px 0 0 -2.5px #e5e5e5, 792px 0 0 -2.5px #e5e5e5, 793px 0 0 -2.5px #e5e5e5, 794px 0 0 -2.5px #e5e5e5, 795px 0 0 -2.5px #e5e5e5, 796px 0 0 -2.5px #e5e5e5, 797px 0 0 -2.5px #e5e5e5, 798px 0 0 -2.5px #e5e5e5, 799px 0 0 -2.5px #e5e5e5, 800px 0 0 -2.5px #e5e5e5, 801px 0 0 -2.5px #e5e5e5, 802px 0 0 -2.5px #e5e5e5, 803px 0 0 -2.5px #e5e5e5, 804px 0 0 -2.5px #e5e5e5, 805px 0 0 -2.5px #e5e5e5, 806px 0 0 -2.5px #e5e5e5, 807px 0 0 -2.5px #e5e5e5, 808px 0 0 -2.5px #e5e5e5, 809px 0 0 -2.5px #e5e5e5, 810px 0 0 -2.5px #e5e5e5, 811px 0 0 -2.5px #e5e5e5, 812px 0 0 -2.5px #e5e5e5, 813px 0 0 -2.5px #e5e5e5, 814px 0 0 -2.5px #e5e5e5, 815px 0 0 -2.5px #e5e5e5, 816px 0 0 -2.5px #e5e5e5, 817px 0 0 -2.5px #e5e5e5, 818px 0 0 -2.5px #e5e5e5, 819px 0 0 -2.5px #e5e5e5, 820px 0 0 -2.5px #e5e5e5, 821px 0 0 -2.5px #e5e5e5, 822px 0 0 -2.5px #e5e5e5, 823px 0 0 -2.5px #e5e5e5, 824px 0 0 -2.5px #e5e5e5, 825px 0 0 -2.5px #e5e5e5, 826px 0 0 -2.5px #e5e5e5, 827px 0 0 -2.5px #e5e5e5, 828px 0 0 -2.5px #e5e5e5, 829px 0 0 -2.5px #e5e5e5, 830px 0 0 -2.5px #e5e5e5, 831px 0 0 -2.5px #e5e5e5, 832px 0 0 -2.5px #e5e5e5, 833px 0 0 -2.5px #e5e5e5, 834px 0 0 -2.5px #e5e5e5, 835px 0 0 -2.5px #e5e5e5, 836px 0 0 -2.5px #e5e5e5, 837px 0 0 -2.5px #e5e5e5, 838px 0 0 -2.5px #e5e5e5, 839px 0 0 -2.5px #e5e5e5, 840px 0 0 -2.5px #e5e5e5, 841px 0 0 -2.5px #e5e5e5, 842px 0 0 -2.5px #e5e5e5, 843px 0 0 -2.5px #e5e5e5, 844px 0 0 -2.5px #e5e5e5, 845px 0 0 -2.5px #e5e5e5, 846px 0 0 -2.5px #e5e5e5, 847px 0 0 -2.5px #e5e5e5, 848px 0 0 -2.5px #e5e5e5, 849px 0 0 -2.5px #e5e5e5, 850px 0 0 -2.5px #e5e5e5, 851px 0 0 -2.5px #e5e5e5, 852px 0 0 -2.5px #e5e5e5, 853px 0 0 -2.5px #e5e5e5, 854px 0 0 -2.5px #e5e5e5, 855px 0 0 -2.5px #e5e5e5, 856px 0 0 -2.5px #e5e5e5, 857px 0 0 -2.5px #e5e5e5, 858px 0 0 -2.5px #e5e5e5, 859px 0 0 -2.5px #e5e5e5, 860px 0 0 -2.5px #e5e5e5, 861px 0 0 -2.5px #e5e5e5, 862px 0 0 -2.5px #e5e5e5, 863px 0 0 -2.5px #e5e5e5, 864px 0 0 -2.5px #e5e5e5, 865px 0 0 -2.5px #e5e5e5, 866px 0 0 -2.5px #e5e5e5, 867px 0 0 -2.5px #e5e5e5, 868px 0 0 -2.5px #e5e5e5, 869px 0 0 -2.5px #e5e5e5, 870px 0 0 -2.5px #e5e5e5, 871px 0 0 -2.5px #e5e5e5, 872px 0 0 -2.5px #e5e5e5, 873px 0 0 -2.5px #e5e5e5, 874px 0 0 -2.5px #e5e5e5, 875px 0 0 -2.5px #e5e5e5, 876px 0 0 -2.5px #e5e5e5, 877px 0 0 -2.5px #e5e5e5, 878px 0 0 -2.5px #e5e5e5, 879px 0 0 -2.5px #e5e5e5, 880px 0 0 -2.5px #e5e5e5, 881px 0 0 -2.5px #e5e5e5, 882px 0 0 -2.5px #e5e5e5, 883px 0 0 -2.5px #e5e5e5, 884px 0 0 -2.5px #e5e5e5, 885px 0 0 -2.5px #e5e5e5, 886px 0 0 -2.5px #e5e5e5, 887px 0 0 -2.5px #e5e5e5, 888px 0 0 -2.5px #e5e5e5, 889px 0 0 -2.5px #e5e5e5, 890px 0 0 -2.5px #e5e5e5, 891px 0 0 -2.5px #e5e5e5, 892px 0 0 -2.5px #e5e5e5, 893px 0 0 -2.5px #e5e5e5, 894px 0 0 -2.5px #e5e5e5, 895px 0 0 -2.5px #e5e5e5, 896px 0 0 -2.5px #e5e5e5, 897px 0 0 -2.5px #e5e5e5, 898px 0 0 -2.5px #e5e5e5, 899px 0 0 -2.5px #e5e5e5, 900px 0 0 -2.5px #e5e5e5, 901px 0 0 -2.5px #e5e5e5, 902px 0 0 -2.5px #e5e5e5, 903px 0 0 -2.5px #e5e5e5, 904px 0 0 -2.5px #e5e5e5, 905px 0 0 -2.5px #e5e5e5, 906px 0 0 -2.5px #e5e5e5, 907px 0 0 -2.5px #e5e5e5, 908px 0 0 -2.5px #e5e5e5, 909px 0 0 -2.5px #e5e5e5, 910px 0 0 -2.5px #e5e5e5, 911px 0 0 -2.5px #e5e5e5, 912px 0 0 -2.5px #e5e5e5, 913px 0 0 -2.5px #e5e5e5, 914px 0 0 -2.5px #e5e5e5, 915px 0 0 -2.5px #e5e5e5, 916px 0 0 -2.5px #e5e5e5, 917px 0 0 -2.5px #e5e5e5, 918px 0 0 -2.5px #e5e5e5, 919px 0 0 -2.5px #e5e5e5, 920px 0 0 -2.5px #e5e5e5, 921px 0 0 -2.5px #e5e5e5, 922px 0 0 -2.5px #e5e5e5, 923px 0 0 -2.5px #e5e5e5, 924px 0 0 -2.5px #e5e5e5, 925px 0 0 -2.5px #e5e5e5, 926px 0 0 -2.5px #e5e5e5, 927px 0 0 -2.5px #e5e5e5, 928px 0 0 -2.5px #e5e5e5, 929px 0 0 -2.5px #e5e5e5, 930px 0 0 -2.5px #e5e5e5, 931px 0 0 -2.5px #e5e5e5, 932px 0 0 -2.5px #e5e5e5, 933px 0 0 -2.5px #e5e5e5, 934px 0 0 -2.5px #e5e5e5, 935px 0 0 -2.5px #e5e5e5, 936px 0 0 -2.5px #e5e5e5, 937px 0 0 -2.5px #e5e5e5, 938px 0 0 -2.5px #e5e5e5, 939px 0 0 -2.5px #e5e5e5, 940px 0 0 -2.5px #e5e5e5, 941px 0 0 -2.5px #e5e5e5, 942px 0 0 -2.5px #e5e5e5, 943px 0 0 -2.5px #e5e5e5, 944px 0 0 -2.5px #e5e5e5, 945px 0 0 -2.5px #e5e5e5, 946px 0 0 -2.5px #e5e5e5, 947px 0 0 -2.5px #e5e5e5, 948px 0 0 -2.5px #e5e5e5, 949px 0 0 -2.5px #e5e5e5, 950px 0 0 -2.5px #e5e5e5, 951px 0 0 -2.5px #e5e5e5, 952px 0 0 -2.5px #e5e5e5, 953px 0 0 -2.5px #e5e5e5, 954px 0 0 -2.5px #e5e5e5, 955px 0 0 -2.5px #e5e5e5, 956px 0 0 -2.5px #e5e5e5, 957px 0 0 -2.5px #e5e5e5, 958px 0 0 -2.5px #e5e5e5, 959px 0 0 -2.5px #e5e5e5, 960px 0 0 -2.5px #e5e5e5, 961px 0 0 -2.5px #e5e5e5, 962px 0 0 -2.5px #e5e5e5, 963px 0 0 -2.5px #e5e5e5, 964px 0 0 -2.5px #e5e5e5, 965px 0 0 -2.5px #e5e5e5, 966px 0 0 -2.5px #e5e5e5, 967px 0 0 -2.5px #e5e5e5, 968px 0 0 -2.5px #e5e5e5, 969px 0 0 -2.5px #e5e5e5, 970px 0 0 -2.5px #e5e5e5, 971px 0 0 -2.5px #e5e5e5, 972px 0 0 -2.5px #e5e5e5, 973px 0 0 -2.5px #e5e5e5, 974px 0 0 -2.5px #e5e5e5, 975px 0 0 -2.5px #e5e5e5, 976px 0 0 -2.5px #e5e5e5, 977px 0 0 -2.5px #e5e5e5, 978px 0 0 -2.5px #e5e5e5, 979px 0 0 -2.5px #e5e5e5, 980px 0 0 -2.5px #e5e5e5, 981px 0 0 -2.5px #e5e5e5, 982px 0 0 -2.5px #e5e5e5, 983px 0 0 -2.5px #e5e5e5, 984px 0 0 -2.5px #e5e5e5, 985px 0 0 -2.5px #e5e5e5, 986px 0 0 -2.5px #e5e5e5, 987px 0 0 -2.5px #e5e5e5, 988px 0 0 -2.5px #e5e5e5, 989px 0 0 -2.5px #e5e5e5, 990px 0 0 -2.5px #e5e5e5, 991px 0 0 -2.5px #e5e5e5, 992px 0 0 -2.5px #e5e5e5, 993px 0 0 -2.5px #e5e5e5, 994px 0 0 -2.5px #e5e5e5, 995px 0 0 -2.5px #e5e5e5, 996px 0 0 -2.5px #e5e5e5, 997px 0 0 -2.5px #e5e5e5, 998px 0 0 -2.5px #e5e5e5, 999px 0 0 -2.5px #e5e5e5, 1000px 0 0 -2.5px #e5e5e5;
    transition: background-color 150ms; }
  .calculator-card .input-range::-moz-range-track,
  .calculator-card .input-range::-moz-range-progress {
    width: 100%;
    height: 12px;
    background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) 100% 50%/100% 7px no-repeat transparent; }
  .calculator-card .input-range::-moz-range-progress {
    background: linear-gradient(to bottom, #bf1528, #bf1528) 100% 50%/100% 7px no-repeat transparent; }
  .calculator-card .input-range::-moz-range-thumb {
    appearance: none;
    margin: 0;
    height: 12px;
    width: 10px;
    background: #bf1528;
    border-radius: 0%;
    border: 0;
    transition: background-color 150ms; }
  .calculator-card .input-range::-ms-track {
    width: 100%;
    height: 12px;
    border: 0;
    color: transparent;
    background: transparent; }
  .calculator-card .input-range::-ms-fill-lower {
    background: linear-gradient(to bottom, #bf1528, #bf1528) 100% 50%/100% 7px no-repeat transparent; }
  .calculator-card .input-range::-ms-fill-upper {
    background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) 100% 50%/100% 7px no-repeat transparent; }
  .calculator-card .input-range::-ms-thumb {
    appearance: none;
    height: 12px;
    width: 10px;
    background: #bf1528;
    border-radius: 0%;
    border: 0;
    transition: background-color 150ms;
    top: 0;
    margin: 0;
    box-shadow: none; }
  .calculator-card .input-range:hover::-webkit-slider-thumb,
  .calculator-card .input-range:focus::-webkit-slider-thumb {
    background-color: #bf1528; }
  .calculator-card .input-range:hover::-moz-range-thumb,
  .calculator-card .input-range:focus::-moz-range-thumb {
    background-color: #bf1528; }
  .calculator-card .input-range:hover::-ms-thumb,
  .calculator-card .input-range:focus::-ms-thumb {
    background-color: #bf1528; }

.input-group {
  border-bottom: 0.5px #575756 solid; }

.contribution {
  min-height: 43px; }

.contribution-hint {
  display: none; }

@media (min-width: 992px) {
  .calculator-input {
    transform: translatey(17px); } }

@media (max-width: 991.98px) {
  .calculator-card-summary {
    border-top: 1px solid #bf1528; } }

.summary-wrapper {
  border-left: 1px solid #bf1528; }
  @media (max-width: 991.98px) {
    .summary-wrapper {
      border-left: none; } }

.modal-bg {
  z-index: 1055; }

.modal-content {
  border-bottom: 8px solid #bf1528;
  max-width: 792px;
  min-height: 418px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100000; }
  @media (max-width: 575.98px) {
    .modal-content {
      max-width: 350px; } }

.btn-modal-cross {
  top: 23px;
  right: 28px; }
  @media (max-width: 575.98px) {
    .btn-modal-cross {
      top: 15px;
      right: 15px; } }

.modal-body {
  max-height: 209px; }
  @media (max-width: 575.98px) {
    .modal-body {
      max-height: 250px; } }

.btn-modal {
  padding-left: 76px;
  padding-right: 76px;
  padding-top: 11px;
  padding-bottom: 11px; }

.hidden-el {
  display: none; }

#cookie-headertext:focus {
  border: 0;
  outline: none 0; }

.scroll-primary * {
  scrollbar-width: auto;
  scrollbar-color: #bf1528 #c4c4c4; }

.scroll-primary *::-webkit-scrollbar {
  width: 3px; }

.scroll-primary *::-webkit-scrollbar-track {
  background: #c4c4c4; }

.scroll-primary *::-webkit-scrollbar-thumb {
  background-color: #bf1528;
  border-radius: 0px;
  border: 0px none white; }

.ie-container {
  width: 100%;
  margin: 0 auto;
  max-width: 540px; }

.ie-card {
  padding-bottom: 3rem;
  margin-top: 200px;
  display: flex;
  flex-direction: column; }
  .ie-card__title {
    font-size: 1.25rem;
    color: #bf1528;
    margin: 1rem 0;
    padding-bottom: .5rem; }
  .ie-card__text {
    font-size: 1.25rem; }
  .ie-card__img {
    object-fit: cover;
    height: 312px;
    max-width: 100%;
    max-height: 100%; }

@media screen and (min-width: 768px) {
  .ie-container {
    max-width: 720px; } }

@media screen and (min-width: 992px) {
  .ie-container {
    max-width: 960px; }
  .ie-card {
    flex-direction: row-reverse;
    gap: 1.5rem; }
    .ie-card__title, .ie-card___text {
      font-size: 28px; }
    .ie-card__body {
      width: 33.33%; }
    .ie-card__img {
      width: 66.66%; } }

@media screen and (min-width: 1200px) {
  .ie-container {
    max-width: 1200px; } }

.author-pic {
  width: 75px;
  height: 75px; }

.quote-icon {
  filter: invert(50%); }

.form-menu .menu-search {
  border-radius: 6px; }

.form-input {
  width: 100%;
  height: 44px !important;
  border: 1px solid;
  border-radius: 6px;
  border-color: #c4c4c4;
  padding-left: 14px !important;
  padding-right: 14px !important;
  display: flex; }
  .form-input:focus {
    outline: none;
    border: 1px solid black; }

.form-textarea {
  resize: none;
  width: 100%;
  height: 91px;
  border: 1px solid;
  border-color: #c4c4c4;
  border-radius: 6px;
  padding: 14px !important; }
  .form-textarea:focus {
    outline: none;
    border: 1px solid black; }

.form-select2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid;
  border-color: #c4c4c4;
  height: 44px;
  padding: 10px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(/static/assets/images/icons/big-arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 16px;
  background-size: 10px; }
  .form-select2:focus {
    outline: none;
    border: 1px solid black; }

.select2 {
  width: 100% !important; }

.select2-selection__rendered {
  line-height: 40px !important;
  border-radius: 6px !important; }

.select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 6px !important;
  border: 1px solid;
  border-color: #c4c4c4; }
  .select2-container .select2-selection--single[aria-expanded="true"] {
    border-radius: 6px 6px 0px 0px !important; }

.select2-selection__arrow {
  height: 42px !important;
  border-radius: 6px !important; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #bf1528; }

.select2-container {
  z-index: 3; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px !important;
    padding-right: 14px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/static/assets/images/icons/big-arrow.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 10px !important;
  width: 20px !important;
  margin: auto !important;
  top: 16px !important;
  left: -8px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url(/static/assets/images/icons/big-arrow.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 10px !important;
  width: 15px !important;
  margin: auto !important;
  top: 16px !important;
  left: -8px !important;
  transform: rotate(180deg) !important; }

.errorlist {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  font-size: 14px; }
  .errorlist li {
    color: #bf1528; }

.form-wrapper {
  width: 100%;
  max-width: 588px;
  margin: auto; }
  .form-wrapper .form-check {
    display: flex;
    align-items: center; }

.form-check-container {
  display: flex; }

.form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  cursor: pointer; }

.form-check-input-no-bb {
  border-bottom: 1px rgba(0, 0, 0, 0.25) solid; }

.form-check-input-gray:checked {
  border: 0;
  background-color: rgba(0, 0, 0, 0.25); }

form .form-file-input {
  display: flex;
  height: 91px;
  border: 1px dashed #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  color: white;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 3;
  border-radius: 6px; }
  form .form-file-input::-webkit-file-upload-button {
    visibility: hidden; }

form input[type=file]::file-selector-button {
  visibility: hidden; }

form .form-file-text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 56px;
  z-index: 1; }

form .form-ps-file-text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 55px; }

.form h4, .form .h4 {
  font-size: 20px; }

.form h6, .form .h6,
.form h3,
.form .h3 {
  font-size: 14px;
  max-width: 588px;
  margin: auto; }
  .form h6 strong, .form .h6 strong,
  .form h6 b,
  .form .h6 b,
  .form h3 strong,
  .form .h3 strong,
  .form h3 b,
  .form .h3 b {
    color: #bf1528; }

.form p strong,
.form p b {
  color: #bf1528; }

.form #id_disclaimer p {
  font-size: 14px;
  max-width: 588px;
  margin: auto;
  font-weight: 700;
  color: #575756; }

.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  max-width: 400px;
  background-color: white;
  color: black;
  bottom: 24px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  border: 1px solid;
  border-color: #c4c4c4; }

.tooltip-wrapper .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%; }

.tooltip-wrapper .tooltip-btn:hover + .tooltip-text {
  visibility: visible;
  opacity: 1; }

.blocked {
  border-color: #e6e6e6 #e6e6e6 #e6e6e6 !important; }
  .blocked * {
    color: #e6e6e6 !important;
    border-color: #e6e6e6 #e6e6e6 #e6e6e6 !important; }
  .blocked .select2-container--default .select2-selection--single .select2-selection__arrow b {
    filter: brightness(0) saturate(100%) invert(99%) sepia(17%) saturate(1%) hue-rotate(230deg) brightness(111%) contrast(80%); }

.link-box {
  list-style: none; }
  .link-box__item {
    border-bottom: 1px solid #6a6a69; }
    .link-box__item a {
      transition: color .5s; }
      .link-box__item a:hover {
        color: #bf1528; }
  .link-box__arrow {
    transform: rotate(-90deg) !important; }

.article-container-list .mix {
  display: none; }

.insurance-list {
  list-style-position: inside; }

.searchResults__main__results__pagination {
  display: flex; }

.searchResults__main__results__pagination a {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: flex; }

.searchResults__main__results__pagination a::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.2s; }

.searchResults__main__results__pagination a:hover::after {
  opacity: 1; }

.searchResults__main__results__pagination a::before {
  font-family: "hestia";
  font-size: 1.5rem;
  color: #bf1528; }

.searchResults__main__results__pagination--inactive::before {
  color: #e6e6e6 !important; }

.searchResults__main__results__pagination--inactive:hover::after {
  opacity: 0 !important; }

.searchResults__main__results__pagination--first::before {
  content: "\e940"; }

.searchResults__main__results__pagination--prev::before {
  content: "\e93f"; }

.searchResults__main__results__pagination--next::before {
  content: "\e93e"; }

.searchResults__main__results__pagination--last::before {
  content: "\e93d"; }

.documents {
  display: none; }

.col-lg-8.mt-0.text-break img {
  height: auto;
  max-width: 100%; }

.funds-main {
  overflow-x: hidden; }
  @media (min-width: 992px) {
    .funds-main {
      overflow-x: clip; } }
  .funds-main .search-container {
    gap: 24px; }
    .funds-main .search-container span[title="Wybierz produkt"] {
      display: none; }
    .funds-main .search-container span[title="Wybierz fundusz"] {
      display: none; }
    .funds-main .search-container button {
      height: 40px; }
      @media (max-width: 991.98px) {
        .funds-main .search-container button:focus {
          background-color: #bf1528;
          color: white; } }
  @media (max-width: 575.98px) {
    .funds-main .modal .modal-dialog {
      margin: 8px 22px; } }
  @media (min-width: 992px) {
    .funds-main .modal .modal-dialog {
      max-width: 700px;
      margin: auto; } }
  .funds-main .modal .modal-dialog .modal-content {
    transform: translate(0px, 100%);
    max-width: 100%;
    min-height: 100%; }
    @media (min-width: 992px) {
      .funds-main .modal .modal-dialog .modal-content {
        min-height: 320px; } }
    .funds-main .modal .modal-dialog .modal-content .modal-header button {
      margin: -0.1rem -0.2rem -0.5rem auto; }
    .funds-main .modal .modal-dialog .modal-content .modal-footer button {
      width: 170px; }
  .funds-main table {
    border-collapse: separate;
    border-spacing: 0 24px; }
    @media (min-width: 992px) {
      .funds-main table thead {
        display: table-header-group; } }
    .funds-main table thead tr th {
      padding: 0;
      font-weight: 400;
      position: sticky !important;
      top: 83px;
      background-color: #f4f4f4; }
      @media (min-width: 1200px) {
        .funds-main table thead tr th {
          top: 113px; } }
      @media (max-width: 991.98px) {
        .funds-main table thead tr th {
          display: none; } }
      .funds-main table thead tr th .tablesorter-header-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
        background-color: #f4f4f4; }
        .funds-main table thead tr th .tablesorter-header-inner p {
          cursor: pointer; }
      .funds-main table thead tr th .funds-main-sort {
        margin-right: 12px;
        cursor: pointer; }
      .funds-main table thead tr th:first-child .tablesorter-header-inner::before, .funds-main table thead tr th:first-child .tablesorter-header-inner::after, .funds-main table thead tr th:last-child .tablesorter-header-inner::before, .funds-main table thead tr th:last-child .tablesorter-header-inner::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4; }
      .funds-main table thead tr th:first-child .tablesorter-header-inner {
        justify-content: left; }
        .funds-main table thead tr th:first-child .tablesorter-header-inner::before {
          left: -100%; }
        .funds-main table thead tr th:first-child .tablesorter-header-inner::after {
          display: none; }
      .funds-main table thead tr th:first-child .funds-main-sort {
        margin-left: 20px; }
      @media (max-width: 991.98px) {
        .funds-main table thead tr th:last-child {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          background-color: #f4f4f4; } }
      .funds-main table thead tr th:last-child .tablesorter-header-inner {
        justify-content: right;
        padding-right: 10px; }
        @media (max-width: 991.98px) {
          .funds-main table thead tr th:last-child .tablesorter-header-inner {
            justify-content: center;
            padding-left: 24px;
            padding-right: 24px;
            width: 100%; } }
        .funds-main table thead tr th:last-child .tablesorter-header-inner::before {
          left: -100%; }
          @media (min-width: 992px) {
            .funds-main table thead tr th:last-child .tablesorter-header-inner::before {
              display: none; } }
        .funds-main table thead tr th:last-child .tablesorter-header-inner::after {
          right: -200%;
          width: 200%; }
        @media (max-width: 991.98px) {
          .funds-main table thead tr th:last-child .tablesorter-header-inner .btn-outline-primary {
            width: 100%; } }
        .funds-main table thead tr th:last-child .tablesorter-header-inner .btn-outline-primary:disabled {
          background-color: white !important;
          color: #c4c4c4 !important;
          border-color: #c4c4c4 !important; }
    .funds-main table thead tr .funds-main-rate-return .tablesorter-header-inner {
      border-top: 1px solid #c4c4c4;
      margin: 60px 0 30px 0;
      padding: 0;
      position: relative; }
    .funds-main table thead tr .funds-main-rate-return .additional-text {
      top: -35px;
      left: -68px;
      height: 35px;
      width: 160px; }
    .funds-main table thead tr .funds-main-rate-return .no-sort-wrapper {
      left: 0;
      right: 0;
      top: -70px;
      height: 70px;
      width: 355px; }
    .funds-main table tbody {
      font-size: 0.875rem; }
      @media (min-width: 992px) {
        .funds-main table tbody {
          font-size: 1rem; } }
      @media (max-width: 991.98px) {
        .funds-main table tbody tr {
          display: flex;
          flex-direction: column;
          border-top: 1px solid #c4c4c4;
          border-left: 1px solid #c4c4c4;
          border-right: 1px solid #c4c4c4;
          border-bottom: 0;
          margin-bottom: 50px;
          padding: 0px 20px;
          position: relative; } }
      @media (max-width: 991.98px) {
        .funds-main table tbody tr:before {
          content: " ";
          width: 100%;
          bottom: 0;
          left: 0;
          right: 0;
          position: absolute;
          border-bottom: 7px solid #bf1528; } }
      .funds-main table tbody tr:first-child td {
        padding-top: 0px; }
        @media (min-width: 992px) {
          .funds-main table tbody tr:first-child td {
            padding-top: 20px; } }
      .funds-main table tbody tr td {
        padding: 0; }
        @media (max-width: 991.98px) {
          .funds-main table tbody tr td {
            vertical-align: middle;
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 0 0 55%;
            border-bottom: 1px solid #c4c4c4;
            width: 100% !important; } }
        .funds-main table tbody tr td div {
          border: 0;
          height: 100%;
          padding: 25px 0; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td div {
              border-top: 1px solid #c4c4c4;
              border-bottom: 1px solid #bf1528;
              height: 100px;
              padding: 0; } }
        .funds-main table tbody tr td:first-child a {
          padding-left: 0;
          border: 0;
          text-decoration: none; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:first-child a {
              border-left: 1px solid #c4c4c4;
              border-top: 1px solid #c4c4c4;
              border-bottom: 1px solid #bf1528;
              padding-left: 20px !important;
              height: 100px;
              display: flex;
              align-items: center; } }
          .funds-main table tbody tr td:first-child a:hover {
            color: #bf1528 !important; }
        @media (max-width: 991.98px) {
          .funds-main table tbody tr td:last-child {
            padding: 0;
            border-bottom: 0; } }
        .funds-main table tbody tr td:last-child div {
          border: 0; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:last-child div {
              border-right: 1px solid #c4c4c4;
              border-top: 1px solid #c4c4c4;
              border-bottom: 1px solid #bf1528; } }
          .funds-main table tbody tr td:last-child div label {
            font-size: 0.875rem; }
        @media (max-width: 991.98px) {
          .funds-main table tbody tr td:before {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            width: 50%;
            font-weight: 400 !important; } }
        @media (max-width: 991.98px) {
          .funds-main table tbody tr td:nth-of-type(1)::before {
            content: "Nazwa funduszu"; } }
        .funds-main table tbody tr td:nth-of-type(1) a {
          text-decoration: none; }
          @media (max-width: 991.98px) {
            .funds-main table tbody tr td:nth-of-type(1) a {
              padding: 25px 0;
              display: flex;
              align-items: center; }
              .funds-main table tbody tr td:nth-of-type(1) a::after {
                content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.291741 1.32204L8.31885 7.99839L0.291739 14.6719' stroke='%23575756' stroke-miterlimit='10'/%3E%3C/svg%3E");
                margin-left: 16px; }
              .funds-main table tbody tr td:nth-of-type(1) a:hover {
                color: #bf1528 !important; } }
        .funds-main table tbody tr td:nth-of-type(2) {
          width: 120px; }
          @media (max-width: 991.98px) {
            .funds-main table tbody tr td:nth-of-type(2)::before {
              content: "Cena jednostki"; } }
        .funds-main table tbody tr td:nth-of-type(n+3):nth-of-type(-n+4) {
          display: none !important;
          width: 110px; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:nth-of-type(n+3):nth-of-type(-n+4) {
              display: table-cell !important; } }
        .funds-main table tbody tr td:nth-of-type(5) {
          display: none !important;
          width: 90px; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:nth-of-type(5) {
              display: table-cell !important; } }
        .funds-main table tbody tr td:nth-of-type(6) {
          display: none !important;
          width: 80px; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:nth-of-type(6) {
              display: table-cell !important; } }
        .funds-main table tbody tr td:nth-of-type(7) {
          display: none !important;
          width: 120px; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:nth-of-type(7) {
              display: table-cell !important; } }
        .funds-main table tbody tr td:nth-of-type(8) {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important; }
          @media (min-width: 992px) {
            .funds-main table tbody tr td:nth-of-type(8) {
              display: table-cell !important; } }
      .funds-main table tbody tr .indicator div::after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        width: 9px;
        height: 10px; }
      .funds-main table tbody tr .indicator_decrease div::after {
        background: url("/static/assets/images/icons/funds-red-arrow.svg") no-repeat top right; }
      .funds-main table tbody tr .indicator_increase div::after {
        background: url("/static/assets/images/icons/funds-green-arrow.svg") no-repeat top right; }
  @media (min-width: 992px) {
    .funds-main .download li {
      width: 33.3%; } }

.funds-comparision .list-group .list-group-item {
  height: 40px; }
  @media (min-width: 992px) {
    .funds-comparision .list-group .list-group-item {
      width: 33.3%; } }
  .funds-comparision .list-group .list-group-item a {
    text-decoration: none;
    margin-left: 29px; }
    .funds-comparision .list-group .list-group-item a:before {
      position: absolute;
      content: "";
      width: 9px;
      display: inline-block;
      height: 40px;
      background: #bf1528;
      left: 0;
      top: 0; }
  .funds-comparision .list-group .list-group-item:nth-child(1) a::before {
    background: #a864a8; }
  .funds-comparision .list-group .list-group-item:nth-child(2) a::before {
    background: #fbaf5d; }
  .funds-comparision .list-group .list-group-item:nth-child(3) a::before {
    background: #1cbbb4; }
  .funds-comparision .list-group .list-group-item:nth-child(4) a::before {
    background: #f26d7d; }
  .funds-comparision .list-group .list-group-item:nth-child(5) a::before {
    background: #acd373; }
  .funds-comparision .list-group .list-group-item:nth-child(6) a::before {
    background: #27a0d8; }
  .funds-comparision .list-group .list-group-item:nth-child(7) a::before {
    background: #bf1528; }
  .funds-comparision .list-group .list-group-item:nth-child(8) a::before {
    background: #3cb878; }
  .funds-comparision .list-group .list-group-item:nth-child(9) a::before {
    background: #0072bc; }
  .funds-comparision .list-group .list-group-item:nth-child(10) a::before {
    background: #f26c4f; }

.funds-detail .fund-detail-title {
  display: flex;
  flex-direction: column; }

.funds-detail .risk-level-title {
  width: 100%; }
  @media (min-width: 1200px) {
    .funds-detail .risk-level-title {
      width: 45%; } }

.funds-detail table {
  border-collapse: collapse;
  border-spacing: 0; }
  .funds-detail table thead {
    display: block;
    flex-basis: 40%; }
    @media (min-width: 992px) {
      .funds-detail table thead {
        display: table-row-group; } }
    @media (min-width: 992px) {
      .funds-detail table thead tr {
        border-bottom: solid 1px #c4c4c4; } }
    .funds-detail table thead tr th {
      vertical-align: middle;
      border-bottom: solid 1px #c4c4c4;
      height: 71px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400; }
      @media (min-width: 992px) {
        .funds-detail table thead tr th {
          border-bottom: none;
          display: table-cell;
          padding: 0 24px; } }
      .funds-detail table thead tr th:first-child {
        border-top: solid 1px #c4c4c4; }
        @media (min-width: 992px) {
          .funds-detail table thead tr th:first-child {
            border-top: 0; } }
  .funds-detail table tbody {
    display: block;
    flex-basis: 40%; }
    @media (min-width: 992px) {
      .funds-detail table tbody {
        display: table-row-group; } }
    @media (min-width: 992px) {
      .funds-detail table tbody tr {
        border-bottom: solid 1px #c4c4c4; } }
    .funds-detail table tbody tr td {
      border-bottom: solid 1px #c4c4c4;
      height: 71px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 300; }
      @media (min-width: 992px) {
        .funds-detail table tbody tr td {
          border-bottom: none;
          display: table-cell; } }
      .funds-detail table tbody tr td:first-child {
        border-top: solid 1px #c4c4c4; }
        @media (min-width: 992px) {
          .funds-detail table tbody tr td:first-child {
            border-top: 0; } }
      .funds-detail table tbody tr td div {
        display: flex;
        align-items: center;
        justify-content: center; }
    .funds-detail table tbody tr .indicator div::after {
      content: "";
      margin-left: 5px;
      display: inline-block;
      width: 9px;
      height: 10px; }
    .funds-detail table tbody tr .indicator_decrease div::after {
      background: url("/static/assets/images/icons/funds-red-arrow.svg") no-repeat top right; }
    .funds-detail table tbody tr .indicator_increase div::after {
      background: url("/static/assets/images/icons/funds-green-arrow.svg") no-repeat top right; }

.funds-detail .risk-level_graph {
  background: url("/static/assets/images/icons/ellipse-funds.svg") no-repeat center top;
  height: 135px;
  width: 280px; }
  .funds-detail .risk-level_graph img {
    top: 14px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition: 0.5s transform;
    width: 11px; }
  .funds-detail .risk-level_graph span {
    font-size: 1rem; }
  .funds-detail .risk-level_graph--low {
    left: 20px; }
  .funds-detail .risk-level_graph--high {
    color: #bf1528;
    right: 5px; }

.funds-detail .key-info {
  gap: 30px; }
  .funds-detail .key-info .list-group {
    font-weight: 700;
    font-size: 0.875rem; }
    @media (min-width: 992px) {
      .funds-detail .key-info .list-group {
        font-size: 1.25rem; } }
    .funds-detail .key-info .list-group .list-group-item {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background-color: transparent;
      padding: 24px 0;
      height: 70px;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #bf1528;
      color: #575756; }
      @media (min-width: 992px) {
        .funds-detail .key-info .list-group .list-group-item {
          justify-content: flex-start; } }
      .funds-detail .key-info .list-group .list-group-item:last-child {
        height: 100%;
        border-bottom: 0; }
    .funds-detail .key-info .list-group:first-child {
      font-weight: 300; }
    .funds-detail .key-info .list-group:last-child .list-group-item {
      justify-content: flex-start; }

@media (min-width: 992px) {
  .funds-detail .download li {
    width: 33.3%; } }

.map-container-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch; }
  .map-container-wrapper .map-container {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
    transition: transform 2.1s ease-in-out 0.7s;
    -moz-transition: transform 2.1s ease-in-out 0.7s;
    -webkit-transition: transform 2.1s ease-in-out 0.7s;
    -o-transition: transform 2.1s ease-in-out 0.7s; }

.svg-map g polyline.map-inter {
  stroke: black; }

.svg-map g path {
  fill: white;
  transition: fill 1.5s ease-out;
  -moz-transition: fill 1.5s ease-out;
  -webkit-transition: fill 1.5s ease-out;
  -o-transition: fill 1.5s ease-out; }
  .svg-map g path.active {
    fill: #bf1528; }

.svg-map #xln {
  fill: transparent;
  stroke: #bf1528;
  pointer-events: none; }

.svg-map-results {
  width: 100%;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  opacity: 0;
  max-height: 0;
  overflow-y: hidden; }
  .svg-map-results.active {
    transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
    opacity: 1;
    max-height: 100%; }

.svg-results-table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0 1em; }
  .svg-results-table a {
    text-decoration: none;
    color: #575756; }
  .svg-results-table a p:hover {
    color: #bf1528; }
  .svg-results-table.active {
    transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
    opacity: 1;
    max-height: 100%; }
  .svg-results-table thead tr {
    border-bottom: 1px solid #c4c4c4; }
    .svg-results-table thead tr th p {
      margin-left: 25%;
      text-align: left;
      font-weight: 300;
      cursor: pointer; }
    .svg-results-table thead tr th:nth-child(1) p, .svg-results-table thead tr th:nth-child(2) p {
      padding-left: 20px; }
      .svg-results-table thead tr th:nth-child(1) p::before, .svg-results-table thead tr th:nth-child(2) p::before {
        content: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14286 5L4.57216 1L8 5M1.14286 7L4.57216 11L8 7' stroke='%23BF1528' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        position: absolute;
        transform: translate(-15px, 0px); }
    .svg-results-table thead tr th:nth-child(3) p {
      padding-left: 20px; }
      .svg-results-table thead tr th:nth-child(3) p::before {
        content: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14286 5L4.57216 1L8 5M1.14286 7L4.57216 11L8 7' stroke='%23BF1528' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        position: absolute;
        transform: translate(-15px, 0px); }
  .svg-results-table thead::after {
    content: '@';
    display: block;
    line-height: 61px;
    text-indent: -30px; }
  .svg-results-table tbody {
    height: 50px;
    margin-bottom: 24px; }
    .svg-results-table tbody tr {
      border: 1px solid #c4c4c4;
      border-bottom: 1px solid #bf1528;
      width: 100%;
      padding: 1px 0;
      font-size: 16px;
      position: relative; }
      .svg-results-table tbody tr:hover {
        background-color: #f4f4f4;
        cursor: pointer; }
    .svg-results-table tbody::after {
      content: '@';
      display: block;
      text-indent: -30px; }
    .svg-results-table tbody tr td {
      display: block;
      width: 100%;
      text-align: left; }
      .svg-results-table tbody tr td:nth-child(1) {
        padding-top: 20px; }
      .svg-results-table tbody tr td:nth-child(3) {
        padding-bottom: 20px;
        color: #bf1528;
        font-weight: 400;
        padding-right: 20px;
        position: relative; }
        @media (min-width: 992px) {
          .svg-results-table tbody tr td:nth-child(3) {
            padding-right: 50px; } }
        .svg-results-table tbody tr td:nth-child(3) .arrow {
          position: absolute;
          top: 30%;
          right: 4px;
          transform: translateY(-50%); }
          @media (min-width: 992px) {
            .svg-results-table tbody tr td:nth-child(3) .arrow {
              right: 30px;
              top: 50%; } }
      .svg-results-table tbody tr td p {
        margin-left: 5px;
        margin-bottom: 2px;
        padding: 3px 2px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 400; }
      .svg-results-table tbody tr td a {
        padding: 0px 0px; }
      .svg-results-table tbody tr td tr th p {
        margin-left: 0px; }

@media (max-width: 575.98px) {
  .svg-results-table thead tr th p {
    margin-left: 0; }
  .svg-results-table thead tr th:nth-child(1), .svg-results-table thead tr th:nth-child(2) {
    display: block; }
  .svg-results-table thead tr th:nth-child(3) {
    display: block; } }

@media (min-width: 576px) {
  .map-container-wrapper .map-container {
    padding-left: 20%;
    padding-right: 20%; }
  .svg-results-table thead tr th:nth-child(1), .svg-results-table thead tr th:nth-child(2) {
    width: 25%; }
  .svg-results-table thead tr th:nth-child(3) {
    width: 50%; }
    .svg-results-table thead tr th:nth-child(3) p {
      margin-left: 11%; }
  .svg-results-table tbody tr td {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table-cell;
    width: auto; }
    .svg-results-table tbody tr td p {
      vertical-align: middle;
      display: inline-block;
      margin-left: 25%;
      text-align: left; }
    .svg-results-table tbody tr td:first-child {
      text-transform: capitalize; }
    .svg-results-table tbody tr td:not(:nth-child(3)) {
      text-align: left; }
    .svg-results-table tbody tr td p {
      margin-left: 25%;
      text-transform: capitalize; }
    .svg-results-table tbody tr td:nth-child(3) p {
      margin-left: 11%;
      padding-right: 5px; } }

@media (min-width: 768px) {
  .map-container-wrapper .map-container {
    padding-left: 25%;
    padding-right: 25%; }
  .svg-results-table tbody tr {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .map-container-wrapper .map-container {
    padding-left: 30%;
    padding-right: 30%; } }

.iframe-pdf {
  padding-top: 56.25%; }

.point-item {
  border-bottom: #bf1528 1px solid !important; }

.point-icon {
  top: 12px;
  left: 24px; }

.point-title {
  padding-left: 70px; }

.point-wrapper {
  background-color: #bf1528;
  height: 68px; }

.point-container-list .mix {
  display: none; }

.form-check-input {
  width: 24px;
  height: 24px; }

.gm-style .gm-style-iw-c {
  box-shadow: none;
  border: 1px solid;
  border-color: #c4c4c4 #c4c4c4 #575756;
  border-radius: 0px;
  padding: 10px;
  min-width: 262px !important; }
  .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: initial !important;
    height: initial !important; }
    .gm-style .gm-style-iw-c .gm-ui-hover-effect span {
      background-color: #bf1528;
      margin: 10px 10px 0px 0px !important;
      width: 22px !important;
      height: 22px !important; }

.gm-style .gm-style-iw-t::after {
  background-color: #575756;
  z-index: -1;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(135deg); }

.info-window {
  max-width: 85%; }

.info-window-arrow {
  right: 14px; }

.workshop-wrapper {
  display: none; }

.workshop-date p {
  margin-bottom: 0; }

.map-wrapper {
  height: 100vh;
  max-height: 212px;
  overflow: hidden !important;
  scrollbar-width: none; }

#id_location {
  font-size: 12px; }

#workshop_wrapper {
  font-size: 18px; }

@media (min-width: 992px) {
  .point-icon {
    top: 24px;
    left: 20px; }
  .map-wrapper {
    max-height: 586px; }
  #id_location {
    font-size: 16px; } }

.distribution-map-page .gm-style .gm-style-iw-tc::after {
  background: #bb0025; }

.distribution-map-page .gm-style .gm-style-iw-c {
  border: 0;
  padding: 0px; }
  .distribution-map-page .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: initial !important; }
    @media (min-width: 992px) {
      .distribution-map-page .gm-style .gm-style-iw-c .gm-style-iw-d {
        min-width: 295px; } }
  .distribution-map-page .gm-style .gm-style-iw-c .info-window {
    max-width: 300px; }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .gm-style .gm-style-iw {
      box-shadow: none;
      border: none; }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .wrapper {
      padding: 0 10px; }
      @media (min-width: 992px) {
        .distribution-map-page .gm-style .gm-style-iw-c .info-window .wrapper {
          padding: 0 20px; } }
      .distribution-map-page .gm-style .gm-style-iw-c .info-window .wrapper .btn {
        font-size: 12px; }
        @media (min-width: 992px) {
          .distribution-map-page .gm-style .gm-style-iw-c .info-window .wrapper .btn {
            font-size: 16px; } }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .description-wrapper .title {
      font-size: 12px;
      color: black;
      font-weight: 600;
      padding: 10px 30px 0 10px; }
      @media (min-width: 992px) {
        .distribution-map-page .gm-style .gm-style-iw-c .info-window .description-wrapper .title {
          padding: 20px 40px 0 20px; } }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .description-wrapper .adress {
      color: black;
      font-weight: 400;
      font-size: 12px;
      padding: 0 10px; }
      @media (min-width: 992px) {
        .distribution-map-page .gm-style .gm-style-iw-c .info-window .description-wrapper .adress {
          font-size: 16px;
          padding: 0 20px; } }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .services-wrapper .title {
      font-size: 12px;
      color: #a3a3a3;
      font-weight: 400; }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .services-wrapper ul {
      list-style: none;
      gap: 4px; }
      .distribution-map-page .gm-style .gm-style-iw-c .info-window .services-wrapper ul li {
        font-size: 10px;
        color: #575756;
        font-weight: 500;
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 2px 6px; }
    .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer {
      background-color: #f4f4f4;
      padding: 10px;
      display: none; }
      @media (min-width: 992px) {
        .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer {
          padding: 20px; } }
      .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer .box span:first-child {
        font-size: 10px;
        color: black;
        font-weight: 400; }
      .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer .box span:last-child {
        font-size: 16px;
        color: #BB0025;
        font-weight: 400; }
      .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer .box span a {
        text-decoration: none;
        font-size: 12px; }
        @media (min-width: 992px) {
          .distribution-map-page .gm-style .gm-style-iw-c .info-window .info-window-footer .box span a {
            font-size: 16px; } }

.distribution-map-page .cluster {
  display: flex;
  align-items: center;
  justify-content: center; }

.distribution-map-page .distribution-map-wrapper {
  height: 100vh;
  max-height: 285px;
  overflow: hidden !important;
  scrollbar-width: none; }
  @media (min-width: 992px) {
    .distribution-map-page .distribution-map-wrapper {
      min-height: 500px;
      max-height: 100%; } }

@media (min-width: 992px) {
  .distribution-map-page .search-form-distribution-map {
    position: absolute;
    top: 24px;
    left: 55px;
    background-color: white;
    z-index: 2;
    max-width: 450px; } }

.distribution-map-page .search-form-distribution-map .search-form-title {
  font-size: 22px;
  font-weight: 700; }

.distribution-map-page .search-form-distribution-map .search-form-input {
  border: 1px solid #bdbdbd;
  color: #444444;
  font-weight: 300;
  font-size: 16px !important; }
  .distribution-map-page .search-form-distribution-map .search-form-input::placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #999999; }

.distribution-map-page .search-form-distribution-map .get-location-btn {
  height: 44px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 0px; }

.distribution-map-page .search-form-distribution-map .select2 {
  min-width: 260px; }

.distribution-map-page .search-form-distribution-map .select2-container .select2-selection--single {
  border-color: #bdbdbd; }

.distribution-map-page .search-form-distribution-map .select2-container .select2-selection--multiple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 8px;
  cursor: pointer; }

.distribution-map-page .search-form-distribution-map .select2-container .select2-search--inline .select2-search__field {
  margin-left: 14px;
  margin-top: 0;
  width: 100% !important;
  pointer-events: none;
  cursor: pointer; }

.distribution-map-page .search-form-distribution-map .select2-container .select2-selection__rendered {
  display: none !important; }

.distribution-map-page .search-form-distribution-map .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 40px;
  margin-top: 8px;
  -webkit-appearance: none;
  color: black; }

.distribution-map-page .search-form-distribution-map .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid !important;
  border-color: #c4c4c4 #c4c4c4 #333333; }

.distribution-map-page .search-form-distribution-map .search-form-footer {
  gap: 12px; }
  .distribution-map-page .search-form-distribution-map .search-form-footer .btn {
    min-width: 100%;
    height: 44px; }
    @media (min-width: 992px) {
      .distribution-map-page .search-form-distribution-map .search-form-footer .btn {
        min-width: 130px; } }

.distribution-map-page .search-form-distribution-map .service-count {
  background-color: #f4f4f4;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px; }
  .distribution-map-page .search-form-distribution-map .service-count.has-count {
    background-color: #bf1528;
    color: white; }

.distribution-map-page .distribution-map-results-wrapper {
  display: flex;
  flex-direction: column-reverse; }

.distribution-map-page .distribution-map-results {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .distribution-map-page .distribution-map-results {
      position: absolute;
      top: 245px;
      left: 55px;
      background-color: white;
      z-index: 3; }
      .distribution-map-page .distribution-map-results .scrollbar-container {
        overflow-y: scroll;
        position: relative;
        width: 100%;
        max-height: 320px;
        box-sizing: border-box;
        scrollbar-width: thin;
        scrollbar-color: #bf1528 transparent; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-webkit-scrollbar {
          width: 3px;
          margin-right: 10px; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-webkit-scrollbar-thumb {
          background: #bf1528;
          border-radius: 0; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-webkit-scrollbar-track {
          background: transparent;
          border-radius: 0;
          width: 1px; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-moz-scrollbar {
          width: 3px;
          margin-right: 10px; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-moz-scrollbar-thumb {
          background: #bf1528;
          border-radius: 0; }
        .distribution-map-page .distribution-map-results .scrollbar-container::-moz-scrollbar-track {
          background: transparent;
          border-radius: 0;
          width: 1px; } }
  .distribution-map-page .distribution-map-results .top-box {
    box-shadow: inset 0 6px 12px -7px rgba(0, 0, 0, 0.3); }
  .distribution-map-page .distribution-map-results .result-clear-form-btn {
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    color: black; }
  .distribution-map-page .distribution-map-results .result-item {
    border-bottom: 2px solid #f4f4f4;
    min-height: 110px; }
    .distribution-map-page .distribution-map-results .result-item:first-child {
      border-top: 2px solid #f4f4f4; }
    .distribution-map-page .distribution-map-results .result-item .result-title {
      color: #bf1528;
      font-size: 16px;
      font-weight: 600; }
    .distribution-map-page .distribution-map-results .result-item .result-see-map {
      color: #bf1528;
      font-size: 12px;
      font-weight: 400;
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .distribution-map-page .distribution-map-results .result-item .result-see-map .arrow-icon {
        width: 5px; }
    .distribution-map-page .distribution-map-results .result-item .result-adress {
      font-size: 14px;
      font-weight: 400;
      color: black; }
    .distribution-map-page .distribution-map-results .result-item .result-services .result-services-title {
      font-size: 12px;
      color: #a3a3a3;
      font-weight: 400; }
    .distribution-map-page .distribution-map-results .result-item .result-services .result-services-list {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 4px; }
      .distribution-map-page .distribution-map-results .result-item .result-services .result-services-list .result-services-item {
        font-size: 10px;
        color: #575756;
        font-weight: 500;
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 2px 6px; }

.distribution-map-page.min-height-map .distribution-map-results {
  top: 228px; }
  .distribution-map-page.min-height-map .distribution-map-results .result-item {
    min-height: 100px; }
    .distribution-map-page.min-height-map .distribution-map-results .result-item .result-title {
      font-size: 10px; }
    .distribution-map-page.min-height-map .distribution-map-results .result-item .result-see-map {
      font-size: 10px; }
    .distribution-map-page.min-height-map .distribution-map-results .result-item .result-adress {
      font-size: 10px; }
    .distribution-map-page.min-height-map .distribution-map-results .result-item .result-services .result-services-title {
      font-size: 10px; }
    .distribution-map-page.min-height-map .distribution-map-results .result-item .result-services .result-services-list .result-services-item {
      font-size: 10px;
      padding: 2px 6px; }

.distribution-map-page.min-height-map .search-form-distribution-map .search-form-title {
  font-size: 16px; }

.select2-container--default .services-dropdown-class .select2-results__option {
  padding-right: 14px;
  padding-left: 14px;
  vertical-align: middle; }
  .select2-container--default .services-dropdown-class .select2-results__option::before {
    content: "";
    display: inline-block;
    position: relative;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    margin-right: 12px;
    vertical-align: middle; }
  .select2-container--default .services-dropdown-class .select2-results__option.select2-results__option--selected::before {
    font-family: 'FontAwesome';
    content: url(../images/icons/check.svg);
    color: #fff;
    background-color: #bf1528;
    border: 0;
    display: inline-block;
    padding: 5px; }
  .select2-container--default .services-dropdown-class .select2-results__option.select2-results__option--selected.unselect {
    background-color: initial; }
    .select2-container--default .services-dropdown-class .select2-results__option.select2-results__option--selected.unselect::before {
      content: "";
      display: inline-block;
      position: relative;
      height: 24px;
      width: 24px;
      border: 1px solid rgba(0, 0, 0, 0.25);
      border-radius: 6px;
      background-color: #fff;
      margin-right: 12px;
      vertical-align: middle; }

.select2-container--default .services-dropdown-class .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f4f4f4 !important;
  color: #575756 !important; }

.four-box-module .tab-pane {
  border-top: 0; }
  .four-box-module .tab-pane::before {
    display: none; }
  .four-box-module .tab-pane .tab-title p {
    margin-bottom: 0; }
    .four-box-module .tab-pane .tab-title p b {
      font-weight: 700 !important; }
  .four-box-module .tab-pane .tab-subtitle {
    font-weight: 400;
    font-size: 1rem; }
  .four-box-module .tab-pane .tab-box p b {
    font-weight: 400; }
  .four-box-module .tab-pane p b {
    font-weight: 700; }

.four-box-module_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px; }
  @media (min-width: 992px) {
    .four-box-module_wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 44px; } }

.four-box-module_box .box-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  min-height: 47px; }
  .four-box-module_box .box-title p {
    margin-bottom: 0; }

.four-box-module_box ul {
  padding-left: 16px; }
  .four-box-module_box ul li {
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 400; }
    .four-box-module_box ul li:last-child {
      margin-bottom: 0px; }

.four-box-module .icon-size {
  font-size: 45px; }

.video-header-block {
  position: relative;
  background-color: black;
  height: 100%;
  min-height: 30rem;
  width: 100%;
  overflow: hidden; }
  .video-header-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1; }
  .video-header-block .video-container {
    width: 100vw; }
    .video-header-block .video-container .responsive-object {
      position: static; }
    .video-header-block .video-container iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      transform: translate(-50%, -50%);
      pointer-events: none; }
      @media (min-aspect-ratio: 16 / 9) {
        .video-header-block .video-container iframe {
          height: 56.25vw; } }
      @media (max-aspect-ratio: 16 / 9) {
        .video-header-block .video-container iframe {
          width: 177.78vh; } }
  .video-header-block .text-container {
    position: relative;
    z-index: 2;
    padding: 5rem 1rem; }
    @media (min-width: 992px) {
      .video-header-block .text-container {
        padding: 6rem 6rem; } }
  .video-header-block h2, .video-header-block .h2 {
    font-size: 30px;
    color: white; }
    @media (min-width: 992px) {
      .video-header-block h2, .video-header-block .h2 {
        font-size: 34px; } }
  .video-header-block p {
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 300; }
    @media (min-width: 992px) {
      .video-header-block p {
        font-size: 20px; } }

.carousel-box-block {
  background-color: #f4f4f4; }
  @media (min-width: 992px) {
    .carousel-box-block:before {
      position: absolute;
      content: "";
      top: -8rem;
      width: 100%;
      height: 8rem;
      background-color: #f4f4f4;
      z-index: -1; } }
  .carousel-box-block .tab-pane::before {
    display: none; }
  .carousel-box-block .carousel .carousel-control-prev {
    position: relative;
    width: 30%; }
    @media (min-width: 1400px) {
      .carousel-box-block .carousel .carousel-control-prev {
        left: -5rem;
        bottom: 0;
        position: absolute;
        width: 50px; } }
  .carousel-box-block .carousel .carousel-control-next {
    position: relative;
    width: 30%; }
    @media (min-width: 1400px) {
      .carousel-box-block .carousel .carousel-control-next {
        right: -5rem;
        bottom: 0;
        position: absolute;
        width: 50px; } }
  .carousel-box-block .carousel .carousel-slide-counter {
    color: black;
    font-size: 16px;
    font-weight: 400; }
  .carousel-box-block .card {
    min-height: 200px; }
    @media (min-width: 992px) {
      .carousel-box-block .card {
        min-height: 290px; } }
    .carousel-box-block .card .card-body {
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-start; }
      .carousel-box-block .card .card-body .card-title {
        font-size: 16px; }
        @media (min-width: 992px) {
          .carousel-box-block .card .card-body .card-title {
            font-size: 28px; } }
      .carousel-box-block .card .card-body .btn {
        margin-top: auto;
        font-size: 0.87rem; }
        @media (min-width: 992px) {
          .carousel-box-block .card .card-body .btn {
            font-size: 1rem;
            min-width: 165px; } }
  .carousel-box-block .icon-size {
    font-size: 60px; }

.arrow-list-block .tab-pane::before {
  display: none; }

.arrow-list-block .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 1px; }

.arrow-list-block .list-group-flush .list-group-item a {
  text-decoration: none;
  color: initial;
  position: relative;
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .arrow-list-block .list-group-flush .list-group-item a {
      position: initial; } }
  .arrow-list-block .list-group-flush .list-group-item a .list-title {
    font-size: 16px; }
    @media (min-width: 992px) {
      .arrow-list-block .list-group-flush .list-group-item a .list-title {
        font-size: 20px; } }
  .arrow-list-block .list-group-flush .list-group-item a span {
    font-size: 12px;
    color: #575756; }
    @media (min-width: 992px) {
      .arrow-list-block .list-group-flush .list-group-item a span {
        font-size: 16px; } }
  .arrow-list-block .list-group-flush .list-group-item a .arrow-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.8rem;
    height: 1.8rem; }
    @media (min-width: 992px) {
      .arrow-list-block .list-group-flush .list-group-item a .arrow-icon {
        width: 1.8rem;
        transform: translateY(-50%);
        top: 50%; } }

.carousel-photo-block .content {
  margin-bottom: 20px; }

.carousel-photo-block .carousel-item.active {
  z-index: 0; }

@media (min-width: 992px) {
  .carousel-photo-block .carousel-item img {
    width: 484px;
    height: 484px; } }

.carousel-photo-block .carousel-item .text-section {
  background-color: #f4f4f4;
  padding: 24px 16px; }
  @media (min-width: 768px) {
    .carousel-photo-block .carousel-item .text-section {
      padding: 30px 32px; } }
  @media (min-width: 992px) {
    .carousel-photo-block .carousel-item .text-section {
      max-height: 430px; }
      .carousel-photo-block .carousel-item .text-section > p:first-of-type {
        overflow-y: auto;
        padding-right: 16px; } }
  @media (min-width: 1200px) {
    .carousel-photo-block .carousel-item .text-section {
      padding: 40px 52px 40px 100px; }
      .carousel-photo-block .carousel-item .text-section > p:first-of-type {
        padding-right: 48px; } }
  .carousel-photo-block .carousel-item .text-section h2, .carousel-photo-block .carousel-item .text-section .h2 {
    color: #bf1528;
    margin-bottom: 20px;
    max-width: 60vw; }
  .carousel-photo-block .carousel-item .text-section svg.quotation {
    color: #767676;
    width: 62px;
    height: 46px;
    position: absolute;
    right: 24px;
    top: 20px; }
    @media (min-width: 992px) {
      .carousel-photo-block .carousel-item .text-section svg.quotation {
        width: 105px;
        height: 79px;
        right: 34px;
        top: -54px; } }
  .carousel-photo-block .carousel-item .text-section svg.youtube-logo {
    width: 43px;
    height: 34px; }
  .carousel-photo-block .carousel-item .text-section p.person-name {
    font-weight: 400;
    padding-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .carousel-photo-block .carousel-item .text-section p.person-name {
        padding-top: 24px; } }
  .carousel-photo-block .carousel-item .text-section button {
    gap: 12px; }

.carousel-photo-block .carousel-indicators {
  margin: 12px 0; }
  .carousel-photo-block .carousel-indicators [data-bs-target] {
    border: 0;
    border-bottom: 2px solid transparent;
    opacity: 0.8; }
  .carousel-photo-block .carousel-indicators .btn.active {
    border: 0;
    border-bottom: 2px solid #bf1528;
    opacity: 1; }
  .carousel-photo-block .carousel-indicators .thumb-wrapper {
    width: 50px;
    height: 50px; }
    @media (min-width: 576px) {
      .carousel-photo-block .carousel-indicators .thumb-wrapper {
        width: 76px;
        height: 76px; } }

.carousel-photo-block .modal .modal-dialog {
  max-width: 792px;
  margin-top: 15vh; }
  .carousel-photo-block .modal .modal-dialog .modal-content {
    transform: translate(0); }
    .carousel-photo-block .modal .modal-dialog .modal-content .modal-header {
      padding: 32px 36px 0 36px;
      border-bottom: 0; }
      .carousel-photo-block .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px; }
      .carousel-photo-block .modal .modal-dialog .modal-content .modal-header svg {
        width: 23px;
        height: 22px; }
    .carousel-photo-block .modal .modal-dialog .modal-content .modal-body {
      max-height: initial; }
      .carousel-photo-block .modal .modal-dialog .modal-content .modal-body iframe {
        padding: 36px !important; }

@media (min-width: 992px) {
  .image-asymmetric-header-block .container, .image-asymmetric-header-block .block-text, .image-asymmetric-header-block .newsDetail__content.text > p,
  .image-asymmetric-header-block .newsDetail__content.text > h1, .image-asymmetric-header-block .newsDetail__content.text > .h1,
  .image-asymmetric-header-block .newsDetail__content.text > h2, .image-asymmetric-header-block .newsDetail__content.text > .h2,
  .image-asymmetric-header-block .newsDetail__content.text > h3, .image-asymmetric-header-block .newsDetail__content.text > .h3,
  .image-asymmetric-header-block .newsDetail__content.text > h4, .image-asymmetric-header-block .newsDetail__content.text > .h4,
  .image-asymmetric-header-block .newsDetail__content.text > ol,
  .image-asymmetric-header-block .newsDetail__content.text > ul {
    position: relative; }
    .image-asymmetric-header-block .container .v-spacer, .image-asymmetric-header-block .block-text .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > p .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > h1 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > .h1 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > h2 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > .h2 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > h3 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > .h3 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > h4 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > .h4 .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > ol .v-spacer, .image-asymmetric-header-block .newsDetail__content.text > ul .v-spacer {
      height: 112px; } }

.image-asymmetric-header-block .text {
  background-color: #f4f4f4; }
  .image-asymmetric-header-block .text h2, .image-asymmetric-header-block .text .h2 {
    color: #bf1528; }
  @media (min-width: 992px) {
    .image-asymmetric-header-block .text {
      min-height: 283px;
      padding: 32px !important; }
      .image-asymmetric-header-block .text h2, .image-asymmetric-header-block .text .h2, .image-asymmetric-header-block .text p {
        max-width: 440px; } }
  @media (min-width: 1200px) {
    .image-asymmetric-header-block .text {
      padding: 44px 60px !important; }
      .image-asymmetric-header-block .text h2, .image-asymmetric-header-block .text .h2, .image-asymmetric-header-block .text p {
        max-width: 563px; } }

.image-asymmetric-header-block .image {
  height: 214px; }
  @media (min-width: 576px) {
    .image-asymmetric-header-block .image {
      height: 260px; } }
  @media (min-width: 768px) {
    .image-asymmetric-header-block .image {
      height: 320px; } }
  @media (min-width: 992px) {
    .image-asymmetric-header-block .image {
      width: 360px;
      height: 360px;
      position: absolute;
      right: 75px;
      bottom: 36px; } }
  .image-asymmetric-header-block .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: right bottom; }

.benefits-slides-block .control-wrapper {
  position: absolute;
  bottom: 16px;
  left: 52%; }

@media (min-width: 992px) {
  .benefits-slides-block .carousel-control-prev {
    position: static;
    width: 57px;
    height: 57px; } }

@media (min-width: 992px) {
  .benefits-slides-block .carousel-control-next {
    position: static;
    width: 57px;
    height: 57px; } }

.benefits-slides-block .carousel-item .benefit-description {
  font-size: 16px;
  color: black; }

.benefits-slides-block .carousel-item .img-container {
  width: 100%; }
  @media (min-width: 992px) {
    .benefits-slides-block .carousel-item .img-container {
      width: 484px;
      height: 474px;
      overflow: hidden; } }
  .benefits-slides-block .carousel-item .img-container img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    object-fit: cover; }
    @media (min-width: 992px) {
      .benefits-slides-block .carousel-item .img-container img {
        max-height: 100%; } }

.benefits-slides-block .carousel-indicators {
  margin-bottom: 0;
  gap: 16px;
  margin-right: 0;
  margin-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  justify-content: start;
  z-index: 0; }
  .benefits-slides-block .carousel-indicators::-webkit-scrollbar {
    display: none; }
  .benefits-slides-block .carousel-indicators .icon {
    margin-bottom: 16px; }
  .benefits-slides-block .carousel-indicators .benefit-header {
    font-size: 26px;
    font-weight: 700;
    text-align: start; }
  .benefits-slides-block .carousel-indicators .description {
    margin-top: auto;
    text-align: start;
    font-size: 14px;
    font-weight: 300; }
  @media (min-width: 992px) {
    .benefits-slides-block .carousel-indicators {
      position: absolute;
      bottom: 150px;
      gap: 24px;
      justify-content: start;
      margin-left: 22rem; }
      .benefits-slides-block .carousel-indicators .icon {
        margin-bottom: 50px; }
      .benefits-slides-block .carousel-indicators .description {
        font-size: 20px; } }
  @media (min-width: 1200px) {
    .benefits-slides-block .carousel-indicators {
      margin-left: 20rem; } }
  .benefits-slides-block .carousel-indicators .wrapper {
    display: flex;
    flex-flow: column nowrap;
    max-width: 280px; }
    @media (min-width: 992px) {
      .benefits-slides-block .carousel-indicators .wrapper {
        cursor: pointer; } }
    .benefits-slides-block .carousel-indicators .wrapper button {
      margin-top: auto; }
    .benefits-slides-block .carousel-indicators .wrapper .button-wrapper {
      flex: 1; }
    .benefits-slides-block .carousel-indicators .wrapper .indicator-benefit-title p {
      margin-bottom: 0; }
    .benefits-slides-block .carousel-indicators .wrapper .indicator-benefit-header {
      font-size: 16px;
      font-weight: 500;
      color: black; }

.benefits-slides-block .carousel-indicators [data-bs-target] {
  text-indent: 0;
  color: #575756;
  width: 100%;
  min-width: 280px;
  min-height: 120px;
  border-top: 0;
  border-bottom: 0;
  background-color: #F4F4F4;
  height: inherit;
  opacity: 1;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 0; }
  @media (min-width: 992px) {
    .benefits-slides-block .carousel-indicators [data-bs-target] {
      max-width: 280px;
      padding: 35px;
      height: 100%;
      min-height: 250px;
      pointer-events: none; } }
  .benefits-slides-block .carousel-indicators [data-bs-target] .icon-size {
    font-size: 50px; }
    @media (min-width: 992px) {
      .benefits-slides-block .carousel-indicators [data-bs-target] .icon-size {
        font-size: 60px; } }

.benefits-slides-block .carousel-indicators .wrapper [data-bs-target].active {
  background-color: #bf1528;
  color: white; }
  .benefits-slides-block .carousel-indicators .wrapper [data-bs-target].active .icon,
  .benefits-slides-block .carousel-indicators .wrapper [data-bs-target].active h2,
  .benefits-slides-block .carousel-indicators .wrapper [data-bs-target].active .h2 {
    color: white !important; }
  .benefits-slides-block .carousel-indicators .wrapper [data-bs-target].active .icon::before {
    color: white !important; }

@media (min-width: 992px) {
  .benefits-slides-block .carousel-indicators .wrapper:hover [data-bs-target].active {
    background-color: #a21222; } }

.benefits-slides-block .v-offset {
  height: 100px; }

.image-over-block {
  margin-top: -90px;
  z-index: 4;
  position: relative; }
  @media (min-width: 992px) {
    .image-over-block {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .image-over-block .container, .image-over-block .block-text, .image-over-block .newsDetail__content.text > p,
    .image-over-block .newsDetail__content.text > h1, .image-over-block .newsDetail__content.text > .h1,
    .image-over-block .newsDetail__content.text > h2, .image-over-block .newsDetail__content.text > .h2,
    .image-over-block .newsDetail__content.text > h3, .image-over-block .newsDetail__content.text > .h3,
    .image-over-block .newsDetail__content.text > h4, .image-over-block .newsDetail__content.text > .h4,
    .image-over-block .newsDetail__content.text > ol,
    .image-over-block .newsDetail__content.text > ul {
      height: 330px;
      position: relative; } }
  .image-over-block .text {
    background-color: #f4f4f4;
    position: relative;
    z-index: 4;
    width: 100%;
    min-height: 160px; }
    .image-over-block .text h2, .image-over-block .text .h2 {
      color: #bf1528; }
      .image-over-block .text h2 p, .image-over-block .text .h2 p {
        margin-bottom: 0; }
    .image-over-block .text ul {
      margin-bottom: 0;
      color: #575756; }
      .image-over-block .text ul li {
        margin-bottom: 4px; }
        .image-over-block .text ul li:last-child {
          margin-bottom: 0px; }
    .image-over-block .text p {
      color: #575756; }
    @media (min-width: 992px) {
      .image-over-block .text {
        max-width: 590px;
        padding: 40px 50px !important;
        margin-right: 6rem; } }
    @media (min-width: 1200px) {
      .image-over-block .text {
        margin-right: 14rem; } }
    .image-over-block .text .btn {
      width: 100%; }
      @media (min-width: 992px) {
        .image-over-block .text .btn {
          width: initial; } }
  .image-over-block .image {
    display: none; }
    @media (min-width: 992px) {
      .image-over-block .image {
        display: block;
        width: 425px;
        height: 425px;
        position: absolute;
        left: 8rem;
        top: -90px;
        z-index: 3; } }
    .image-over-block .image img {
      width: 100%;
      height: auto;
      object-fit: cover; }

.header-banner-image-block {
  position: relative;
  background-color: black;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .header-banner-image-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1; }
  .header-banner-image-block .image-container {
    width: 100%; }
    @media (min-width: 992px) {
      .header-banner-image-block .image-container {
        height: 100%;
        max-height: 500px;
        overflow: hidden; } }
    .header-banner-image-block .image-container img {
      width: 100%;
      height: 400px;
      object-fit: cover; }
      @media (min-width: 992px) {
        .header-banner-image-block .image-container img {
          height: 100%; } }
  .header-banner-image-block .text-container {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 5rem 1rem; }
    @media (min-width: 992px) {
      .header-banner-image-block .text-container {
        padding: 9rem 6rem; } }
  .header-banner-image-block h2, .header-banner-image-block .h2 {
    font-size: 30px;
    color: white; }
    @media (min-width: 992px) {
      .header-banner-image-block h2, .header-banner-image-block .h2 {
        font-size: 34px; } }
  .header-banner-image-block p {
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 300;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    @media (min-width: 992px) {
      .header-banner-image-block p {
        font-size: 20px; } }

.gray-box-block .block-title strong,
.gray-box-block .block-title b {
  color: #bf1528; }

.gray-box-block .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  @media (min-width: 992px) {
    .gray-box-block .box-wrapper {
      gap: 24px;
      grid-template-columns: repeat(4, 1fr); } }
  .gray-box-block .box-wrapper .box .card {
    background-color: #f4f4f4;
    min-height: 170px;
    width: 100%; }
    @media (min-width: 992px) {
      .gray-box-block .box-wrapper .box .card {
        min-height: 250px; } }
    .gray-box-block .box-wrapper .box .card .card-body {
      padding: 16px; }
      @media (min-width: 992px) {
        .gray-box-block .box-wrapper .box .card .card-body {
          padding: 35px; } }
      .gray-box-block .box-wrapper .box .card .card-body .icon-size {
        font-size: 50px; }
        @media (min-width: 992px) {
          .gray-box-block .box-wrapper .box .card .card-body .icon-size {
            font-size: 60px; } }
    .gray-box-block .box-wrapper .box .card .card-title {
      color: #bf1528;
      font-weight: 700;
      padding-bottom: 1rem;
      margin-bottom: auto; }
    .gray-box-block .box-wrapper .box .card .card-text {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: auto;
      margin-top: auto; }
      @media (min-width: 992px) {
        .gray-box-block .box-wrapper .box .card .card-text {
          font-size: 20px; } }

.image-over-block {
  margin-top: -90px;
  z-index: 4;
  position: relative; }
  @media (min-width: 992px) {
    .image-over-block {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .image-over-block .container, .image-over-block .block-text, .image-over-block .newsDetail__content.text > p,
    .image-over-block .newsDetail__content.text > h1, .image-over-block .newsDetail__content.text > .h1,
    .image-over-block .newsDetail__content.text > h2, .image-over-block .newsDetail__content.text > .h2,
    .image-over-block .newsDetail__content.text > h3, .image-over-block .newsDetail__content.text > .h3,
    .image-over-block .newsDetail__content.text > h4, .image-over-block .newsDetail__content.text > .h4,
    .image-over-block .newsDetail__content.text > ol,
    .image-over-block .newsDetail__content.text > ul {
      height: 330px;
      position: relative; } }
  .image-over-block .text {
    background-color: #f4f4f4;
    position: relative;
    z-index: 4;
    width: 100%;
    min-height: 160px; }
    .image-over-block .text h2, .image-over-block .text .h2 {
      color: #bf1528; }
      .image-over-block .text h2 p, .image-over-block .text .h2 p {
        margin-bottom: 0; }
    .image-over-block .text ul {
      margin-bottom: 0;
      color: #575756; }
      .image-over-block .text ul li {
        margin-bottom: 4px; }
        .image-over-block .text ul li:last-child {
          margin-bottom: 0px; }
    .image-over-block .text p {
      color: #575756; }
    @media (min-width: 992px) {
      .image-over-block .text {
        max-width: 590px;
        padding: 40px 50px !important;
        margin-right: 6rem; } }
    @media (min-width: 1200px) {
      .image-over-block .text {
        margin-right: 14rem; } }
    .image-over-block .text .btn {
      width: 100%; }
      @media (min-width: 992px) {
        .image-over-block .text .btn {
          width: initial; } }
  .image-over-block .image {
    display: none; }
    @media (min-width: 992px) {
      .image-over-block .image {
        display: block;
        width: 425px;
        height: 425px;
        position: absolute;
        left: 8rem;
        top: -90px;
        z-index: 3; } }
    .image-over-block .image img {
      width: 100%;
      height: auto;
      object-fit: cover; }

.process-box-block .block-title strong,
.process-box-block .block-title b {
  color: #bf1528; }

@media (min-width: 992px) {
  .process-box-block .box-wrapper {
    gap: 16px 0; } }

@media (min-width: 992px) {
  .process-box-block .box-wrapper .box:first-child .card {
    border-left: 0; } }

@media (min-width: 992px) {
  .process-box-block .box-wrapper .box .card {
    border-left: 1px solid #ddd; } }

.process-box-block .box-wrapper .box .card .card-body {
  padding: 0 0 1rem 0; }
  @media (min-width: 992px) {
    .process-box-block .box-wrapper .box .card .card-body {
      padding: 40px; } }

.process-box-block .box-wrapper .box .card .card-number {
  font-size: 40px;
  color: #bf1528;
  font-weight: 400; }
  @media (min-width: 992px) {
    .process-box-block .box-wrapper .box .card .card-number {
      font-size: 56px; } }

.process-box-block .box-wrapper .box .card .card-title {
  color: #bf1528;
  font-size: 18px; }
  @media (min-width: 992px) {
    .process-box-block .box-wrapper .box .card .card-title {
      font-size: 26px; } }

.process-box-block .box-wrapper .box .card .card-text {
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .process-box-block .box-wrapper .box .card .card-text {
      font-size: 16px; } }

.tabs-block .nav-link {
  color: #575756; }
  .tabs-block .nav-link.active {
    color: #bf1528;
    border-bottom-width: 1px; }

@media (min-width: 992px) {
  .tabs-block .tab-content {
    padding-top: 36px !important; } }

.tabs-block .tab-pane {
  border: 0; }
  .tabs-block .tab-pane::before {
    display: none; }
  .tabs-block .tab-pane .description > p {
    font-size: 16px; }
  @media (min-width: 992px) {
    .tabs-block .tab-pane .description > p {
      font-size: 20px; } }

.tabs-block .icon-size {
  font-size: 60px; }

.tabs-block-icon-text {
  color: #575756; }

.offer-list-group.loading {
  position: relative; }
  .offer-list-group.loading::before, .offer-list-group.loading::after {
    position: absolute;
    content: ""; }
  .offer-list-group.loading::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }
  .offer-list-group.loading::after {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-width: 3px;
    border-style: solid;
    border-color: #ccc #ccc #ccc transparent;
    border-radius: 50%;
    animation: 250ms linear 0ms infinite forwards spin; }

.offer-pager::after {
  display: table;
  clear: both;
  content: ""; }

.pg-pager {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; }
  @media (min-width: 992px) {
    .pg-pager {
      gap: 10px; } }
  .pg-pager::after {
    display: table;
    clear: both;
    content: ""; }
  .pg-pager .pg-item {
    list-style: outside none;
    float: left; }
    .pg-pager .pg-item .pg-link,
    .pg-pager .pg-item .pg-ellipsis {
      display: block;
      text-align: center;
      font-weight: 400;
      text-decoration: none;
      padding: 6px 10px;
      color: inherit;
      color: black;
      margin-left: -1px; }
      @media (min-width: 992px) {
        .pg-pager .pg-item .pg-link,
        .pg-pager .pg-item .pg-ellipsis {
          min-width: 38px;
          padding: 6px 12px; } }
      .pg-pager .pg-item .pg-link:hover,
      .pg-pager .pg-item .pg-ellipsis:hover {
        border: 1px solid #bf1528;
        border-radius: 2px; }
    .pg-pager .pg-item.active > a,
    .pg-pager .pg-item.active > a:focus,
    .pg-pager .pg-item.active > a:hover {
      border: 1px solid #bf1528;
      border-radius: 2px; }
    .pg-pager .pg-item .pg-prev {
      border-radius: 3px 0 0 3px; }
    .pg-pager .pg-item .pg-next {
      border-radius: 0 3px 3px 0; }
    .pg-pager .pg-item .pg-ellipsis {
      cursor: not-allowed; }
      .pg-pager .pg-item .pg-ellipsis:hover {
        color: inherit;
        border-color: #ccc;
        background-color: transparent; }
    .pg-pager .pg-item.pg-disabled {
      pointer-events: none; }
      .pg-pager .pg-item.pg-disabled a {
        opacity: 0.6;
        cursor: not-allowed; }
        .pg-pager .pg-item.pg-disabled a:hover {
          color: inherit;
          border-color: #ccc;
          background-color: transparent; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.offer-modal .modal-content {
  transform: translate(0);
  max-width: initial; }
  .offer-modal .modal-content .modal-title {
    font-size: 20px;
    color: #bf1528;
    font-weight: 700; }
    @media (min-width: 992px) {
      .offer-modal .modal-content .modal-title {
        font-size: 24px; } }
  .offer-modal .modal-content .offer-location {
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .offer-modal .modal-content .offer-location {
        font-size: 20px; } }
  .offer-modal .modal-content .offer-list-title {
    font-size: 16px;
    color: #bf1528;
    font-weight: 400; }
    @media (min-width: 992px) {
      .offer-modal .modal-content .offer-list-title {
        font-size: 20px; } }
  .offer-modal .modal-content .modal-body {
    max-height: initial; }
    @media (min-width: 992px) {
      .offer-modal .modal-content .modal-body {
        padding-left: 5rem; } }
    @media (min-width: 992px) {
      .offer-modal .modal-content .modal-body ul {
        padding-left: 18px; } }
    .offer-modal .modal-content .modal-body ul li {
      font-size: 16px;
      font-weight: 400; }
  .offer-modal .modal-content .long-btn {
    min-width: 100%; }
    @media (min-width: 992px) {
      .offer-modal .modal-content .long-btn {
        min-width: 175px; } }

.image-right-boxes-block .icon-size,
.image-left-boxes-block .icon-size {
  font-size: 60px; }

.image-right-boxes-block .box-wrapper,
.image-left-boxes-block .box-wrapper {
  margin-top: -11rem; }
  @media (min-width: 992px) {
    .image-right-boxes-block .box-wrapper,
    .image-left-boxes-block .box-wrapper {
      position: absolute;
      top: initial;
      margin-top: 0; } }
  .image-right-boxes-block .box-wrapper .card,
  .image-left-boxes-block .box-wrapper .card {
    width: 100%;
    background-color: #f4f4f4;
    -webkit-transition: background-color 200ms ease-in;
    -moz-transition: background-color 200ms ease-in;
    -ms-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in; }
    @media (min-width: 992px) {
      .image-right-boxes-block .box-wrapper .card,
      .image-left-boxes-block .box-wrapper .card {
        min-height: 360px;
        max-width: 280px; }
        .image-right-boxes-block .box-wrapper .card:hover,
        .image-left-boxes-block .box-wrapper .card:hover {
          background-color: #bf1528; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .image-right-boxes-block .box-wrapper .card:hover .card-body .card-title,
      .image-right-boxes-block .box-wrapper .card:hover .card-body .card-description,
      .image-right-boxes-block .box-wrapper .card:hover .card-body .card-icon,
      .image-left-boxes-block .box-wrapper .card:hover .card-body .card-title,
      .image-left-boxes-block .box-wrapper .card:hover .card-body .card-description,
      .image-left-boxes-block .box-wrapper .card:hover .card-body .card-icon {
        color: white; }
      .image-right-boxes-block .box-wrapper .card:hover .card-body .btn,
      .image-left-boxes-block .box-wrapper .card:hover .card-body .btn {
        background-color: #bf1528;
        color: white;
        border-color: white; } }
    .image-right-boxes-block .box-wrapper .card .card-body,
    .image-left-boxes-block .box-wrapper .card .card-body {
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-start;
      padding: 24px; }
      @media (min-width: 992px) {
        .image-right-boxes-block .box-wrapper .card .card-body,
        .image-left-boxes-block .box-wrapper .card .card-body {
          padding: 40px; } }
      .image-right-boxes-block .box-wrapper .card .card-body .card-title,
      .image-left-boxes-block .box-wrapper .card .card-body .card-title {
        font-size: 28px;
        color: #bf1528; }
      .image-right-boxes-block .box-wrapper .card .card-body .card-description,
      .image-left-boxes-block .box-wrapper .card .card-body .card-description {
        padding-bottom: 16px;
        color: black;
        font-weight: 400; }
        @media (min-width: 992px) {
          .image-right-boxes-block .box-wrapper .card .card-body .card-description,
          .image-left-boxes-block .box-wrapper .card .card-body .card-description {
            padding-bottom: 30px;
            margin-top: auto; } }
      .image-right-boxes-block .box-wrapper .card .card-body .btn-outline-primary,
      .image-left-boxes-block .box-wrapper .card .card-body .btn-outline-primary {
        font-size: 0.87rem;
        width: 100%; }
        .image-right-boxes-block .box-wrapper .card .card-body .btn-outline-primary:hover,
        .image-left-boxes-block .box-wrapper .card .card-body .btn-outline-primary:hover {
          border-color: white !important; }
        @media (min-width: 992px) {
          .image-right-boxes-block .box-wrapper .card .card-body .btn-outline-primary,
          .image-left-boxes-block .box-wrapper .card .card-body .btn-outline-primary {
            font-size: 1rem;
            min-width: 165px;
            margin-top: auto; } }

@media (min-width: 992px) {
  .image-right-boxes-block .image,
  .image-left-boxes-block .image {
    width: 392px;
    height: auto; } }

.image-right-boxes-block .image img,
.image-left-boxes-block .image img {
  width: 100%;
  height: 400px;
  object-fit: cover; }
  @media (min-width: 992px) {
    .image-right-boxes-block .image img,
    .image-left-boxes-block .image img {
      height: 450px; } }

.image-right-boxes-block .wrapper {
  flex-direction: column; }
  @media (min-width: 992px) {
    .image-right-boxes-block .wrapper {
      flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .image-right-boxes-block .box-wrapper {
    right: 11.5rem; } }

.image-left-boxes-block .wrapper {
  flex-direction: column; }
  @media (min-width: 992px) {
    .image-left-boxes-block .wrapper {
      flex-direction: row; } }

@media (min-width: 992px) {
  .image-left-boxes-block .box-wrapper {
    left: 11.5rem; } }

.red-over-block {
  margin-top: -70px;
  z-index: 4;
  position: relative; }
  @media (min-width: 992px) {
    .red-over-block {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .red-over-block .container, .red-over-block .block-text, .red-over-block .newsDetail__content.text > p,
    .red-over-block .newsDetail__content.text > h1, .red-over-block .newsDetail__content.text > .h1,
    .red-over-block .newsDetail__content.text > h2, .red-over-block .newsDetail__content.text > .h2,
    .red-over-block .newsDetail__content.text > h3, .red-over-block .newsDetail__content.text > .h3,
    .red-over-block .newsDetail__content.text > h4, .red-over-block .newsDetail__content.text > .h4,
    .red-over-block .newsDetail__content.text > ol,
    .red-over-block .newsDetail__content.text > ul {
      height: 360px;
      position: relative; } }
  .red-over-block .text {
    background-color: #f4f4f4;
    position: relative;
    z-index: 4;
    width: 100%;
    min-height: 160px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    padding: 20px;
    line-height: 19px; }
    @media (min-width: 992px) {
      .red-over-block .text {
        max-width: 590px;
        padding: 40px;
        margin-right: 6rem;
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .red-over-block .text {
        margin-right: 14rem; } }
  .red-over-block .image {
    width: 100%;
    background-color: #bf1528;
    padding: 30px; }
    @media (min-width: 992px) {
      .red-over-block .image {
        display: block;
        max-width: 498px;
        position: absolute;
        left: 8rem;
        top: -90px;
        z-index: 3;
        padding: 65px; } }
    .red-over-block .image img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .red-over-block .icon-size {
    font-size: 132px;
    color: white; }
    @media (min-width: 992px) {
      .red-over-block .icon-size {
        font-size: 160px; } }

.contact-form-map .required-star {
  color: #bf1528;
  margin-left: 5px; }

.contact-form-map .tab-pane::before {
  display: none; }

.contact-form-map .form-wrapper {
  width: 100%; }
  @media (min-width: 992px) {
    .contact-form-map .form-wrapper {
      max-width: 480px;
      margin-right: auto;
      margin-left: 0; } }

.contact-form-map .btn-submit {
  width: 100%; }
  @media (min-width: 992px) {
    .contact-form-map .btn-submit {
      width: initial;
      min-width: 200px; } }

.contact-form-map .map-container .map-container-wrapper {
  justify-content: center; }
  @media (min-width: 992px) {
    .contact-form-map .map-container .map-container-wrapper {
      justify-content: initial; } }
  .contact-form-map .map-container .map-container-wrapper .svg-map g polyline.map-inter {
    stroke: black; }
  .contact-form-map .map-container .map-container-wrapper .svg-map g path {
    fill: white;
    transition: fill 1.5s ease-out;
    -moz-transition: fill 1.5s ease-out;
    -webkit-transition: fill 1.5s ease-out;
    -o-transition: fill 1.5s ease-out; }
    .contact-form-map .map-container .map-container-wrapper .svg-map g path.active {
      fill: #bf1528; }
  .contact-form-map .map-container .map-container-wrapper .svg-map #xln {
    fill: transparent;
    stroke: #bf1528;
    pointer-events: none; }
  .contact-form-map .map-container .map-container-wrapper .svg-map-results {
    width: 100%;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    opacity: 0;
    max-height: 0;
    overflow-y: hidden; }
    .contact-form-map .map-container .map-container-wrapper .svg-map-results.active {
      transition: max-height 1s ease-out;
      -moz-transition: max-height 1s ease-out;
      -webkit-transition: max-height 1s ease-out;
      -o-transition: max-height 1s ease-out;
      opacity: 1;
      max-height: 100%; }

.popover-form-map {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: 0; }
  @media (min-width: 992px) {
    .popover-form-map {
      width: 100%;
      max-width: 370px; } }
  .popover-form-map .popover-body {
    padding: 1rem 2rem 1rem 1rem; }
  .popover-form-map .popover-title {
    color: #bf1528;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .popover-form-map .popover-title {
        font-size: 20px; } }
    .popover-form-map .popover-title .voivodeship {
      text-transform: capitalize; }
  .popover-form-map .popover-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: black; }
    @media (min-width: 992px) {
      .popover-form-map .popover-subtitle {
        font-size: 16px; } }
  .popover-form-map .data-text {
    font-size: 14px;
    font-weight: 400;
    color: black; }
    @media (min-width: 992px) {
      .popover-form-map .data-text {
        font-size: 16px; } }
    .popover-form-map .data-text a {
      color: black;
      text-decoration: none; }
  .popover-form-map .popover-close-btn {
    font-weight: 700;
    cursor: pointer;
    color: black;
    position: absolute;
    top: 1rem;
    right: 1rem; }

.person-quotation-block {
  position: relative; }
  .person-quotation-block .row {
    background-color: #f4f4f4;
    padding: 38px 16px 16px 24px; }
    .person-quotation-block .row img {
      width: 79px;
      height: auto; }
    @media (min-width: 992px) {
      .person-quotation-block .row {
        padding: 40px 32px 34px 50px; }
        .person-quotation-block .row .col-lg-8 {
          padding-right: 120px; }
        .person-quotation-block .row p {
          line-height: 30px; }
          .person-quotation-block .row p:first-of-type {
            margin-bottom: 32px; }
        .person-quotation-block .row img {
          width: 106px; } }
  .person-quotation-block svg {
    width: 62px;
    height: 46px;
    position: absolute;
    top: -24px;
    right: 36px;
    color: #767676; }
    @media (min-width: 992px) {
      .person-quotation-block svg {
        width: 105px;
        height: 79px;
        top: -31px;
        right: 57px; } }

.choose-card-block .img-container {
  width: 100%;
  height: 193px;
  background-color: #bf1528; }
  @media (min-width: 992px) {
    .choose-card-block .img-container {
      height: 293px;
      overflow: hidden; } }
  .choose-card-block .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.choose-card-block .card {
  background-color: #f4f4f4; }
  .choose-card-block .card .content-on-hover {
    display: none;
    line-height: 24px;
    overflow-y: hidden;
    height: 100%; }
  .choose-card-block .card:hover {
    background-color: #bf1528; }
    .choose-card-block .card:hover img {
      opacity: 0.3; }
    .choose-card-block .card:hover .btn {
      background-color: white;
      color: black;
      transition: background-color .15s ease-in-out, .3s ease-in-out transform; }
    .choose-card-block .card:hover h2 > *, .choose-card-block .card:hover .h2 > * {
      color: white; }
    .choose-card-block .card:hover .content-on-hover {
      display: block; }
  .choose-card-block .card .card-body {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap; }
    .choose-card-block .card .card-body .card-title {
      font-size: 20px; }
      @media (min-width: 992px) {
        .choose-card-block .card .card-body .card-title {
          font-size: 28px; } }
    .choose-card-block .card .card-body .btn {
      margin-top: auto;
      width: 100%; }
      @media (min-width: 992px) {
        .choose-card-block .card .card-body .btn {
          min-width: 175px;
          width: initial; } }

.two-columns-image-block h2, .two-columns-image-block .h2 {
  color: #bf1528; }
  @media (min-width: 992px) {
    .two-columns-image-block h2, .two-columns-image-block .h2 {
      margin-bottom: 24px; } }

.two-columns-image-block p {
  line-height: 23px; }

.two-columns-image-block__button-wrapper {
  display: flex;
  justify-content: center; }
  .two-columns-image-block__button-wrapper .btn {
    margin-top: 60px; }

.benefits-modal .modal-content {
  transform: translate(0);
  max-width: initial; }
  .benefits-modal .modal-content .modal-title {
    font-size: 24px;
    color: #bf1528; }
  .benefits-modal .modal-content .modal-body {
    max-height: initial; }
    .benefits-modal .modal-content .modal-body h2, .benefits-modal .modal-content .modal-body .h2 {
      font-size: 34px;
      color: #575756; }
    .benefits-modal .modal-content .modal-body h4, .benefits-modal .modal-content .modal-body .h4 {
      font-size: 28px;
      color: #bf1528; }
    .benefits-modal .modal-content .modal-body p {
      font-size: 16px;
      color: black; }

.benefits-slides-block-without-modal .control-wrapper {
  position: absolute;
  bottom: 9.5rem;
  left: 50%; }
  @media (min-width: 1200px) {
    .benefits-slides-block-without-modal .control-wrapper {
      bottom: 10.8rem; } }

@media (min-width: 992px) {
  .benefits-slides-block-without-modal .carousel-control-prev {
    position: static;
    width: 57px;
    height: 57px; } }

@media (min-width: 992px) {
  .benefits-slides-block-without-modal .carousel-control-next {
    position: static;
    width: 57px;
    height: 57px; } }

.benefits-slides-block-without-modal .carousel-item .benefit-header {
  font-size: 20px;
  font-weight: 500; }

.benefits-slides-block-without-modal .carousel-item .benefit-description {
  font-size: 16px; }

.benefits-slides-block-without-modal .carousel-item .img-container {
  width: 100%; }
  @media (min-width: 992px) {
    .benefits-slides-block-without-modal .carousel-item .img-container {
      width: 484px;
      height: 474px;
      overflow: hidden; } }
  .benefits-slides-block-without-modal .carousel-item .img-container img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    object-fit: cover; }
    @media (min-width: 992px) {
      .benefits-slides-block-without-modal .carousel-item .img-container img {
        max-height: 100%; } }

.benefits-slides-block-without-modal .carousel-indicators {
  margin-bottom: 0;
  gap: 16px;
  margin-right: 0;
  margin-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  justify-content: start;
  z-index: 0; }
  .benefits-slides-block-without-modal .carousel-indicators::-webkit-scrollbar {
    display: none; }
  .benefits-slides-block-without-modal .carousel-indicators .icon {
    margin-bottom: 16px; }
  .benefits-slides-block-without-modal .carousel-indicators .description {
    margin-bottom: auto;
    text-align: start;
    font-size: 14px; }
  @media (min-width: 992px) {
    .benefits-slides-block-without-modal .carousel-indicators {
      position: absolute;
      bottom: -60px;
      gap: 24px;
      justify-content: start;
      margin-left: 22rem; }
      .benefits-slides-block-without-modal .carousel-indicators.with-titles {
        bottom: -170px; }
        .benefits-slides-block-without-modal .carousel-indicators.with-titles button {
          height: 300px; }
        .benefits-slides-block-without-modal .carousel-indicators.with-titles .icon {
          margin-bottom: 30px !important; }
        .benefits-slides-block-without-modal .carousel-indicators.with-titles h2, .benefits-slides-block-without-modal .carousel-indicators.with-titles .h2 {
          margin-bottom: 16px; }
        .benefits-slides-block-without-modal .carousel-indicators.with-titles .description {
          font-size: 16px; }
      .benefits-slides-block-without-modal .carousel-indicators .icon {
        margin-bottom: 65px; }
      .benefits-slides-block-without-modal .carousel-indicators .description {
        font-size: 20px; } }
  @media (min-width: 1200px) {
    .benefits-slides-block-without-modal .carousel-indicators.with-titles {
      bottom: -150px; } }
  @media (min-width: 1200px) {
    .benefits-slides-block-without-modal .carousel-indicators {
      margin-left: 20rem; } }
  .benefits-slides-block-without-modal .carousel-indicators .wrapper {
    display: flex;
    flex-flow: column nowrap;
    max-width: 280px; }
    .benefits-slides-block-without-modal .carousel-indicators .wrapper button {
      margin-top: auto; }
    .benefits-slides-block-without-modal .carousel-indicators .wrapper .indicator-benefit-title p {
      margin-bottom: 0; }
    .benefits-slides-block-without-modal .carousel-indicators .wrapper .indicator-benefit-header {
      font-size: 16px;
      font-weight: 500;
      color: black; }
    .benefits-slides-block-without-modal .carousel-indicators .wrapper .indicator-benefit-description {
      font-size: 14px;
      color: black; }

.benefits-slides-block-without-modal .carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 100%;
  min-width: 280px;
  min-height: 120px;
  border-top: 0;
  border-bottom: 0;
  background-color: #F4F4F4;
  height: inherit;
  opacity: 1;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 0;
  color: #575756; }
  @media (min-width: 992px) {
    .benefits-slides-block-without-modal .carousel-indicators [data-bs-target] {
      max-width: 280px;
      padding: 35px;
      height: 100%;
      min-height: 250px;
      pointer-events: none;
      cursor: default; } }
  .benefits-slides-block-without-modal .carousel-indicators [data-bs-target] .icon-size {
    font-size: 50px; }
    @media (min-width: 992px) {
      .benefits-slides-block-without-modal .carousel-indicators [data-bs-target] .icon-size {
        font-size: 60px; } }

.benefits-slides-block-without-modal .carousel-indicators [data-bs-target].active {
  background-color: #bf1528;
  color: white; }
  .benefits-slides-block-without-modal .carousel-indicators [data-bs-target].active .icon, .benefits-slides-block-without-modal .carousel-indicators [data-bs-target].active h2, .benefits-slides-block-without-modal .carousel-indicators [data-bs-target].active .h2 {
    color: white !important; }
  .benefits-slides-block-without-modal .carousel-indicators [data-bs-target].active .icon::before {
    color: white !important; }

.benefits-slides-block-without-modal .v-offset {
  height: 100px; }

.fast-call-block .fast-call-title {
  font-size: 18px; }
  @media (min-width: 992px) {
    .fast-call-block .fast-call-title {
      font-size: 20px; } }

.fast-call-block .fast-call-text {
  font-size: 18px; }
  @media (min-width: 992px) {
    .fast-call-block .fast-call-text {
      font-size: 20px; } }

.fast-call-block .required-star {
  color: #bf1528;
  font-weight: 400; }

.fast-call-block .form-check-input {
  position: relative; }

.fast-call-block .input-group:focus-within .input-group-text, .fast-call-block .input-group:focus-within .form-control {
  border: 1px solid black; }

.fast-call-block .input-group:focus-within .form-control {
  border-left: 0; }

.fast-call-block .input-group-text {
  border: 1px solid #bdbdbd;
  background-color: white; }

.fast-call-block .input-group .form-control {
  border: 1px solid #bdbdbd;
  border-left: 0; }

.padding-wrapper {
  padding: 0; }
  @media (min-width: 992px) {
    .padding-wrapper {
      padding: 0 5rem; } }

.font-rf {
  font-family: "Roboto Flex", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712; }

.btn-d24 {
  border-width: 2px;
  font-weight: 700;
  line-height: 1.5;
  padding: 11px 31px;
  position: relative;
  overflow: hidden;
  border-radius: 1rem; }
  @media (min-width: 768px) {
    .btn-d24 {
      padding: 12px 48px;
      transform: scale(1);
      transition: .3s ease-in-out transform; } }
  .btn-d24 span {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .btn-d24 span {
        transition: .6s ease color; } }
  @media (min-width: 768px) {
    .btn-d24::before {
      content: '';
      position: absolute;
      top: -1px;
      left: -115%;
      height: 130%;
      width: 110%;
      transition: .3s ease-in-out transform;
      z-index: -1; } }
  @media (min-width: 768px) {
    .btn-d24:hover, .btn-d24:focus {
      background-color: transparent;
      transform: scale(1.08); }
      .btn-d24:hover::before, .btn-d24:focus::before {
        transform: translateX(100%); } }
  .btn-d24.btn-outline-primary:focus {
    color: #fff; }
  .btn-d24.btn-outline-light:focus {
    color: #bf1528; }

@media (min-width: 768px) {
  .btn-outline-light.btn-d24::before {
    background-color: white; } }

@media (min-width: 768px) {
  .btn-outline-primary.btn-d24::before {
    background-color: #bf1528; } }

@media (min-width: 768px) {
  .btn-primary.btn-d24::before {
    display: none; } }

@media (min-width: 768px) and (min-width: 768px) {
  .btn-primary.btn-d24:hover {
    background-color: #991120; } }

.d24-text-wrapper {
  padding-left: 0; }
  @media (min-width: 768px) {
    .d24-text-wrapper {
      min-height: 340px; } }
  .d24-text-wrapper > * {
    font-family: inherit; }
    @media (min-width: 768px) {
      .d24-text-wrapper > * {
        max-width: 94%;
        padding-right: 16px; } }
  .d24-text-wrapper a {
    display: block; }
  .d24-text-wrapper h2, .d24-text-wrapper .h2 {
    font-family: inherit;
    font-size: 24px;
    color: #565657;
    margin-bottom: 40px; }
    .d24-text-wrapper h2 b, .d24-text-wrapper .h2 b {
      color: #bf1528;
      font-weight: inherit; }
  .d24-text-wrapper p {
    margin-bottom: 0;
    color: #565657; }

.d24-hero {
  --d24-light-gray: #D9D9D9; }
  .d24-hero .carousel .carousel-controls {
    position: absolute;
    bottom: 74px;
    right: 8px;
    z-index: 10; }
    .d24-hero .carousel .carousel-controls button {
      padding: 0;
      border: none;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 8px; }
      .d24-hero .carousel .carousel-controls button img {
        height: 40px;
        width: 40px; }
  .d24-hero .carousel-inner {
    position: relative;
    border-bottom-left-radius: 2rem;
    transition: 0.8s ease border-radius; }
    .d24-hero .carousel-inner .carousel-item:focus-visible {
      border: 2px solid transparent;
      outline: 2px solid #bf1528;
      outline-offset: -2px; }
      .d24-hero .carousel-inner .carousel-item:focus-visible img {
        transform: scale(1); }
    .d24-hero .carousel-inner:hover, .d24-hero .carousel-inner:focus-within {
      border-radius: 0 0 1rem 1rem; }
      .d24-hero .carousel-inner:hover .carousel-item img, .d24-hero .carousel-inner:focus-within .carousel-item img {
        transform: scale(1); }
      @media (min-width: 768px) {
        .d24-hero .carousel-inner:hover .carousel-item .carousel-caption h2, .d24-hero .carousel-inner:hover .carousel-item .carousel-caption .h2, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption h2, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption .h2 {
          transition: 0.3s linear all;
          white-space: nowrap; }
          .d24-hero .carousel-inner:hover .carousel-item .carousel-caption h2:first-of-type, .d24-hero .carousel-inner:hover .carousel-item .carousel-caption .h2:first-of-type, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption h2:first-of-type, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption .h2:first-of-type {
            opacity: 0;
            margin-right: 100px; }
          .d24-hero .carousel-inner:hover .carousel-item .carousel-caption h2:last-of-type, .d24-hero .carousel-inner:hover .carousel-item .carousel-caption .h2:last-of-type, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption h2:last-of-type, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption .h2:last-of-type {
            opacity: 1;
            margin-right: 0; } }
      .d24-hero .carousel-inner:hover .carousel-item .carousel-caption svg, .d24-hero .carousel-inner:focus-within .carousel-item .carousel-caption svg {
        transform: translate(0, -4px); }
    .d24-hero .carousel-inner .carousel-item {
      height: 498px; }
      @media (min-width: 768px) {
        .d24-hero .carousel-inner .carousel-item {
          height: 518px; } }
      .d24-hero .carousel-inner .carousel-item img {
        display: block;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        transform: scale(1.05);
        transition: 0.8s ease all; }
      .d24-hero .carousel-inner .carousel-item .carousel-caption {
        bottom: 45px; }
        .d24-hero .carousel-inner .carousel-item .carousel-caption h2, .d24-hero .carousel-inner .carousel-item .carousel-caption .h2 {
          position: absolute;
          padding-bottom: 20px;
          bottom: 135px;
          left: 0;
          right: 0;
          font-family: inherit;
          font-size: 42px;
          color: white; }
          .d24-hero .carousel-inner .carousel-item .carousel-caption h2:first-of-type, .d24-hero .carousel-inner .carousel-item .carousel-caption .h2:first-of-type {
            opacity: 1; }
          .d24-hero .carousel-inner .carousel-item .carousel-caption h2:last-of-type, .d24-hero .carousel-inner .carousel-item .carousel-caption .h2:last-of-type {
            opacity: 0;
            margin-right: -100px; }
          @media (min-width: 768px) {
            .d24-hero .carousel-inner .carousel-item .carousel-caption h2, .d24-hero .carousel-inner .carousel-item .carousel-caption .h2 {
              font-size: 72px; } }
        .d24-hero .carousel-inner .carousel-item .carousel-caption svg {
          display: none; }
          @media (min-width: 768px) {
            .d24-hero .carousel-inner .carousel-item .carousel-caption svg {
              display: block;
              transition: .3s linear transform; } }
  .d24-hero .carousel-indicators {
    position: relative;
    gap: 32px;
    margin-top: 26px; }
    .d24-hero .carousel-indicators [data-bs-target] {
      position: static;
      width: 20px;
      height: 20px;
      background-color: var(--d24-light-gray);
      opacity: 1;
      border-radius: 50%; }
      .d24-hero .carousel-indicators [data-bs-target].active {
        background-color: #bf1528; }

@media (max-width: 991.98px) {
  .d24-tiles-x3 {
    height: initial !important; } }

.d24-tiles-x3 .d24-tile {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 2rem;
  transition: 0.3s ease-out height, 0.3s ease border-radius; }
  @media (min-width: 992px) {
    .d24-tiles-x3 .d24-tile {
      height: 100%;
      min-height: 493px; } }
  .d24-tiles-x3 .d24-tile__link {
    text-decoration: none; }
  .d24-tiles-x3 .d24-tile__link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .d24-tiles-x3 .d24-tile img {
    display: block;
    object-fit: cover;
    object-position: top;
    height: 100%;
    min-width: 100%;
    transform: scale(1.09);
    transition: 0.3s ease transform;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .d24-tiles-x3 .d24-tile .d24-tile-text-layer {
    padding: 24px 24px 120px 24px; }
    @media (min-width: 992px) {
      .d24-tiles-x3 .d24-tile .d24-tile-text-layer {
        padding: 40px 40px 60px 40px; } }
    .d24-tiles-x3 .d24-tile .d24-tile-text-layer > * {
      font-family: inherit; }
    .d24-tiles-x3 .d24-tile .d24-tile-text-layer h2, .d24-tiles-x3 .d24-tile .d24-tile-text-layer .h2 {
      font-size: 24px; }
      .d24-tiles-x3 .d24-tile .d24-tile-text-layer h2 b, .d24-tiles-x3 .d24-tile .d24-tile-text-layer .h2 b {
        color: #bf1528; }
  .d24-tiles-x3 .d24-tile:hover {
    border-radius: 0 0 1rem 1rem; }
    .d24-tiles-x3 .d24-tile:hover img {
      transform: scale(1); }

.d24-text-photo {
  position: relative; }
  .d24-text-photo .d24-photo-wrapper {
    overflow: hidden;
    border-bottom-left-radius: 2rem;
    transition: 0.3s ease-out height, 0.3s ease border-radius; }
    .d24-text-photo .d24-photo-wrapper img {
      height: 100%;
      min-width: 100%;
      display: block;
      object-fit: cover;
      transform: scale(1.09);
      transition: 0.3s ease transform; }
  .d24-text-photo:hover .d24-photo-wrapper {
    border-radius: 0 0 1rem 1rem; }
    .d24-text-photo:hover .d24-photo-wrapper img {
      transform: scale(1); }
  .d24-text-photo:hover .d24-text-wrapper button {
    text-decoration: underline; }

.d24-text-x4 .row {
  row-gap: 3rem; }

.d24-text-x4 .d24-text-wrapper {
  position: relative; }
  .d24-text-x4 .d24-text-wrapper:hover button {
    text-decoration: underline; }

.d24-search-block .d24-search-block-wrapper {
  position: relative; }
  @media (min-width: 992px) {
    .d24-search-block .d24-search-block-wrapper:hover .search-block-img-wrapper::before {
      transform: translateX(100%); } }
  @media (min-width: 992px) {
    .d24-search-block .d24-search-block-wrapper form .form-container {
      width: 35%; } }
  .d24-search-block .d24-search-block-wrapper form .form-container .form-control {
    padding: 20px 16px; }
    @media (min-width: 992px) {
      .d24-search-block .d24-search-block-wrapper form .form-container .form-control {
        padding: 20px 32px; } }
    .d24-search-block .d24-search-block-wrapper form .form-container .form-control:focus {
      border-top: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important; }
    .d24-search-block .d24-search-block-wrapper form .form-container .form-control:autofill, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:autofill:hover, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:autofill:focus, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:autofill:active, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:-webkit-autofill, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:-webkit-autofill:hover, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:-webkit-autofill:focus, .d24-search-block .d24-search-block-wrapper form .form-container .form-control:-webkit-autofill:active {
      -webkit-animation: autofill 0s forwards;
      animation: autofill 0s forwards;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #575756;
      transition: background-color 5000s ease-in-out 0s; }
  .d24-search-block .d24-search-block-wrapper form .form-label {
    font-size: 32px; }
  .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper {
    position: relative; }
    .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before {
      display: none; }
      @media (min-width: 992px) {
        .d24-search-block .d24-search-block-wrapper .search-block-img-wrapper::before {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: white;
          transform: translateX(0);
          z-index: 1;
          transition: 0.3s linear transform; } }

.promo-popup {
  max-width: calc(100vw - 17px);
  position: fixed;
  z-index: 1040;
  background-color: #f4f4f4; }
  .promo-popup p,
  .promo-popup h2,
  .promo-popup .h2,
  .promo-popup h3,
  .promo-popup .h3,
  .promo-popup h4,
  .promo-popup .h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: black; }
    .promo-popup p > b,
    .promo-popup h2 > b,
    .promo-popup .h2 > b,
    .promo-popup h3 > b,
    .promo-popup .h3 > b,
    .promo-popup h4 > b,
    .promo-popup .h4 > b {
      font-weight: 700; }
  .promo-popup a {
    font-size: 12px;
    height: 24px;
    line-height: 1; }
  .promo-popup__close {
    position: absolute;
    border: 0;
    background-color: transparent; }
  .promo-popup-topbar {
    position: relative;
    max-width: 100vw;
    padding-right: 14px; }
    @media (min-width: 992px) {
      .promo-popup-topbar {
        max-width: calc(100vw - 17px); } }
    .promo-popup-topbar p,
    .promo-popup-topbar h2,
    .promo-popup-topbar .h2,
    .promo-popup-topbar h3,
    .promo-popup-topbar .h3,
    .promo-popup-topbar h4,
    .promo-popup-topbar .h4 {
      margin: 0;
      font-size: 15px; }
    .promo-popup-topbar a {
      font-size: 15px;
      height: 28px;
      line-height: 1; }
    @media (min-width: 576px) {
      .promo-popup-topbar {
        padding-right: 30px; } }
    .promo-popup-topbar--button {
      padding-right: 0; }
      @media (min-width: 576px) {
        .promo-popup-topbar--button .container, .promo-popup-topbar--button .block-text, .promo-popup-topbar--button .newsDetail__content.text > p,
        .promo-popup-topbar--button .newsDetail__content.text > h1, .promo-popup-topbar--button .newsDetail__content.text > .h1,
        .promo-popup-topbar--button .newsDetail__content.text > h2, .promo-popup-topbar--button .newsDetail__content.text > .h2,
        .promo-popup-topbar--button .newsDetail__content.text > h3, .promo-popup-topbar--button .newsDetail__content.text > .h3,
        .promo-popup-topbar--button .newsDetail__content.text > h4, .promo-popup-topbar--button .newsDetail__content.text > .h4,
        .promo-popup-topbar--button .newsDetail__content.text > ol,
        .promo-popup-topbar--button .newsDetail__content.text > ul {
          padding-right: 30px; } }
      .promo-popup-topbar--button button.promo-popup__close {
        top: auto;
        right: 4px;
        bottom: 0; }
        @media (min-width: 576px) {
          .promo-popup-topbar--button button.promo-popup__close {
            right: 4px;
            bottom: auto;
            top: calc(50% - 1px);
            transform: translateY(-50%); } }
    .promo-popup-topbar .container, .promo-popup-topbar .block-text, .promo-popup-topbar .newsDetail__content.text > p,
    .promo-popup-topbar .newsDetail__content.text > h1, .promo-popup-topbar .newsDetail__content.text > .h1,
    .promo-popup-topbar .newsDetail__content.text > h2, .promo-popup-topbar .newsDetail__content.text > .h2,
    .promo-popup-topbar .newsDetail__content.text > h3, .promo-popup-topbar .newsDetail__content.text > .h3,
    .promo-popup-topbar .newsDetail__content.text > h4, .promo-popup-topbar .newsDetail__content.text > .h4,
    .promo-popup-topbar .newsDetail__content.text > ol,
    .promo-popup-topbar .newsDetail__content.text > ul {
      min-height: 48px; }
    .promo-popup-topbar .text-wrapper {
      overflow-y: hidden;
      padding: 4px 0; }
    .promo-popup-topbar .promo-popup__close {
      top: calc(50% - 1px);
      transform: translateY(-50%);
      right: 0; }
      @media (min-width: 576px) {
        .promo-popup-topbar .promo-popup__close {
          right: 4px; } }
  .promo-popup-sidebar {
    display: none;
    right: 8px;
    bottom: 180px;
    width: 140px; }
    @media (min-width: 1200px) {
      .promo-popup-sidebar {
        display: block; } }
    .promo-popup-sidebar img {
      height: 72px;
      width: 100%;
      object-fit: cover; }
    .promo-popup-sidebar .text-wrapper {
      overflow-y: auto;
      margin: 6px; }
    .promo-popup-sidebar a {
      margin: 6px;
      margin-top: 0; }
    .promo-popup-sidebar .promo-popup__close {
      top: 4px;
      right: 4px; }

.footer.footer-margin-top-modifier {
  margin-top: 145px; }
  @media (min-width: 1200px) {
    .footer.footer-margin-top-modifier {
      margin-top: 100px; } }

.contrastVersion .promo-popup p {
  color: white; }

.insurance-calc [data-insurance-calc-loading] {
  display: none; }

.insurance-calc [data-insurance-calc-container] {
  display: none; }

.insurance-calc [data-insurance-calc-error] {
  display: none; }

.insurance-calc.loading [data-insurance-calc-loading] {
  display: flex; }

.insurance-calc.loaded [data-insurance-calc-container] {
  display: block; }

.insurance-calc.error [data-insurance-calc-error] {
  display: flex; }

.insurance-calc input[type="date"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.insurance-calc input[type="date"]::-webkit-inner-spin-button {
  display: none !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.insurance-calc input::-webkit-calendar-picker-indicator {
  display: none !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.insurance-calc input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important; }

.insurance-calc__subtitle {
  font-size: 1rem;
  font-weight: 400; }

.insurance-calc__title {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 500; }
  .insurance-calc__title--bold {
    font-weight: 700; }

.insurance-calc__text--primary {
  color: #bf1528; }

.insurance-calc .date-picker {
  margin-top: 2.5rem; }
  .insurance-calc .date-picker .insurance-calc__subtitle {
    margin-top: 1.25rem; }

.insurance-calc__data {
  margin-top: 4.5rem; }
  .insurance-calc__data--additional {
    margin-top: 3.4rem; }
    .insurance-calc__data--additional .insurance-calc__title {
      margin-top: 1.25rem; }
    .insurance-calc__data--additional .insurance-calc__list {
      margin-top: 1.5rem; }

.insurance-calc__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 992px) {
    .insurance-calc__list {
      width: 100%;
      grid-template-columns: repeat(3, 1fr); } }

.insurance-calc__card {
  border-radius: 3px;
  font-weight: 400;
  flex-direction: column; }
  .insurance-calc__card button,
  .insurance-calc__card label,
  .insurance-calc__card a {
    color: #bf1528;
    font-size: 0.9rem; }
  .insurance-calc__card--horizontal button {
    min-width: 245px; }
  @media (min-width: 992px) {
    .insurance-calc__card--horizontal {
      flex-direction: row;
      grid-column-start: span 3; } }
  .insurance-calc__card--white {
    flex-direction: column; }
    .insurance-calc__card--white button, .insurance-calc__card--white label, .insurance-calc__card--white a {
      color: white;
      font-size: 1rem; }
    .insurance-calc__card--white .btn-primary:disabled {
      background-color: #e3e1e1;
      border-color: #e3e1e1; }
    .insurance-calc__card--white img {
      max-width: 40px;
      width: 100%; }
  .insurance-calc__card-compare-button {
    border-radius: 5px;
    padding: 10px; }
    @media (min-width: 992px) {
      .insurance-calc__card-compare-button {
        padding: 12px 38px; } }
  .insurance-calc__card-list {
    gap: 0.85rem;
    line-height: 1.25rem; }

.insurance-calc__choice {
  border: 2px solid transparent;
  border-radius: 3px; }

.insurance-calc .custom-checkbox {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #bdbdbd;
  background: white;
  border-radius: 3px; }

.insurance-calc [data-insurance-card-compare]:disabled + div {
  color: #e6e6e6; }

.insurance-calc [data-insurance-card-compare]:disabled + div span {
  background: #e6e6e6; }

[data-insurance-type]:checked + .insurance-calc__choice,
.insurance-calc [data-insurance-card-compare]:checked + div {
  border-color: #bf1528; }
  [data-insurance-type]:checked + .insurance-calc__choice .custom-checkbox,
  .insurance-calc [data-insurance-card-compare]:checked + div .custom-checkbox {
    background-color: #bf1528; }
    [data-insurance-type]:checked + .insurance-calc__choice .custom-checkbox::after,
    .insurance-calc [data-insurance-card-compare]:checked + div .custom-checkbox::after {
      display: block;
      position: absolute;
      content: '';
      left: 6px;
      top: 2px;
      width: 7px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.insurance-calc .money {
  color: #bf1528;
  font-size: 2.2rem;
  font-weight: 500; }
  .insurance-calc .money abbr {
    text-decoration: none; }

.insurance-calc .date-picker__calendar-icon {
  z-index: 6;
  right: 14px;
  background-color: #ffffff;
  pointer-events: fill; }

.insurance-calc .date-picker__input {
  color: #575756; }
  .insurance-calc .date-picker__input-container {
    height: 45px !important;
    width: 25%; }
    @media (max-width: 991.98px) {
      .insurance-calc .date-picker__input-container {
        width: 100%; } }

.insurance-calc .modal .modal-dialog {
  max-width: 1340px; }
  .insurance-calc .modal .modal-dialog .modal-content {
    max-width: 1400px;
    min-height: 600px;
    border-bottom: 8px solid #bf1528;
    padding: 1rem;
    -webkit-transform: unset;
    transform: unset;
    z-index: 100000; }
    .insurance-calc .modal .modal-dialog .modal-content .modal-header {
      border-bottom: none;
      align-items: flex-start; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-header .insurance-calc__modal-title {
        color: #bf1528;
        margin-bottom: 3.4rem; }
    .insurance-calc .modal .modal-dialog .modal-content .modal-body {
      max-height: 100%; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-body table {
        display: table; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-body .spinner-border {
        display: none;
        margin: 100px auto; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-body.loading table {
        display: none; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-body.loading .additional-info {
        display: none; }
      .insurance-calc .modal .modal-dialog .modal-content .modal-body.loading .spinner-border {
        display: flex;
        justify-content: center;
        align-items: center; }

.insurance-calc table {
  width: 100%; }
  .insurance-calc table thead td {
    width: 50%; }
  .insurance-calc table thead th {
    width: 25%;
    padding-left: 20px; }
    @media (min-width: 992px) {
      .insurance-calc table thead th {
        padding-left: 50px; } }
  .insurance-calc table tr {
    border-bottom: 1px solid #DDDDDD; }
    .insurance-calc table tr td {
      padding: 20px 0 20px 0; }
      @media (min-width: 992px) {
        .insurance-calc table tr td {
          padding: 20px 100px 20px 0; } }
      .insurance-calc table tr td:not(:first-child) {
        padding-left: 20px; }
        @media (min-width: 992px) {
          .insurance-calc table tr td:not(:first-child) {
            padding-left: 50px; } }

.insurance-calc .spinner-border {
  width: 4rem;
  height: 4rem; }

.insurance-calc .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BF1528'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }

.air-datepicker {
  --adp-background-color-selected-other-month-focused: #BF1528FF;
  --adp-background-color-selected-other-month: #BF1528FF;
  --adp-accent-color: #BF1528FF;
  --adp-day-name-color: #BF1528FF;
  --adp-day-name-color-hover: #BF1528FF;
  --adp-cell-background-color-selected: #BF1528FF;
  --adp-cell-background-color-selected-hover: #BF1528FF; }

.air-datepicker-cell {
  font-weight: 400; }

.knowledge-center-header-block {
  text-align: center; }
  @media (min-width: 992px) {
    .knowledge-center-header-block {
      text-align: left; } }
  .knowledge-center-header-block__author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f4f4f4;
    position: relative;
    -webkit-box-shadow: t 0px 0px 0px 2px #bf1528;
    -moz-box-shadow: 0px 0px 0px 2px #bf1528;
    box-shadow: 0px 0px 0px 2px #bf1528;
    flex-shrink: 0; }
  .knowledge-center-header-block__author-name {
    font-size: 1rem;
    font-weight: 700; }
  .knowledge-center-header-block__author-position {
    font-size: 1rem;
    font-weight: 400; }

.agents {
  color: #575756;
  font-weight: 400; }
  .agents h2, .agents .h2 {
    color: #575756;
    font-size: 24px;
    padding: 40px 0 20px 0; }
    @media (min-width: 992px) {
      .agents h2, .agents .h2 {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .agents h2, .agents .h2 {
        font-size: 40px; } }
  .agents h4, .agents .h4 {
    color: #575756;
    font-size: 16px; }
  .agents h5, .agents .h5 {
    color: #575756; }
    @media (min-width: 992px) {
      .agents h5, .agents .h5 {
        font-size: 24px; } }
  .agents .nav-link {
    font-size: 18px; }
  .agents .btn {
    border-radius: 16px;
    padding: 12px 48px;
    font-size: 16px;
    font-weight: 700; }
  .agents a {
    text-decoration: none; }
  .agents .text-container {
    overflow: hidden;
    max-height: 8em;
    transition: max-height 0.3s ease; }
  .agents .text-container.expanded {
    max-height: 100em; }
  .agents ul {
    list-style: none; }
  .agents .approval ol {
    padding-top: 20px;
    font-size: 14px; }
    .agents .approval ol > li {
      margin-bottom: 14px;
      list-style-type: decimal;
      font-weight: 400; }
      .agents .approval ol > li > ul {
        margin-top: 10px;
        list-style-type: decimal;
        font-weight: 300; }
        .agents .approval ol > li > ul > li {
          margin-top: 10px; }

.agents-header-menu.navbar {
  padding: 11px 0;
  background-color: white; }
  @media (min-width: 992px) {
    .agents-header-menu.navbar {
      padding: 16px 0; } }

.agents-header-menu .navbar-brand {
  margin: 0;
  padding: 0;
  width: 84px;
  height: 46px; }
  @media (min-width: 992px) {
    .agents-header-menu .navbar-brand {
      width: 98px;
      height: 54px; } }

.agents-header-menu .navbar-collapse {
  border-top: 1px solid #e5e5e5;
  margin-top: 12px; }
  @media (min-width: 992px) {
    .agents-header-menu .navbar-collapse {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; } }
  .agents-header-menu .navbar-collapse .navbar-nav {
    row-gap: 24px; }
    @media (min-width: 992px) {
      .agents-header-menu .navbar-collapse .navbar-nav {
        align-items: center; } }
    .agents-header-menu .navbar-collapse .navbar-nav .nav-item {
      width: auto;
      height: auto; }
      .agents-header-menu .navbar-collapse .navbar-nav .nav-item .nav-link-internal {
        font-size: 16px;
        font-weight: 600;
        color: black;
        padding: 10px 19px;
        text-decoration: none; }
        .agents-header-menu .navbar-collapse .navbar-nav .nav-item .nav-link-internal:hover {
          color: #bf1528;
          text-decoration: underline; }
      .agents-header-menu .navbar-collapse .navbar-nav .nav-item a[role="button"] {
        margin: 0 19px; }
        @media (min-width: 992px) {
          .agents-header-menu .navbar-collapse .navbar-nav .nav-item a[role="button"] {
            margin: 0 0 0 26px; } }

.agents-header-menu .navbar-spacer {
  width: 56px;
  height: 40px; }

.agents-hero-section {
  --mobile-svg-height: 15px;
  --desktop-svg-height: 40px;
  margin-top: 40px; }
  .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    transform: translateY(calc(-50% - var(--mobile-svg-height)));
    left: 5%;
    max-width: 35%;
    height: max-content;
    bottom: unset;
    padding: 0; }
    @media (min-width: 576px) {
      .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption {
        max-width: 33%; } }
    @media (min-width: 768px) {
      .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption {
        transform: translateY(calc(-50% - var(--desktop-svg-height)));
        max-width: 43%; } }
    .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption h2, .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption .h2 {
      top: 0;
      bottom: auto;
      max-width: max-content;
      position: relative;
      color: #575756;
      font-size: 20px;
      text-wrap-mode: wrap;
      padding: 0;
      padding-bottom: 10px;
      margin: 0; }
      @media (min-width: 768px) {
        .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption h2, .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption .h2 {
          font-size: 50px;
          bottom: 80px;
          padding-bottom: 30px; } }
      .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption h2 b, .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption .h2 b {
        color: #bf1528; }
    .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption h2:last-of-type, .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption .h2:last-of-type {
      opacity: 1;
      text-align: left; }
    .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption svg {
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      height: var(--mobile-svg-height); }
      @media (min-width: 768px) {
        .agents-hero-section .d24-hero .carousel-inner .carousel-item .carousel-caption svg {
          height: var(--desktop-svg-height);
          left: 50%;
          transform: translateX(-50%); } }
  .agents-hero-section .d24-hero .carousel-inner .carousel-item {
    height: 200px; }
    @media (min-width: 768px) {
      .agents-hero-section .d24-hero .carousel-inner .carousel-item {
        height: 518px; } }
    .agents-hero-section .d24-hero .carousel-inner .carousel-item h1, .agents-hero-section .d24-hero .carousel-inner .carousel-item .h1 {
      height: inherit; }

body.agents.contrastVersion .d24-hero .carousel-inner .carousel-item .carousel-caption {
  background-color: transparent; }

body.agents.contrastVersion .agents-form .form {
  background-color: black; }
  body.agents.contrastVersion .agents-form .form input, body.agents.contrastVersion .agents-form .form textarea {
    border-color: yellow;
    border-width: 2px; }
  body.agents.contrastVersion .agents-form .form input::placeholder, body.agents.contrastVersion .agents-form .form textarea::placeholder {
    color: white; }

body.agents.contrastVersion section button {
  padding: 4px; }

.agents-point-of-sales__images {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  top: 0;
  right: 0;
  max-width: 250px;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .agents-point-of-sales__images img {
      width: 80px; } }
  @media (max-width: 575.98px) {
    .agents-point-of-sales__images img {
      width: 50px; } }
  @media (max-width: 320px) {
    .agents-point-of-sales__images img {
      width: 40px; } }

.agents-point-of-sales__content {
  color: #575756; }
  @media (max-width: 991.98px) {
    .agents-point-of-sales__content table {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .agents-point-of-sales__content table {
      width: 75%; } }

.agents-point-of-sales__spacer {
  width: 250px; }
  .agents-point-of-sales__spacer--half {
    width: 125px; }

.agents-point-of-sales__lang {
  color: #575756;
  list-style: none;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .agents-point-of-sales__lang {
      margin-top: 0; } }
  .agents-point-of-sales__lang a {
    color: inherit; }
  .agents-point-of-sales__lang li {
    color: inherit;
    position: relative; }
  .agents-point-of-sales__lang li:not(:first-of-type)::after {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 0;
    display: block;
    width: 0;
    border-left: 1px solid #575756;
    height: 100%;
    background: none; }

.agents-point-of-sales__contact {
  position: relative;
  margin-top: 100px;
  font-weight: 600;
  margin-top: 60px; }
  @media (min-width: 576px) {
    .agents-point-of-sales__contact {
      margin-top: 100px; } }
  @media (min-width: 768px) {
    .agents-point-of-sales__contact {
      order: 4;
      flex-basis: 100%;
      flex-grow: 1;
      margin-top: 150px; } }
  @media (min-width: 992px) {
    .agents-point-of-sales__contact {
      margin-top: 100px; } }
  .agents-point-of-sales__contact .data-additional-wrapper {
    padding-left: 0; }
  .agents-point-of-sales__contact .data-additional {
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .agents-point-of-sales__contact .data-additional {
        margin-left: 44px; } }
  .agents-point-of-sales__contact .additional-mobile {
    margin-left: 57px; }
  .agents-point-of-sales__contact::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: -25px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #575756;
    background: none; }
    @media (min-width: 768px) {
      .agents-point-of-sales__contact::before {
        top: -50px; } }
  @media (min-width: 992px) {
    .agents-point-of-sales__contact--single-line::before {
      width: calc(100% - 130px); } }
  @media (min-width: 992px) {
    .agents-point-of-sales__contact--double-line::before {
      width: calc(100% - 255px); } }
  .agents-point-of-sales__contact span {
    color: #575756; }
  .agents-point-of-sales__contact li {
    margin-bottom: 10px;
    position: relative; }
    .agents-point-of-sales__contact li a {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 0 10px; }
      .agents-point-of-sales__contact li a svg {
        flex-shrink: 0; }
  .agents-point-of-sales__contact .agents-tooltip {
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    display: none;
    z-index: 10; }
  .agents-point-of-sales__contact .btn-d24 {
    padding: 6px 21px; }
  .agents-point-of-sales__contact a:hover .agents-tooltip {
    display: flex; }

.agents-point-of-sales__contact-list {
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  margin: 0 auto 1rem;
  font-size: 14px; }
  @media (min-width: 576px) {
    .agents-point-of-sales__contact-list {
      max-width: 75%;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .agents-point-of-sales__contact-list {
      max-width: unset;
      padding-right: 262px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .agents-point-of-sales__contact-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (max-width: 320px) {
    .agents-point-of-sales__contact-list svg {
      width: 30px;
      height: 30px; } }

.agents-point-of-sales__timetable table {
  margin: 0 auto; }
  .agents-point-of-sales__timetable table td:first-of-type {
    padding-right: 16px; }

@media (max-width: 767.98px) {
  .agents-about-info > .container > .tab-pane, .agents-about-info > .block-text > .tab-pane, .newsDetail__content.text.agents-about-info > p > .tab-pane, .newsDetail__content.text.agents-about-info > h1 > .tab-pane, .newsDetail__content.text.agents-about-info > .h1 > .tab-pane, .newsDetail__content.text.agents-about-info > h2 > .tab-pane, .newsDetail__content.text.agents-about-info > .h2 > .tab-pane, .newsDetail__content.text.agents-about-info > h3 > .tab-pane, .newsDetail__content.text.agents-about-info > .h3 > .tab-pane, .newsDetail__content.text.agents-about-info > h4 > .tab-pane, .newsDetail__content.text.agents-about-info > .h4 > .tab-pane, .newsDetail__content.text.agents-about-info > ol > .tab-pane, .newsDetail__content.text.agents-about-info > ul > .tab-pane {
    border: none; }
    .agents-about-info > .container > .tab-pane::before, .agents-about-info > .block-text > .tab-pane::before, .newsDetail__content.text.agents-about-info > p > .tab-pane::before, .newsDetail__content.text.agents-about-info > h1 > .tab-pane::before, .newsDetail__content.text.agents-about-info > .h1 > .tab-pane::before, .newsDetail__content.text.agents-about-info > h2 > .tab-pane::before, .newsDetail__content.text.agents-about-info > .h2 > .tab-pane::before, .newsDetail__content.text.agents-about-info > h3 > .tab-pane::before, .newsDetail__content.text.agents-about-info > .h3 > .tab-pane::before, .newsDetail__content.text.agents-about-info > h4 > .tab-pane::before, .newsDetail__content.text.agents-about-info > .h4 > .tab-pane::before, .newsDetail__content.text.agents-about-info > ol > .tab-pane::before, .newsDetail__content.text.agents-about-info > ul > .tab-pane::before {
      display: none; } }

@media (min-width: 992px) {
  .agents-about-info .col-lg:first-child {
    padding-right: 40px; }
  .agents-about-info .col-lg:last-child {
    padding-left: 40px; } }

.agents-about-info p.agents-about-info__subtitle {
  font-size: 20px;
  margin-top: 8px; }

.agents-about-info p {
  font-weight: 400;
  line-height: 1.5625em;
  margin-bottom: 14px;
  font-size: 14px; }
  .agents-about-info p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .agents-about-info p {
      font-size: 16px; } }

.agents-about-info .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px; }
  .agents-about-info .icon-item svg {
    color: #bf1528; }
  .agents-about-info .icon-item h4, .agents-about-info .icon-item .h4 {
    width: 118px;
    text-align: center;
    line-height: 23px; }

.agents-about-info__toggle-button {
  appearance: none;
  border: none;
  background: none;
  color: #bf1528;
  padding: 0;
  font-weight: 500; }

#agents_map {
  height: 366px;
  background-color: #ced4da; }
  #agents_map > div {
    border-top: red; }
  #agents_map .gm-style iframe + div {
    border: none !important; }
  #agents_map .gm-style-moc {
    display: none !important; }
  @media (min-width: 1200px) {
    #agents_map {
      height: 640px;
      position: relative; } }

.agents-form .container, .agents-form .block-text, .agents-form .newsDetail__content.text > p,
.agents-form .newsDetail__content.text > h1, .agents-form .newsDetail__content.text > .h1,
.agents-form .newsDetail__content.text > h2, .agents-form .newsDetail__content.text > .h2,
.agents-form .newsDetail__content.text > h3, .agents-form .newsDetail__content.text > .h3,
.agents-form .newsDetail__content.text > h4, .agents-form .newsDetail__content.text > .h4,
.agents-form .newsDetail__content.text > ol,
.agents-form .newsDetail__content.text > ul {
  position: relative; }
  .agents-form .container h2, .agents-form .block-text h2, .agents-form .newsDetail__content.text > p h2, .agents-form .newsDetail__content.text > h1 h2, .agents-form .newsDetail__content.text > .h1 h2, .agents-form .newsDetail__content.text > h2 h2, .agents-form .newsDetail__content.text > .h2 h2, .agents-form .newsDetail__content.text > h3 h2, .agents-form .newsDetail__content.text > .h3 h2, .agents-form .newsDetail__content.text > h4 h2, .agents-form .newsDetail__content.text > .h4 h2, .agents-form .newsDetail__content.text > ol h2, .agents-form .newsDetail__content.text > ul h2, .agents-form .container .h2, .agents-form .block-text .h2, .agents-form .newsDetail__content.text > p .h2, .agents-form .newsDetail__content.text > h1 .h2, .agents-form .newsDetail__content.text > .h1 .h2, .agents-form .newsDetail__content.text > h2 .h2, .agents-form .newsDetail__content.text > .h2 .h2, .agents-form .newsDetail__content.text > h3 .h2, .agents-form .newsDetail__content.text > .h3 .h2, .agents-form .newsDetail__content.text > h4 .h2, .agents-form .newsDetail__content.text > .h4 .h2, .agents-form .newsDetail__content.text > ol .h2, .agents-form .newsDetail__content.text > ul .h2 {
    padding-top: 24px; }
    @media (min-width: 1400px) {
      .agents-form .container h2, .agents-form .block-text h2, .agents-form .newsDetail__content.text > p h2, .agents-form .newsDetail__content.text > h1 h2, .agents-form .newsDetail__content.text > .h1 h2, .agents-form .newsDetail__content.text > h2 h2, .agents-form .newsDetail__content.text > .h2 h2, .agents-form .newsDetail__content.text > h3 h2, .agents-form .newsDetail__content.text > .h3 h2, .agents-form .newsDetail__content.text > h4 h2, .agents-form .newsDetail__content.text > .h4 h2, .agents-form .newsDetail__content.text > ol h2, .agents-form .newsDetail__content.text > ul h2, .agents-form .container .h2, .agents-form .block-text .h2, .agents-form .newsDetail__content.text > p .h2, .agents-form .newsDetail__content.text > h1 .h2, .agents-form .newsDetail__content.text > .h1 .h2, .agents-form .newsDetail__content.text > h2 .h2, .agents-form .newsDetail__content.text > .h2 .h2, .agents-form .newsDetail__content.text > h3 .h2, .agents-form .newsDetail__content.text > .h3 .h2, .agents-form .newsDetail__content.text > h4 .h2, .agents-form .newsDetail__content.text > .h4 .h2, .agents-form .newsDetail__content.text > ol .h2, .agents-form .newsDetail__content.text > ul .h2 {
        padding-bottom: 28px; } }

.agents-form .form {
  background-color: white;
  border: 0; }
  .agents-form .form .form-thank-you svg {
    color: #66A400;
    margin: 30px auto 38px auto; }
  .agents-form .form .form-thank-you p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px; }
    @media (min-width: 992px) {
      .agents-form .form .form-thank-you p {
        font-size: 20px; } }
  .agents-form .form .form-control {
    border-radius: 10px;
    border: 1px solid #e1e1e1; }
    .agents-form .form .form-control:focus {
      border: 1px solid #aaa; }
    .agents-form .form .form-control::placeholder {
      color: #aaa;
      opacity: 1; }
    .agents-form .form .form-control.form-control-lg {
      font-size: 16px;
      padding: 15px 18px; }
  .agents-form .form textarea {
    resize: none; }
    @media (min-width: 1200px) {
      .agents-form .form textarea {
        height: 210px; } }
  .agents-form .form .form-check-input {
    border: 1px solid #e1e1e1; }
  .agents-form .form .form-check-label {
    padding-left: 24px;
    position: relative;
    font-weight: 300; }
    .agents-form .form .form-check-label .small {
      font-size: 12px; }

.agents-edu-cards {
  padding: 40px 0 24px 0; }
  @media (min-width: 1200px) {
    .agents-edu-cards {
      padding: 54px 0;
      padding-top: 100px;
      margin-top: -40px; } }
  @media (min-width: 1200px) {
    .agents-edu-cards h2, .agents-edu-cards .h2 {
      padding-bottom: 50px; } }
  .agents-edu-cards .row {
    row-gap: 24px; }
    @media (min-width: 1400px) {
      .agents-edu-cards .row > * {
        padding: 0 16px; } }
  .agents-edu-cards .card {
    border: 0;
    background-color: #f4f4f4; }
    .agents-edu-cards .card .card-body {
      padding: 22px; }
      @media (min-width: 992px) {
        .agents-edu-cards .card .card-body {
          padding: 28px; } }
      .agents-edu-cards .card .card-body .card-text {
        margin: 20px 0 28px 0;
        font-size: 14px; }
        @media (min-width: 992px) {
          .agents-edu-cards .card .card-body .card-text {
            font-size: 16px; } }
      .agents-edu-cards .card .card-body a {
        margin-bottom: 4px; }
        @media (min-width: 992px) {
          .agents-edu-cards .card .card-body a {
            margin-bottom: 8px; } }

.agents-services {
  overflow: hidden; }
  .agents-services .container, .agents-services .block-text, .agents-services .newsDetail__content.text > p,
  .agents-services .newsDetail__content.text > h1, .agents-services .newsDetail__content.text > .h1,
  .agents-services .newsDetail__content.text > h2, .agents-services .newsDetail__content.text > .h2,
  .agents-services .newsDetail__content.text > h3, .agents-services .newsDetail__content.text > .h3,
  .agents-services .newsDetail__content.text > h4, .agents-services .newsDetail__content.text > .h4,
  .agents-services .newsDetail__content.text > ol,
  .agents-services .newsDetail__content.text > ul {
    margin: 20px auto; }
    @media (min-width: 768px) {
      .agents-services .container, .agents-services .block-text, .agents-services .newsDetail__content.text > p,
      .agents-services .newsDetail__content.text > h1, .agents-services .newsDetail__content.text > .h1,
      .agents-services .newsDetail__content.text > h2, .agents-services .newsDetail__content.text > .h2,
      .agents-services .newsDetail__content.text > h3, .agents-services .newsDetail__content.text > .h3,
      .agents-services .newsDetail__content.text > h4, .agents-services .newsDetail__content.text > .h4,
      .agents-services .newsDetail__content.text > ol,
      .agents-services .newsDetail__content.text > ul {
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .agents-services .container, .agents-services .block-text, .agents-services .newsDetail__content.text > p,
      .agents-services .newsDetail__content.text > h1, .agents-services .newsDetail__content.text > .h1,
      .agents-services .newsDetail__content.text > h2, .agents-services .newsDetail__content.text > .h2,
      .agents-services .newsDetail__content.text > h3, .agents-services .newsDetail__content.text > .h3,
      .agents-services .newsDetail__content.text > h4, .agents-services .newsDetail__content.text > .h4,
      .agents-services .newsDetail__content.text > ol,
      .agents-services .newsDetail__content.text > ul {
        padding-top: 72px;
        padding-bottom: 72px; } }
    @media (max-width: 575.98px) {
      .agents-services .container, .agents-services .block-text, .agents-services .newsDetail__content.text > p,
      .agents-services .newsDetail__content.text > h1, .agents-services .newsDetail__content.text > .h1,
      .agents-services .newsDetail__content.text > h2, .agents-services .newsDetail__content.text > .h2,
      .agents-services .newsDetail__content.text > h3, .agents-services .newsDetail__content.text > .h3,
      .agents-services .newsDetail__content.text > h4, .agents-services .newsDetail__content.text > .h4,
      .agents-services .newsDetail__content.text > ol,
      .agents-services .newsDetail__content.text > ul {
        padding: 0 10px !important;
        padding-top: 0; } }
  .agents-services .icons-items-wrapper {
    padding: 75px 0;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .agents-services .icons-items-wrapper {
        padding: 0; } }
  .agents-services__container {
    flex: 1;
    flex-basis: 30%;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .agents-services__container {
        flex-wrap: nowrap;
        flex-basis: 17%; } }
  .agents-services__service {
    max-width: 150px;
    text-align: center;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .agents-services__service {
        flex-wrap: nowrap; } }
    .agents-services__service span {
      font-size: 150px; }
      @media (max-width: 991.98px) {
        .agents-services__service span {
          font-size: 50px; } }
      @media (max-width: 575.98px) {
        .agents-services__service span {
          font-size: 35px; } }
    @media (max-width: 575.98px) {
      .agents-services__service h4, .agents-services__service .h4 {
        font-size: 12px; } }

.agents-footer {
  background-color: #333333;
  color: white; }
  .agents-footer > .container, .agents-footer > .block-text, .newsDetail__content.text.agents-footer > p,
  .newsDetail__content.text.agents-footer > h1, .newsDetail__content.text.agents-footer > .h1,
  .newsDetail__content.text.agents-footer > h2, .newsDetail__content.text.agents-footer > .h2,
  .newsDetail__content.text.agents-footer > h3, .newsDetail__content.text.agents-footer > .h3,
  .newsDetail__content.text.agents-footer > h4, .newsDetail__content.text.agents-footer > .h4,
  .newsDetail__content.text.agents-footer > ol,
  .newsDetail__content.text.agents-footer > ul {
    padding: 30px 0;
    justify-content: space-between; }
    .agents-footer > .container p, .agents-footer > .block-text p, .newsDetail__content.text.agents-footer > p p, .newsDetail__content.text.agents-footer > h1 p, .newsDetail__content.text.agents-footer > .h1 p, .newsDetail__content.text.agents-footer > h2 p, .newsDetail__content.text.agents-footer > .h2 p, .newsDetail__content.text.agents-footer > h3 p, .newsDetail__content.text.agents-footer > .h3 p, .newsDetail__content.text.agents-footer > h4 p, .newsDetail__content.text.agents-footer > .h4 p, .newsDetail__content.text.agents-footer > ol p, .newsDetail__content.text.agents-footer > ul p {
      margin: 0;
      font-size: 14px; }
    .agents-footer > .container ul, .agents-footer > .block-text ul, .newsDetail__content.text.agents-footer > p ul, .newsDetail__content.text.agents-footer > h1 ul, .newsDetail__content.text.agents-footer > .h1 ul, .newsDetail__content.text.agents-footer > h2 ul, .newsDetail__content.text.agents-footer > .h2 ul, .newsDetail__content.text.agents-footer > h3 ul, .newsDetail__content.text.agents-footer > .h3 ul, .newsDetail__content.text.agents-footer > h4 ul, .newsDetail__content.text.agents-footer > .h4 ul, .newsDetail__content.text.agents-footer > ol ul, .newsDetail__content.text.agents-footer > ul ul {
      list-style: none; }
    .agents-footer > .container a, .agents-footer > .block-text a, .newsDetail__content.text.agents-footer > p a, .newsDetail__content.text.agents-footer > h1 a, .newsDetail__content.text.agents-footer > .h1 a, .newsDetail__content.text.agents-footer > h2 a, .newsDetail__content.text.agents-footer > .h2 a, .newsDetail__content.text.agents-footer > h3 a, .newsDetail__content.text.agents-footer > .h3 a, .newsDetail__content.text.agents-footer > h4 a, .newsDetail__content.text.agents-footer > .h4 a, .newsDetail__content.text.agents-footer > ol a, .newsDetail__content.text.agents-footer > ul a {
      color: currentColor;
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .agents-footer > .container, .agents-footer > .block-text, .newsDetail__content.text.agents-footer > p,
      .newsDetail__content.text.agents-footer > h1, .newsDetail__content.text.agents-footer > .h1,
      .newsDetail__content.text.agents-footer > h2, .newsDetail__content.text.agents-footer > .h2,
      .newsDetail__content.text.agents-footer > h3, .newsDetail__content.text.agents-footer > .h3,
      .newsDetail__content.text.agents-footer > h4, .newsDetail__content.text.agents-footer > .h4,
      .newsDetail__content.text.agents-footer > ol,
      .newsDetail__content.text.agents-footer > ul {
        justify-content: flex-start;
        height: auto;
        text-align: left; } }
  .agents-footer__copy {
    margin-right: auto; }
    @media (max-width: 991.98px) {
      .agents-footer__copy {
        margin-right: none;
        order: -1; } }
    @media (max-width: 991.98px) {
      .agents-footer__copy-container {
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .agents-footer__copy-container ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start !important;
        padding-left: 0;
        margin-top: 0.5rem !important; } }
