/*-------------------------------------------------------------

  #  Template Name: Grano - Organic & Food Responsive Bootstrap5 Template
  #  Author   Name: Hastech
  #  Version: 1.0

-------------------------------------------------------------
    
  #   CSS INDEX
========================================================
	
    [ 01 Bootstrap CSS ]

    [ 02 Template default CSS ]

    [ 03 Component CSS ]

    [ 04 Widgets CSS ]

    [ 05 Header Top CSS ]

    [ 06 Header Middle CSS ]

    [ 07 Header Bottom CSS ]

    [ 08 Sub Menu CSS ]

    [ 09 Mega Menu CSS ]

    [ 10 Verticle Menu CSS ]

    [ 11 Offcanvas Menu CSS ]

    [ 12 Mini Cart CSS ]

    [ 13 Hero CSS ]

    [ 14 Food Category CSS ]

    [ 15 Deal Card CSS ]

    [ 16 Button CSS ]

    [ 17 Feature CSS ]

    [ 18 Banner CSS ]

    [ 19 Products CSS ]

    [ 20 Products Carousel CSS ]

    [ 21 Tab Carousel CSS ]

    [ 22 Featured Carousel CSS ]

    [ 23 New Arrival Carousel CSS ]

    [ 24 Brand Carousel CSS ]

    [ 25 Categories Carousel CSS ]

    [ 26 News Netter CSS ]

    [ 27 Service CSS ]

    [ 28 Footer CSS ]

    [ 29 Counter CSS ]

    [ 30 Product Modal CSS ]

    [ 31 Static Info CSS ]

    [ 32 Bread Crumb CSS ]

    [ 33 Shope Page CSS ]

    [ 34 Pagination CSS ]

    [ 35 Single Produt Tab CSS ]

    [ 36 About Us CSS ]

    [ 37 Wishlist CSS ]

    [ 38 Checkout CSS ]

    [ 39 Compare CSS ]

    [ 40 My Account CSS ]

    [ 41 Contact CSS ]

    [ 42 Blog CSS ]

    [ 43 Blog Details CSS ]

   
---------------------------------------------------*/
/*--------------------------------------
/*  [ 01 Bootstrap CSS ]
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.ml-auto {
  margin-left: auto; }

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #574186;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ce1a21;
  --bs-orange: #fd7e14;
  --bs-yellow: #f48120;
  --bs-green: #222753;
  --bs-teal: #20c997;
  --bs-cyan: #3d84c5;
  --bs-white: #fff;
  --bs-gray: #666666;
  --bs-gray-dark: #1a2225;
  --bs-primary: #222753;
  --bs-secondary: #ce9e50;
  --bs-success: #222753;
  --bs-success-light: #ce9e50;
  --bs-info: #3d84c5;
  --bs-warning: #f48120;
  --bs-danger: #ce1a21;
  --bs-danger-light: #c26565;
  --bs-light: #f9f9f9;
  --bs-dark: #1a2225;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Sequel 100 Wide 65", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

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

body {
  margin: 0;
  font-family: "Sequel 100 Wide 65", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #666666;
  background-color: #fff;
  -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-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.1875rem; } }

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

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.53125rem; } }

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.3125rem; } }

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          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: 0.875em; }

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: #574186;
  text-decoration: underline; }
  a:hover {
    color: #46346b; }

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: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #666666;
  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.09375rem;
  font-weight: 300; }

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #666666; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%; } }

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-8,
.gx-8 {
  --bs-gutter-x: 2.5rem; }

.g-8,
.gy-8 {
  --bs-gutter-y: 2.5rem; }

.g-9,
.gx-9 {
  --bs-gutter-x: 2.8125rem; }

.g-9,
.gy-9 {
  --bs-gutter-y: 2.8125rem; }

.g-10,
.gx-10 {
  --bs-gutter-x: 3.125rem; }

.g-10,
.gy-10 {
  --bs-gutter-y: 3.125rem; }

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.3125rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.3125rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.9375rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.9375rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.625rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.625rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.875rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.875rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.1875rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.1875rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2.5rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.8125rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.8125rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 3.125rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 3.125rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.3125rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.3125rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.9375rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.9375rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.625rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.625rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.875rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.875rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.1875rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.1875rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2.5rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2.5rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.8125rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.8125rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 3.125rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 3.125rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.3125rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.3125rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.9375rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.9375rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.625rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.625rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.875rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.875rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.1875rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.1875rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2.5rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.8125rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.8125rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 3.125rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 3.125rem; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.3125rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.3125rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.9375rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.9375rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.625rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.625rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.875rem; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.875rem; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.1875rem; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.1875rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2.5rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2.5rem; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.8125rem; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.8125rem; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 3.125rem; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 3.125rem; } }

@media (min-width: 1500px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.3125rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.3125rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.9375rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.9375rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.25rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.25rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.625rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.625rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.875rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.875rem; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 2.1875rem; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 2.1875rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2.5rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2.5rem; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.8125rem; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.8125rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 3.125rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 3.125rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #666666;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #666666;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #666666;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #666666;
  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(:last-child) > :last-child > * {
    border-bottom-color: 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-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: #ddd9e7;
  --bs-table-striped-bg: #d2cedb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c7c3d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ccc9d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c7c3d0; }

.table-secondary {
  --bs-table-bg: #e0e0e0;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacaca; }

.table-success {
  --bs-table-bg: #d3d4dd;
  --bs-table-striped-bg: #c8c9d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bebfc7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3c4cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bebfc7; }

.table-info {
  --bs-table-bg: #d8e6f3;
  --bs-table-striped-bg: #cddbe7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cfdb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d5e1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2cfdb; }

.table-warning {
  --bs-table-bg: #fde6d2;
  --bs-table-striped-bg: #f0dbc8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4cfbd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ead5c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4cfbd; }

.table-danger {
  --bs-table-bg: #f5d1d3;
  --bs-table-striped-bg: #e9c7c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddbcbe;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3c1c3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddbcbe; }

.table-light {
  --bs-table-bg: #f9f9f9;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e0e0; }

.table-dark {
  --bs-table-bg: #1a2225;
  --bs-table-striped-bg: #252d30;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #31383b;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2b3335;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #31383b; }

.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: 1499.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.714; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #666666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  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: #666666;
    background-color: #fff;
    border-color: #aba0c3;
    outline: 0;
    box-shadow: 0; }
  .form-control::-webkit-date-and-time-value {
    height: 1.714em; }
  .form-control::-webkit-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::placeholder {
    color: #666666;
    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;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #666666;
    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;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #666666;
    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.714;
  color: #666666;
  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.714em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #666666;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231a2225' 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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #aba0c3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem none; }
  .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 #666666; }

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

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

.form-check {
  display: block;
  min-height: 1.49975rem;
  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.357em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #aba0c3;
    outline: 0;
    box-shadow: 0; }
  .form-check-input:checked {
    background-color: #574186;
    border-color: #574186; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #574186;
    border-color: #574186;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: 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;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aba0c3'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

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

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

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-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;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-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::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .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;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            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: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.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.09375rem;
  border-radius: 0.3rem; }

.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.765625rem;
  border-radius: 0.2rem; }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

.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.765625rem;
  color: #fff;
  background-color: rgba(34, 39, 83, 0.9);
  border-radius: 0.25rem; }

.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: #222753;
  padding-right: calc(1.714em + 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='%23222753' 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.4285em + 0.1875rem) center;
  background-size: calc(0.857em + 0.375rem) calc(0.857em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #222753;
    box-shadow: 0 0 0 0.25rem rgba(34, 39, 83, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #222753; }
  .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='%231a2225' 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='%23222753' 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.857em + 0.375rem) calc(0.857em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #222753;
    box-shadow: 0 0 0 0.25rem rgba(34, 39, 83, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #222753; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #222753; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(34, 39, 83, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #222753; }

.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: 0.875em;
  color: #ce1a21; }

.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.765625rem;
  color: #fff;
  background-color: rgba(206, 26, 33, 0.9);
  border-radius: 0.25rem; }

.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: #ce1a21;
  padding-right: calc(1.714em + 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='%23ce1a21'%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='%23ce1a21' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4285em + 0.1875rem) center;
  background-size: calc(0.857em + 0.375rem) calc(0.857em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ce1a21;
    box-shadow: 0 0 0 0.25rem rgba(206, 26, 33, 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ce1a21; }
  .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='%231a2225' 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='%23ce1a21'%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='%23ce1a21' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.857em + 0.375rem) calc(0.857em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #ce1a21;
    box-shadow: 0 0 0 0.25rem rgba(206, 26, 33, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ce1a21; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #ce1a21; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 26, 33, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ce1a21; }

.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: 700;
  line-height: 1;
  color: #666666;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.125rem 2rem;
  font-size: 0.875rem;
  border-radius: 5px;
  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: #666666; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0; }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #222753;
  border-color: #222753; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1d2147;
    border-color: #1b1f42; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1d2147;
    border-color: #1b1f42;
    box-shadow: 0 0 0 0 rgba(67, 71, 109, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b1f42;
    border-color: #1a1d3e; }
    .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 0 rgba(67, 71, 109, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #222753;
    border-color: #222753; }

.btn-secondary {
  color: #000;
  background-color: #ce9e50;
  border-color: #ce9e50; }
  .btn-secondary:hover {
    color: #000;
    background-color: #d5ad6a;
    border-color: #d3a862; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #d5ad6a;
    border-color: #d3a862;
    box-shadow: 0 0 0 0 rgba(175, 134, 68, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #d8b173;
    border-color: #d3a862; }
    .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 0 rgba(175, 134, 68, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }

.btn-success {
  color: #fff;
  background-color: #222753;
  border-color: #222753; }
  .btn-success:hover {
    color: #fff;
    background-color: #1d2147;
    border-color: #1b1f42; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #1d2147;
    border-color: #1b1f42;
    box-shadow: 0 0 0 0 rgba(67, 71, 109, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1b1f42;
    border-color: #1a1d3e; }
    .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 0 rgba(67, 71, 109, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #222753;
    border-color: #222753; }

.btn-success-light {
  color: #000;
  background-color: #ce9e50;
  border-color: #ce9e50; }
  .btn-success-light:hover {
    color: #000;
    background-color: #d5ad6a;
    border-color: #d3a862; }
  .btn-check:focus + .btn-success-light, .btn-success-light:focus {
    color: #000;
    background-color: #d5ad6a;
    border-color: #d3a862;
    box-shadow: 0 0 0 0 rgba(175, 134, 68, 0.5); }
  .btn-check:checked + .btn-success-light,
  .btn-check:active + .btn-success-light, .btn-success-light:active, .btn-success-light.active,
  .show > .btn-success-light.dropdown-toggle {
    color: #000;
    background-color: #d8b173;
    border-color: #d3a862; }
    .btn-check:checked + .btn-success-light:focus,
    .btn-check:active + .btn-success-light:focus, .btn-success-light:active:focus, .btn-success-light.active:focus,
    .show > .btn-success-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(175, 134, 68, 0.5); }
  .btn-success-light:disabled, .btn-success-light.disabled {
    color: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }

.btn-info {
  color: #000;
  background-color: #3d84c5;
  border-color: #3d84c5; }
  .btn-info:hover {
    color: #000;
    background-color: #5a96ce;
    border-color: #5090cb; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #5a96ce;
    border-color: #5090cb;
    box-shadow: 0 0 0 0 rgba(52, 112, 167, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #649dd1;
    border-color: #5090cb; }
    .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 0 rgba(52, 112, 167, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #3d84c5;
    border-color: #3d84c5; }

.btn-warning {
  color: #000;
  background-color: #f48120;
  border-color: #f48120; }
  .btn-warning:hover {
    color: #000;
    background-color: #f69441;
    border-color: #f58e36; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #f69441;
    border-color: #f58e36;
    box-shadow: 0 0 0 0 rgba(207, 110, 27, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f69a4d;
    border-color: #f58e36; }
    .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 0 rgba(207, 110, 27, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #f48120;
    border-color: #f48120; }

.btn-danger {
  color: #fff;
  background-color: #ce1a21;
  border-color: #ce1a21; }
  .btn-danger:hover {
    color: #fff;
    background-color: #af161c;
    border-color: #a5151a; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #af161c;
    border-color: #a5151a;
    box-shadow: 0 0 0 0 rgba(213, 60, 66, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a5151a;
    border-color: #9b1419; }
    .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 0 rgba(213, 60, 66, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #ce1a21;
    border-color: #ce1a21; }

.btn-danger-light {
  color: #000;
  background-color: #c26565;
  border-color: #c26565; }
  .btn-danger-light:hover {
    color: #000;
    background-color: #cb7c7c;
    border-color: #c87474; }
  .btn-check:focus + .btn-danger-light, .btn-danger-light:focus {
    color: #000;
    background-color: #cb7c7c;
    border-color: #c87474;
    box-shadow: 0 0 0 0 rgba(165, 86, 86, 0.5); }
  .btn-check:checked + .btn-danger-light,
  .btn-check:active + .btn-danger-light, .btn-danger-light:active, .btn-danger-light.active,
  .show > .btn-danger-light.dropdown-toggle {
    color: #000;
    background-color: #ce8484;
    border-color: #c87474; }
    .btn-check:checked + .btn-danger-light:focus,
    .btn-check:active + .btn-danger-light:focus, .btn-danger-light:active:focus, .btn-danger-light.active:focus,
    .show > .btn-danger-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(165, 86, 86, 0.5); }
  .btn-danger-light:disabled, .btn-danger-light.disabled {
    color: #000;
    background-color: #c26565;
    border-color: #c26565; }

.btn-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-light:hover {
    color: #000;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #fafafa;
    border-color: #fafafa;
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #fafafa;
    border-color: #fafafa; }
    .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 0 rgba(212, 212, 212, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }

.btn-dark {
  color: #fff;
  background-color: #1a2225;
  border-color: #1a2225; }
  .btn-dark:hover {
    color: #fff;
    background-color: #161d1f;
    border-color: #151b1e; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #161d1f;
    border-color: #151b1e;
    box-shadow: 0 0 0 0 rgba(60, 67, 70, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #151b1e;
    border-color: #141a1c; }
    .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 0 rgba(60, 67, 70, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #1a2225;
    border-color: #1a2225; }

.btn-outline-primary {
  color: #222753;
  border-color: #222753; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #222753;
    border-color: #222753; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(34, 39, 83, 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: #fff;
    background-color: #222753;
    border-color: #222753; }
    .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 0 rgba(34, 39, 83, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #222753;
    background-color: transparent; }

.btn-outline-secondary {
  color: #ce9e50;
  border-color: #ce9e50; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(206, 158, 80, 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: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }
    .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 0 rgba(206, 158, 80, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #ce9e50;
    background-color: transparent; }

.btn-outline-success {
  color: #222753;
  border-color: #222753; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #222753;
    border-color: #222753; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(34, 39, 83, 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: #fff;
    background-color: #222753;
    border-color: #222753; }
    .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 0 rgba(34, 39, 83, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #222753;
    background-color: transparent; }

.btn-outline-success-light {
  color: #ce9e50;
  border-color: #ce9e50; }
  .btn-outline-success-light:hover {
    color: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }
  .btn-check:focus + .btn-outline-success-light, .btn-outline-success-light:focus {
    box-shadow: 0 0 0 0 rgba(206, 158, 80, 0.5); }
  .btn-check:checked + .btn-outline-success-light,
  .btn-check:active + .btn-outline-success-light, .btn-outline-success-light:active, .btn-outline-success-light.active, .btn-outline-success-light.dropdown-toggle.show {
    color: #000;
    background-color: #ce9e50;
    border-color: #ce9e50; }
    .btn-check:checked + .btn-outline-success-light:focus,
    .btn-check:active + .btn-outline-success-light:focus, .btn-outline-success-light:active:focus, .btn-outline-success-light.active:focus, .btn-outline-success-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0 rgba(206, 158, 80, 0.5); }
  .btn-outline-success-light:disabled, .btn-outline-success-light.disabled {
    color: #ce9e50;
    background-color: transparent; }

.btn-outline-info {
  color: #3d84c5;
  border-color: #3d84c5; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #3d84c5;
    border-color: #3d84c5; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(61, 132, 197, 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: #000;
    background-color: #3d84c5;
    border-color: #3d84c5; }
    .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 0 rgba(61, 132, 197, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #3d84c5;
    background-color: transparent; }

.btn-outline-warning {
  color: #f48120;
  border-color: #f48120; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #f48120;
    border-color: #f48120; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(244, 129, 32, 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: #000;
    background-color: #f48120;
    border-color: #f48120; }
    .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 0 rgba(244, 129, 32, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #f48120;
    background-color: transparent; }

.btn-outline-danger {
  color: #ce1a21;
  border-color: #ce1a21; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ce1a21;
    border-color: #ce1a21; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(206, 26, 33, 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: #fff;
    background-color: #ce1a21;
    border-color: #ce1a21; }
    .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 0 rgba(206, 26, 33, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #ce1a21;
    background-color: transparent; }

.btn-outline-danger-light {
  color: #c26565;
  border-color: #c26565; }
  .btn-outline-danger-light:hover {
    color: #000;
    background-color: #c26565;
    border-color: #c26565; }
  .btn-check:focus + .btn-outline-danger-light, .btn-outline-danger-light:focus {
    box-shadow: 0 0 0 0 rgba(194, 101, 101, 0.5); }
  .btn-check:checked + .btn-outline-danger-light,
  .btn-check:active + .btn-outline-danger-light, .btn-outline-danger-light:active, .btn-outline-danger-light.active, .btn-outline-danger-light.dropdown-toggle.show {
    color: #000;
    background-color: #c26565;
    border-color: #c26565; }
    .btn-check:checked + .btn-outline-danger-light:focus,
    .btn-check:active + .btn-outline-danger-light:focus, .btn-outline-danger-light:active:focus, .btn-outline-danger-light.active:focus, .btn-outline-danger-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0 rgba(194, 101, 101, 0.5); }
  .btn-outline-danger-light:disabled, .btn-outline-danger-light.disabled {
    color: #c26565;
    background-color: transparent; }

.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(249, 249, 249, 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: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
    .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 0 rgba(249, 249, 249, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f9f9f9;
    background-color: transparent; }

.btn-outline-dark {
  color: #1a2225;
  border-color: #1a2225; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1a2225;
    border-color: #1a2225; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(26, 34, 37, 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: #fff;
    background-color: #1a2225;
    border-color: #1a2225; }
    .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 0 rgba(26, 34, 37, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #1a2225;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #574186;
  text-decoration: underline; }
  .btn-link:hover {
    color: #46346b; }
  .btn-link:disabled, .btn-link.disabled {
    color: #666666; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1.1rem 2.25rem;
  font-size: 0.875rem;
  border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.9375rem 1.75rem;
  font-size: 0.875rem;
  border-radius: 5px; }

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

.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: 0.875rem;
  color: #666666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .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: 1500px) {
  .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: #fff;
    text-decoration: none;
    background-color: #574186; }
  .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.765625rem;
  color: #666666;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #1a2225;
  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: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #574186; }
    .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; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #574186;
  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: #46346b; }
  .nav-link.disabled {
    color: #666666;
    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;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #666666;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

.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 > .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.31253125rem;
  padding-bottom: 0.31253125rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  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 0; }

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

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

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

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

@media (min-width: 1500px) {
  .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 {
  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-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: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.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: #fff; }

.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: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.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-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.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-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.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;
  border-radius: calc(0.25rem - 1px); }

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 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: #4e3b79;
    background-color: #eeecf3;
    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='%234e3b79'%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");
      -webkit-transform: rotate(-180deg);
              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='%23666666'%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: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-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: #aba0c3;
    outline: 0;
    box-shadow: 0; }

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

.breadcrumb-item.active {
  color: #666666; }

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

.page-link {
  position: relative;
  display: block;
  color: #1a2225;
  text-decoration: none;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  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: #fff;
    background-color: #222753;
    border-color: #222753; }
  .page-link:focus {
    z-index: 3;
    color: #46346b;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0; }

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #222753 !important;
  border-color: #222753; }

.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0px 0px; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #141732;
  background-color: #d3d4dd;
  border-color: #bdbecb; }
  .alert-primary .alert-link {
    color: #101228; }

.alert-secondary {
  color: #7c5f30;
  background-color: #f5ecdc;
  border-color: #f0e2cb; }
  .alert-secondary .alert-link {
    color: #634c26; }

.alert-success {
  color: #141732;
  background-color: #d3d4dd;
  border-color: #bdbecb; }
  .alert-success .alert-link {
    color: #101228; }

.alert-success-light {
  color: #7c5f30;
  background-color: #f5ecdc;
  border-color: #f0e2cb; }
  .alert-success-light .alert-link {
    color: #634c26; }

.alert-info {
  color: #254f76;
  background-color: #d8e6f3;
  border-color: #c5daee; }
  .alert-info .alert-link {
    color: #1e3f5e; }

.alert-warning {
  color: #924d13;
  background-color: #fde6d2;
  border-color: #fcd9bc; }
  .alert-warning .alert-link {
    color: #753e0f; }

.alert-danger {
  color: #7c1014;
  background-color: #f5d1d3;
  border-color: #f0babc; }
  .alert-danger .alert-link {
    color: #630d10; }

.alert-danger-light {
  color: #743d3d;
  background-color: #f3e0e0;
  border-color: #edd1d1; }
  .alert-danger-light .alert-link {
    color: #5d3131; }

.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-light .alert-link {
    color: #505050; }

.alert-dark {
  color: #101416;
  background-color: #d1d3d3;
  border-color: #babdbe; }
  .alert-dark .alert-link {
    color: #0d1012; }

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #574186;
  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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #666666;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #574186;
    border-color: #574186; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

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

.list-group-item-primary {
  color: #141732;
  background-color: #d3d4dd; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #141732;
    background-color: #bebfc7; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #141732;
    border-color: #141732; }

.list-group-item-secondary {
  color: #7c5f30;
  background-color: #f5ecdc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7c5f30;
    background-color: #ddd4c6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7c5f30;
    border-color: #7c5f30; }

.list-group-item-success {
  color: #141732;
  background-color: #d3d4dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #141732;
    background-color: #bebfc7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #141732;
    border-color: #141732; }

.list-group-item-success-light {
  color: #7c5f30;
  background-color: #f5ecdc; }
  .list-group-item-success-light.list-group-item-action:hover, .list-group-item-success-light.list-group-item-action:focus {
    color: #7c5f30;
    background-color: #ddd4c6; }
  .list-group-item-success-light.list-group-item-action.active {
    color: #fff;
    background-color: #7c5f30;
    border-color: #7c5f30; }

.list-group-item-info {
  color: #254f76;
  background-color: #d8e6f3; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #254f76;
    background-color: #c2cfdb; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #254f76;
    border-color: #254f76; }

.list-group-item-warning {
  color: #924d13;
  background-color: #fde6d2; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #924d13;
    background-color: #e4cfbd; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #924d13;
    border-color: #924d13; }

.list-group-item-danger {
  color: #7c1014;
  background-color: #f5d1d3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c1014;
    background-color: #ddbcbe; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c1014;
    border-color: #7c1014; }

.list-group-item-danger-light {
  color: #743d3d;
  background-color: #f3e0e0; }
  .list-group-item-danger-light.list-group-item-action:hover, .list-group-item-danger-light.list-group-item-action:focus {
    color: #743d3d;
    background-color: #dbcaca; }
  .list-group-item-danger-light.list-group-item-action.active {
    color: #fff;
    background-color: #743d3d;
    border-color: #743d3d; }

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

.list-group-item-dark {
  color: #101416;
  background-color: #d1d3d3; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #101416;
    background-color: #bcbebe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #101416;
    border-color: #101416; }

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

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          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);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .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: 1060;
  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: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .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;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .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.714; }

.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;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .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;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Sequel 100 Wide 65", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
  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.765625rem;
  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: #000; }

.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: #000; }

.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: #000; }

.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: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Sequel 100 Wide 65", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
  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.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .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: #fff; }

.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: #fff; }

.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: #fff; }

.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: #fff; }

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

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

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-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 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

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

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

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

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

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

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

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

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

.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);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          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);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #222753; }
  .link-primary:hover, .link-primary:focus {
    color: #1b1f42; }

.link-secondary {
  color: #ce9e50; }
  .link-secondary:hover, .link-secondary:focus {
    color: #d8b173; }

.link-success {
  color: #222753; }
  .link-success:hover, .link-success:focus {
    color: #1b1f42; }

.link-success-light {
  color: #ce9e50; }
  .link-success-light:hover, .link-success-light:focus {
    color: #d8b173; }

.link-info {
  color: #3d84c5; }
  .link-info:hover, .link-info:focus {
    color: #649dd1; }

.link-warning {
  color: #f48120; }
  .link-warning:hover, .link-warning:focus {
    color: #f69a4d; }

.link-danger {
  color: #ce1a21; }
  .link-danger:hover, .link-danger:focus {
    color: #a5151a; }

.link-danger-light {
  color: #c26565; }
  .link-danger-light:hover, .link-danger-light:focus {
    color: #ce8484; }

.link-light {
  color: #f9f9f9; }
  .link-light:hover, .link-light:focus {
    color: #fafafa; }

.link-dark {
  color: #1a2225; }
  .link-dark:hover, .link-dark:focus {
    color: #151b1e; }

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

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

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

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

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

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

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

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

.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: -webkit-sticky !important;
  position: sticky !important; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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: #222753 !important; }

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

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

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

.border-info {
  border-color: #3d84c5 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2.5rem !important; }

.gap-9 {
  gap: 2.8125rem !important; }

.gap-10 {
  gap: 3.125rem !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.3125rem !important; }

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

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

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

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

.m-6 {
  margin: 1.875rem !important; }

.m-7 {
  margin: 2.1875rem !important; }

.m-8 {
  margin: 2.5rem !important; }

.m-9 {
  margin: 2.8125rem !important; }

.m-10 {
  margin: 3.125rem !important; }

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

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

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

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

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

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

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

.mx-6 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important; }

.mx-7 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important; }

.mx-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.mx-9 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important; }

.mx-10 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !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.3125rem !important;
  margin-bottom: 0.3125rem !important; }

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

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

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

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

.my-6 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }

.my-7 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important; }

.my-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.my-9 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important; }

.my-10 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.875rem !important; }

.mt-7 {
  margin-top: 2.1875rem !important; }

.mt-8 {
  margin-top: 2.5rem !important; }

.mt-9 {
  margin-top: 2.8125rem !important; }

.mt-10 {
  margin-top: 3.125rem !important; }

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

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

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

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

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

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

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

.me-6 {
  margin-right: 1.875rem !important; }

.me-7 {
  margin-right: 2.1875rem !important; }

.me-8 {
  margin-right: 2.5rem !important; }

.me-9 {
  margin-right: 2.8125rem !important; }

.me-10 {
  margin-right: 3.125rem !important; }

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.875rem !important; }

.mb-7 {
  margin-bottom: 2.1875rem !important; }

.mb-8 {
  margin-bottom: 2.5rem !important; }

.mb-9 {
  margin-bottom: 2.8125rem !important; }

.mb-10 {
  margin-bottom: 3.125rem !important; }

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 1.875rem !important; }

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

.ms-8 {
  margin-left: 2.5rem !important; }

.ms-9 {
  margin-left: 2.8125rem !important; }

.ms-10 {
  margin-left: 3.125rem !important; }

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

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

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

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

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

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

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

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

.m-n8 {
  margin: -2.5rem !important; }

.m-n9 {
  margin: -2.8125rem !important; }

.m-n10 {
  margin: -3.125rem !important; }

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

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

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

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

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

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

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

.mx-n8 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important; }

.mx-n9 {
  margin-right: -2.8125rem !important;
  margin-left: -2.8125rem !important; }

.mx-n10 {
  margin-right: -3.125rem !important;
  margin-left: -3.125rem !important; }

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

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

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

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

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

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

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

.my-n8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important; }

.my-n9 {
  margin-top: -2.8125rem !important;
  margin-bottom: -2.8125rem !important; }

.my-n10 {
  margin-top: -3.125rem !important;
  margin-bottom: -3.125rem !important; }

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

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

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

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

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

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

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

.mt-n8 {
  margin-top: -2.5rem !important; }

.mt-n9 {
  margin-top: -2.8125rem !important; }

.mt-n10 {
  margin-top: -3.125rem !important; }

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

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

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

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

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

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

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

.me-n8 {
  margin-right: -2.5rem !important; }

.me-n9 {
  margin-right: -2.8125rem !important; }

.me-n10 {
  margin-right: -3.125rem !important; }

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

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

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

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

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

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

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

.mb-n8 {
  margin-bottom: -2.5rem !important; }

.mb-n9 {
  margin-bottom: -2.8125rem !important; }

.mb-n10 {
  margin-bottom: -3.125rem !important; }

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

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

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

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

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

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

.ms-n7 {
  margin-left: -2.1875rem !important; }

.ms-n8 {
  margin-left: -2.5rem !important; }

.ms-n9 {
  margin-left: -2.8125rem !important; }

.ms-n10 {
  margin-left: -3.125rem !important; }

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

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

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

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

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

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

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

.p-7 {
  padding: 2.1875rem !important; }

.p-8 {
  padding: 2.5rem !important; }

.p-9 {
  padding: 2.8125rem !important; }

.p-10 {
  padding: 3.125rem !important; }

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

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

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

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

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

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

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

.px-7 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important; }

.px-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.px-9 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important; }

.px-10 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important; }

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

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

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

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

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

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

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

.py-7 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important; }

.py-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-9 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important; }

.py-10 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 2.1875rem !important; }

.pt-8 {
  padding-top: 2.5rem !important; }

.pt-9 {
  padding-top: 2.8125rem !important; }

.pt-10 {
  padding-top: 3.125rem !important; }

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

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

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

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

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

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

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

.pe-7 {
  padding-right: 2.1875rem !important; }

.pe-8 {
  padding-right: 2.5rem !important; }

.pe-9 {
  padding-right: 2.8125rem !important; }

.pe-10 {
  padding-right: 3.125rem !important; }

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 2.1875rem !important; }

.pb-8 {
  padding-bottom: 2.5rem !important; }

.pb-9 {
  padding-bottom: 2.8125rem !important; }

.pb-10 {
  padding-bottom: 3.125rem !important; }

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

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

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

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

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

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

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

.ps-7 {
  padding-left: 2.1875rem !important; }

.ps-8 {
  padding-left: 2.5rem !important; }

.ps-9 {
  padding-left: 2.8125rem !important; }

.ps-10 {
  padding-left: 3.125rem !important; }

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

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

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

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

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

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

.fs-6 {
  font-size: 0.875rem !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.714 !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 {
  color: #222753 !important; }

.text-secondary {
  color: #ce9e50 !important; }

.text-success {
  color: #222753 !important; }

.text-success-light {
  color: #ce9e50 !important; }

.text-info {
  color: #3d84c5 !important; }

.text-warning {
  color: #f48120 !important; }

.text-danger {
  color: #ce1a21 !important; }

.text-danger-light {
  color: #c26565 !important; }

.text-light {
  color: #f9f9f9 !important; }

.text-dark {
  color: #1a2225 !important; }

.text-white {
  color: #fff !important; }

.text-body {
  color: #666666 !important; }

.text-muted {
  color: #666666 !important; }

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

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

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

.bg-primary {
  background-color: #222753 !important; }

.bg-secondary {
  background-color: #ce9e50 !important; }

.bg-success {
  background-color: #222753 !important; }

.bg-success-light {
  background-color: #ce9e50 !important; }

.bg-info {
  background-color: #3d84c5 !important; }

.bg-warning {
  background-color: #f48120 !important; }

.bg-danger {
  background-color: #ce1a21 !important; }

.bg-danger-light {
  background-color: #c26565 !important; }

.bg-light {
  background-color: #f9f9f9 !important; }

.bg-dark {
  background-color: #1a2225 !important; }

.bg-body {
  background-color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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.3125rem !important; }
  .gap-sm-2 {
    gap: 0.625rem !important; }
  .gap-sm-3 {
    gap: 0.9375rem !important; }
  .gap-sm-4 {
    gap: 1.25rem !important; }
  .gap-sm-5 {
    gap: 1.625rem !important; }
  .gap-sm-6 {
    gap: 1.875rem !important; }
  .gap-sm-7 {
    gap: 2.1875rem !important; }
  .gap-sm-8 {
    gap: 2.5rem !important; }
  .gap-sm-9 {
    gap: 2.8125rem !important; }
  .gap-sm-10 {
    gap: 3.125rem !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.3125rem !important; }
  .m-sm-2 {
    margin: 0.625rem !important; }
  .m-sm-3 {
    margin: 0.9375rem !important; }
  .m-sm-4 {
    margin: 1.25rem !important; }
  .m-sm-5 {
    margin: 1.625rem !important; }
  .m-sm-6 {
    margin: 1.875rem !important; }
  .m-sm-7 {
    margin: 2.1875rem !important; }
  .m-sm-8 {
    margin: 2.5rem !important; }
  .m-sm-9 {
    margin: 2.8125rem !important; }
  .m-sm-10 {
    margin: 3.125rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-sm-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-5 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important; }
  .mx-sm-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-sm-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important; }
  .mx-sm-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important; }
  .mx-sm-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-sm-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-5 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important; }
  .my-sm-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-sm-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .my-sm-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .my-sm-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important; }
  .mt-sm-2 {
    margin-top: 0.625rem !important; }
  .mt-sm-3 {
    margin-top: 0.9375rem !important; }
  .mt-sm-4 {
    margin-top: 1.25rem !important; }
  .mt-sm-5 {
    margin-top: 1.625rem !important; }
  .mt-sm-6 {
    margin-top: 1.875rem !important; }
  .mt-sm-7 {
    margin-top: 2.1875rem !important; }
  .mt-sm-8 {
    margin-top: 2.5rem !important; }
  .mt-sm-9 {
    margin-top: 2.8125rem !important; }
  .mt-sm-10 {
    margin-top: 3.125rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.3125rem !important; }
  .me-sm-2 {
    margin-right: 0.625rem !important; }
  .me-sm-3 {
    margin-right: 0.9375rem !important; }
  .me-sm-4 {
    margin-right: 1.25rem !important; }
  .me-sm-5 {
    margin-right: 1.625rem !important; }
  .me-sm-6 {
    margin-right: 1.875rem !important; }
  .me-sm-7 {
    margin-right: 2.1875rem !important; }
  .me-sm-8 {
    margin-right: 2.5rem !important; }
  .me-sm-9 {
    margin-right: 2.8125rem !important; }
  .me-sm-10 {
    margin-right: 3.125rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.3125rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important; }
  .mb-sm-3 {
    margin-bottom: 0.9375rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-5 {
    margin-bottom: 1.625rem !important; }
  .mb-sm-6 {
    margin-bottom: 1.875rem !important; }
  .mb-sm-7 {
    margin-bottom: 2.1875rem !important; }
  .mb-sm-8 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 2.8125rem !important; }
  .mb-sm-10 {
    margin-bottom: 3.125rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.3125rem !important; }
  .ms-sm-2 {
    margin-left: 0.625rem !important; }
  .ms-sm-3 {
    margin-left: 0.9375rem !important; }
  .ms-sm-4 {
    margin-left: 1.25rem !important; }
  .ms-sm-5 {
    margin-left: 1.625rem !important; }
  .ms-sm-6 {
    margin-left: 1.875rem !important; }
  .ms-sm-7 {
    margin-left: 2.1875rem !important; }
  .ms-sm-8 {
    margin-left: 2.5rem !important; }
  .ms-sm-9 {
    margin-left: 2.8125rem !important; }
  .ms-sm-10 {
    margin-left: 3.125rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.3125rem !important; }
  .m-sm-n2 {
    margin: -0.625rem !important; }
  .m-sm-n3 {
    margin: -0.9375rem !important; }
  .m-sm-n4 {
    margin: -1.25rem !important; }
  .m-sm-n5 {
    margin: -1.625rem !important; }
  .m-sm-n6 {
    margin: -1.875rem !important; }
  .m-sm-n7 {
    margin: -2.1875rem !important; }
  .m-sm-n8 {
    margin: -2.5rem !important; }
  .m-sm-n9 {
    margin: -2.8125rem !important; }
  .m-sm-n10 {
    margin: -3.125rem !important; }
  .mx-sm-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-sm-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important; }
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n5 {
    margin-right: -1.625rem !important;
    margin-left: -1.625rem !important; }
  .mx-sm-n6 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-sm-n7 {
    margin-right: -2.1875rem !important;
    margin-left: -2.1875rem !important; }
  .mx-sm-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-sm-n9 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important; }
  .mx-sm-n10 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important; }
  .my-sm-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .my-sm-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-sm-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important; }
  .my-sm-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n5 {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important; }
  .my-sm-n6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-sm-n7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important; }
  .my-sm-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-sm-n9 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important; }
  .my-sm-n10 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important; }
  .mt-sm-n1 {
    margin-top: -0.3125rem !important; }
  .mt-sm-n2 {
    margin-top: -0.625rem !important; }
  .mt-sm-n3 {
    margin-top: -0.9375rem !important; }
  .mt-sm-n4 {
    margin-top: -1.25rem !important; }
  .mt-sm-n5 {
    margin-top: -1.625rem !important; }
  .mt-sm-n6 {
    margin-top: -1.875rem !important; }
  .mt-sm-n7 {
    margin-top: -2.1875rem !important; }
  .mt-sm-n8 {
    margin-top: -2.5rem !important; }
  .mt-sm-n9 {
    margin-top: -2.8125rem !important; }
  .mt-sm-n10 {
    margin-top: -3.125rem !important; }
  .me-sm-n1 {
    margin-right: -0.3125rem !important; }
  .me-sm-n2 {
    margin-right: -0.625rem !important; }
  .me-sm-n3 {
    margin-right: -0.9375rem !important; }
  .me-sm-n4 {
    margin-right: -1.25rem !important; }
  .me-sm-n5 {
    margin-right: -1.625rem !important; }
  .me-sm-n6 {
    margin-right: -1.875rem !important; }
  .me-sm-n7 {
    margin-right: -2.1875rem !important; }
  .me-sm-n8 {
    margin-right: -2.5rem !important; }
  .me-sm-n9 {
    margin-right: -2.8125rem !important; }
  .me-sm-n10 {
    margin-right: -3.125rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.3125rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.625rem !important; }
  .mb-sm-n3 {
    margin-bottom: -0.9375rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.25rem !important; }
  .mb-sm-n5 {
    margin-bottom: -1.625rem !important; }
  .mb-sm-n6 {
    margin-bottom: -1.875rem !important; }
  .mb-sm-n7 {
    margin-bottom: -2.1875rem !important; }
  .mb-sm-n8 {
    margin-bottom: -2.5rem !important; }
  .mb-sm-n9 {
    margin-bottom: -2.8125rem !important; }
  .mb-sm-n10 {
    margin-bottom: -3.125rem !important; }
  .ms-sm-n1 {
    margin-left: -0.3125rem !important; }
  .ms-sm-n2 {
    margin-left: -0.625rem !important; }
  .ms-sm-n3 {
    margin-left: -0.9375rem !important; }
  .ms-sm-n4 {
    margin-left: -1.25rem !important; }
  .ms-sm-n5 {
    margin-left: -1.625rem !important; }
  .ms-sm-n6 {
    margin-left: -1.875rem !important; }
  .ms-sm-n7 {
    margin-left: -2.1875rem !important; }
  .ms-sm-n8 {
    margin-left: -2.5rem !important; }
  .ms-sm-n9 {
    margin-left: -2.8125rem !important; }
  .ms-sm-n10 {
    margin-left: -3.125rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.3125rem !important; }
  .p-sm-2 {
    padding: 0.625rem !important; }
  .p-sm-3 {
    padding: 0.9375rem !important; }
  .p-sm-4 {
    padding: 1.25rem !important; }
  .p-sm-5 {
    padding: 1.625rem !important; }
  .p-sm-6 {
    padding: 1.875rem !important; }
  .p-sm-7 {
    padding: 2.1875rem !important; }
  .p-sm-8 {
    padding: 2.5rem !important; }
  .p-sm-9 {
    padding: 2.8125rem !important; }
  .p-sm-10 {
    padding: 3.125rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-sm-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-5 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important; }
  .px-sm-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-sm-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important; }
  .px-sm-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important; }
  .px-sm-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .py-sm-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-sm-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important; }
  .py-sm-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-sm-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  .py-sm-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  .py-sm-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.3125rem !important; }
  .pt-sm-2 {
    padding-top: 0.625rem !important; }
  .pt-sm-3 {
    padding-top: 0.9375rem !important; }
  .pt-sm-4 {
    padding-top: 1.25rem !important; }
  .pt-sm-5 {
    padding-top: 1.625rem !important; }
  .pt-sm-6 {
    padding-top: 1.875rem !important; }
  .pt-sm-7 {
    padding-top: 2.1875rem !important; }
  .pt-sm-8 {
    padding-top: 2.5rem !important; }
  .pt-sm-9 {
    padding-top: 2.8125rem !important; }
  .pt-sm-10 {
    padding-top: 3.125rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.3125rem !important; }
  .pe-sm-2 {
    padding-right: 0.625rem !important; }
  .pe-sm-3 {
    padding-right: 0.9375rem !important; }
  .pe-sm-4 {
    padding-right: 1.25rem !important; }
  .pe-sm-5 {
    padding-right: 1.625rem !important; }
  .pe-sm-6 {
    padding-right: 1.875rem !important; }
  .pe-sm-7 {
    padding-right: 2.1875rem !important; }
  .pe-sm-8 {
    padding-right: 2.5rem !important; }
  .pe-sm-9 {
    padding-right: 2.8125rem !important; }
  .pe-sm-10 {
    padding-right: 3.125rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.3125rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important; }
  .pb-sm-3 {
    padding-bottom: 0.9375rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-5 {
    padding-bottom: 1.625rem !important; }
  .pb-sm-6 {
    padding-bottom: 1.875rem !important; }
  .pb-sm-7 {
    padding-bottom: 2.1875rem !important; }
  .pb-sm-8 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 2.8125rem !important; }
  .pb-sm-10 {
    padding-bottom: 3.125rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.3125rem !important; }
  .ps-sm-2 {
    padding-left: 0.625rem !important; }
  .ps-sm-3 {
    padding-left: 0.9375rem !important; }
  .ps-sm-4 {
    padding-left: 1.25rem !important; }
  .ps-sm-5 {
    padding-left: 1.625rem !important; }
  .ps-sm-6 {
    padding-left: 1.875rem !important; }
  .ps-sm-7 {
    padding-left: 2.1875rem !important; }
  .ps-sm-8 {
    padding-left: 2.5rem !important; }
  .ps-sm-9 {
    padding-left: 2.8125rem !important; }
  .ps-sm-10 {
    padding-left: 3.125rem !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.3125rem !important; }
  .gap-md-2 {
    gap: 0.625rem !important; }
  .gap-md-3 {
    gap: 0.9375rem !important; }
  .gap-md-4 {
    gap: 1.25rem !important; }
  .gap-md-5 {
    gap: 1.625rem !important; }
  .gap-md-6 {
    gap: 1.875rem !important; }
  .gap-md-7 {
    gap: 2.1875rem !important; }
  .gap-md-8 {
    gap: 2.5rem !important; }
  .gap-md-9 {
    gap: 2.8125rem !important; }
  .gap-md-10 {
    gap: 3.125rem !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.3125rem !important; }
  .m-md-2 {
    margin: 0.625rem !important; }
  .m-md-3 {
    margin: 0.9375rem !important; }
  .m-md-4 {
    margin: 1.25rem !important; }
  .m-md-5 {
    margin: 1.625rem !important; }
  .m-md-6 {
    margin: 1.875rem !important; }
  .m-md-7 {
    margin: 2.1875rem !important; }
  .m-md-8 {
    margin: 2.5rem !important; }
  .m-md-9 {
    margin: 2.8125rem !important; }
  .m-md-10 {
    margin: 3.125rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-md-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-5 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important; }
  .mx-md-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-md-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important; }
  .mx-md-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important; }
  .mx-md-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-md-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-5 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important; }
  .my-md-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-md-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .my-md-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .my-md-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important; }
  .mt-md-2 {
    margin-top: 0.625rem !important; }
  .mt-md-3 {
    margin-top: 0.9375rem !important; }
  .mt-md-4 {
    margin-top: 1.25rem !important; }
  .mt-md-5 {
    margin-top: 1.625rem !important; }
  .mt-md-6 {
    margin-top: 1.875rem !important; }
  .mt-md-7 {
    margin-top: 2.1875rem !important; }
  .mt-md-8 {
    margin-top: 2.5rem !important; }
  .mt-md-9 {
    margin-top: 2.8125rem !important; }
  .mt-md-10 {
    margin-top: 3.125rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.3125rem !important; }
  .me-md-2 {
    margin-right: 0.625rem !important; }
  .me-md-3 {
    margin-right: 0.9375rem !important; }
  .me-md-4 {
    margin-right: 1.25rem !important; }
  .me-md-5 {
    margin-right: 1.625rem !important; }
  .me-md-6 {
    margin-right: 1.875rem !important; }
  .me-md-7 {
    margin-right: 2.1875rem !important; }
  .me-md-8 {
    margin-right: 2.5rem !important; }
  .me-md-9 {
    margin-right: 2.8125rem !important; }
  .me-md-10 {
    margin-right: 3.125rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.3125rem !important; }
  .mb-md-2 {
    margin-bottom: 0.625rem !important; }
  .mb-md-3 {
    margin-bottom: 0.9375rem !important; }
  .mb-md-4 {
    margin-bottom: 1.25rem !important; }
  .mb-md-5 {
    margin-bottom: 1.625rem !important; }
  .mb-md-6 {
    margin-bottom: 1.875rem !important; }
  .mb-md-7 {
    margin-bottom: 2.1875rem !important; }
  .mb-md-8 {
    margin-bottom: 2.5rem !important; }
  .mb-md-9 {
    margin-bottom: 2.8125rem !important; }
  .mb-md-10 {
    margin-bottom: 3.125rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.3125rem !important; }
  .ms-md-2 {
    margin-left: 0.625rem !important; }
  .ms-md-3 {
    margin-left: 0.9375rem !important; }
  .ms-md-4 {
    margin-left: 1.25rem !important; }
  .ms-md-5 {
    margin-left: 1.625rem !important; }
  .ms-md-6 {
    margin-left: 1.875rem !important; }
  .ms-md-7 {
    margin-left: 2.1875rem !important; }
  .ms-md-8 {
    margin-left: 2.5rem !important; }
  .ms-md-9 {
    margin-left: 2.8125rem !important; }
  .ms-md-10 {
    margin-left: 3.125rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.3125rem !important; }
  .m-md-n2 {
    margin: -0.625rem !important; }
  .m-md-n3 {
    margin: -0.9375rem !important; }
  .m-md-n4 {
    margin: -1.25rem !important; }
  .m-md-n5 {
    margin: -1.625rem !important; }
  .m-md-n6 {
    margin: -1.875rem !important; }
  .m-md-n7 {
    margin: -2.1875rem !important; }
  .m-md-n8 {
    margin: -2.5rem !important; }
  .m-md-n9 {
    margin: -2.8125rem !important; }
  .m-md-n10 {
    margin: -3.125rem !important; }
  .mx-md-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .mx-md-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-md-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important; }
  .mx-md-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n5 {
    margin-right: -1.625rem !important;
    margin-left: -1.625rem !important; }
  .mx-md-n6 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-md-n7 {
    margin-right: -2.1875rem !important;
    margin-left: -2.1875rem !important; }
  .mx-md-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-md-n9 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important; }
  .mx-md-n10 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important; }
  .my-md-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .my-md-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-md-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important; }
  .my-md-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n5 {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important; }
  .my-md-n6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-md-n7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important; }
  .my-md-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-md-n9 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important; }
  .my-md-n10 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important; }
  .mt-md-n1 {
    margin-top: -0.3125rem !important; }
  .mt-md-n2 {
    margin-top: -0.625rem !important; }
  .mt-md-n3 {
    margin-top: -0.9375rem !important; }
  .mt-md-n4 {
    margin-top: -1.25rem !important; }
  .mt-md-n5 {
    margin-top: -1.625rem !important; }
  .mt-md-n6 {
    margin-top: -1.875rem !important; }
  .mt-md-n7 {
    margin-top: -2.1875rem !important; }
  .mt-md-n8 {
    margin-top: -2.5rem !important; }
  .mt-md-n9 {
    margin-top: -2.8125rem !important; }
  .mt-md-n10 {
    margin-top: -3.125rem !important; }
  .me-md-n1 {
    margin-right: -0.3125rem !important; }
  .me-md-n2 {
    margin-right: -0.625rem !important; }
  .me-md-n3 {
    margin-right: -0.9375rem !important; }
  .me-md-n4 {
    margin-right: -1.25rem !important; }
  .me-md-n5 {
    margin-right: -1.625rem !important; }
  .me-md-n6 {
    margin-right: -1.875rem !important; }
  .me-md-n7 {
    margin-right: -2.1875rem !important; }
  .me-md-n8 {
    margin-right: -2.5rem !important; }
  .me-md-n9 {
    margin-right: -2.8125rem !important; }
  .me-md-n10 {
    margin-right: -3.125rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.3125rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.625rem !important; }
  .mb-md-n3 {
    margin-bottom: -0.9375rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.25rem !important; }
  .mb-md-n5 {
    margin-bottom: -1.625rem !important; }
  .mb-md-n6 {
    margin-bottom: -1.875rem !important; }
  .mb-md-n7 {
    margin-bottom: -2.1875rem !important; }
  .mb-md-n8 {
    margin-bottom: -2.5rem !important; }
  .mb-md-n9 {
    margin-bottom: -2.8125rem !important; }
  .mb-md-n10 {
    margin-bottom: -3.125rem !important; }
  .ms-md-n1 {
    margin-left: -0.3125rem !important; }
  .ms-md-n2 {
    margin-left: -0.625rem !important; }
  .ms-md-n3 {
    margin-left: -0.9375rem !important; }
  .ms-md-n4 {
    margin-left: -1.25rem !important; }
  .ms-md-n5 {
    margin-left: -1.625rem !important; }
  .ms-md-n6 {
    margin-left: -1.875rem !important; }
  .ms-md-n7 {
    margin-left: -2.1875rem !important; }
  .ms-md-n8 {
    margin-left: -2.5rem !important; }
  .ms-md-n9 {
    margin-left: -2.8125rem !important; }
  .ms-md-n10 {
    margin-left: -3.125rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.3125rem !important; }
  .p-md-2 {
    padding: 0.625rem !important; }
  .p-md-3 {
    padding: 0.9375rem !important; }
  .p-md-4 {
    padding: 1.25rem !important; }
  .p-md-5 {
    padding: 1.625rem !important; }
  .p-md-6 {
    padding: 1.875rem !important; }
  .p-md-7 {
    padding: 2.1875rem !important; }
  .p-md-8 {
    padding: 2.5rem !important; }
  .p-md-9 {
    padding: 2.8125rem !important; }
  .p-md-10 {
    padding: 3.125rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-md-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-5 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important; }
  .px-md-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-md-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important; }
  .px-md-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important; }
  .px-md-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .py-md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-md-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important; }
  .py-md-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-md-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  .py-md-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  .py-md-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.3125rem !important; }
  .pt-md-2 {
    padding-top: 0.625rem !important; }
  .pt-md-3 {
    padding-top: 0.9375rem !important; }
  .pt-md-4 {
    padding-top: 1.25rem !important; }
  .pt-md-5 {
    padding-top: 1.625rem !important; }
  .pt-md-6 {
    padding-top: 1.875rem !important; }
  .pt-md-7 {
    padding-top: 2.1875rem !important; }
  .pt-md-8 {
    padding-top: 2.5rem !important; }
  .pt-md-9 {
    padding-top: 2.8125rem !important; }
  .pt-md-10 {
    padding-top: 3.125rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.3125rem !important; }
  .pe-md-2 {
    padding-right: 0.625rem !important; }
  .pe-md-3 {
    padding-right: 0.9375rem !important; }
  .pe-md-4 {
    padding-right: 1.25rem !important; }
  .pe-md-5 {
    padding-right: 1.625rem !important; }
  .pe-md-6 {
    padding-right: 1.875rem !important; }
  .pe-md-7 {
    padding-right: 2.1875rem !important; }
  .pe-md-8 {
    padding-right: 2.5rem !important; }
  .pe-md-9 {
    padding-right: 2.8125rem !important; }
  .pe-md-10 {
    padding-right: 3.125rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.3125rem !important; }
  .pb-md-2 {
    padding-bottom: 0.625rem !important; }
  .pb-md-3 {
    padding-bottom: 0.9375rem !important; }
  .pb-md-4 {
    padding-bottom: 1.25rem !important; }
  .pb-md-5 {
    padding-bottom: 1.625rem !important; }
  .pb-md-6 {
    padding-bottom: 1.875rem !important; }
  .pb-md-7 {
    padding-bottom: 2.1875rem !important; }
  .pb-md-8 {
    padding-bottom: 2.5rem !important; }
  .pb-md-9 {
    padding-bottom: 2.8125rem !important; }
  .pb-md-10 {
    padding-bottom: 3.125rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.3125rem !important; }
  .ps-md-2 {
    padding-left: 0.625rem !important; }
  .ps-md-3 {
    padding-left: 0.9375rem !important; }
  .ps-md-4 {
    padding-left: 1.25rem !important; }
  .ps-md-5 {
    padding-left: 1.625rem !important; }
  .ps-md-6 {
    padding-left: 1.875rem !important; }
  .ps-md-7 {
    padding-left: 2.1875rem !important; }
  .ps-md-8 {
    padding-left: 2.5rem !important; }
  .ps-md-9 {
    padding-left: 2.8125rem !important; }
  .ps-md-10 {
    padding-left: 3.125rem !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.3125rem !important; }
  .gap-lg-2 {
    gap: 0.625rem !important; }
  .gap-lg-3 {
    gap: 0.9375rem !important; }
  .gap-lg-4 {
    gap: 1.25rem !important; }
  .gap-lg-5 {
    gap: 1.625rem !important; }
  .gap-lg-6 {
    gap: 1.875rem !important; }
  .gap-lg-7 {
    gap: 2.1875rem !important; }
  .gap-lg-8 {
    gap: 2.5rem !important; }
  .gap-lg-9 {
    gap: 2.8125rem !important; }
  .gap-lg-10 {
    gap: 3.125rem !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.3125rem !important; }
  .m-lg-2 {
    margin: 0.625rem !important; }
  .m-lg-3 {
    margin: 0.9375rem !important; }
  .m-lg-4 {
    margin: 1.25rem !important; }
  .m-lg-5 {
    margin: 1.625rem !important; }
  .m-lg-6 {
    margin: 1.875rem !important; }
  .m-lg-7 {
    margin: 2.1875rem !important; }
  .m-lg-8 {
    margin: 2.5rem !important; }
  .m-lg-9 {
    margin: 2.8125rem !important; }
  .m-lg-10 {
    margin: 3.125rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-lg-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-5 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important; }
  .mx-lg-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-lg-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important; }
  .mx-lg-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important; }
  .mx-lg-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-lg-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-5 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important; }
  .my-lg-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-lg-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .my-lg-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .my-lg-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important; }
  .mt-lg-2 {
    margin-top: 0.625rem !important; }
  .mt-lg-3 {
    margin-top: 0.9375rem !important; }
  .mt-lg-4 {
    margin-top: 1.25rem !important; }
  .mt-lg-5 {
    margin-top: 1.625rem !important; }
  .mt-lg-6 {
    margin-top: 1.875rem !important; }
  .mt-lg-7 {
    margin-top: 2.1875rem !important; }
  .mt-lg-8 {
    margin-top: 2.5rem !important; }
  .mt-lg-9 {
    margin-top: 2.8125rem !important; }
  .mt-lg-10 {
    margin-top: 3.125rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.3125rem !important; }
  .me-lg-2 {
    margin-right: 0.625rem !important; }
  .me-lg-3 {
    margin-right: 0.9375rem !important; }
  .me-lg-4 {
    margin-right: 1.25rem !important; }
  .me-lg-5 {
    margin-right: 1.625rem !important; }
  .me-lg-6 {
    margin-right: 1.875rem !important; }
  .me-lg-7 {
    margin-right: 2.1875rem !important; }
  .me-lg-8 {
    margin-right: 2.5rem !important; }
  .me-lg-9 {
    margin-right: 2.8125rem !important; }
  .me-lg-10 {
    margin-right: 3.125rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.3125rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important; }
  .mb-lg-3 {
    margin-bottom: 0.9375rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-5 {
    margin-bottom: 1.625rem !important; }
  .mb-lg-6 {
    margin-bottom: 1.875rem !important; }
  .mb-lg-7 {
    margin-bottom: 2.1875rem !important; }
  .mb-lg-8 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 2.8125rem !important; }
  .mb-lg-10 {
    margin-bottom: 3.125rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.3125rem !important; }
  .ms-lg-2 {
    margin-left: 0.625rem !important; }
  .ms-lg-3 {
    margin-left: 0.9375rem !important; }
  .ms-lg-4 {
    margin-left: 1.25rem !important; }
  .ms-lg-5 {
    margin-left: 1.625rem !important; }
  .ms-lg-6 {
    margin-left: 1.875rem !important; }
  .ms-lg-7 {
    margin-left: 2.1875rem !important; }
  .ms-lg-8 {
    margin-left: 2.5rem !important; }
  .ms-lg-9 {
    margin-left: 2.8125rem !important; }
  .ms-lg-10 {
    margin-left: 3.125rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.3125rem !important; }
  .m-lg-n2 {
    margin: -0.625rem !important; }
  .m-lg-n3 {
    margin: -0.9375rem !important; }
  .m-lg-n4 {
    margin: -1.25rem !important; }
  .m-lg-n5 {
    margin: -1.625rem !important; }
  .m-lg-n6 {
    margin: -1.875rem !important; }
  .m-lg-n7 {
    margin: -2.1875rem !important; }
  .m-lg-n8 {
    margin: -2.5rem !important; }
  .m-lg-n9 {
    margin: -2.8125rem !important; }
  .m-lg-n10 {
    margin: -3.125rem !important; }
  .mx-lg-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-lg-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important; }
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n5 {
    margin-right: -1.625rem !important;
    margin-left: -1.625rem !important; }
  .mx-lg-n6 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-lg-n7 {
    margin-right: -2.1875rem !important;
    margin-left: -2.1875rem !important; }
  .mx-lg-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-lg-n9 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important; }
  .mx-lg-n10 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important; }
  .my-lg-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .my-lg-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-lg-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important; }
  .my-lg-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n5 {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important; }
  .my-lg-n6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-lg-n7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important; }
  .my-lg-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-lg-n9 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important; }
  .my-lg-n10 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important; }
  .mt-lg-n1 {
    margin-top: -0.3125rem !important; }
  .mt-lg-n2 {
    margin-top: -0.625rem !important; }
  .mt-lg-n3 {
    margin-top: -0.9375rem !important; }
  .mt-lg-n4 {
    margin-top: -1.25rem !important; }
  .mt-lg-n5 {
    margin-top: -1.625rem !important; }
  .mt-lg-n6 {
    margin-top: -1.875rem !important; }
  .mt-lg-n7 {
    margin-top: -2.1875rem !important; }
  .mt-lg-n8 {
    margin-top: -2.5rem !important; }
  .mt-lg-n9 {
    margin-top: -2.8125rem !important; }
  .mt-lg-n10 {
    margin-top: -3.125rem !important; }
  .me-lg-n1 {
    margin-right: -0.3125rem !important; }
  .me-lg-n2 {
    margin-right: -0.625rem !important; }
  .me-lg-n3 {
    margin-right: -0.9375rem !important; }
  .me-lg-n4 {
    margin-right: -1.25rem !important; }
  .me-lg-n5 {
    margin-right: -1.625rem !important; }
  .me-lg-n6 {
    margin-right: -1.875rem !important; }
  .me-lg-n7 {
    margin-right: -2.1875rem !important; }
  .me-lg-n8 {
    margin-right: -2.5rem !important; }
  .me-lg-n9 {
    margin-right: -2.8125rem !important; }
  .me-lg-n10 {
    margin-right: -3.125rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.3125rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.625rem !important; }
  .mb-lg-n3 {
    margin-bottom: -0.9375rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.25rem !important; }
  .mb-lg-n5 {
    margin-bottom: -1.625rem !important; }
  .mb-lg-n6 {
    margin-bottom: -1.875rem !important; }
  .mb-lg-n7 {
    margin-bottom: -2.1875rem !important; }
  .mb-lg-n8 {
    margin-bottom: -2.5rem !important; }
  .mb-lg-n9 {
    margin-bottom: -2.8125rem !important; }
  .mb-lg-n10 {
    margin-bottom: -3.125rem !important; }
  .ms-lg-n1 {
    margin-left: -0.3125rem !important; }
  .ms-lg-n2 {
    margin-left: -0.625rem !important; }
  .ms-lg-n3 {
    margin-left: -0.9375rem !important; }
  .ms-lg-n4 {
    margin-left: -1.25rem !important; }
  .ms-lg-n5 {
    margin-left: -1.625rem !important; }
  .ms-lg-n6 {
    margin-left: -1.875rem !important; }
  .ms-lg-n7 {
    margin-left: -2.1875rem !important; }
  .ms-lg-n8 {
    margin-left: -2.5rem !important; }
  .ms-lg-n9 {
    margin-left: -2.8125rem !important; }
  .ms-lg-n10 {
    margin-left: -3.125rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.3125rem !important; }
  .p-lg-2 {
    padding: 0.625rem !important; }
  .p-lg-3 {
    padding: 0.9375rem !important; }
  .p-lg-4 {
    padding: 1.25rem !important; }
  .p-lg-5 {
    padding: 1.625rem !important; }
  .p-lg-6 {
    padding: 1.875rem !important; }
  .p-lg-7 {
    padding: 2.1875rem !important; }
  .p-lg-8 {
    padding: 2.5rem !important; }
  .p-lg-9 {
    padding: 2.8125rem !important; }
  .p-lg-10 {
    padding: 3.125rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-lg-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-5 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important; }
  .px-lg-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-lg-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important; }
  .px-lg-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important; }
  .px-lg-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .py-lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-lg-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important; }
  .py-lg-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-lg-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  .py-lg-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  .py-lg-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.3125rem !important; }
  .pt-lg-2 {
    padding-top: 0.625rem !important; }
  .pt-lg-3 {
    padding-top: 0.9375rem !important; }
  .pt-lg-4 {
    padding-top: 1.25rem !important; }
  .pt-lg-5 {
    padding-top: 1.625rem !important; }
  .pt-lg-6 {
    padding-top: 1.875rem !important; }
  .pt-lg-7 {
    padding-top: 2.1875rem !important; }
  .pt-lg-8 {
    padding-top: 2.5rem !important; }
  .pt-lg-9 {
    padding-top: 2.8125rem !important; }
  .pt-lg-10 {
    padding-top: 3.125rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.3125rem !important; }
  .pe-lg-2 {
    padding-right: 0.625rem !important; }
  .pe-lg-3 {
    padding-right: 0.9375rem !important; }
  .pe-lg-4 {
    padding-right: 1.25rem !important; }
  .pe-lg-5 {
    padding-right: 1.625rem !important; }
  .pe-lg-6 {
    padding-right: 1.875rem !important; }
  .pe-lg-7 {
    padding-right: 2.1875rem !important; }
  .pe-lg-8 {
    padding-right: 2.5rem !important; }
  .pe-lg-9 {
    padding-right: 2.8125rem !important; }
  .pe-lg-10 {
    padding-right: 3.125rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.3125rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important; }
  .pb-lg-3 {
    padding-bottom: 0.9375rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-5 {
    padding-bottom: 1.625rem !important; }
  .pb-lg-6 {
    padding-bottom: 1.875rem !important; }
  .pb-lg-7 {
    padding-bottom: 2.1875rem !important; }
  .pb-lg-8 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 2.8125rem !important; }
  .pb-lg-10 {
    padding-bottom: 3.125rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.3125rem !important; }
  .ps-lg-2 {
    padding-left: 0.625rem !important; }
  .ps-lg-3 {
    padding-left: 0.9375rem !important; }
  .ps-lg-4 {
    padding-left: 1.25rem !important; }
  .ps-lg-5 {
    padding-left: 1.625rem !important; }
  .ps-lg-6 {
    padding-left: 1.875rem !important; }
  .ps-lg-7 {
    padding-left: 2.1875rem !important; }
  .ps-lg-8 {
    padding-left: 2.5rem !important; }
  .ps-lg-9 {
    padding-left: 2.8125rem !important; }
  .ps-lg-10 {
    padding-left: 3.125rem !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.3125rem !important; }
  .gap-xl-2 {
    gap: 0.625rem !important; }
  .gap-xl-3 {
    gap: 0.9375rem !important; }
  .gap-xl-4 {
    gap: 1.25rem !important; }
  .gap-xl-5 {
    gap: 1.625rem !important; }
  .gap-xl-6 {
    gap: 1.875rem !important; }
  .gap-xl-7 {
    gap: 2.1875rem !important; }
  .gap-xl-8 {
    gap: 2.5rem !important; }
  .gap-xl-9 {
    gap: 2.8125rem !important; }
  .gap-xl-10 {
    gap: 3.125rem !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.3125rem !important; }
  .m-xl-2 {
    margin: 0.625rem !important; }
  .m-xl-3 {
    margin: 0.9375rem !important; }
  .m-xl-4 {
    margin: 1.25rem !important; }
  .m-xl-5 {
    margin: 1.625rem !important; }
  .m-xl-6 {
    margin: 1.875rem !important; }
  .m-xl-7 {
    margin: 2.1875rem !important; }
  .m-xl-8 {
    margin: 2.5rem !important; }
  .m-xl-9 {
    margin: 2.8125rem !important; }
  .m-xl-10 {
    margin: 3.125rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-xl-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-5 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important; }
  .mx-xl-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-xl-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important; }
  .mx-xl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important; }
  .mx-xl-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-xl-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-5 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important; }
  .my-xl-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-xl-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .my-xl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xl-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .my-xl-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important; }
  .mt-xl-2 {
    margin-top: 0.625rem !important; }
  .mt-xl-3 {
    margin-top: 0.9375rem !important; }
  .mt-xl-4 {
    margin-top: 1.25rem !important; }
  .mt-xl-5 {
    margin-top: 1.625rem !important; }
  .mt-xl-6 {
    margin-top: 1.875rem !important; }
  .mt-xl-7 {
    margin-top: 2.1875rem !important; }
  .mt-xl-8 {
    margin-top: 2.5rem !important; }
  .mt-xl-9 {
    margin-top: 2.8125rem !important; }
  .mt-xl-10 {
    margin-top: 3.125rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.3125rem !important; }
  .me-xl-2 {
    margin-right: 0.625rem !important; }
  .me-xl-3 {
    margin-right: 0.9375rem !important; }
  .me-xl-4 {
    margin-right: 1.25rem !important; }
  .me-xl-5 {
    margin-right: 1.625rem !important; }
  .me-xl-6 {
    margin-right: 1.875rem !important; }
  .me-xl-7 {
    margin-right: 2.1875rem !important; }
  .me-xl-8 {
    margin-right: 2.5rem !important; }
  .me-xl-9 {
    margin-right: 2.8125rem !important; }
  .me-xl-10 {
    margin-right: 3.125rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.3125rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important; }
  .mb-xl-3 {
    margin-bottom: 0.9375rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-5 {
    margin-bottom: 1.625rem !important; }
  .mb-xl-6 {
    margin-bottom: 1.875rem !important; }
  .mb-xl-7 {
    margin-bottom: 2.1875rem !important; }
  .mb-xl-8 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 2.8125rem !important; }
  .mb-xl-10 {
    margin-bottom: 3.125rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.3125rem !important; }
  .ms-xl-2 {
    margin-left: 0.625rem !important; }
  .ms-xl-3 {
    margin-left: 0.9375rem !important; }
  .ms-xl-4 {
    margin-left: 1.25rem !important; }
  .ms-xl-5 {
    margin-left: 1.625rem !important; }
  .ms-xl-6 {
    margin-left: 1.875rem !important; }
  .ms-xl-7 {
    margin-left: 2.1875rem !important; }
  .ms-xl-8 {
    margin-left: 2.5rem !important; }
  .ms-xl-9 {
    margin-left: 2.8125rem !important; }
  .ms-xl-10 {
    margin-left: 3.125rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.3125rem !important; }
  .m-xl-n2 {
    margin: -0.625rem !important; }
  .m-xl-n3 {
    margin: -0.9375rem !important; }
  .m-xl-n4 {
    margin: -1.25rem !important; }
  .m-xl-n5 {
    margin: -1.625rem !important; }
  .m-xl-n6 {
    margin: -1.875rem !important; }
  .m-xl-n7 {
    margin: -2.1875rem !important; }
  .m-xl-n8 {
    margin: -2.5rem !important; }
  .m-xl-n9 {
    margin: -2.8125rem !important; }
  .m-xl-n10 {
    margin: -3.125rem !important; }
  .mx-xl-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-xl-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important; }
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xl-n5 {
    margin-right: -1.625rem !important;
    margin-left: -1.625rem !important; }
  .mx-xl-n6 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-xl-n7 {
    margin-right: -2.1875rem !important;
    margin-left: -2.1875rem !important; }
  .mx-xl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-xl-n9 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important; }
  .mx-xl-n10 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important; }
  .my-xl-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .my-xl-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-xl-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important; }
  .my-xl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xl-n5 {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important; }
  .my-xl-n6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-xl-n7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important; }
  .my-xl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-xl-n9 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important; }
  .my-xl-n10 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important; }
  .mt-xl-n1 {
    margin-top: -0.3125rem !important; }
  .mt-xl-n2 {
    margin-top: -0.625rem !important; }
  .mt-xl-n3 {
    margin-top: -0.9375rem !important; }
  .mt-xl-n4 {
    margin-top: -1.25rem !important; }
  .mt-xl-n5 {
    margin-top: -1.625rem !important; }
  .mt-xl-n6 {
    margin-top: -1.875rem !important; }
  .mt-xl-n7 {
    margin-top: -2.1875rem !important; }
  .mt-xl-n8 {
    margin-top: -2.5rem !important; }
  .mt-xl-n9 {
    margin-top: -2.8125rem !important; }
  .mt-xl-n10 {
    margin-top: -3.125rem !important; }
  .me-xl-n1 {
    margin-right: -0.3125rem !important; }
  .me-xl-n2 {
    margin-right: -0.625rem !important; }
  .me-xl-n3 {
    margin-right: -0.9375rem !important; }
  .me-xl-n4 {
    margin-right: -1.25rem !important; }
  .me-xl-n5 {
    margin-right: -1.625rem !important; }
  .me-xl-n6 {
    margin-right: -1.875rem !important; }
  .me-xl-n7 {
    margin-right: -2.1875rem !important; }
  .me-xl-n8 {
    margin-right: -2.5rem !important; }
  .me-xl-n9 {
    margin-right: -2.8125rem !important; }
  .me-xl-n10 {
    margin-right: -3.125rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.3125rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.625rem !important; }
  .mb-xl-n3 {
    margin-bottom: -0.9375rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.25rem !important; }
  .mb-xl-n5 {
    margin-bottom: -1.625rem !important; }
  .mb-xl-n6 {
    margin-bottom: -1.875rem !important; }
  .mb-xl-n7 {
    margin-bottom: -2.1875rem !important; }
  .mb-xl-n8 {
    margin-bottom: -2.5rem !important; }
  .mb-xl-n9 {
    margin-bottom: -2.8125rem !important; }
  .mb-xl-n10 {
    margin-bottom: -3.125rem !important; }
  .ms-xl-n1 {
    margin-left: -0.3125rem !important; }
  .ms-xl-n2 {
    margin-left: -0.625rem !important; }
  .ms-xl-n3 {
    margin-left: -0.9375rem !important; }
  .ms-xl-n4 {
    margin-left: -1.25rem !important; }
  .ms-xl-n5 {
    margin-left: -1.625rem !important; }
  .ms-xl-n6 {
    margin-left: -1.875rem !important; }
  .ms-xl-n7 {
    margin-left: -2.1875rem !important; }
  .ms-xl-n8 {
    margin-left: -2.5rem !important; }
  .ms-xl-n9 {
    margin-left: -2.8125rem !important; }
  .ms-xl-n10 {
    margin-left: -3.125rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.3125rem !important; }
  .p-xl-2 {
    padding: 0.625rem !important; }
  .p-xl-3 {
    padding: 0.9375rem !important; }
  .p-xl-4 {
    padding: 1.25rem !important; }
  .p-xl-5 {
    padding: 1.625rem !important; }
  .p-xl-6 {
    padding: 1.875rem !important; }
  .p-xl-7 {
    padding: 2.1875rem !important; }
  .p-xl-8 {
    padding: 2.5rem !important; }
  .p-xl-9 {
    padding: 2.8125rem !important; }
  .p-xl-10 {
    padding: 3.125rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-xl-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-5 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important; }
  .px-xl-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-xl-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important; }
  .px-xl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xl-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important; }
  .px-xl-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .py-xl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-xl-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important; }
  .py-xl-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-xl-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  .py-xl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xl-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  .py-xl-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.3125rem !important; }
  .pt-xl-2 {
    padding-top: 0.625rem !important; }
  .pt-xl-3 {
    padding-top: 0.9375rem !important; }
  .pt-xl-4 {
    padding-top: 1.25rem !important; }
  .pt-xl-5 {
    padding-top: 1.625rem !important; }
  .pt-xl-6 {
    padding-top: 1.875rem !important; }
  .pt-xl-7 {
    padding-top: 2.1875rem !important; }
  .pt-xl-8 {
    padding-top: 2.5rem !important; }
  .pt-xl-9 {
    padding-top: 2.8125rem !important; }
  .pt-xl-10 {
    padding-top: 3.125rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.3125rem !important; }
  .pe-xl-2 {
    padding-right: 0.625rem !important; }
  .pe-xl-3 {
    padding-right: 0.9375rem !important; }
  .pe-xl-4 {
    padding-right: 1.25rem !important; }
  .pe-xl-5 {
    padding-right: 1.625rem !important; }
  .pe-xl-6 {
    padding-right: 1.875rem !important; }
  .pe-xl-7 {
    padding-right: 2.1875rem !important; }
  .pe-xl-8 {
    padding-right: 2.5rem !important; }
  .pe-xl-9 {
    padding-right: 2.8125rem !important; }
  .pe-xl-10 {
    padding-right: 3.125rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.3125rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important; }
  .pb-xl-3 {
    padding-bottom: 0.9375rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-5 {
    padding-bottom: 1.625rem !important; }
  .pb-xl-6 {
    padding-bottom: 1.875rem !important; }
  .pb-xl-7 {
    padding-bottom: 2.1875rem !important; }
  .pb-xl-8 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-9 {
    padding-bottom: 2.8125rem !important; }
  .pb-xl-10 {
    padding-bottom: 3.125rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.3125rem !important; }
  .ps-xl-2 {
    padding-left: 0.625rem !important; }
  .ps-xl-3 {
    padding-left: 0.9375rem !important; }
  .ps-xl-4 {
    padding-left: 1.25rem !important; }
  .ps-xl-5 {
    padding-left: 1.625rem !important; }
  .ps-xl-6 {
    padding-left: 1.875rem !important; }
  .ps-xl-7 {
    padding-left: 2.1875rem !important; }
  .ps-xl-8 {
    padding-left: 2.5rem !important; }
  .ps-xl-9 {
    padding-left: 2.8125rem !important; }
  .ps-xl-10 {
    padding-left: 3.125rem !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: 1500px) {
  .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.3125rem !important; }
  .gap-xxl-2 {
    gap: 0.625rem !important; }
  .gap-xxl-3 {
    gap: 0.9375rem !important; }
  .gap-xxl-4 {
    gap: 1.25rem !important; }
  .gap-xxl-5 {
    gap: 1.625rem !important; }
  .gap-xxl-6 {
    gap: 1.875rem !important; }
  .gap-xxl-7 {
    gap: 2.1875rem !important; }
  .gap-xxl-8 {
    gap: 2.5rem !important; }
  .gap-xxl-9 {
    gap: 2.8125rem !important; }
  .gap-xxl-10 {
    gap: 3.125rem !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.3125rem !important; }
  .m-xxl-2 {
    margin: 0.625rem !important; }
  .m-xxl-3 {
    margin: 0.9375rem !important; }
  .m-xxl-4 {
    margin: 1.25rem !important; }
  .m-xxl-5 {
    margin: 1.625rem !important; }
  .m-xxl-6 {
    margin: 1.875rem !important; }
  .m-xxl-7 {
    margin: 2.1875rem !important; }
  .m-xxl-8 {
    margin: 2.5rem !important; }
  .m-xxl-9 {
    margin: 2.8125rem !important; }
  .m-xxl-10 {
    margin: 3.125rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-xxl-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xxl-5 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important; }
  .mx-xxl-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-xxl-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important; }
  .mx-xxl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xxl-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important; }
  .mx-xxl-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .my-xxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-xxl-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xxl-5 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important; }
  .my-xxl-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-xxl-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important; }
  .my-xxl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xxl-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important; }
  .my-xxl-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important; }
  .mt-xxl-2 {
    margin-top: 0.625rem !important; }
  .mt-xxl-3 {
    margin-top: 0.9375rem !important; }
  .mt-xxl-4 {
    margin-top: 1.25rem !important; }
  .mt-xxl-5 {
    margin-top: 1.625rem !important; }
  .mt-xxl-6 {
    margin-top: 1.875rem !important; }
  .mt-xxl-7 {
    margin-top: 2.1875rem !important; }
  .mt-xxl-8 {
    margin-top: 2.5rem !important; }
  .mt-xxl-9 {
    margin-top: 2.8125rem !important; }
  .mt-xxl-10 {
    margin-top: 3.125rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.3125rem !important; }
  .me-xxl-2 {
    margin-right: 0.625rem !important; }
  .me-xxl-3 {
    margin-right: 0.9375rem !important; }
  .me-xxl-4 {
    margin-right: 1.25rem !important; }
  .me-xxl-5 {
    margin-right: 1.625rem !important; }
  .me-xxl-6 {
    margin-right: 1.875rem !important; }
  .me-xxl-7 {
    margin-right: 2.1875rem !important; }
  .me-xxl-8 {
    margin-right: 2.5rem !important; }
  .me-xxl-9 {
    margin-right: 2.8125rem !important; }
  .me-xxl-10 {
    margin-right: 3.125rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.3125rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.625rem !important; }
  .mb-xxl-3 {
    margin-bottom: 0.9375rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important; }
  .mb-xxl-5 {
    margin-bottom: 1.625rem !important; }
  .mb-xxl-6 {
    margin-bottom: 1.875rem !important; }
  .mb-xxl-7 {
    margin-bottom: 2.1875rem !important; }
  .mb-xxl-8 {
    margin-bottom: 2.5rem !important; }
  .mb-xxl-9 {
    margin-bottom: 2.8125rem !important; }
  .mb-xxl-10 {
    margin-bottom: 3.125rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.3125rem !important; }
  .ms-xxl-2 {
    margin-left: 0.625rem !important; }
  .ms-xxl-3 {
    margin-left: 0.9375rem !important; }
  .ms-xxl-4 {
    margin-left: 1.25rem !important; }
  .ms-xxl-5 {
    margin-left: 1.625rem !important; }
  .ms-xxl-6 {
    margin-left: 1.875rem !important; }
  .ms-xxl-7 {
    margin-left: 2.1875rem !important; }
  .ms-xxl-8 {
    margin-left: 2.5rem !important; }
  .ms-xxl-9 {
    margin-left: 2.8125rem !important; }
  .ms-xxl-10 {
    margin-left: 3.125rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .m-xxl-n1 {
    margin: -0.3125rem !important; }
  .m-xxl-n2 {
    margin: -0.625rem !important; }
  .m-xxl-n3 {
    margin: -0.9375rem !important; }
  .m-xxl-n4 {
    margin: -1.25rem !important; }
  .m-xxl-n5 {
    margin: -1.625rem !important; }
  .m-xxl-n6 {
    margin: -1.875rem !important; }
  .m-xxl-n7 {
    margin: -2.1875rem !important; }
  .m-xxl-n8 {
    margin: -2.5rem !important; }
  .m-xxl-n9 {
    margin: -2.8125rem !important; }
  .m-xxl-n10 {
    margin: -3.125rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important; }
  .mx-xxl-n3 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important; }
  .mx-xxl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-xxl-n5 {
    margin-right: -1.625rem !important;
    margin-left: -1.625rem !important; }
  .mx-xxl-n6 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important; }
  .mx-xxl-n7 {
    margin-right: -2.1875rem !important;
    margin-left: -2.1875rem !important; }
  .mx-xxl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-xxl-n9 {
    margin-right: -2.8125rem !important;
    margin-left: -2.8125rem !important; }
  .mx-xxl-n10 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important; }
  .my-xxl-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important; }
  .my-xxl-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important; }
  .my-xxl-n3 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important; }
  .my-xxl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-xxl-n5 {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important; }
  .my-xxl-n6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important; }
  .my-xxl-n7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important; }
  .my-xxl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-xxl-n9 {
    margin-top: -2.8125rem !important;
    margin-bottom: -2.8125rem !important; }
  .my-xxl-n10 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.3125rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.625rem !important; }
  .mt-xxl-n3 {
    margin-top: -0.9375rem !important; }
  .mt-xxl-n4 {
    margin-top: -1.25rem !important; }
  .mt-xxl-n5 {
    margin-top: -1.625rem !important; }
  .mt-xxl-n6 {
    margin-top: -1.875rem !important; }
  .mt-xxl-n7 {
    margin-top: -2.1875rem !important; }
  .mt-xxl-n8 {
    margin-top: -2.5rem !important; }
  .mt-xxl-n9 {
    margin-top: -2.8125rem !important; }
  .mt-xxl-n10 {
    margin-top: -3.125rem !important; }
  .me-xxl-n1 {
    margin-right: -0.3125rem !important; }
  .me-xxl-n2 {
    margin-right: -0.625rem !important; }
  .me-xxl-n3 {
    margin-right: -0.9375rem !important; }
  .me-xxl-n4 {
    margin-right: -1.25rem !important; }
  .me-xxl-n5 {
    margin-right: -1.625rem !important; }
  .me-xxl-n6 {
    margin-right: -1.875rem !important; }
  .me-xxl-n7 {
    margin-right: -2.1875rem !important; }
  .me-xxl-n8 {
    margin-right: -2.5rem !important; }
  .me-xxl-n9 {
    margin-right: -2.8125rem !important; }
  .me-xxl-n10 {
    margin-right: -3.125rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.3125rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.625rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -0.9375rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -1.25rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -1.625rem !important; }
  .mb-xxl-n6 {
    margin-bottom: -1.875rem !important; }
  .mb-xxl-n7 {
    margin-bottom: -2.1875rem !important; }
  .mb-xxl-n8 {
    margin-bottom: -2.5rem !important; }
  .mb-xxl-n9 {
    margin-bottom: -2.8125rem !important; }
  .mb-xxl-n10 {
    margin-bottom: -3.125rem !important; }
  .ms-xxl-n1 {
    margin-left: -0.3125rem !important; }
  .ms-xxl-n2 {
    margin-left: -0.625rem !important; }
  .ms-xxl-n3 {
    margin-left: -0.9375rem !important; }
  .ms-xxl-n4 {
    margin-left: -1.25rem !important; }
  .ms-xxl-n5 {
    margin-left: -1.625rem !important; }
  .ms-xxl-n6 {
    margin-left: -1.875rem !important; }
  .ms-xxl-n7 {
    margin-left: -2.1875rem !important; }
  .ms-xxl-n8 {
    margin-left: -2.5rem !important; }
  .ms-xxl-n9 {
    margin-left: -2.8125rem !important; }
  .ms-xxl-n10 {
    margin-left: -3.125rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.3125rem !important; }
  .p-xxl-2 {
    padding: 0.625rem !important; }
  .p-xxl-3 {
    padding: 0.9375rem !important; }
  .p-xxl-4 {
    padding: 1.25rem !important; }
  .p-xxl-5 {
    padding: 1.625rem !important; }
  .p-xxl-6 {
    padding: 1.875rem !important; }
  .p-xxl-7 {
    padding: 2.1875rem !important; }
  .p-xxl-8 {
    padding: 2.5rem !important; }
  .p-xxl-9 {
    padding: 2.8125rem !important; }
  .p-xxl-10 {
    padding: 3.125rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }
  .px-xxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-xxl-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xxl-5 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important; }
  .px-xxl-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-xxl-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important; }
  .px-xxl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xxl-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important; }
  .px-xxl-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .py-xxl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-xxl-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xxl-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important; }
  .py-xxl-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-xxl-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important; }
  .py-xxl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xxl-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important; }
  .py-xxl-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.3125rem !important; }
  .pt-xxl-2 {
    padding-top: 0.625rem !important; }
  .pt-xxl-3 {
    padding-top: 0.9375rem !important; }
  .pt-xxl-4 {
    padding-top: 1.25rem !important; }
  .pt-xxl-5 {
    padding-top: 1.625rem !important; }
  .pt-xxl-6 {
    padding-top: 1.875rem !important; }
  .pt-xxl-7 {
    padding-top: 2.1875rem !important; }
  .pt-xxl-8 {
    padding-top: 2.5rem !important; }
  .pt-xxl-9 {
    padding-top: 2.8125rem !important; }
  .pt-xxl-10 {
    padding-top: 3.125rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.3125rem !important; }
  .pe-xxl-2 {
    padding-right: 0.625rem !important; }
  .pe-xxl-3 {
    padding-right: 0.9375rem !important; }
  .pe-xxl-4 {
    padding-right: 1.25rem !important; }
  .pe-xxl-5 {
    padding-right: 1.625rem !important; }
  .pe-xxl-6 {
    padding-right: 1.875rem !important; }
  .pe-xxl-7 {
    padding-right: 2.1875rem !important; }
  .pe-xxl-8 {
    padding-right: 2.5rem !important; }
  .pe-xxl-9 {
    padding-right: 2.8125rem !important; }
  .pe-xxl-10 {
    padding-right: 3.125rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.3125rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.625rem !important; }
  .pb-xxl-3 {
    padding-bottom: 0.9375rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important; }
  .pb-xxl-5 {
    padding-bottom: 1.625rem !important; }
  .pb-xxl-6 {
    padding-bottom: 1.875rem !important; }
  .pb-xxl-7 {
    padding-bottom: 2.1875rem !important; }
  .pb-xxl-8 {
    padding-bottom: 2.5rem !important; }
  .pb-xxl-9 {
    padding-bottom: 2.8125rem !important; }
  .pb-xxl-10 {
    padding-bottom: 3.125rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.3125rem !important; }
  .ps-xxl-2 {
    padding-left: 0.625rem !important; }
  .ps-xxl-3 {
    padding-left: 0.9375rem !important; }
  .ps-xxl-4 {
    padding-left: 1.25rem !important; }
  .ps-xxl-5 {
    padding-left: 1.625rem !important; }
  .ps-xxl-6 {
    padding-left: 1.875rem !important; }
  .ps-xxl-7 {
    padding-left: 2.1875rem !important; }
  .ps-xxl-8 {
    padding-left: 2.5rem !important; }
  .ps-xxl-9 {
    padding-left: 2.8125rem !important; }
  .ps-xxl-10 {
    padding-left: 3.125rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important; }
  .fs-2 {
    font-size: 1.75rem !important; }
  .fs-3 {
    font-size: 1.53125rem !important; }
  .fs-4 {
    font-size: 1.3125rem !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; } }

/*--------------------------------------
/*  Bootstrap Css End
----------------------------------------*/
/*--------------------------------------
/*   [ 02 Template default CSS ] 
----------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
a {
  text-decoration: none; }

a:focus-visible,
button:focus-visible {
  outline: none; }

button {
  border: 0;
  background: transparent;
  padding: 0; }

img {
  max-width: 100%; }

p:last-child {
  margin-bottom: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

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

/* Section TItle */
.section-title {
  margin-bottom: 20px; }
  .section-title .title {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 22px;
    color: #1a2225; }
    @media screen and (min-width: 1200px) {
      .section-title .title {
        font-size: 26px; } }

.section-title.categories .title {
  font-size: 22px; }

.badge {
  font-size: 12px;
  text-transform: capitalize; }

.section-mt {
  margin-top: 70px; }

.section-mb {
  margin-bottom: 70px; }

.section-pt {
  padding-top: 70px; }

.section-pb {
  padding-bottom: 70px; }

.common-swiper-button-next::after,
.common-swiper-button-prev::after {
  display: none; }

.common-swiper-button-next,
.common-swiper-button-prev {
  top: -30px;
  line-height: 1;
  text-align: center;
  color: #666666;
  width: 34px;
  height: 34px;
  border: 1px solid #ebebeb;
  background: #fff;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s linear;
  border-radius: 100%; }
  .common-swiper-button-next:hover,
  .common-swiper-button-prev:hover {
    background: #222753;
    border-color: #222753;
    color: #fff; }

.common-swiper-button-prev {
  left: auto;
  right: 53px; }

.banner-box-animation {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-box-animation::before, .banner-box-animation::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    transition: all 0.3s linear; }
  .banner-box-animation:hover::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%; }
  .banner-box-animation:hover::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    left: 51%;
    right: 50%; }
  @media screen and (max-width: 767px) {
    .banner-box-animation img {
      width: 100%; } }

#scrollUp {
  right: 50px;
  bottom: 50px;
  color: #fff;
  background: #222753;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
  transition: all 500ms ease-in-out; }
  #scrollUp:hover {
    background: #333;
    color: #fff;
    box-shadow: 0 0 20px #fff; }

.map iframe {
  width: 100%;
  height: 450px;
  border: 0; }

label {
  margin-bottom: 10px; }

.success {
  color: #574186; }

.error {
  color: red; }

.page-banner {
  background: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%; }

.anchor {
  position: relative;
  top: 75%;
  left: -4%; }

.page-header {
  font-weight: bold;
  background: white;
  position: absolute;
  border-radius: 4px;
  color: #019fe3;
  font-size: 2.7rem;
  padding: 10px; }

@media (max-width: 1960px) {
  .page-banner {
    background: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%; }
  .anchor {
    position: relative;
    top: 75%;
    left: -4%; }
  .page-header {
    font-weight: bold;
    background: white;
    position: absolute;
    border-radius: 4px;
    color: #019fe3;
    font-size: 2.7rem;
    padding: 10px; } }

@media (max-width: 1400px) {
  .page-banner {
    background: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%; }
  .anchor {
    position: relative;
    top: 70%;
    left: -4%; }
  .page-header {
    font-weight: bold;
    background: white;
    position: absolute;
    border-radius: 4px;
    color: #019fe3;
    font-size: 2.4rem;
    padding: 10px; } }

@media (max-width: 1200px) {
  .page-banner {
    background: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%; }
  .anchor {
    position: relative;
    top: 65%;
    left: -4%; }
  .page-header {
    font-weight: bold;
    background: white;
    position: absolute;
    border-radius: 4px;
    color: #019fe3;
    font-size: 2.4rem;
    padding: 10px; } }

@media (max-width: 767px) {
  .page-banner {
    background: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%; }
  .anchor {
    position: relative;
    top: 60%;
    left: -7%; }
  .page-header {
    font-weight: bold;
    background: white;
    position: absolute;
    border-radius: 4px;
    color: #019fe3;
    font-size: 2rem;
    padding: 10px; } }

@media (max-width: 576px) {
  .page-banner {
    background: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%; }
  .anchor {
    position: relative;
    top: 55%;
    left: -7%; }
  .page-header {
    font-weight: bold;
    background: white;
    position: absolute;
    top: 55%;
    left: 10%;
    border-radius: 4px;
    color: #019fe3;
    font-size: calc(2vw + 70%);
    padding: 10px; } }

.page-line > p {
  line-height: 1.4; }

/*--------------------------------------
/*   [ 03 Component CSS ] 
----------------------------------------*/
/*--------------------------------------
/*  [ 04 Widgets CSS ]
----------------------------------------*/
.social-links {
  display: flex;
  flex-wrap: wrap; }
  .social-links .social-link {
    display: block;
    font-size: 20px;
    line-height: 1; }
    .social-links .social-link + .social-link {
      margin-left: 20px; }
      @media screen and (max-width: 1199px) {
        .social-links .social-link + .social-link {
          margin-left: 15px; } }
    .social-links .social-link:hover {
      color: #222753; }

.social-links-dark .social-link {
  color: #1a2225; }

.social-links-light .social-link {
  color: #666666; }

.sidebar-menu {
  margin-top: 30px; }

.sidebar-menu-item + .sidebar-menu-item {
  margin-top: 5px; }

.sidebar-menu-nav-link {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #1a2225;
  line-height: 1.6;
  transition: all 0.3s linear; }
  .sidebar-menu-nav-link:hover {
    padding-left: 10px;
    color: #222753; }

.widget-card {
  margin-bottom: 30px; }
  .widget-card:last-child {
    margin-bottom: 0; }
  .widget-card .title {
    position: relative;
    display: block;
    color: #1a2225;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: capitalize; }
  .widget-card .widget-search form {
    position: relative; }
    .widget-card .widget-search form .form-control {
      padding-right: 60px; }
  .widget-card .widget-search-btn {
    width: 45px;
    height: 100%;
    color: #1a2225;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    background: #222753;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .widget-card .widget-search-btn:hover {
      background: #1a2225; }

.widget-sub-title {
  color: #1a2225;
  font-weight: 400;
  line-height: 1.444;
  font-size: 15px; }
  .widget-sub-title a {
    color: inherit; }
    .widget-sub-title a:hover {
      color: #222753; }

.widget-post-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .widget-post-list:last-child {
    margin-bottom: 0; }

.post-thumb {
  display: block;
  margin-right: 20px; }
  .post-thumb img {
    border-radius: 3px; }

.widget-post-content {
  flex: 1; }

.post-meta {
  color: #666666;
  font-size: 14px; }

.widget-tags {
  display: flex;
  flex-wrap: wrap; }

.widget-tag-link {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background: #fff;
  margin: 4px;
  margin-left: 4px;
  text-transform: capitalize;
  border-radius: 4px; }
  .widget-tag-link:hover {
    color: #fff;
    background: #222753;
    border-color: #222753; }

.list-group-item:first-child {
  padding-top: 0; }

.list-group-item:last-child {
  padding-bottom: 0; }

/*************************************
    check-box style CSS 
*************************************/
.widget-check-box {
  margin-top: 5px;
  margin-bottom: 5px; }

.widget-check-box input[type="checkbox"] {
  display: none; }

.widget-check-box input[type="checkbox"] + label {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666666;
  font-size: 14px;
  line-height: 22px; }

.widget-check-box input[type="checkbox"] + label:hover {
  color: #222753; }

.widget-check-box input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #dee2e6;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
  border-radius: 2px; }

.widget-check-box input[type="checkbox"] + label:hover:before {
  border-color: #222753; }

.widget-check-box.color-grey input[type="checkbox"] + label:before {
  background-color: #1a2225;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05); }

.widget-check-box.color-grey input[type="checkbox"]:checked + label:before {
  background-color: transparent; }

.widget-check-box.white input[type="checkbox"] + label:before {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05); }

.widget-check-box.color-black input[type="checkbox"] + label:before {
  background-color: #1a2225;
  border: 1px solid #1a2225; }

.widget-check-box.color-camel input[type="checkbox"] + label:before {
  background-color: #c19a6b;
  border: 1px solid #c19a6b; }

.widget-check-box.color-camel input[type="checkbox"]:checked + label:before {
  background-color: transparent; }

.widget-check-box input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-color: #222753;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.widget-check-box.color-black input[type="checkbox"]:checked + label:before {
  background: 0 0; }

/* radio check box style */
.widget-check-box input[type="radio"]:checked,
.widget-check-box input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.widget-check-box input[type="radio"]:checked + label,
.widget-check-box input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.widget-check-box input[type="radio"]:checked + label:before,
.widget-check-box input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #dee2e6;
  border-radius: 100%;
  background: #fff; }

.widget-check-box input[type="radio"]:checked + label:after,
.widget-check-box input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #222753;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%; }

.widget-check-box input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.widget-check-box input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.widget-check-box input[type="radio"] + label:hover {
  color: #222753; }

.widget-inner {
  margin-bottom: 30px; }

#amount {
  border: 0;
  color: #1a2225;
  font-size: 14px;
  margin: 0 0 20px; }

.widgets .ui-widget-content {
  border: 1px solid #222753; }

.widgets .ui-slider-horizontal {
  height: 5px; }

.widgets .ui-widget-header {
  background: #222753; }

.widgets .ui-slider-handle {
  top: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
  cursor: pointer;
  margin-top: -7.5px;
  border-radius: 100%; }

/* check-box style CSS End */
/*--------------------------------------
/*  [ 05 Header Top CSS ]
----------------------------------------*/
.header-top-bar {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }

@media screen and (min-width: 1920px) {
  .header-top-bar-two {
    padding-left: 90px;
    padding-right: 90px; } }

.header-topbar-nav {
  justify-content: end;
  float: right; }

.topbar-nav-item {
  position: relative;
  padding: 0 20px; }
  @media screen and (max-width: 991px) {
    .topbar-nav-item {
      padding: 0 15px; } }
  .topbar-nav-item + .topbar-nav-item::before {
    content: "";
    border-left: 1px solid #1a2225;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px; }
  .topbar-nav-item:last-child {
    padding-right: 0px; }

.topbar-nav-link {
  font-size: 14px;
  color: #1a2225;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .topbar-nav-link {
      font-size: 13px; } }
  .topbar-nav-link:hover {
    color: #222753; }
  .topbar-nav-link i.icon {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px; }
  .topbar-nav-link i.ion-chevron-down {
    font-size: 10px;
    margin-left: 5px; }
  .topbar-nav-link img {
    margin-right: 5px;
    vertical-align: -1px; }

.header-topbar-nav .dropdown-item {
  padding: 10px !important;
  font-size: 13px; }
  .header-topbar-nav .dropdown-item:hover {
    background: #fff;
    color: #222753; }
  .header-topbar-nav .dropdown-item img {
    margin-right: 10px; }

.header-topbar-nav .dropdown li + li .dropdown-item {
  border-top: 1px solid #ebebeb; }

.header-topbar-nav .dropdown-menu {
  padding: 0 15px;
  display: block;
  top: 50px !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  background: #fff;
  border: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .header-topbar-nav .dropdown-menu.show {
    top: 30px !important;
    opacity: 1;
    visibility: visible; }

/*--------------------------------------
/*  [ 06 Header Middle CSS ]
----------------------------------------*/
.header-space {
  padding: 30px 0px; }
  @media screen and (max-width: 991px) {
    .header-space {
      padding: 15px 0px; } }

.header-two {
  position: relative; }
  @media screen and (min-width: 1920px) {
    .header-two {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (max-width: 1199px) {
    .header-two.header-space {
      padding: 15px 0px; } }

.bg-white .search-form {
  margin-left: 60px; }
  .bg-white .search-form .form-control {
    padding: 10px 20px 10px 20px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 5px; }
    @media screen and (min-width: 1200px) {
      .bg-white .search-form .form-control {
        padding: 10px 150px 10px 20px; } }
  .bg-white .search-form .input-group-text {
    padding: 0px;
    border: 0px; }
  .bg-white .search-form .search-btn {
    width: 55px;
    height: 45px;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    border: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .bg-white .search-form .form-select {
    position: absolute;
    top: 0;
    right: 55px;
    z-index: 4;
    width: 150px;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0 25px;
    padding-right: 25px;
    font-size: 14px;
    background: url("../img/icon/select-arrow.png") no-repeat 90% 54%; }

.bg-white .menu-bars {
  background: transparent;
  color: #1a2225;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #1a2225;
  text-align: center;
  font-size: 24px;
  font-family: "Line Awesome Free";
  font-weight: 900; }

.bg-white .logo {
  display: inline-block;
  vertical-align: middle; }

.bg-white .quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  float: right; }
  .bg-white .quick-links .my-account {
    display: block;
    color: #1a2225;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285; }
    .bg-white .quick-links .my-account:hover {
      color: #222753; }
  .bg-white .quick-links .sign-in {
    color: #1a2225;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285;
    font-weight: 700; }
    .bg-white .quick-links .sign-in:hover {
      color: #222753; }

.bg-white .quick-link-item {
  position: relative;
  flex-wrap: wrap; }
  .bg-white .quick-link-item:hover .quick-link {
    color: #222753; }
  .bg-white .quick-link-item:hover .quick-link-icon {
    color: #222753; }
  .bg-white .quick-link-item + .quick-link-item {
    margin-left: 15px; }
    @media screen and (min-width: 1500px) {
      .bg-white .quick-link-item + .quick-link-item {
        margin-left: 30px; } }

.bg-white .quick-link {
  display: flex;
  align-items: center;
  color: #1a2225; }

.bg-white .quick-link-icon {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  margin-right: 15px;
  color: #1a2225;
  transition: all 0.3s; }
  .bg-white .quick-link-icon:hover {
    color: #222753; }
  .bg-white .quick-link-icon a {
    display: block;
    color: inherit; }
  .bg-white .quick-link-icon .badge {
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 20px;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

.bg-white .usd-curency {
  font-weight: 700;
  line-height: 1.857;
  font-size: 16px; }

@media screen and (min-width: 1920px) {
  .bg-dark .search-form {
    margin-right: 30px; } }

.bg-dark .search-form .input-group {
  justify-content: end; }

.bg-dark .search-form .form-control {
  padding: 10px 10px 10px 10px;
  color: #fff;
  height: 46px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 0px; }
  @media screen and (min-width: 1920px) {
    .bg-dark .search-form .form-control {
      max-width: 250px; } }
  @media screen and (min-width: 1200px) {
    .bg-dark .search-form .form-control {
      padding: 10px 10px 10px 10px; } }
  .bg-dark .search-form .form-control::-webkit-input-placeholder {
    color: #939595;
    opacity: 1; }
  .bg-dark .search-form .form-control:-moz-placeholder {
    color: #939595;
    opacity: 1; }
  .bg-dark .search-form .form-control::-moz-placeholder {
    color: #939595;
    opacity: 1; }
  .bg-dark .search-form .form-control:-ms-input-placeholder {
    color: #939595;
    opacity: 1; }

.bg-dark .search-form .input-group-text {
  padding: 0px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  margin-left: 0px !important; }

.bg-dark .search-form .search-btn {
  width: 55px;
  height: 45px;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #fff; }
  .bg-dark .search-form .search-btn:hover {
    color: #222753; }

.bg-dark .none-in-xl {
  display: none; }
  @media screen and (min-width: 1920px) {
    .bg-dark .none-in-xl {
      display: block; } }

.bg-dark .menu-bars {
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 24px;
  font-family: "Line Awesome Free";
  font-weight: 900; }
  .bg-dark .menu-bars:hover {
    color: #222753;
    border-color: #222753; }

.bg-dark .logo {
  display: inline-block;
  vertical-align: middle; }

.bg-dark .quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end; }
  .bg-dark .quick-links .my-account {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285; }
    .bg-dark .quick-links .my-account:hover {
      color: #222753; }
  .bg-dark .quick-links .sign-in {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285;
    font-weight: 700; }
    .bg-dark .quick-links .sign-in:hover {
      color: #222753; }

.bg-dark .quick-link-item {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center; }
  .bg-dark .quick-link-item:hover .quick-link {
    color: #222753; }
  .bg-dark .quick-link-item:hover .quick-link-icon {
    color: #222753; }
  .bg-dark .quick-link-item + .quick-link-item {
    margin-left: 15px; }
    @media screen and (min-width: 1500px) {
      .bg-dark .quick-link-item + .quick-link-item {
        margin-left: 30px; } }

.bg-dark .quick-link {
  display: flex;
  align-items: center;
  color: #fff; }

.bg-dark .quick-link-icon {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  margin-right: 15px;
  color: #fff;
  transition: 0.3s; }
  .bg-dark .quick-link-icon:hover {
    color: #222753; }
  .bg-dark .quick-link-icon a {
    display: block;
    color: inherit; }
  .bg-dark .quick-link-icon .badge {
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 20px;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

.bg-dark .usd-curency {
  font-weight: 700;
  line-height: 1.857;
  font-size: 16px; }

.bg-success .search-form {
  margin-right: 30px; }
  .bg-success .search-form .form-control {
    padding: 10px 20px 10px 20px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 5px; }
    @media screen and (min-width: 1200px) {
      .bg-success .search-form .form-control {
        padding: 10px 150px 10px 20px; } }
  .bg-success .search-form .input-group-text {
    padding: 0px;
    border: 0px;
    background: transparent; }
  .bg-success .search-form .search-btn {
    width: 55px;
    height: 45px;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    border: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s; }
    .bg-success .search-form .search-btn.btn-dark:hover {
      background: #1a2225;
      opacity: 0.8; }
  .bg-success .search-form .form-select {
    position: absolute;
    top: 0;
    right: 55px;
    z-index: 4;
    width: 150px;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0 25px;
    padding-right: 25px;
    font-size: 14px;
    background: url("../img/icon/select-arrow.png") no-repeat 90% 54%; }

.bg-success .menu-bars {
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 24px;
  font-family: "Line Awesome Free";
  font-weight: 900; }

.bg-success .logo {
  display: inline-block;
  vertical-align: middle; }

.bg-success .quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end; }
  .bg-success .quick-links .my-account {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285; }
    .bg-success .quick-links .my-account:hover {
      color: #fff;
      text-decoration: underline; }
  .bg-success .quick-links .sign-in {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.285;
    font-weight: 700; }
    .bg-success .quick-links .sign-in:hover {
      color: #fff;
      text-decoration: underline; }

.bg-success .quick-link-item {
  position: relative;
  flex-wrap: wrap; }
  .bg-success .quick-link-item:hover .quick-link {
    color: #fff; }
  .bg-success .quick-link-item:hover .quick-link-icon {
    color: #fff; }
  .bg-success .quick-link-item + .quick-link-item {
    margin-left: 15px; }
    @media screen and (min-width: 1500px) {
      .bg-success .quick-link-item + .quick-link-item {
        margin-left: 30px; } }

.bg-success .quick-link {
  display: flex;
  align-items: center;
  color: #fff; }

.bg-success .quick-link-icon {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  margin-right: 15px;
  color: #fff;
  transition: 0.3s; }
  .bg-success .quick-link-icon:hover {
    color: #fff; }
  .bg-success .quick-link-icon a {
    display: block;
    color: inherit; }
  .bg-success .quick-link-icon .badge {
    color: #1a2225;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 20px;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

.bg-success .usd-curency {
  font-weight: 700;
  line-height: 1.857;
  font-size: 16px; }

.toggle-menu {
  margin-left: 10px;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  color: #1a2225; }
  .toggle-menu:hover {
    color: #222753; }

.search-btn-mobile {
  width: 55px;
  height: 45px;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  border: 0;
  margin-right: 30px;
  color: #fff; }
  @media screen and (min-width: 1920px) {
    .search-btn-mobile {
      display: none; } }
  @media screen and (max-width: 991px) {
    .search-btn-mobile {
      display: none; } }
  .search-btn-mobile:hover {
    color: #222753; }

/* ***************
 search-form
******************/
.search-forms .form-controls {
  padding: 10px 70px 10px 10px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  background: #1a2225;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px; }
  .search-forms .form-controls:focus {
    box-shadow: none; }

.search-forms .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 55px;
  color: #fff;
  background: transparent;
  font-size: 23px;
  display: block;
  line-height: 46px;
  transition: all 0.3s linear; }

.search-body {
  position: absolute;
  width: 500px;
  top: 100%;
  right: calc(100% - 45px);
  display: none;
  z-index: 2; }
  @media screen and (max-width: 1199px) {
    .search-body {
      width: 300px; } }

/* ***************
 search-form End
******************/
.header-two .main-menu li:hover > .mega-menu {
  top: 90px; }

.header-two.is-sticky {
  padding-top: 15px;
  padding-bottom: 15px; }

.header-two .quick-link-item.d-lg-none .toggle-menu {
  color: #fff; }

@media screen and (max-width: 1199px) {
  .header-two .quick-link-item.d-lg-none {
    display: block !important; } }

.header-middle-two .toggle-menu {
  color: #fff; }

/*--------------------------------------
/*  [ 07 Header Bottom CSS ]
----------------------------------------*/
.main-menu {
  display: flex;
  flex-wrap: wrap; }

.main-menu-item + .main-menu-item {
  margin-left: 35px; }

@media screen and (min-width: 992px) {
  .main-menu-item + .main-menu-item {
    margin-left: 40px; } }

.main-menu-link {
  font-weight: 700;
  display: block;
  padding: 15px 0px;
  line-height: 1.785;
  font-size: 14px;
  text-transform: uppercase; }
  .main-menu-link i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px; }

.bg-dark .main-menu-link {
  color: #fff; }

.bg-dark .main-menu-item:hover .main-menu-link {
  color: #222753; }

.header-botom-two .main-menu-link {
  color: #fff; }

.header-botom-two .main-menu-item:hover .main-menu-link {
  color: #fff; }

.header-botom-three .main-menu-link {
  color: #1a2225; }

.header-botom-three .main-menu-item:hover .main-menu-link {
  color: #222753; }

.contact-info {
  font-weight: 700;
  color: #fff;
  text-align: right;
  text-transform: uppercase; }
  .contact-info i {
    font-size: 24px;
    margin-right: 7px;
    vertical-align: -2px; }
  .contact-info a {
    color: inherit; }
    .contact-info a:hover {
      color: #222753; }

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  background: rgba(26, 34, 37, 0.8) !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear; }
  .is-sticky:hover {
    background: #1a2225 !important; }

@media screen and (max-width: 991px) {
  .is-sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding: 15px 0px;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
            animation: fadeInDown 0.5s ease-in-out;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4); } }

.header-botom-two {
  background: #4dba52; }
  .header-botom-two.is-sticky {
    background: rgba(77, 186, 82, 0.8) !important; }
    .header-botom-two.is-sticky:hover {
      background: #4dba52 !important; }

.header-botom-three.bg-white .menu-bars {
  align-items: center;
  width: 270px;
  height: 59px;
  background: #222753;
  border-color: #222753;
  padding: 12px 20px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  color: #fff;
  margin-right: 30px; }
  .header-botom-three.bg-white .menu-bars i {
    font-size: 24px;
    margin-right: 10px; }

.header-botom-three.is-sticky {
  background: rgba(255, 255, 255, 0.8) !important; }
  .header-botom-three.is-sticky:hover {
    background: #fff !important; }

/*--------------------------------------
/*  [ 08 Sub Menu CSS ]
----------------------------------------*/
.sub-menu {
  text-align: left;
  position: absolute;
  z-index: 9999;
  top: 80px;
  left: 0;
  width: 230px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
          transform: rotateX(-75deg); }
  .sub-menu .sub-menu {
    left: 100%;
    opacity: 0;
    visibility: hidden; }
  .sub-menu li {
    position: relative; }
    .sub-menu li + li {
      margin-left: 0px !important; }
    .sub-menu li:hover > .sub-menu-link {
      padding-left: 25px; }
  .sub-menu .sub-menu-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.375;
    display: block;
    padding: 8px 20px;
    transition: all 0.3s; }
    .sub-menu .sub-menu-link:hover {
      padding-left: 25px; }

.bg-dark .sub-menu li:hover > .sub-menu-link {
  color: #222753; }

.bg-dark .sub-menu .sub-menu-link {
  color: #666666; }

.header-botom-two .sub-menu li:hover > .sub-menu-link {
  color: #222753; }

.header-botom-two .sub-menu .sub-menu-link {
  color: #666666; }

.header-botom-three .sub-menu li:hover > .sub-menu-link {
  color: #222753; }

.header-botom-three .sub-menu .sub-menu-link {
  color: #666666; }

.main-menu li:hover > .sub-menu {
  top: 59px;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; }
  .main-menu li:hover > .sub-menu .sub-menu {
    top: 0px; }

/*--------------------------------------
/*  [ 09 Mega Menu CSS ]
----------------------------------------*/
.mega-menu {
  text-align: left;
  margin: 0px 7px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
          transform: rotateX(-75deg); }
  .mega-menu > li {
    margin: 0; }
  .mega-menu li a {
    display: inline-block;
    text-align: left;
    padding-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.3s; }
  .mega-menu li ul li {
    margin: 0; }
    .mega-menu li ul li.mega-menu-title {
      margin-bottom: 20px; }
      .mega-menu li ul li.mega-menu-title a {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 !important;
        color: #1a2225; }
        .mega-menu li ul li.mega-menu-title a:hover {
          color: #222753; }
  .mega-menu li > ul li:last-child a {
    padding-bottom: 0; }
  .mega-menu li > ul li > a:hover {
    padding-left: 5px; }

.bg-dark .mega-menu li a {
  color: #666666; }
  .bg-dark .mega-menu li a:hover {
    color: #222753; }

.header-botom-two .mega-menu li a {
  color: #666666; }
  .header-botom-two .mega-menu li a:hover {
    color: #222753; }

.header-botom-three .mega-menu li a {
  color: #666666; }
  .header-botom-three .mega-menu li a:hover {
    color: #222753; }

.main-menu li:hover > .mega-menu {
  top: 59px;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; }

/*--------------------------------------
/*  [ 10 Verticle Menu CSS ]
----------------------------------------*/
/*------------------*
# vertical-menu
*------------------*/
.vmenu-content {
  display: none; }

.vertical-menu {
  position: relative;
  z-index: 3; }
  .vertical-menu .vmenu-content {
    width: 270px;
    background: #fff;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5; }
    .vertical-menu .vmenu-content.display-block {
      min-width: inherit; }
    .vertical-menu .vmenu-content > .menu-item + .menu-item a {
      border-top: 1px solid #ebebeb; }
    .vertical-menu .vmenu-content li {
      position: relative; }
      .vertical-menu .vmenu-content li a {
        margin: 0 20px;
        display: block;
        overflow: hidden;
        text-transform: capitalize;
        color: #1a2225;
        line-height: 2.642;
        font-size: 15px; }
        .vertical-menu .vmenu-content li a:hover {
          color: #222753; }
        @media screen and (max-width: 1199px) {
          .vertical-menu .vmenu-content li a {
            font-size: 14px; } }
        .vertical-menu .vmenu-content li a i {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .vertical-menu .vmenu-content li a strong {
          line-height: 2.916;
          font-weight: 500;
          color: #1a2225; }
          .vertical-menu .vmenu-content li a strong:hover {
            color: #222753; }
      .vertical-menu .vmenu-content li .verticale-mega-menu,
      .vertical-menu .vmenu-content li .verticale-sub-menu {
        position: absolute;
        z-index: 99;
        text-align: left;
        top: 0;
        left: 100%;
        background: #fff;
        display: flex;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #ebebeb;
        -webkit-transform: translateY(20px);
                transform: translateY(20px); }
      .vertical-menu .vmenu-content li .verticale-mega-menu {
        padding: 20px 30px;
        box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15); }
        @media screen and (min-width: 1200px) {
          .vertical-menu .vmenu-content li .verticale-mega-menu {
            width: 900px; } }
        @media screen and (max-width: 1199px) {
          .vertical-menu .vmenu-content li .verticale-mega-menu {
            width: 695px; } }
        .vertical-menu .vmenu-content li .verticale-mega-menu li {
          width: 25%; }
          .vertical-menu .vmenu-content li .verticale-mega-menu li a {
            padding-left: 0px; }
          .vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
            width: 100%; }
            .vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
              padding-left: 0px; }
      .vertical-menu .vmenu-content li .verticale-sub-menu {
        padding: 10px 0px;
        width: 260px; }
        .vertical-menu .vmenu-content li .verticale-sub-menu li a {
          text-transform: capitalize;
          color: #1a2225;
          padding-left: 20px;
          line-height: 2.642;
          font-size: 14px;
          font-weight: 400; }
          .vertical-menu .vmenu-content li .verticale-sub-menu li a:hover {
            color: #222753; }
      .vertical-menu .vmenu-content li:hover > .verticale-mega-menu,
      .vertical-menu .vmenu-content li:hover > .verticale-sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .vertical-menu .vmenu-content li:hover > .verticale-mega-menu,
          .vertical-menu .vmenu-content li:hover > .verticale-sub-menu {
            transition: none; } }
      .vertical-menu .vmenu-content li.expand a {
        padding-left: 30px;
        font-weight: fontweight(bold); }
        .vertical-menu .vmenu-content li.expand a i {
          right: auto;
          left: 20px; }

/*------------------*
# vertical-menu END
*------------------*/
/*--------------------------------------
/*  [ 11 Offcanvas Menu CSS ]
----------------------------------------*/
/*------------------------------------- 
 # Offcanvas
 -------------------------------------*/
.offcanvas-modal.modal.fade .modal-dialog {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-modal.modal.show .modal-dialog {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0; }
  @media screen and (min-width: 576px) {
    .offcanvas-dialog {
      width: 400px; } }
  .offcanvas-dialog .modal-content {
    height: 100%;
    border-radius: 0;
    border: 0; }

.offcanvas-header {
  border-bottom: 1px solid #ebebeb; }

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll; }

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff; }

.offcanvas-menu ul ul {
  display: none; }

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px; }
  .offcanvas-menu > ul > li > ul li a {
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #666666; }

.offcanvas-menu li.active > ul {
  display: block; }

.offcanvas-menu li a {
  display: block;
  text-transform: capitalize;
  color: #1a2225;
  padding: 10px 0px;
  position: relative;
  font-size: 15px; }
  .offcanvas-menu li a:hover {
    color: #222753; }

.offcanvas-menu a:not(:only-child):after {
  content: "\f2c7";
  font-family: "Ionicons";
  position: absolute;
  right: 15px;
  top: 15px; }

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f2f4"; }

/******************************** 
# Offcanvas Menu Style End
********************************/
.offcanvas-social {
  margin-top: 30px;
  margin-bottom: 10px; }

.offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0; }

.offcanvas-social li a {
  display: inline-block;
  color: #fff;
  background: #1a2225;
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0px;
  transition: none;
  border-radius: 100%; }

.offcanvas-social li a:hover {
  background: #222753;
  color: #fff; }

.offcanvas-modal .modal-content {
  padding: 0px 15px; }
  @media screen and (min-width: 576px) {
    .offcanvas-modal .modal-content {
      padding: 0px 30px; } }

.offcanvas-modal .offcanvas-form {
  position: relative;
  margin: 20px 0px; }
  .offcanvas-modal .offcanvas-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 45px;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    border: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .offcanvas-modal .offcanvas-form .form-control {
    padding: 10px 70px 10px 20px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 5px; }

.blog-ctry-menu li a {
  position: relative;
  font-weight: normal;
  color: #1a2225;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 36px;
  display: block; }
  .blog-ctry-menu li a:hover {
    color: #222753; }
  .blog-ctry-menu li a::before {
    content: "+";
    position: absolute;
    display: inline-block;
    font-family: "Ionicons";
    right: 0; }

.blog-ctry-menu li.active a::before {
  content: "-"; }

.blog-ctry-menu li ul.category-sub-menu {
  display: none; }
  .blog-ctry-menu li ul.category-sub-menu li a {
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    display: block;
    color: #666666; }
    .blog-ctry-menu li ul.category-sub-menu li a:hover {
      color: #222753; }
    .blog-ctry-menu li ul.category-sub-menu li a::before {
      content: ""; }

/*--------------------------------------
/*  [ 12 Mini Cart CSS ]
----------------------------------------*/
.checkout-cart {
  top: 80px;
  position: absolute;
  right: 0;
  background: #fff;
  width: 355px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  transition: ease-in-out 0.3s;
  z-index: 99; }
  @media screen and (max-width: 575px) {
    .checkout-cart {
      width: 300px; } }
  @media screen and (max-width: 380px) {
    .checkout-cart {
      right: -70px; } }

.checkout-scroll {
  max-height: 268px;
  overflow-y: auto; }

.checkout-cart-list {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex; }

.checkout-img {
  margin: 0 20px 0 0;
  position: relative; }

.product-image {
  align-items: flex-start; }

.product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 25px;
  padding: 0;
  text-align: center;
  background: #222753;
  color: #fff;
  font-size: 14px;
  line-height: 1.785;
  display: inline-block;
  border-radius: 50%; }

.checkout-block {
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 0 20px 0 0;
  flex: 1; }

.product-name {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  color: #1a2225;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .product-name:hover {
    color: #222753; }

.product-price {
  display: block;
  margin: 10px 0 0;
  font-weight: 400;
  line-height: 1.666;
  font-size: 16px;
  color: #222753; }

.remove-cart {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #666666;
  padding: 3px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.166; }
  .remove-cart:hover {
    color: #1a2225; }

.product-size {
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0 0; }

.checkout-sub-total {
  padding: 20px 20px;
  margin-bottom: 20px; }
  .checkout-sub-total .list-group-item {
    text-transform: capitalize;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0px; }
    .checkout-sub-total .list-group-item span {
      font-weight: 500;
      color: #666666;
      line-height: 1.923; }
    .checkout-sub-total .list-group-item strong {
      font-weight: 500;
      color: #1a2225;
      line-height: 1.923; }

.checkout-action {
  padding: 0px 20px 20px; }

.quick-link-item:hover .checkout-cart {
  top: 100%;
  opacity: 1;
  visibility: visible; }

/*--------------------------------------
/*  [ 13 Hero CSS ]
----------------------------------------*/
.hero-slider {
  position: relative; }
  .hero-slider .hero-slide-item {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1200px) {
      .hero-slider .hero-slide-item {
        padding-bottom: 105px; } }
    .hero-slider .hero-slide-item.animate-style1.swiper-slide-active .title.delay1 {
      -webkit-animation: zoomInLeft 1s linear;
              animation: zoomInLeft 1s linear; }
    .hero-slider .hero-slide-item.animate-style1.swiper-slide-active .title.delay2 {
      -webkit-animation: zoomInLeft 1.3s linear;
              animation: zoomInLeft 1.3s linear; }
    .hero-slider .hero-slide-item.animate-style1.swiper-slide-active .text {
      -webkit-animation: zoomInLeft 1.6s linear;
              animation: zoomInLeft 1.6s linear; }
    .hero-slider .hero-slide-item.animate-style1.swiper-slide-active .btn {
      -webkit-animation: zoomInLeft 1.9s linear;
              animation: zoomInLeft 1.9s linear; }
    .hero-slider .hero-slide-item.animate-style2.swiper-slide-active .title.delay1 {
      -webkit-animation: zoomInUp 1s linear;
              animation: zoomInUp 1s linear; }
    .hero-slider .hero-slide-item.animate-style2.swiper-slide-active .title.delay2 {
      -webkit-animation: zoomInUp 1.3s linear;
              animation: zoomInUp 1.3s linear; }
    .hero-slider .hero-slide-item.animate-style2.swiper-slide-active .text {
      -webkit-animation: zoomInUp 1.6s linear;
              animation: zoomInUp 1.6s linear; }
    .hero-slider .hero-slide-item.animate-style2.swiper-slide-active .btn {
      -webkit-animation: zoomInUp 1.9s linear;
              animation: zoomInUp 1.9s linear; }
  @media screen and (min-width: 1200px) {
    .hero-slider.hero-slider-two .hero-slide-item {
      padding-bottom: 0px; } }

.slider-height1 {
  height: 724px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height1 {
      height: 524px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height1 {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .slider-height1 {
      height: 400px; } }

.hero-slide-content {
  padding-left: 15px; }
  @media screen and (min-width: 992px) {
    .hero-slide-content {
      padding-left: 50px; } }
  .hero-slide-content .title {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .hero-slide-content .title {
        font-size: 35px;
        line-height: 1.3; } }
    @media screen and (max-width: 480px) {
      .hero-slide-content .title {
        font-size: 35px; } }
  .hero-slide-content .text {
    display: inline-block;
    margin-top: 25px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      .hero-slide-content .text {
        font-size: 14px; } }
  .hero-slide-content .btn {
    margin-top: 40px; }

.slide-bg1 {
  background-image: url("../../../img/slider/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg2 {
  background-image: url("../../../img/slider/slide2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg3 {
  background-image: url("../../../img/slider/slide3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg4 {
  background-image: url("../../../img/slider/slide4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg5 {
  background-image: url("../../../img/slider/slide5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg6 {
  background-image: url("../../../img/slider/slide6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg7 {
  background-image: url("../../../img/slider/slide7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg8 {
  background-image: url("../../../img/slider/slide8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg9 {
  background-image: url("../../../img/slider/slide9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg10 {
  background-image: url("../../../img/slider/slide10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg11 {
  background-image: url("../../../img/slider/slide11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.slide-bg12 {
  background-image: url("../../../img/slider/slide12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center; }

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  line-height: 54px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 54px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s; }
  .hero-slider .swiper-button-next:hover,
  .hero-slider .swiper-button-prev:hover {
    color: #fff; }

.hero-slider .swiper-button-next {
  right: 20px; }

.hero-slider .swiper-button-prev {
  left: 20px; }

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; }

.hero-slider:hover .swiper-button-next {
  right: 30px; }

.hero-slider:hover .swiper-button-prev {
  left: 30px; }

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none; }

.hero-slider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
  transition: all 0.3s ease-in; }
  .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet:hover {
    background: #222753;
    border-color: #222753; }

.hero-slider .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .hero-slider .swiper-pagination {
      bottom: 120px; } }

.hero-slider-two .swiper-pagination {
  bottom: 20px; }

/*--------------------------------------
/*  [ 14 Food Category CSS ]
----------------------------------------*/
.food-category-carousel {
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
  padding: 30px 30px;
  background: #fff;
  border-radius: 5px; }
  @media screen and (max-width: 1199px) {
    .food-category-carousel {
      margin-top: 70px; } }
  @media screen and (min-width: 1200px) {
    .food-category-carousel {
      padding: 45px 50px; } }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(1) .food-catery-thumb {
    border-color: #ce1a21; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(2) .food-catery-thumb {
    border-color: #222753; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(3) .food-catery-thumb {
    border-color: #f48120; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(4) .food-catery-thumb {
    border-color: #3d84c5; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(5) .food-catery-thumb {
    border-color: #574186; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(6) .food-catery-thumb {
    border-color: #c26565; }
  .food-category-carousel .swiper-wrapper .food-category-item:nth-of-type(7) .food-catery-thumb {
    border-color: #6574c2; }

@media screen and (min-width: 1200px) {
  .food-carousel-negative-space {
    margin-top: -105px; } }

.food-carousel-box-shadow {
  box-shadow: 0 2px 1.7px 0.3px rgba(0, 0, 0, 0.07); }

.food-catery-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  margin: 0 auto; }
  .food-catery-thumb img {
    -webkit-transform-style: preserve-3d;
    transition: all 0.3s linear; }

.food-category-item {
  text-align: center; }
  .food-category-item:hover .food-catery-thumb {
    border-style: dashed; }
  .food-category-item:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); }

.food-catery-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  color: #1a2225;
  text-transform: capitalize;
  transition: all 0.3s linear; }
  @media screen and (min-width: 1200px) {
    .food-catery-title {
      font-size: 16px; } }
  .food-catery-title:hover {
    color: #222753; }
  .food-catery-title a {
    color: inherit; }

.food-category-carousel .swiper-button-next,
.food-category-carousel .swiper-button-prev {
  line-height: 32px;
  color: #666666;
  font-size: 36px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s; }
  .food-category-carousel .swiper-button-next:hover,
  .food-category-carousel .swiper-button-prev:hover {
    color: #222753; }

.food-category-carousel .swiper-button-next {
  right: 20px; }

.food-category-carousel .swiper-button-prev {
  left: 20px; }

.food-category-carousel:hover .swiper-button-next,
.food-category-carousel:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; }

.food-category-carousel:hover .swiper-button-next {
  right: 30px; }

.food-category-carousel:hover .swiper-button-prev {
  left: 30px; }

.food-category-carousel .swiper-button-next::after,
.food-category-carousel .swiper-button-prev::after {
  display: none; }

/*--------------------------------------
/*  [ 15 Deal Card CSS ]
----------------------------------------*/
.style1 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .style1 .countdown.item-4 {
    display: flex; }
  .style1 .countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    background: #222753;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%; }
  .style1 .countdown__time {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px; }
  .style1 .countdown__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color: #fff; }

.countdown-title {
  font-size: 14px;
  color: #1a2225;
  padding-right: 5px; }
  @media screen and (min-width: 576px) {
    .countdown-title {
      max-width: 100px; } }
  @media screen and (max-width: 575px) {
    .countdown-title {
      margin-bottom: 15px;
      display: block; } }

.style2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .style2 .countdown.item-4 {
    display: flex; }
  .style2 .countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 45px;
    height: 45px;
    background: #222753;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%; }
  .style2 .countdown__time {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 3px; }
  .style2 .countdown__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color: #fff; }

.product-card:hover .style2 {
  opacity: 1;
  visibility: visible; }

.product-card:hover .onsales-badges {
  opacity: 0;
  visibility: hidden; }

.actions {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  display: inline-block;
  padding: 2px 5px;
  white-space: nowrap;
  box-shadow: 0 0 6.79px 0.21px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 5px; }

.action {
  display: inline-block;
  background: #fff;
  color: #1a2225;
  line-height: 36px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  text-align: center; }
  .action button {
    color: inherit; }
  .action:hover {
    color: #222753; }
    .action:hover button {
      color: inherit; }

.deal-carousel-one {
  position: relative; }
  .deal-carousel-one .swiper-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

.deal-carousel-two {
  position: relative; }
  .deal-carousel-two .swiper-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

.deal-product-card {
  border: 2px solid #222753;
  border-style: solid;
  padding: 20px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575px) {
    .deal-product-card {
      flex-direction: column; } }
  .deal-product-card:hover .actions {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .deal-product-card:hover .actions .action {
      opacity: 1;
      visibility: visible; }
      .deal-product-card:hover .actions .action:nth-child(1) {
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .deal-product-card:hover .actions .action:nth-child(2) {
        transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
      .deal-product-card:hover .actions .action:nth-child(3) {
        transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
  .deal-product-card:hover .deal-product-thumb::before {
    opacity: 1; }
  .deal-product-card:hover .dealimg-vissible-onhover {
    opacity: 1;
    visibility: visible; }

.deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2; }

.deal-product-thumb {
  position: relative;
  flex: 0 0 45%; }
  .deal-product-thumb a {
    display: block; }
  .deal-product-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear; }

.dealimg-vissible-onhover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear; }

.deal-product-content {
  flex: 1;
  padding-left: 20px; }

.reviews span {
  color: #f48120;
  display: inline-block;
  margin-right: 1px;
  font-size: 16px; }

.deal-product-link {
  font-weight: 400;
  margin-top: 15px;
  color: #666666;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px; }
  .deal-product-link:hover {
    color: #1a2225; }
  .deal-product-link a {
    color: inherit; }

.deal-product-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #1a2225;
  text-transform: capitalize; }
  .deal-product-title:hover {
    color: #222753; }
  .deal-product-title a {
    color: inherit; }

.deal-product-details {
  margin: 20px 0; }

.deal-product-list {
  color: #666666;
  font-size: 14px; }

.regular-price {
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2px;
  font-size: 16px; }

.price-sale {
  font-weight: 700;
  color: #222753;
  line-height: 1;
  font-size: 22px; }

/*--------------------------------------
/*  [ 16 Button CSS ]
----------------------------------------*/
.btn {
  text-transform: uppercase; }
  .btn:focus {
    box-shadow: none !important; }

.btn-primary:hover {
  border-color: #222753;
  background-color: #222753;
  color: #fff; }

.btn-secondary:hover {
  border-color: #ce9e50;
  background-color: #ce9e50;
  color: #fff; }

.btn-success {
  color: #fff;
  background-color: #222753;
  border-color: #222753; }
  .btn-success:hover {
    border-color: #222753;
    background-color: #222753;
    color: #fff;
    background-color: #1a2225;
    border-color: #1a2225; }

.btn-success-light:hover {
  border-color: #ce9e50;
  background-color: #ce9e50;
  color: #fff; }

.btn-info:hover {
  border-color: #3d84c5;
  background-color: #3d84c5;
  color: #fff; }

.btn-warning:hover {
  border-color: #f48120;
  background-color: #f48120; }

.btn-danger:hover {
  border-color: #ce1a21;
  background-color: #ce1a21;
  color: #fff; }

.btn-danger-light:hover {
  border-color: #c26565;
  background-color: #c26565;
  color: #fff; }

.btn-light {
  color: #1a2225;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    color: #fff;
    background-color: #222753;
    border-color: #222753;
    color: #fff; }

.btn-dark:hover {
  border-color: #1a2225;
  background-color: #1a2225;
  color: #fff;
  background-color: #222753;
  border-color: #222753;
  color: #fff; }

/*--------------------------------------
/*  [ 17 Feature CSS ]
----------------------------------------*/
.tag__discount {
  color: #fff;
  background-color: red !important;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 4px;
  white-space: nowrap;
  width: auto;
  text-align: center;
  margin-left: 6px; }

/*--------------------------------------
/*  [ 18 Banner CSS ]
----------------------------------------*/
/*--------------------------------------
/*  [ 19 Products CSS ]
----------------------------------------*/
.product-box {
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  border-right: none;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .product-box img {
      width: 100%; } }

.product-card-list {
  margin-bottom: 20px; }

.product-card {
  padding: 0px 10px;
  position: relative;
  background: #fff; }
  .product-card::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: -70px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 29.7px 0.3px rgba(0, 0, 0, 0.11);
    z-index: -1;
    pointer-events: none;
    -webkit-transform: rotateX(45deg);
            transform: rotateX(45deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    transition: all 0.3s linear; }
  .product-card:hover {
    z-index: 3; }
    .product-card:hover .product-thumb-nail::before {
      opacity: 1; }
    .product-card:hover .product-image-hover-style {
      opacity: 1; }
    .product-card:hover .product-cart-btn-wrap {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .product-card:hover::after {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1;
      transition: all 0.3s linear; }
    .product-card:hover .actions {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2; }

.product-thumb-nail {
  position: relative; }
  .product-thumb-nail a {
    display: block; }
  .product-thumb-nail::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear; }

.product-image {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.product-image-hover-style {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s; }

.product-content {
  padding: 20px 10px 10px 10px;
  background: #fff;
  position: relative;
  transition: all 0.3s linear; }

.product-sub-title {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }
  .product-sub-title:hover {
    color: #1a2225; }

.product-title {
  max-width: 170px;
  color: #1a2225;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.285;
  margin-bottom: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .product-title:hover {
    color: #222753; }

.product-regular-price {
  color: #9b9b9b;
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2px;
  font-size: 16px; }

.product-price-on-sale {
  color: #222753;
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  font-size: 16px; }

.product-cart-btn-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  background: #fff;
  transition: all 0.3s linear; }

.add-to-cart-btn {
  display: block;
  width: 100%;
  padding: 13px 10px; }

.product-tab-card-list {
  margin-bottom: 20px; }

.product-tab-card {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff; }
  .product-tab-card:hover .quick-view-btn {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .product-tab-card:hover .product-tab-image-hover-style {
    opacity: 1; }

.product-tab-thumb-nail {
  position: relative;
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 20px; }
  .product-tab-thumb-nail a {
    display: block; }
  .product-tab-thumb-nail::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear; }
  .product-tab-thumb-nail:hover::before {
    opacity: 1;
    transition: all 0.3s linear; }

.product-tab-image-hover-style {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s; }

.quick-view-btn-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  text-align: center; }

.quick-view-btn {
  display: inline-block;
  background: #fff;
  color: #1a2225;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0); }
  .quick-view-btn:hover {
    background: #222753;
    color: #fff; }

.product-tab-content {
  flex: 1; }
  @media screen and (max-width: 480px) {
    .product-tab-content .product-title {
      max-width: 140px; } }

.product-tab-nav .nav-item {
  position: relative; }
  .product-tab-nav .nav-item + .nav-item {
    margin-left: 30px; }
    .product-tab-nav .nav-item + .nav-item::before {
      position: absolute;
      left: -15px;
      top: 10px;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #8c9396; }

.product-tab-nav .nav-link {
  padding: 0;
  line-height: 1.7333;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
  color: #1a2225; }
  .product-tab-nav .nav-link:hover {
    color: #222753; }
  .product-tab-nav .nav-link.active {
    background-color: transparent;
    color: #1a2225; }
    .product-tab-nav .nav-link.active:hover {
      color: #222753; }

.categories-card-list {
  margin-bottom: 18px; }

.categories-card {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff; }
  .categories-card:hover .quick-view-btn {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .categories-card:hover .categories-image-hover-style {
    opacity: 1; }

.categories-thumb-nail {
  position: relative;
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px; }
  .categories-thumb-nail a {
    display: block; }
  .categories-thumb-nail::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s linear; }
  .categories-thumb-nail:hover::before {
    opacity: 1;
    transition: all 0.3s linear; }

.categories-image-hover-style {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s; }

.quick-view-btn-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  text-align: center; }

.quick-view-btn {
  display: inline-block;
  background: #fff;
  color: #1a2225;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0); }
  .quick-view-btn:hover {
    background: #222753;
    color: #fff; }

.categories-content {
  flex: 1; }

.offer-list {
  margin-left: 16px; }
  .offer-list:last-child {
    margin-bottom: 10px; }

.offer-card {
  margin-top: 40px !important;
  padding: 12px;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 5px #00000012; }

.offer-title {
  color: #019fe3;
  font-weight: bold;
  font-size: 1.5rem; }

.offer-info {
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px;
  color: white;
  background: #019fe3;
  display: inline-block; }

/*--------------------------------------
/*  [ 20 Products Carousel CSS ]
----------------------------------------*/
.custom-container {
  position: relative; }
  @media screen and (min-width: 768px) {
    .custom-container {
      display: grid;
      grid-template-columns: 21.5% 78.5%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container {
      grid-template-columns: 25.5% 74.5%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
      grid-template-columns: 35.5% 64.5%; } }
  @media screen and (max-width: 767px) {
    .custom-container {
      display: flex;
      flex-direction: column; } }

.custom-container2 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .custom-container2 {
      display: grid;
      grid-template-columns: 25% 75%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container2 {
      grid-template-columns: 25% 75%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container2 {
      grid-template-columns: 25% 75%; } }
  @media screen and (max-width: 767px) {
    .custom-container2 {
      display: flex;
      flex-direction: column; } }

.food-carousel-five-items,
.food-carousel-six-items {
  padding: 20px;
  border: 1px solid #ebebeb; }
  .food-carousel-five-items .swiper-container,
  .food-carousel-six-items .swiper-container {
    padding: 30px 20px 90px 20px;
    margin: -30px -20px -90px -20px;
    -webkit-transform: translate3d(0, 0, 0); }

.food-carousel-four-items {
  position: relative;
  padding: 0px 20px; }
  .food-carousel-four-items .swiper-container {
    padding: 30px 20px 90px 20px;
    margin: -30px -20px -70px -20px;
    -webkit-transform: translate3d(0, 0, 0); }
  .food-carousel-four-items .common-swiper-button-next,
  .food-carousel-four-items .common-swiper-button-prev {
    top: 55%;
    opacity: 0;
    visibility: hidden; }
  .food-carousel-four-items:hover .common-swiper-button-next,
  .food-carousel-four-items:hover .common-swiper-button-prev {
    opacity: 1;
    visibility: visible; }
  .food-carousel-four-items .common-swiper-button-prev {
    left: 20px; }
    @media screen and (min-width: 1500px) {
      .food-carousel-four-items .common-swiper-button-prev {
        left: -20px; } }
  .food-carousel-four-items .common-swiper-button-next {
    left: auto;
    right: 20px; }
    @media screen and (min-width: 1500px) {
      .food-carousel-four-items .common-swiper-button-next {
        right: -20px; } }

.food-carousel-six-items {
  position: relative; }

.product-carousel-item {
  margin-bottom: -20px; }

@media screen and (max-width: 767px) {
  .custom-col-left {
    margin-top: 30px;
    order: 1; } }

.custom-col-left .sidebar-widgets {
  height: 100%; }
  .custom-col-left .sidebar-widgets .widget {
    height: 100%; }

@media screen and (max-width: 767px) {
  .custom-col-left2 {
    margin-top: 30px;
    order: 1; } }

.custom-col-left2 .sidebar-widgets {
  height: 100%; }
  .custom-col-left2 .sidebar-widgets .widget {
    height: 100%; }

.product-box2 {
  height: 100%;
  background: #f7f7f7;
  padding: 30px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/*--------------------------------------
/*  [ 21 Tab Carousel CSS ]
----------------------------------------*/
.tab-carousel {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }
  @media screen and (max-width: 767px) {
    .tab-carousel .common-swiper-button-next,
    .tab-carousel .common-swiper-button-prev {
      top: -75px; } }
  @media screen and (max-width: 405px) {
    .tab-carousel .common-swiper-button-next,
    .tab-carousel .common-swiper-button-prev {
      top: -105px; } }

.tab-carousel-item {
  margin-bottom: -20px; }

@media screen and (max-width: 991px) {
  .product-tab-nav {
    margin-bottom: 20px; } }

/*--------------------------------------
/*  [ 22 Featured Carousel CSS ]
----------------------------------------*/
.featured-carousel {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 20px; }
  .featured-carousel .swiper-container {
    padding: 30px 20px 90px 20px;
    margin: -30px -20px -90px -20px; }

/*--------------------------------------
/*  [ 23 New Arrival Carousel CSS ]
----------------------------------------*/
.new-arrival-carousel {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 20px; }
  .new-arrival-carousel .swiper-container {
    padding: 30px 20px 90px 20px;
    margin: -30px -20px -90px -20px; }

/*--------------------------------------
/*  [ 24 Brand Carousel CSS ]
----------------------------------------*/
.brand-carousel {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }
  .brand-carousel .common-swiper-button-next,
  .brand-carousel .common-swiper-button-prev {
    top: 55%;
    opacity: 0;
    visibility: hidden; }
  .brand-carousel:hover .common-swiper-button-next,
  .brand-carousel:hover .common-swiper-button-prev {
    opacity: 1;
    visibility: visible; }
  .brand-carousel .common-swiper-button-prev {
    left: 20px; }
    @media screen and (min-width: 1500px) {
      .brand-carousel .common-swiper-button-prev {
        left: -20px; } }
  .brand-carousel .common-swiper-button-next {
    left: auto;
    right: 20px; }
    @media screen and (min-width: 1500px) {
      .brand-carousel .common-swiper-button-next {
        right: -20px; } }

.brand-carousel-item a {
  display: block;
  text-align: center; }

.brand-carousel-item:hover img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  transition: all 0.6s linear; }

/*--------------------------------------
/*  [ 25 Categories Carousel CSS ]
----------------------------------------*/
.categories-carousel {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }

.categories-carousel2 {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }

.categories-carousel3 {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }

.categories-carousel-item {
  margin-bottom: -18px; }

.categories-carousel4 {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 10px; }
  .categories-carousel4 .categories-carousel-item {
    margin-bottom: -30px; }
  .categories-carousel4 .categories-card-list {
    margin-bottom: 30px; }

/*--------------------------------------
/*  [ 26 News Netter CSS ]
----------------------------------------*/
.news-letter-sectoin {
  padding: 35px 0; }

.news-letter-wrap {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .news-letter-wrap {
      flex-direction: column; } }

@media screen and (min-width: 768px) {
  .news-letter-title {
    margin-right: 40px; } }

@media screen and (max-width: 767px) {
  .news-letter-title {
    text-align: center; } }

.news-letter-title .title {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px; }

.news-letter-title p {
  color: #fff; }

.news-letter-form {
  position: relative;
  flex: 1; }
  @media screen and (min-width: 1200px) {
    .news-letter-form {
      margin-right: 50px; } }
  @media screen and (max-width: 767px) {
    .news-letter-form {
      margin-top: 30px; } }
  .news-letter-form .form-control {
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 10px 120px 10px 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    border-radius: 5px; }

.sign-up-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 0 20px;
  line-height: 47px;
  height: 47px;
  border-radius: 0 5px 5px 0;
  background: #1a2225;
  transition: all 0.3s linear; }
  .sign-up-btn:hover {
    box-shadow: 0 0 20px #fff; }

/*--------------------------------------
/*  [ 27 Service CSS ]
----------------------------------------*/
.services {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 60px; }

.service-item {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .service-item {
      padding: 10px 20px; } }
  .service-item:hover .service-icon {
    -webkit-animation: tada 1s linear infinite;
            animation: tada 1s linear infinite; }

.service-icon {
  margin-bottom: 20px; }

.service-title {
  font-weight: 700;
  color: #222753;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.571;
  margin-bottom: 5px; }

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

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

/*--------------------------------------
/*  [ 28 Footer CSS ]
----------------------------------------*/
.footer .title {
  font-weight: 700;
  position: relative;
  color: #1a2225;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb; }
  .footer .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #222753; }

.footer-widget p {
  margin-bottom: 25px; }

.footer-brand {
  display: block;
  margin-bottom: 35px; }

.footer-des-list {
  color: #1a2225;
  font-size: 15px; }
  .footer-des-list i {
    color: #222753;
    display: inline-block;
    font-size: 22px;
    margin-right: 5px; }
  .footer-des-list a {
    color: #1a2225;
    font-size: 15px; }
    .footer-des-list a:hover {
      color: #222753; }

.footer-menu-items + .footer-menu-items {
  margin-top: 10px; }

.footer-menu-link {
  font-size: 14px;
  line-height: 1.7142;
  text-transform: capitalize;
  color: #666;
  transition: all 0.3s linear; }
  .footer-menu-link:hover {
    padding-left: 10px;
    color: #222753; }

.footer-payment {
  display: block;
  margin-top: 40px; }

.copy-right {
  padding: 15px 0;
  margin-top: 60px;
  text-align: center; }
  .copy-right p {
    color: #fff;
    line-height: 1.428;
    font-size: 14px; }
    .copy-right p i {
      color: #222753; }
    .copy-right p a {
      color: inherit; }
      .copy-right p a:hover {
        color: #222753; }

/*--------------------------------------
/*  [ 29 Counter CSS ]
----------------------------------------*/
.product-count.style input {
  color: #1d1d1d;
  background-color: #fff;
  height: 48px;
  padding: 10px 30px 10px 10px;
  width: 70px;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield; }
  .product-count.style input:focus {
    outline: none; }

.product-count.style .count-btn {
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ebebeb;
  display: block;
  width: 20px;
  height: 24px;
  padding: 0;
  text-align: center;
  color: #1d1d1d;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.product-count.style .increment {
  border-bottom: 1px solid #ebebeb; }

/*--------------------------------------
/*  [ 30 Product Modal CSS ]
----------------------------------------*/
.product-modal-gallery {
  margin-bottom: 30px; }

.product-modal-gallery-item {
  text-align: center; }

.product-modal-gallery-thumbs {
  padding: 15px; }

.product-modal-gallery-thumbs-item {
  text-align: center;
  padding: 5px; }
  .product-modal-gallery-thumbs-item.swiper-slide-thumb-active a {
    border-color: #222753; }
  .product-modal-gallery-thumbs-item a {
    display: block;
    border: 1px solid transparent; }
    .product-modal-gallery-thumbs-item a:hover {
      border-color: #222753; }

.gallery {
  margin-bottom: 30px; }

.gallery-item {
  text-align: center; }

.gallery-thumbs {
  padding: 15px; }

.gallery-thumbs-item {
  text-align: center;
  padding: 5px; }
  .gallery-thumbs-item.swiper-slide-thumb-active a {
    border-color: #222753; }
  .gallery-thumbs-item a {
    display: block;
    border: 1px solid transparent; }
    .gallery-thumbs-item a:hover {
      border-color: #222753; }

.modal-product-title {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a2225;
  font-size: 28px;
  text-transform: capitalize; }

.modal-product-sub-title {
  font-weight: 700;
  font-size: 14px;
  color: #1a2225; }

.product-description-short {
  padding: 0 0 30px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #7a7d7e; }
  .product-description-short ul {
    list-style-type: disc;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px; }
    .product-description-short ul li {
      list-style-type: disc; }

.product-variants {
  display: flex;
  margin-bottom: 25px; }

.product-variants-item {
  width: 25%; }
  .product-variants-item ul {
    display: flex; }
  .product-variants-item .form-control {
    background-color: #fff;
    color: #1a2225;
    border: 1px solid #ebebeb;
    font-size: 14px; }

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem; }

.input-container {
  position: relative; }

.product-variants > .product-variants-item label {
  margin: 0; }

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin: 0.3125rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain; }

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323; }

.input-color:checked + span,
.input-radio:checked + span {
  background-color: #434a54; }

.control-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a2225;
  text-transform: uppercase;
  margin-bottom: 15px; }

.form-control-select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  background-color: #f1f1f1; }

.product-modal-dialog {
  max-width: 64rem; }
  .product-modal-dialog .modal-header {
    border-bottom: 0px; }
  .product-modal-dialog .modal-body {
    padding-bottom: 60px; }

.product-price-wrapp-lg {
  margin-bottom: 30px; }

.product-regular-price-lg {
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  color: #9b9b9b;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 0.625rem; }

.product-price-on-sale-lg {
  color: #222753;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.0714; }

.badge.badge-lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-left: 0.625rem;
  padding: 0 10px 0 10px;
  background: #1a2225;
  vertical-align: 4px;
  border-radius: 0;
  text-transform: capitalize; }

.modal-add-to-cart-btn {
  display: inline-block;
  color: #fff;
  padding: 0 55px;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #222753;
  transition: background-color 0.3s; }
  .modal-add-to-cart-btn:hover {
    background-color: #1a2225; }
  .modal-add-to-cart-btn::before {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    vertical-align: 0; }

.product-add-to-card-item {
  line-height: 30px;
  color: #555;
  font-size: 14px;
  margin-right: 15px; }
  .product-add-to-card-item:hover {
    color: #222753; }
  .product-add-to-card-item i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: -1px; }

.product-social-sharing {
  margin-top: 10px; }
  .product-social-sharing span {
    margin-right: 10px;
    line-height: 30px;
    font-weight: 400;
    color: #1a2225;
    font-size: 14px;
    text-transform: uppercase; }
  .product-social-sharing ul {
    display: inline-block; }
    .product-social-sharing ul li {
      margin-right: 20px;
      display: inline-block; }
      .product-social-sharing ul li a {
        display: inline-block;
        line-height: 30px;
        text-align: center;
        color: #b4b4b4; }
        .product-social-sharing ul li a:hover {
          color: #222753; }

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible; }

.compare-modal-dialog .modal-header {
  border-bottom: 0px; }

.compare-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px; }
  .compare-modal-dialog .modal-body p i {
    margin-right: 10px;
    font-size: 20px; }

.wishlist-modal-dialog .modal-header {
  border-bottom: 0px; }

.wishlist-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px; }

.modal-quantity {
  color: #1a2225;
  font-size: 16px;
  margin-bottom: 0.375rem; }

#addto-cart-modal .modal-header {
  padding: 15px;
  font-weight: 600;
  line-height: 1; }

#addto-cart-modal .modal-dialog {
  max-width: 1140px; }

#addto-cart-modal .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem; }

#addto-cart-modal .ion-android-done {
  color: #fff;
  font-size: 24px; }

#addto-cart-modal .product-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1a2225; }

#addto-cart-modal .btn-close {
  right: 20px;
  color: #fff !important;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding: 0px; }

.quntity-list li {
  font-size: 14px;
  font-weight: 600;
  color: #1a2225;
  margin-bottom: 10px; }

.cart-content .title {
  font-weight: 400;
  color: #1a2225; }

.cart-content p {
  color: #1a2225; }
  .cart-content p span {
    font-weight: 600;
    color: #1a2225; }

.cart-content-btn {
  margin-top: 25px; }

/*--------------------------------------
/*  [ 31 Static Info CSS ]
----------------------------------------*/
.static_info {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
  margin-top: 70px; }

.static_info .box_info {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px; }

.static_info .icon_info {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  line-height: 64px;
  background: #f7f7f7;
  text-align: center;
  font-size: 32px;
  flex: 0 0 64px;
  margin-right: 15px;
  position: relative;
  transition: all 300ms linear; }

.static_info .box_info:hover .icon_info {
  background: #222753;
  color: #fff; }

.static_info .txt_info {
  flex: 1; }

.static_info .txt_info .title {
  color: #1a2225;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 0; }
  @media screen and (max-width: 1199px) {
    .static_info .txt_info .title {
      font-size: 15px; } }

/*--------------------------------------
/*  [ 32 Bread Crumb CSS ]
----------------------------------------*/
/* breadcrumb-section */
.breadcrumb-section {
  padding: 24px 0;
  background: #f9f9f9;
  margin-bottom: 60px; }

.breadcrumb-item {
  text-transform: capitalize;
  line-height: 1;
  padding: 0px !important; }
  .breadcrumb-item.active {
    color: #222753; }
  @media screen and (max-width: 450px) {
    .breadcrumb-item {
      margin: 5px 0px; } }
  .breadcrumb-item a {
    display: inline-block;
    position: relative;
    color: #1a2225 !important;
    line-height: 1; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f3d3";
  color: #666666 !important;
  margin: 0 10px;
  content: "\f3d3";
  font-family: "Ionicons";
  padding: 0px !important;
  position: relative;
  top: 2px;
  font-size: 14px; }

/* breadcrumb End */
/*--------------------------------------
/*  [ 33 Shope Page CSS ]
----------------------------------------*/
/*------------------*
# Shop Pages
*------------------*/
.tab-content .tab-pane.active .grid-view .product-card {
  -webkit-animation: zoomIn 0.5s ease;
          animation: zoomIn 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.tab-content .tab-pane.active .grid-view-list .col-12 {
  -webkit-animation: fadeInRight 0.5s ease;
          animation: fadeInRight 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@media screen and (min-width: 1200px) {
  .grid-view-five-column .col-xl-3 {
    flex: 0 0 auto;
    width: 20%; } }

.grid-view-list .product-card {
  display: flex; }
  @media screen and (max-width: 575px) {
    .grid-view-list .product-card {
      flex-direction: column; } }
  @media screen and (max-width: 575px) {
    .grid-view-list .product-card .product-thumb-nail {
      text-align: center; } }
  @media screen and (max-width: 575px) {
    .grid-view-list .product-card .product-thumb-nail .product-image-hover-style {
      display: block;
      right: 0;
      margin: 0 auto; } }
  .grid-view-list .product-card .product-cart-btn-wrap {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1; }
    .grid-view-list .product-card .product-cart-btn-wrap .add-to-cart-btn {
      padding: 15px 25px; }
  .grid-view-list .product-card p {
    margin: 30px 0px; }
  .grid-view-list .product-card::after {
    display: none; }
  .grid-view-list .product-card .product-content {
    flex: 1; }

.nav-tabs {
  border-bottom: 0px; }

.grid-nav-wraper {
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 30px; }

.shop-grid-nav .nav .nav-item {
  line-height: 1; }
  .shop-grid-nav .nav .nav-item + .nav-item {
    margin-left: 15px; }

.total-products {
  margin-left: 50px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  color: #1a2225; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .total-products {
      margin-left: 30px; } }
  @media screen and (max-width: 991px) {
    .total-products {
      margin-left: 20px; } }

.shop-grid-nav .nav .nav-link {
  color: #a5a8a9;
  padding: 0;
  text-align: center;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0px;
  border-radius: 4px; }

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #222753; }

.shop-grid-button select {
  width: 100%;
  height: auto;
  border: 1px solid #dee2e6;
  background: #fff;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #1a2225;
  text-align: left;
  border-radius: 30px; }

.product-option {
  position: relative; }
  .product-option select {
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 2px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #1a2225;
    text-align: left;
    text-transform: uppercase;
    width: 70px;
    height: 40px; }
    .product-option select:focus {
      border-color: #e5e5e5; }
  .product-option .chevron-arrow-down {
    position: absolute;
    right: 15px;
    font-size: 20px; }

.shop-grid-menu {
  background: #fff;
  width: calc(100% - 145px);
  border: 1px solid #dee2e6; }

.shop-grid-menu .dropdown-item {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  color: #1a2225; }

.shop-grid-menu .dropdown-item:hover {
  background: #f48120;
  color: #fff; }

.sort-by {
  min-width: 70px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin-left: 50px;
  color: #1a2225; }
  @media screen and (max-width: 991px) {
    .sort-by {
      margin-left: 0px; } }

.shop-grid-button {
  position: relative; }
  .shop-grid-button .form-select:focus {
    border-color: #e5e5e5; }
  .shop-grid-button .chevron-arrow-down {
    position: absolute;
    right: 20px;
    font-size: 20px; }

@media screen and (min-width: 1200px) {
  .shop-grid-5 .col-xl-2 {
    width: 20%; } }

.Showing {
  color: #1a2225; }

/*------------------*
   # Shop Pages End
   *------------------*/
/*--------------------------------------
/*  [ 34 Pagination CSS ]
----------------------------------------*/
.page-item {
  margin: 0px 10px; }
  .page-item.active .page-link {
    color: #fff;
    background: transparent; }

.page-link {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  font-size: 14px;
  color: #1a2225;
  background-color: #f6f6f6;
  border-radius: 50% !important; }
  .page-link:focus {
    background-color: transparent; }

/*--------------------------------------
/*  [ 35 Single Produt Tab CSS ]
----------------------------------------*/
.media {
  position: relative;
  display: flex; }
  .media .thumb {
    margin-right: 20px; }
  .media::after {
    content: "";
    position: absolute;
    right: -5px;
    height: 85%;
    width: 1px;
    background: #f1f1f1;
    top: 15px; }

.media.media-2 {
  display: flex; }
  .media.media-2 span {
    align-self: center;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    margin-right: 20px; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .media.media-2 span {
        font-size: 24px; } }
  .media.media-2::after {
    display: none; }
  .media.media-2 .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .media.media-2 .title {
        font-size: 13px; } }
  .media.media-2 p {
    font-size: 14px;
    color: #fff;
    font-weight: normal; }

.media-body {
  flex: 1; }

.single-product-tab .nav-item {
  margin: 0 30px; }
  @media screen and (max-width: 767px) {
    .single-product-tab .nav-item {
      margin: 0 20px; } }
  @media screen and (max-width: 575px) {
    .single-product-tab .nav-item {
      margin: 0 10px; } }
  .single-product-tab .nav-item .nav-link {
    line-height: 1.388;
    font-weight: 600;
    color: #1a2225;
    padding: 15px 30px;
    font-size: 18px;
    border: 0;
    border-bottom: 2px solid transparent; }
    @media screen and (max-width: 767px) {
      .single-product-tab .nav-item .nav-link {
        padding: 15px 10px;
        font-size: 15px; } }
    @media screen and (max-width: 575px) {
      .single-product-tab .nav-item .nav-link {
        padding: 15px 5px;
        font-size: 14px; } }
    .single-product-tab .nav-item .nav-link.active {
      background-color: transparent;
      border-color: #222753;
      color: #ababab; }
    .single-product-tab .nav-item .nav-link:hover {
      background-color: transparent;
      border-color: #222753;
      color: #ababab; }

/************************
    single-product start
  ************************/
.single-product-head .title {
  font-size: 30px; }

.single-product-head .star-content .star-on {
  margin: 0 1px 0 0;
  color: #f48120;
  font-size: 18px; }

.single-product-head .star-content a {
  font-size: 15px; }
  .single-product-head .star-content a span {
    margin-right: 6px; }

.single-product-desc {
  background: #fff;
  padding: 30px;
  border: 1px solid #dee2e6; }
  .single-product-desc ul {
    font-size: 15px;
    line-height: 24px;
    text-align: left; }

.studio-thumb img {
  border: 1px solid #dee2e6; }

.studio-thumb h3, .studio-thumb .h3 {
  text-transform: capitalize;
  color: #1a2225;
  line-height: 24px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem; }

.studio-thumb h6, .studio-thumb .h6 {
  font-size: 1rem;
  color: #1a2225; }
  .studio-thumb h6 small, .studio-thumb .h6 small, .studio-thumb h6 .small, .studio-thumb .h6 .small {
    font-size: 14px;
    color: #666666; }

.product-features ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .product-features ul li {
    flex: 1 0 40%;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem; }

.grade-content .grade {
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 10px; }

.grade-content .star-on {
  color: #f48120;
  font-size: 18px; }

.grade-content .title {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px; }

.grade-content .sub-title {
  color: #1a2225;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  padding-top: 9px;
  margin-bottom: 10px; }

.grade-content p {
  line-height: 18px;
  font-size: 14px; }

.group-img img {
  max-width: 80px; }

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #1a2225;
  font-size: 15px;
  text-transform: capitalize; }

.product-grouped span {
  font-size: 14px;
  color: #666666;
  line-height: 1; }

.product-anotherinfo-wrapper ul li {
  color: #888;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px; }

.product-anotherinfo-wrapper ul li span {
  color: #1a2225;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px; }

.single-review .review-top-wrap .review-left {
  display: flex; }

.single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px; }

.single-review .review-top-wrap .review-left .review-name h4, .single-review .review-top-wrap .review-left .review-name .h4 {
  font-size: 16px;
  font-weight: 600; }

.single-review .review-top-wrap .review-left .rating-product {
  line-height: 1; }

.rating-product {
  margin-bottom: 6px; }

.rating-product i {
  overflow: hidden;
  font-size: 16px;
  color: #fdd835; }

.single-review .review-top-wrap .review-left {
  display: flex; }

.review-left a {
  color: #565656;
  margin-left: auto; }

.single-review .review-bottom p {
  margin: 0;
  max-width: 93%; }

.ratting-form-wrapper .ratting-form form .star-box {
  display: flex;
  margin: 6px 0 20px; }

.ratting-form-wrapper h3, .ratting-form-wrapper .h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600; }

.ratting-form-wrapper .ratting-form form .star-box span {
  margin: 0 15px 0 0; }

.rating-form-style {
  margin-bottom: 10px; }

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333; }

.rating-form-style input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: none; }

.rating-form-style {
  margin-bottom: 10px; }

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none; }

.rating-form-style input[type="submit"] {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  background: #1a2225 !important;
  color: #fff !important;
  transition: all 300ms linear; }
  .rating-form-style input[type="submit"]:hover {
    background: #f48120 !important; }

/************************
    single-product End
  ************************/
.review-name h4, .review-name .h4 {
  font-size: 18px;
  margin-bottom: 15px; }

.single-form input,
.single-form textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333; }

.single-form input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #1a2225;
  width: 100%;
  margin-bottom: 15px;
  outline: none; }

.single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none; }

.single-form input[type="submit"]:hover {
  background: #1a2225 !important;
  color: #fff !important; }

.single-blog .blog-post-content-inner {
  padding: 30px 0 0; }

.comment-area .single-review.child-review {
  margin-bottom: 70px; }

.single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0; }

.single-review {
  display: flex;
  margin: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .single-review {
      flex-direction: column; } }

.single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0; }
  @media screen and (max-width: 767px) {
    .single-review .review-img {
      margin-bottom: 30px; } }

.single-review img {
  max-width: 120px; }

.single-form label {
  margin-bottom: 15px; }

/*--------------------------------------
/*  [ 36 About Us CSS ]
----------------------------------------*/
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
  font-weight: 500;
  color: #019fe3;
  text-transform: capitalize;
  font-size: 28px;
  max-width: 900px;
  margin: 0 auto 20px;
  line-height: 1.4; }
  @media screen and (min-width: 1500px) {
    .about-content .title {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .about-content .title {
      font-size: 25px; } }

.about-info .title {
  font-size: 34px;
  font-weight: 500;
  color: #019fe3; }

.single-service .title {
  font-size: 20px;
  font-weight: 500;
  color: #019fe3; }

.service-section .single-blog img {
  width: 100%; }

hr.about-us {
  color: #019fe3;
  margin-bottom: 32px;
  height: 2px !important; }

img.img-hover {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 100%; }

img.img-hover:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06); }

img.img-border-radius {
  border-radius: 4px; }

/* *******************
      about us page End
    **********************/
/*--------------------------------------
/*  [ 37 Wishlist CSS ]
----------------------------------------*/
/*------------------*
# Whishlist Page
*------------------*/
@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 1030px; } }

.whish-list-section .title {
  color: #32383e;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6; }

.whish-list-section .table .thead-light th {
  background-color: #222753;
  border-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 16px; }

.whish-list-section .table td,
.whish-list-section .table th {
  vertical-align: middle; }

.whish-list-section img {
  max-width: 150px; }

.whish-title {
  font-size: 15px; }

.whish-list-price {
  color: #1a2225;
  font-size: 15px; }

/* ***************
     whishlist End
    ******************/
/*--------------------------------------
/*  [ 38 Checkout CSS ]
----------------------------------------*/
/*------------------*
# Check out Page
*------------------*/
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px; }

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none; }

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none; }

.billing-info-wrap .title {
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #32383e;
  font-size: 24px;
  font-weight: 500; }

.your-order-area .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #1a2225; }

.billing-info {
  margin-bottom: 20px; }

.billing-info label {
  font-size: 14px;
  margin-bottom: 10px; }

.form-select {
  height: 45px;
  border-radius: 0px;
  outline: 0;
  color: #565656; }

.form-select:focus {
  border-color: #e6e6e6;
  outline: 0;
  box-shadow: none; }

.open-toggle,
.open-toggle2 {
  display: none; }

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 24px;
  text-transform: capitalize;
  color: #111;
  font-weight: 500; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: flex;
  justify-content: space-between; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  color: #1a2225; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 15px;
  color: #1a2225;
  font-weight: 500; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px; }

.billing-info-wrap .nice-select {
  width: 100%;
  margin-bottom: 20px; }

.billing-info-wrap .nice-select .list {
  width: 100%; }

.billing-info-wrap .nice-select:active,
.billing-info-wrap .nice-select.open,
.billing-info-wrap .nice-select:focus {
  border-color: #ebebeb; }

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px; }

.billing-info-wrap .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px; }

.billing-info-wrap .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer; }

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none; }

.billing-info-wrap .additional-info-wrap h4, .billing-info-wrap .additional-info-wrap .h4 {
  font-size: 16px;
  color: #1a2225;
  margin: 0 0 10px;
  font-weight: 500; }

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none; }

.additional-info-wrap {
  margin: 30px 0; }

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
      padding: 15px; } }

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: flex;
  justify-content: space-between; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  color: #1a2225; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 15px;
  color: #1a2225;
  font-weight: 500; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-weight: 500;
  color: #1a2225;
  font-size: 15px; }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-weight: 600;
  color: #222753;
  font-size: 16px;
  list-style: outside none none; }

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0; }

.your-order-area .payment-accordion {
  margin: 0 0 16px; }

.your-order-area .payment-accordion {
  margin: 0 0 16px; }

.your-order-area .payment-accordion h4 a, .your-order-area .payment-accordion .h4 a {
  color: #1a2225;
  font-size: 16px;
  margin: 0;
  font-weight: 500; }

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0; }

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px; }

.Place-order {
  margin-top: 25px; }

.open-toggle,
.open-toggle2 {
  display: none; }

.single-my-account h3.panel-title, .single-my-account .panel-title.h3 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #1a2225;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2; }

.single-my-account h3.panel-title span, .single-my-account .panel-title.h3 span {
  color: #1a2225;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px; }

.single-my-account h3.panel-title a, .single-my-account .panel-title.h3 a {
  color: #1a2225;
  display: block;
  padding: 16px 55px;
  position: relative; }

.single-my-account h3.panel-title a:hover, .single-my-account .panel-title.h3 a:hover {
  color: #222753; }

.single-my-account h3.panel-title a:hover::before, .single-my-account .panel-title.h3 a:hover::before {
  color: #222753; }

.single-my-account h3.panel-title a::before, .single-my-account .panel-title.h3 a::before {
  color: #000;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px; }

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff; }

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px; }

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4, .single-my-account .myaccount-info-wrapper .account-info-wrapper .h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #1a2225;
  font-weight: 700; }

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5, .single-my-account .myaccount-info-wrapper .account-info-wrapper .h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #1a2225; }

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px; }

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #666;
  font-size: 14px;
  text-transform: capitalize; }

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #666;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none; }

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  align-items: center; }

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #1a2225;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
  color: #222753; }

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #222753; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
  background-color: #0090f0;
  font-weight: 700; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
  background-color: #222753; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
  background-color: #222753; }

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700; }

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb; }

.single-my-account:last-child {
  margin: 0; }

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative; }

.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea; }

.login-register-wrapper .login-register-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; }

.login-register-wrapper .login-register-tab-list a {
  position: relative; }

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none; }

.login-register-wrapper .login-register-tab-list a::before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  transition: all 0.4s ease 0s;
  width: 1px; }

.login-register-wrapper .login-register-tab-list a.active h4, .login-register-wrapper .login-register-tab-list a.active .h4 {
  color: #222753; }

.login-register-wrapper .login-register-tab-list a h4, .login-register-wrapper .login-register-tab-list a .h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  color: #1a2225; }

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .login-register-wrapper .login-form-container {
      padding: 30px; } }

.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none; }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
  padding: 10px 0 19px; }

.login-register-wrapper .login-form-container .login-register-form form input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px; }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
  color: #1a2225;
  font-size: 15px;
  font-weight: 400; }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a.flote-none {
  float: none !important; }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
  color: #1a2225;
  float: right;
  font-size: 14px;
  transition: all 0.3s ease 0s; }
  @media screen and (max-width: 480px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
      float: none; } }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
  color: #222753; }

.contact-map #mapid {
  height: 560px; }

.custom-row-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.custom-row-2 div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 116px 90px; }

.contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.contact-info-wrap .single-contact-info .contact-icon {
  margin-right: 20px; }

.contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px;
  color: #1a2225;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease 0s; }

.contact-info-wrap .single-contact-info .contact-info-dec p {
  line-height: 1;
  color: #1a2225;
  margin: 0 0 9px; }

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #1a2225; }

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #222753; }

.contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #222753;
  color: #fff;
  border-color: #222753; }

.contact-social h3, .contact-social .h3 {
  font-weight: 700;
  color: #1a2225;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1; }

.contact-social ul li a {
  color: #666; }

.contact-social .social-info li a {
  margin-right: 15px; }

.contact-form {
  background-color: #f3f3f3;
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      padding: 15px; } }

.contact-form .contact-title h2, .contact-form .contact-title .h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a2225;
  line-height: 1;
  margin-bottom: 36px;
  margin-left: -10px; }

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: transparent;
  border: 1px solid #c1c1c1;
  height: 40px;
  padding: 2px 14px;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  outline: none; }

.contact-form p {
  color: #333; }

.contact-form .contact-form-style textarea {
  padding: 20px 14px;
  margin-bottom: 0;
  height: 200px; }

.contact-map {
  margin-bottom: 60px; }

.contact-form .contact-form-style button {
  border: none;
  background-color: #222753;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 52px;
  margin-top: 33px;
  outline: none;
  transition: all 0.3s ease 0s;
  border-radius: 30px; }

.contact-form .contact-form-style button:hover {
  background-color: #1a2225;
  color: #fff; }

.coupon-title {
  text-transform: capitalize;
  margin: 20px 0px 15px;
  font-size: 24px;
  font-weight: 500; }

.check-out-btn {
  padding: 14px 30px; }

/*--------------------------------------
/*  [ 39 Compare CSS ]
----------------------------------------*/
/*------------------*
# Compare Page
*------------------*/
@media (max-width: 991px) {
  .compare-section .table {
    min-width: 800px; } }

.compare-section img {
  max-width: 150px; }

.compare-section .title {
  font-weight: 500;
  font-size: 24px;
  color: #1a2225;
  border-bottom: 1px solid #dee2e6; }

.compare-section .sub-title {
  font-size: 15px;
  padding: 20px 0; }

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #dee2e6; }

.compare-section .table td,
.compare-section .table th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  padding: 15px;
  font-size: 15px;
  color: #1a2225;
  font-weight: 600; }

.compare-section .table th {
  text-transform: capitalize; }

.compare-section .table td {
  text-transform: capitalize; }

.compare-section .table td p {
  text-transform: initial; }

/* ***************
   compare End
  ******************/
/*--------------------------------------
/*  [ 40 My Account CSS ]
----------------------------------------*/
/*------------------*
# Account Page
*------------------*/
.my-account .title {
  border-bottom: 1px solid #dee2e6;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #1a2225; }

.register .title {
  border-bottom: 1px solid #dee2e6;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #1a2225; }

.myaccount-tab-menu {
  flex-direction: column;
  background-color: #fff; }

.myaccount-tab-menu a {
  border: 1px solid #dee2e6;
  border-bottom: 0;
  color: #1a2225;
  font-weight: 500;
  display: block;
  padding: 15px 15px 13px;
  line-height: 30px;
  font-size: 15px;
  text-transform: uppercase; }

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #dee2e6; }

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #222753;
  color: #fff; }

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px; }

.myaccount-content {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #dee2e6;
  padding: 30px; }

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px; } }

.myaccount-content h3, .myaccount-content .h3 {
  border-bottom: 1px solid #dee2e6;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #1a2225; }

.myaccount-content .welcome a {
  color: #1a2225; }

.myaccount-content .welcome a:hover {
  color: #222753; }

.myaccount-content .welcome strong {
  font-weight: 600; }

.myaccount-content a.edit-address-btn {
  border-color: #333;
  color: #1a2225; }

.myaccount-content a.edit-address-btn i {
  padding-right: 5px; }

.myaccount-content a.edit-address-btn:hover {
  color: #222753; }

.myaccount-table {
  white-space: nowrap;
  font-size: 15px; }

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600; }

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle; }

.myaccount-table table td,
.myaccount-table .table td a {
  color: #1a2225; }

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #222753; }

.saved-message {
  font-weight: 600;
  font-size: 13px;
  padding: 20px; }

.account-details-form h4, .account-details-form .h4 {
  text-transform: capitalize;
  margin: 0;
  color: #1a2225;
  font-weight: 500;
  font-size: 18px; }

.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6; }

.account-details-form input[type="text"],
.account-details-form input[type="email"],
.account-details-form input[type="url"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="number"],
.account-details-form input[type="tel"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 14px;
  color: #666666;
  padding: 0.8rem 1.6rem;
  height: 38px;
  line-height: 1.25;
  border-radius: 0px; }

/* ***************
     my-account End
    ******************/
/*--------------------------------------
/*  [ 41 Contact CSS ]
----------------------------------------*/
.contact-title-section {
  padding-bottom: 55px; }
  .contact-title-section .title {
    font-weight: 500;
    color: #1a2225;
    line-height: 1.916;
    padding-bottom: 5px;
    font-size: 24px; }
  .contact-title-section p {
    color: #1a2225; }

.contact-address {
  padding: 40px;
  background: #f9f9f9;
  border-radius: 6px; }
  @media screen and (min-width: 1200px) {
    .contact-address {
      padding: 70px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-address {
      padding: 70px 180px; } }

.address-list .title {
  font-weight: 500;
  color: #1a2225;
  line-height: 1.25;
  text-decoration: underline;
  margin-bottom: 25px;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .address-list .title {
      margin-bottom: 15px;
      font-size: 18px; } }

.address-list .phone-number,
.address-list .mailto {
  color: #666666; }
  .address-list .phone-number:hover,
  .address-list .mailto:hover {
    color: #574186; }

/*--------------------------------------
/*  [ 42 Blog CSS ]
----------------------------------------*/
.blog-card {
  background: #f5f5f5; }
  .blog-card .thumb a {
    display: block; }
    .blog-card .thumb a img {
      width: 100%; }

.blog-content {
  padding: 20px; }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-content {
      padding: 15px; } }
  .blog-content .blog-meta {
    color: #999999;
    font-size: 14px;
    line-height: 1.571;
    text-transform: capitalize; }
  .blog-content .title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.428;
    color: #1a2225;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 10px; }
    .blog-content .title:hover {
      color: #222753; }
    .blog-content .title a {
      color: inherit;
      transition: all 0.3s; }
    .blog-content .title::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 1px;
      bottom: 0;
      background: #d6d6d6; }

.blog_link_meta {
  margin-bottom: 10px; }

.blog-carousel .swiper-container {
  margin: -15px;
  padding: 15px; }

.blog-carousel-list .swiper-container {
  margin: -15px;
  padding: 15px; }

.blog-card-list {
  display: flex; }
  .blog-card-list .thumb {
    width: 40%;
    margin-right: 20px; }
  .blog-card-list .blog-content {
    flex: 1;
    padding: 10px 0px; }
    .blog-card-list .blog-content .title {
      padding-bottom: 10px;
      margin-bottom: 10px; }
  .blog-card-list + .blog-card-list {
    border-top: 1px solid #ededed;
    margin-top: 20px; }

@media screen and (min-width: 1920px) {
  .blog-6-column .col-xl-3 {
    width: 16.666%; } }

@media screen and (min-width: 1920px) {
  .blog-5-column .col-xl-3 {
    width: 20%; } }

.list-group-item {
  padding: 15px 0px;
  background-color: transparent;
  border-color: #e9e9e9;
  color: #666666; }

@media screen and (min-width: 768px) {
  .blog-card-list2 {
    display: flex; } }
  @media screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
    .blog-card-list2 {
      flex-direction: column; } }

.blog-card-list2 .blog-content {
  flex: 1; }
  .blog-card-list2 .blog-content .title {
    padding-bottom: 0; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-card-list2 .blog-content .title {
        margin-bottom: 10px; } }
    .blog-card-list2 .blog-content .title::before {
      display: none; }

.blog-list-link {
  color: #222753; }
  .blog-list-link:hover {
    text-decoration: underline;
    color: #222753; }

/*--------------------------------------
/*  [ 43 Blog Details CSS ]
----------------------------------------*/
.blog-details-content p {
  line-height: 2.1; }
  .blog-details-content p:last-child {
    margin-bottom: 0; }

.blog-details-thumb {
  margin-bottom: 25px; }

.blog-details-meta {
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 15px;
  font-size: 14px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-meta {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-meta {
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .blog-details-meta {
      font-size: 0.8rem; } }

.blog-details-title {
  font-weight: 500;
  color: #1a2225;
  line-height: 1.142;
  margin-bottom: 15px;
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .blog-details-title {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .blog-details-title {
      font-size: 1rem; } }

.blog-details-list P {
  color: #1a2225;
  margin-bottom: 10px; }
  .blog-details-list P:last-child {
    margin-bottom: 0; }

.blog-details-list I {
  margin-right: 10px;
  display: inline-block; }

.blog-qutation {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  margin: 50px 0px;
  border-bottom: 5px solid #222753; }
  @media screen and (max-width: 991px) {
    .blog-qutation {
      padding: 20px; } }
  .blog-qutation P {
    color: #1a2225;
    line-height: 1.777;
    font-size: 18px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .blog-qutation P {
        font-size: 15px; } }

@media screen and (max-width: 991px) {
  .blog-details-grid .col {
    min-width: 100%; } }

.blog-details-grid img {
  border-radius: 4px; }
  @media screen and (min-width: 1500px) {
    .blog-details-grid img {
      margin-left: 64px; } }

.social-tags {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #222753; }
  .social-tags p {
    color: #1a2225;
    margin-bottom: 0; }
  .social-tags i {
    margin-right: 10px; }

.social-links li + li {
  margin-left: 10px; }

.social-links li.share {
  font-size: 18px;
  color: #1a2225; }

.social-links li a {
  color: #1a2225;
  font-size: 18px; }
  .social-links li a:hover {
    color: #222753; }
  .social-links li a i {
    margin: 0; }

.blog-comments {
  margin-bottom: 50px; }

.blog-comment-title {
  font-weight: 500;
  line-height: 1.9166;
  margin-bottom: 10px;
  color: #1a2225;
  font-size: 18px; }

.authors {
  margin-bottom: -50px; }

.author-list {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px; }
  .author-list:nth-child(even) {
    background-color: #f9f9f9; }
    @media screen and (min-width: 1500px) {
      .author-list:nth-child(even) {
        margin-left: 130px; } }
    @media screen and (min-width: 768px) and (max-width: 1499px) {
      .author-list:nth-child(even) {
        margin-left: 110px; } }
  @media screen and (max-width: 575px) {
    .author-list {
      flex-direction: column; } }

.author-profile {
  margin-right: 30px;
  border-radius: 50%; }
  @media screen and (max-width: 575px) {
    .author-profile {
      margin-bottom: 20px; } }

.author-info {
  flex: 1; }

.author-title {
  font-weight: 500;
  color: #1a2225;
  font-size: 18px;
  margin-bottom: 14px; }

.author-meta {
  color: #222753;
  line-height: 1;
  font-size: 14px; }

.replay {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #1a2225;
  line-height: 1 !important; }
  .replay a {
    color: #1a2225; }

.blog-pt-55 {
  padding-top: 50px; }
