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

    Item Name: Ekka - Ecommerce HTML Template.
    Author: ashishmaraviya
    Version: 3.2
    Copyright 2021-2022
	Author URI: https://themeforest.net/user/ashishmaraviya

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography
02. Components
    - Helper
    - Common
    - Popup Model
    - Breadcrumb
03. Layout 
    - Header Section
    - Search Section
    - Box slider Section
    - Section Steps Section
    - Product Tab Section
    - Banner Section
    - Category Section
    - Specials Section
    - Services Section
    - Offer Section
    - New Product Section
    - Testimonial Section
    - Brand Section
    - Instagram Section
    - Footer Section
    - Quickview Section
    - Category Section
    - Category Sidebar
04. Pages
    - Shop Page
    - Login Page
    - Register Page
    - About us Page
    - Term Page
    - Contact us Page
    - Faq Page
    - Single Product Page
    - Blog Page
    - Cart Page
    - Booking Page
    - Compare Page
    - Track Order Page
    - Checkout Page    
    - Elements Tabs Page
    - Elements Categories Page
    - Elements Buttons Page
    - Elements Products Page
    - Elements Title Page
    - Elements Blog Page
    - Elements Typography Page
    - Vendor Page
    - User Page
    - Offer Page

-----------------------------------------------------------------------------------*/
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "InterTight";
  src: url("./../fonts/Inter-Tight/InterTight-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Titillium";
  src: url("./../fonts/Titillium_Web/TitilliumWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Titillium";
  src: url("./../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Titillium";
  src: url("./../fonts/Titillium_Web/TitilliumWeb-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
/*-------------------------------------------------
  Helper Class
---------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

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: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

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: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input[type="checkbox"] {
  height: auto; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

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

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

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

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

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

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin: 10px 0;
  color: inherit;
  background-color: #ffffff;
  border: 0;
  opacity: 0.25; }
  hr:not([size]) {
    height: 1px; }

h6, .h6 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  color: var(--main-primary-color); }

.h6 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  color: var(--main-primary-color); }

h5, .h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  color: var(--main-primary-color); }

.h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  color: var(--main-primary-color); }

h4, .h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.275rem + 0.3vw);
  color: var(--main-primary-color); }

.h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.275rem + 0.3vw);
  color: var(--main-primary-color); }

h3, .h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.3rem + 0.6vw);
  color: var(--main-primary-color); }

.h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.3rem + 0.6vw);
  color: var(--main-primary-color); }

h2, .h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.9vw);
  color: var(--main-primary-color); }

.h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.9vw);
  color: var(--main-primary-color); }

h1, .h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(2.5rem + 1.5vw);
  color: var(--main-primary-color); }

.h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
  color: var(--main-primary-color); }

p {
  margin-top: 0;
  margin-bottom: 16px; }
  p:last-child {
    margin-bottom: 0; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help; }

abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help; }

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

ol {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: initial; }
  ol ol {
    margin-bottom: 0; }
  ol ul {
    margin-bottom: 0; }

ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  list-style: initial; }
  ul ul {
    margin-bottom: 0; }
  ul ol {
    margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: initial; }

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b {
  font-weight: bold; }

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

.small {
  font-size: 0.875rem; }

mark, .mark {
  padding: 3.2px;
  background-color: #FCF8E3; }

.mark {
  padding: 3.2px;
  background-color: #FCF8E3; }

sub {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em; }

a {
  color: var(--main-secondary-color);
  text-decoration: underline;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([class]):hover {
      color: inherit;
      text-decoration: none; }
  a > code {
    color: inherit; }

pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
  -ms-overflow-style: scrollbar; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  font-size: 0.875rem;
  color: #D63384;
  word-wrap: break-word; }

kbd {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  padding: 3.2px 6.4px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: var(--main-primary-text-color);
  border-radius: 3.2px; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  vertical-align: middle; }

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6C757D;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

thead {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

tbody {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

tfoot {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

td {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: none; }
  button:not(:disabled) {
    cursor: pointer; }

input[type=text], input[type=password], input[type=email], input[type=date], select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0; }

select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  word-wrap: normal; }

optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: vertical;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0; }

[role=button] {
  cursor: pointer; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

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

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }

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

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

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

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

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

.img-thumbnail {
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid var(--main-primary-color);
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 0.875rem;
  color: #6C757D; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px; }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0; }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0; }

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

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

.g-1 {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px; }

.gx-1 {
  --bs-gutter-x: 5px; }

.gy-1 {
  --bs-gutter-y: 5px; }

.g-2 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px; }

.gx-2 {
  --bs-gutter-x: 10px; }

.gy-2 {
  --bs-gutter-y: 10px; }

.g-3 {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px; }

.gx-3 {
  --bs-gutter-x: 15px; }

.gy-3 {
  --bs-gutter-y: 15px; }

.g-4 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px; }

.gx-4 {
  --bs-gutter-x: 20px; }

.gy-4 {
  --bs-gutter-y: 20px; }

.g-5 {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px; }

.gx-5 {
  --bs-gutter-x: 25px; }

.gy-5 {
  --bs-gutter-y: 25px; }

.g-6 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px; }

.gx-6 {
  --bs-gutter-x: 30px; }

.gy-6 {
  --bs-gutter-y: 30px; }

.g-7 {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px; }

.gx-7 {
  --bs-gutter-x: 35px; }

.gy-7 {
  --bs-gutter-y: 35px; }

.g-8 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px; }

.gx-8 {
  --bs-gutter-x: 40px; }

.gy-8 {
  --bs-gutter-y: 40px; }

.g-9 {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 45px; }

.gx-9 {
  --bs-gutter-x: 45px; }

.gy-9 {
  --bs-gutter-y: 45px; }

.g-10 {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px; }

.gx-10 {
  --bs-gutter-x: 50px; }

.gy-10 {
  --bs-gutter-y: 50px; }

.col-flex-auto {
  flex-shrink: 0;
  flex-grow: 1; }

.text-primary {
  color: var(--main-primary-color); }

.text-secondary {
  color: var(--main-secondary-color); }

.table-primary {
  color: #000000;
  border-color: #e6c2a7; }

.table-secondary {
  color: #000000;
  border-color: #c1c2c5; }

.table-success {
  color: #000000;
  border-color: #acc7ba; }

.table-info {
  color: #000000;
  border-color: #a8d8e2; }

.table-warning {
  color: #000000;
  border-color: #e6d6a7; }

.table-danger {
  color: #000000;
  border-color: #a7a7a7; }

.table-light {
  color: #000000;
  border-color: #dfe0e1; }

.table-dark {
  color: #ffffff;
  border-color: #484e53; }

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

.form-label {
  margin-bottom: 8px; }

.col-form-label {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem; }

.form-text {
  margin-top: 4px;
  font-size: 0.875rem;
  color: #6C757D; }

.form-control {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  -webkit-appearance: none;
  appearance: auto;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--main-secondary-text-color); }
  .form-control::placeholder {
    color: #6C757D;
    opacity: 1; }
  .form-control:disabled {
    background-color: #E9ECEF;
    opacity: 1; }

.form-control[readonly] {
  background-color: #E9ECEF;
  opacity: 1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--main-primary-text-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  min-height: 34px;
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }

.form-control-lg {
  min-height: 42px;
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }

.form-control-color {
  max-width: 3rem;
  padding: 6px; }
  .form-control-color::-moz-color-swatch {
    border-radius: 4px; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 4px; }

.form-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 28px 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none; }
  .form-select:disabled {
    color: #6C757D;
    background-color: #E9ECEF; }

.form-select[multiple] {
  height: auto;
  padding-right: 12px;
  background-image: none; }

.form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 12px;
  background-image: none; }

.form-select-sm {
  height: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 0.875rem; }

.form-select-lg {
  height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 24px;
  margin-bottom: 2px; }
  .form-check .form-check-input {
    float: left;
    margin-left: -24px; }

.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: -7.25px;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #ffb984;
    outline: 0;
    box-shadow: none; }
  .form-check-input:checked {
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
  .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:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
    .form-check-input:disabled ~ .form-check-label {
      opacity: 0.5; }

.form-check-input[type=checkbox] {
  border-radius: 4px; }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color);
    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[type=radio] {
  border-radius: 50%; }

.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5; }

.form-switch {
  padding-left: 40px; }
  .form-switch .form-check-input {
    width: 32px;
    margin-left: -40px;
    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: 32px; }
    .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='%23ffb984'/%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: 16px; }
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em; }
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em; }

.form-file {
  --bs-form-file-height: 38px;
  position: relative; }

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0; }
  .form-file-input:focus-within ~ .form-file-label {
    border-color: #ffb984;
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.25); }
  .form-file-input:disabled ~ .form-file-label .form-file-text {
    background-color: #E9ECEF; }

.form-file-input[disabled] ~ .form-file-label .form-file-text {
  background-color: #E9ECEF; }

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #CED4DA;
  border-radius: 4px; }

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 6px 12px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #E9ECEF;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.form-file-sm {
  --bs-form-file-height: 34px;
  font-size: 0.875rem; }
  .form-file-sm .form-file-text {
    padding: 4px 8px; }
  .form-file-sm .form-file-button {
    padding: 4px 8px; }

.form-file-lg {
  --bs-form-file-height: 42px;
  font-size: 1.25rem; }
  .form-file-lg .form-file-text {
    padding: 8px 16px; }
  .form-file-lg .form-file-button {
    padding: 8px 16px; }

/*.form-range {
	width: $width-100;
	height: 24px;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	&:focus {
		outline: none;
		&::-webkit-slider-thumb {
			box-shadow: 0 0 0 1px $white-color, 0 0 0 4px rgba(255, 112, 4, 0.25);
		}
		&::-moz-range-thumb {
			box-shadow: 0 0 0 1px $white-color, 0 0 0 4px rgba(255, 112, 4, 0.25);
		}
		&::-ms-thumb {
			box-shadow: 0 0 0 1px $white-color, 0 0 0 4px rgba(255, 112, 4, 0.25);
		}
	}
	&::-moz-focus-outer {
		border: 0;
	}
	&::-webkit-slider-thumb {
		width: 16px;
		height: 16px;
		margin-top: -4px;
		background-color: $main-secondary-color;
		border: 0;
		border-radius: 16px;
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		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;
		&:active {
			background-color: #ffd6b7;
		}
	}
	&::-webkit-slider-runnable-track {
		width: $width-100;
		height: 8px;
		color: transparent;
		cursor: pointer;
		background-color: $border-color-1;
		border-color: transparent;
		border-radius: 16px;
	}
	&::-moz-range-thumb {
		width: 16px;
		height: 16px;
		background-color: $main-secondary-color;
		border: 0;
		border-radius: 16px;
		-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		appearance: none;
		&:active {
			background-color: #ffd6b7;
		}
	}
	&::-moz-range-track {
		width: $width-100;
		height: 8px;
		color: transparent;
		cursor: pointer;
		background-color: $border-color-1;
		border-color: transparent;
		border-radius: 16px;
	}
	&::-ms-thumb {
		width: 16px;
		height: 16px;
		margin-top: 0;
		margin-right: 4px;
		margin-left: 4px;
		background-color: $main-secondary-color;
		border: 0;
		border-radius: 16px;
		-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		appearance: none;
		&:active {
			background-color: #ffd6b7;
		}
	}
	&::-ms-track {
		width: $width-100;
		height: 8px;
		color: transparent;
		cursor: pointer;
		background-color: transparent;
		border-color: transparent;
		border-width: 8px;
	}
	&::-ms-fill-lower {
		background-color: $border-color-1;
		border-radius: 16px;
	}
	&::-ms-fill-upper {
		margin-right: 15px;
		background-color: $border-color-1;
		border-radius: 16px;
	}
	&:disabled {
		pointer-events: none;
		&::-webkit-slider-thumb {
			background-color: #ADB5BD;
		}
		&::-moz-range-thumb {
			background-color: #ADB5BD;
		}
		&::-ms-thumb {
			background-color: #ADB5BD;
		}
	}
}*/
.input-group-text {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 4px; }

.input-group-lg > .form-control {
  min-height: 42px;
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }
.input-group-lg > .form-select {
  height: 42px;
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px;
  padding-right: 28px; }
.input-group-lg > .input-group-text {
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }
.input-group-lg > .btn {
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }

.input-group-sm > .form-control {
  min-height: 34px;
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }
.input-group-sm > .form-select {
  height: 34px;
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px;
  padding-right: 28px; }
.input-group-sm > .input-group-text {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }
.input-group-sm > .btn {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2.5px 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 4px; }

.was-validated:valid ~ .valid-feedback {
  display: block; }
.was-validated:valid ~ .valid-tooltip {
  display: block; }
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px; }
  .was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }
.was-validated .form-control:invalid {
  border-color: #050505;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23050505' viewBox='0 0 12 12'%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='%23050505' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px; }
  .was-validated .form-control:invalid:focus {
    border-color: #050505;
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }
.was-validated textarea.form-control:valid {
  padding-right: 36px;
  background-position: top 9px right 9px; }
.was-validated textarea.form-control:invalid {
  padding-right: 36px;
  background-position: top 9px right 9px; }
.was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 49px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 12px center, center right 28px;
  background-size: 16px 12px, 18px 18px; }
  .was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }
.was-validated .form-select:invalid {
  border-color: #050505;
  padding-right: 49px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23050505' viewBox='0 0 12 12'%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='%23050505' stroke='none'/%3e%3c/svg%3e");
  background-position: right 12px center, center right 28px;
  background-size: 16px 12px, 18px 18px; }
  .was-validated .form-select:invalid:focus {
    border-color: #050505;
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }
.was-validated .form-check-input:valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754; }
.was-validated .form-check-input:invalid {
  border-color: #050505; }
  .was-validated .form-check-input:invalid:checked {
    background-color: #050505; }
  .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #050505; }
.was-validated .form-file-input:valid ~ .form-file-label {
  border-color: #198754; }
.was-validated .form-file-input:valid:focus ~ .form-file-label {
  border-color: #198754;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }
.was-validated .form-file-input:invalid ~ .form-file-label {
  border-color: #050505; }
.was-validated .form-file-input:invalid:focus ~ .form-file-label {
  border-color: #050505;
  box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }
.was-validated:invalid ~ .invalid-feedback {
  display: block; }
.was-validated:invalid ~ .invalid-tooltip {
  display: block; }

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

.form-control.is-valid {
  border-color: #198754;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px; }
  .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }

textarea.form-control.is-valid {
  padding-right: 36px;
  background-position: top 9px right 9px; }

.form-select.is-valid {
  border-color: #198754;
  padding-right: 49px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 12px center, center right 28px;
  background-size: 16px 12px, 18px 18px; }
  .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }

.form-check-input.is-valid {
  border-color: #198754; }
  .form-check-input.is-valid:checked {
    background-color: #198754; }
  .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }
  .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-file-input.is-valid ~ .form-file-label {
  border-color: #198754; }
.form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #198754;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #050505; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2.5px 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(5, 5, 5, 0.9);
  border-radius: 4px; }

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

.form-control.is-invalid {
  border-color: #050505;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23050505' viewBox='0 0 12 12'%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='%23050505' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px; }
  .form-control.is-invalid:focus {
    border-color: #050505;
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }

textarea.form-control.is-invalid {
  padding-right: 36px;
  background-position: top 9px right 9px; }

.form-select.is-invalid {
  border-color: #050505;
  padding-right: 49px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23050505' viewBox='0 0 12 12'%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='%23050505' stroke='none'/%3e%3c/svg%3e");
  background-position: right 12px center, center right 28px;
  background-size: 16px 12px, 18px 18px; }
  .form-select.is-invalid:focus {
    border-color: #050505;
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }

.form-check-input.is-invalid {
  border-color: #050505; }
  .form-check-input.is-invalid:checked {
    background-color: #050505; }
  .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }
  .form-check-input.is-invalid ~ .form-check-label {
    color: #050505; }

.form-file-input.is-invalid ~ .form-file-label {
  border-color: #050505; }
.form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #050505;
  box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.25); }

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 0.7;
  font-family: Titillium, sans-serif;
  color: var(--main-primary-color);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 20px 30px;
  font-size: 1.2rem;
  border-radius: 30px;
  text-transform: uppercase;
  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; }
  .btn:hover {
    color: var(--main-primary-text-color); }
  .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn:disabled {
    pointer-events: none;
    opacity: 0.65; }
  .btn .badge {
    position: relative;
    top: -1px; }

.btn.disabled {
  pointer-events: none;
  opacity: 0.65; }

.btn-primary {
  color: #ffffff;
  background-color: var(--main-primary-color);
  border-color: var(--main-primary-color); }
  .btn-primary:hover {
    color: #ffffff;
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
  .btn-primary:focus {
    color: #ffffff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color); }
  .btn-primary:active {
    color: #ffffff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color); }
  .btn-primary:disabled {
    color: #ffffff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color); }

.btn-primary.active {
  color: #ffffff;
  background-color: var(--main-primary-color);
  border-color: var(--main-primary-color); }

.btn-stripe-checkout {
  height: 55px;
  border-radius: 28px;
  background-color: #5167FC;
  color: #fff;
  width: 100%;
  margin-top: 5px; }
  .btn-stripe-checkout:hover {
    color: #fff;
    background-color: #003da5; }

/*.show {
	>.btn-primary.dropdown-toggle {
		color: $white-color;
		background-color: $main-primary-color;
		border-color: $main-primary-color;
	}
	>.btn-secondary.dropdown-toggle {
		color: $white-color;
		background-color: $main-secondary-color;
		border-color: $main-secondary-color;
	}
	>.btn-success.dropdown-toggle {
		color: $white-color;
		background-color: #115c39;
		border-color: #0f5133;
		&:focus {
			box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
		}
	}
	>.btn-info.dropdown-toggle {
		color: $black-color;
		background-color: #3cd5f4;
		border-color: #23d0f3;
		&:focus {
			box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
		}
	}
	>.btn-warning.dropdown-toggle {
		color: $black-color;
		background-color: #ffce3a;
		border-color: #ffc721;
		&:focus {
			box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
		}
	}
	>.btn-danger.dropdown-toggle {
		color: $white-color;
		background-color: black;
		border-color: black;
		&:focus {
			box-shadow: 0 0 0 4px rgba(43, 43, 43, 0.5);
		}
	}
	>.btn-light.dropdown-toggle {
		color: $black-color;
		background-color: white;
		border-color: white;
		&:focus {
			box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
		}
	}
	>.btn-dark.dropdown-toggle {
		color: $white-color;
		background-color: #1d2124;
		border-color: #171a1d;
		&:focus {
			box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5);
		}
	}
}*/
.btn-primary.disabled {
  color: #ffffff;
  background-color: var(--main-primary-color);
  border-color: var(--main-primary-color); }

.btn-secondary {
  color: #ffffff;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color); }
  .btn-secondary:focus {
    color: #ffffff;
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
  .btn-secondary:active {
    color: #ffffff;
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
  .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6C757D;
    border-color: #6C757D; }

.btn-secondary.active {
  color: #ffffff;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }

.btn-secondary.disabled {
  color: #ffffff;
  background-color: #6C757D;
  border-color: #6C757D; }

.btn-especial-negative {
  background-color: #ffffff;
  color: var(--main-primary-color);
  border-color: var(--main-primary-color); }
  .btn-especial-negative:hover {
    color: var(--main-primary-color);
    border-color: var(--main-primary-color); }

.btn-success {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #136740;
    border-color: #115c39; }
  .btn-success:focus {
    color: #ffffff;
    background-color: #136740;
    border-color: #115c39;
    box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5); }
  .btn-success:active {
    color: #ffffff;
    background-color: #115c39;
    border-color: #0f5133; }
    .btn-success:active:focus {
      box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5); }
  .btn-success:disabled {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }

.btn-success.active {
  color: #ffffff;
  background-color: #115c39;
  border-color: #0f5133; }
  .btn-success.active:focus {
    box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5); }

.btn-success.disabled {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754; }

.btn-info {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0; }
  .btn-info:hover {
    color: #000000;
    background-color: #2fd3f4;
    border-color: #23d0f3; }
  .btn-info:focus {
    color: #000000;
    background-color: #2fd3f4;
    border-color: #23d0f3;
    box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5); }
  .btn-info:active {
    color: #000000;
    background-color: #3cd5f4;
    border-color: #23d0f3; }
    .btn-info:active:focus {
      box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5); }
  .btn-info:disabled {
    color: #000000;
    background-color: #0DCAF0;
    border-color: #0DCAF0; }

.btn-info.active {
  color: #000000;
  background-color: #3cd5f4;
  border-color: #23d0f3; }
  .btn-info.active:focus {
    box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5); }

.btn-info.disabled {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0; }

.btn-warning {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-warning:hover {
    color: #000000;
    background-color: #ffcb2d;
    border-color: #ffc721; }
  .btn-warning:focus {
    color: #000000;
    background-color: #ffcb2d;
    border-color: #ffc721;
    box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5); }
  .btn-warning:active {
    color: #000000;
    background-color: #ffce3a;
    border-color: #ffc721; }
    .btn-warning:active:focus {
      box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled {
    color: #000000;
    background-color: #FFC107;
    border-color: #FFC107; }

.btn-warning.active {
  color: #000000;
  background-color: #ffce3a;
  border-color: #ffc721; }
  .btn-warning.active:focus {
    box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5); }

.btn-warning.disabled {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107; }

.btn-danger {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #d73925; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-danger:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 4px rgba(43, 43, 43, 0.5); }
  .btn-danger:active {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-danger:active:focus {
      box-shadow: 0 0 0 4px rgba(43, 43, 43, 0.5); }
  .btn-danger:disabled {
    color: #ffffff;
    background-color: #050505;
    border-color: #050505; }

.btn-danger.active {
  color: #ffffff;
  background-color: black;
  border-color: black; }
  .btn-danger.active:focus {
    box-shadow: 0 0 0 4px rgba(43, 43, 43, 0.5); }

.btn-danger.disabled {
  color: #ffffff;
  background-color: #050505;
  border-color: #050505; }

.btn-light {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA; }
  .btn-light:hover {
    color: #000000;
    background-color: white;
    border-color: white; }
  .btn-light:focus {
    color: #000000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5); }
  .btn-light:active {
    color: #000000;
    background-color: white;
    border-color: white; }
    .btn-light:active:focus {
      box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5); }
  .btn-light:disabled {
    color: #000000;
    background-color: #F8F9FA;
    border-color: #F8F9FA; }

.btn-light.active {
  color: #000000;
  background-color: white;
  border-color: white; }
  .btn-light.active:focus {
    box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5); }

.btn-light.disabled {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA; }

.btn-dark {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); }
  .btn-dark:active {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:active:focus {
      box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); }
  .btn-dark:disabled {
    color: #ffffff;
    background-color: #343A40;
    border-color: #343A40; }

.btn-dark.active {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d; }
  .btn-dark.active:focus {
    box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); }

.btn-dark.disabled {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40; }

.btn-outline-primary {
  color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }
  .btn-outline-primary:hover {
    color: #000000;
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.5); }
  .btn-outline-primary:active {
    color: #000000;
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color); }
    .btn-outline-primary:active:focus {
      box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.5); }
  .btn-outline-primary:disabled {
    color: var(--main-secondary-color);
    background-color: transparent; }

.btn-outline-primary.active {
  color: #000000;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }
  .btn-outline-primary.active:focus {
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.5); }

.btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }
  .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.5); }

.btn-outline-primary.disabled {
  color: var(--main-secondary-color);
  background-color: transparent; }

.btn-outline-secondary {
  color: #6C757D;
  border-color: #6C757D; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6C757D;
    border-color: #6C757D; }
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:active {
    color: #ffffff;
    background-color: #6C757D;
    border-color: #6C757D; }
    .btn-outline-secondary:active:focus {
      box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled {
    color: #6C757D;
    background-color: transparent; }

.btn-outline-secondary.active {
  color: #ffffff;
  background-color: #6C757D;
  border-color: #6C757D; }
  .btn-outline-secondary.active:focus {
    box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6C757D;
  border-color: #6C757D; }
  .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled {
  color: #6C757D;
  background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }
  .btn-outline-success:focus {
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5); }
  .btn-outline-success:active {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754; }
    .btn-outline-success:active:focus {
      box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-success.active {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754; }
  .btn-outline-success.active:focus {
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5); }

.btn-outline-success.dropdown-toggle.show {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754; }
  .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5); }

.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent; }

.btn-outline-info {
  color: #0DCAF0;
  border-color: #0DCAF0; }
  .btn-outline-info:hover {
    color: #000000;
    background-color: #0DCAF0;
    border-color: #0DCAF0; }
  .btn-outline-info:focus {
    box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5); }
  .btn-outline-info:active {
    color: #000000;
    background-color: #0DCAF0;
    border-color: #0DCAF0; }
    .btn-outline-info:active:focus {
      box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled {
    color: #0DCAF0;
    background-color: transparent; }

.btn-outline-info.active {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0; }
  .btn-outline-info.active:focus {
    box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5); }

.btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0DCAF0;
  border-color: #0DCAF0; }
  .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5); }

.btn-outline-info.disabled {
  color: #0DCAF0;
  background-color: transparent; }

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-warning:hover {
    color: #000000;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-outline-warning:focus {
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:active {
    color: #000000;
    background-color: #FFC107;
    border-color: #FFC107; }
    .btn-outline-warning:active:focus {
      box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled {
    color: #FFC107;
    background-color: transparent; }

.btn-outline-warning.active {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-warning.active:focus {
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }

.btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled {
  color: #FFC107;
  background-color: transparent; }

.btn-outline-danger {
  color: #050505;
  border-color: #050505; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #050505;
    border-color: #050505; }
  .btn-outline-danger:focus {
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.5); }
  .btn-outline-danger:active {
    color: #ffffff;
    background-color: #050505;
    border-color: #050505; }
    .btn-outline-danger:active:focus {
      box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.5); }
  .btn-outline-danger:disabled {
    color: #050505;
    background-color: transparent; }

.btn-outline-danger.active {
  color: #ffffff;
  background-color: #050505;
  border-color: #050505; }
  .btn-outline-danger.active:focus {
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.5); }

.btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #050505;
  border-color: #050505; }
  .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.5); }

.btn-outline-danger.disabled {
  color: #050505;
  background-color: transparent; }

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA; }
  .btn-outline-light:hover {
    color: #000000;
    background-color: #F8F9FA;
    border-color: #F8F9FA; }
  .btn-outline-light:focus {
    box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }
  .btn-outline-light:active {
    color: #000000;
    background-color: #F8F9FA;
    border-color: #F8F9FA; }
    .btn-outline-light:active:focus {
      box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled {
    color: #F8F9FA;
    background-color: transparent; }

.btn-outline-light.active {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA; }
  .btn-outline-light.active:focus {
    box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }

.btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA; }
  .btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled {
  color: #F8F9FA;
  background-color: transparent; }

.btn-outline-dark {
  color: #343A40;
  border-color: #343A40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343A40;
    border-color: #343A40; }
  .btn-outline-dark:focus {
    box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark:active {
    color: #ffffff;
    background-color: #343A40;
    border-color: #343A40; }
    .btn-outline-dark:active:focus {
      box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark:disabled {
    color: #343A40;
    background-color: transparent; }

.btn-outline-dark.active {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-outline-dark.active:focus {
    box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }

.btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled {
  color: #343A40;
  background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: var(--main-secondary-color);
  text-decoration: underline; }
  .btn-link:hover {
    color: #b74f00; }
  .btn-link:disabled {
    color: #6C757D; }

.btn-link.disabled {
  color: #6C757D; }

.btn-lg {
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }
  .btn-lg + .dropdown-toggle-split {
    padding-right: 12px;
    padding-left: 12px; }

.btn-group-lg > .btn {
  padding: 8px 16px;
  font-size: 1.25rem;
  border-radius: 4.8px; }
  .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 12px;
    padding-left: 12px; }

.btn-sm {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }
  .btn-sm + .dropdown-toggle-split {
    padding-right: 6px;
    padding-left: 6px; }

.btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 0.875rem;
  border-radius: 3.2px; }
  .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 6px;
    padding-left: 6px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 8px; }

.btn-booking-back {
  padding-left: 0;
  font-weight: 900; }
  .btn-booking-back span {
    margin-left: 10px; }

.btn-booking-next {
  white-space: normal;
  line-height: 1em; }

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup {
  position: relative; }
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px; }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: 0;
    border-right: 4.8px solid transparent;
    border-bottom: 4.8px solid;
    border-left: 4.8px solid transparent; }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropup .dropdown-toggle-split::after {
    margin-left: 0; }

.dropright {
  position: relative; }
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 2px; }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: 4.8px solid transparent;
    border-right: 0;
    border-bottom: 4.8px solid transparent;
    border-left: 4.8px solid;
    vertical-align: 0; }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }

.dropdown {
  position: relative; }

.dropleft {
  position: relative; }
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 2px; }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    display: none; }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: 4.8px solid transparent;
    border-right: 4.8px solid;
    border-bottom: 4.8px solid transparent;
    vertical-align: 0; }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.dropdown-toggle {
  white-space: nowrap;
  padding: 7px;
  color: var(--main-secondary-text-color);
  font-size: 13px;
  font-weight: 300;
  background: transparent;
  text-transform: uppercase; }
  .dropdown-toggle:hover {
    color: var(--main-secondary-color); }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: 4.8px solid;
    border-right: 4.8px solid transparent;
    border-bottom: 0;
    border-left: 4.8px solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropdown-toggle img {
    margin-left: 5px; }
  .dropdown-toggle i {
    font-size: 18px;
    margin-left: 7px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: var(--main-primary-text-color);
  text-align: left;
  list-style: initial;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-menu[x-placement^=right] {
  right: auto;
  bottom: auto; }

.dropdown-menu[x-placement^=bottom] {
  right: auto;
  bottom: auto; }

.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 5px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 2.5px 10px;
  clear: both;
  font-weight: 400;
  color: var(--main-primary-text-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover {
    color: #3a3a3a;
    background-color: #F8F9FA; }
  .dropdown-item:focus {
    color: #3a3a3a;
    background-color: #F8F9FA; }
  .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--main-secondary-color); }
  .dropdown-item:disabled {
    color: #6C757D;
    pointer-events: none;
    background-color: transparent; }

.dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main-secondary-color); }

.dropdown-item.disabled {
  color: #6C757D;
  pointer-events: none;
  background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6C757D;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 2.5px 10px;
  color: var(--main-primary-text-color); }

.dropdown-menu-dark {
  color: var(--main-primary-color);
  background-color: #343A40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: var(--main-primary-color); }
    .dropdown-menu-dark .dropdown-item:hover {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: var(--main-secondary-color); }
    .dropdown-menu-dark .dropdown-item:disabled {
      color: #ADB5BD; }
  .dropdown-menu-dark .dropdown-item.active {
    color: #ffffff;
    background-color: var(--main-secondary-color); }
  .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: var(--main-primary-color); }
  .dropdown-menu-dark .dropdown-header {
    color: #ADB5BD; }

.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
    width: 100%; }
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group-vertical > .btn:focus {
      z-index: 1; }
    .btn-group-vertical > .btn:active {
      z-index: 1; }
    .btn-group-vertical > .btn:not(:first-child) {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn-check:checked + .btn {
    z-index: 1; }
  .btn-group-vertical > .btn-check:focus + .btn {
    z-index: 1; }
  .btn-group-vertical > .btn.active {
    z-index: 1; }
  .btn-group-vertical > .btn-group {
    width: 100%; }
    .btn-group-vertical > .btn-group:not(:first-child) {
      margin-top: -1px; }
      .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

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

.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

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

.nav-link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.nav-link.disabled {
  color: #6C757D;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid var(--main-primary-color); }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover {
      border-color: #E9ECEF #E9ECEF var(--main-primary-color); }
    .nav-tabs .nav-link:focus {
      border-color: #E9ECEF #E9ECEF var(--main-primary-color); }
  .nav-tabs .nav-link.disabled {
    color: #6C757D;
    background-color: transparent;
    border-color: transparent; }
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffffff;
    border-color: var(--main-primary-color) var(--main-primary-color) #ffffff; }
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: var(--main-primary-color) var(--main-primary-color) #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: var(--main-secondary-color); }
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: var(--main-secondary-color); }

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

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

.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: 5px;
  padding-bottom: 5px; }
  .navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
  .navbar > .container-sm {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
  .navbar > .container-md {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
  .navbar > .container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
  .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 16px;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

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

.navbar-text {
  padding-top: 8px;
  padding-bottom: 8px; }

.navbar-collapse {
  align-items: center;
  width: 100%; }

.navbar-toggler {
  padding: 4px 12px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out; }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 4px; }

.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-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: 8px;
      padding-left: 8px; }
  .navbar-expand .navbar-collapse {
    display: flex; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }
  .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 {
    color: rgba(0, 0, 0, 0.7); }
  .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 {
  color: rgba(0, 0, 0, 0.9); }
.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 {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover {
    color: #ffffff; }
  .navbar-dark .navbar-brand:focus {
    color: #ffffff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .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 {
  color: #ffffff; }
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }
.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 {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover {
      color: #ffffff; }
    .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

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

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

.card-title {
  margin-bottom: 5px; }

.card-subtitle {
  margin-top: -2.5px;
  margin-bottom: 0; }

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

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 10px; }

.card-header {
  padding: 5px 10px;
  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: 3px 3px 0 0; }

.card-footer {
  padding: 5px 10px;
  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 3px 3px; }

.card-header-tabs {
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -5px;
  margin-left: -5px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  border-radius: 3px; }

.card-img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-group > .card {
  margin-bottom: 15px; }

.accordion {
  overflow: unset; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

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

.page-link {
  position: relative;
  display: block;
  color: var(--main-secondary-color);
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid var(--main-primary-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 6px 12px; }
  .page-link:hover {
    z-index: 2;
    color: #b74f00;
    background-color: #E9ECEF;
    border-color: var(--main-primary-color); }
  .page-link:focus {
    z-index: 3;
    color: #b74f00;
    background-color: #E9ECEF;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.25); }

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

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }

.page-item.disabled .page-link {
  color: #6C757D;
  pointer-events: none;
  background-color: #ffffff;
  border-color: var(--main-primary-color); }

.pagination-lg .page-link {
  padding: 12px 24px;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4.8px;
  border-bottom-left-radius: 4.8px; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4.8px;
  border-bottom-right-radius: 4.8px; }

.pagination-sm .page-link {
  padding: 4px 8px;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3.2px;
  border-bottom-left-radius: 3.2px; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3.2px;
  border-bottom-right-radius: 3.2px; }

.badge {
  display: inline-block;
  padding: 5.6px 10.4px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .badge:empty {
    display: none; }

.alert {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 30px; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12.5px 10px; }

.alert-primary {
  color: #853a02;
  background-color: #ffe2cd;
  border-color: #ffd7b9; }
  .alert-primary .alert-link {
    color: #532401; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #0d462c;
  background-color: #d1e7dd;
  border-color: #bfddcf; }
  .alert-success .alert-link {
    color: #051b11; }

.alert-info {
  color: #07697d;
  background-color: #cff4fc;
  border-color: #bbf0fb; }
  .alert-info .alert-link {
    color: #04404d; }

.alert-warning {
  color: #856404;
  background-color: #ffffff;
  border-color: #ffeeba; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #fff;
  background-color: #dd4b39;
  border-color: #d73925; }
  .alert-danger .alert-link {
    color: black; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark .alert-link {
    color: #040505; }

.help-block ul li {
  padding: 5px !important;
  color: #fff;
  background-color: #dd4b39;
  border-color: #d73925; }

.progress {
  display: flex;
  height: 16px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E9ECEF;
  border-radius: 4px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--main-secondary-color);
  transition: width 0.6s ease; }

.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: 16px 16px; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #F8F9FA; }
  .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #F8F9FA; }
  .list-group-item-action:active {
    color: var(--main-primary-text-color);
    background-color: #E9ECEF; }

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #ffffff;
  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 {
    color: #6C757D;
    pointer-events: none;
    background-color: #ffffff; }
  .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-item.disabled {
  color: #6C757D;
  pointer-events: none;
  background-color: #ffffff; }

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: var(--main-secondary-color);
  border-color: var(--main-secondary-color); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 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; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }

.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: #853a02;
  background-color: #ffd7b9; }

.list-group-item-primary.list-group-item-action:hover {
  color: #853a02;
  background-color: #ffc8a0; }
.list-group-item-primary.list-group-item-action:focus {
  color: #853a02;
  background-color: #ffc8a0; }

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #853a02;
  border-color: #853a02; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #0d462c;
  background-color: #bfddcf; }

.list-group-item-success.list-group-item-action:hover {
  color: #0d462c;
  background-color: #aed4c3; }
.list-group-item-success.list-group-item-action:focus {
  color: #0d462c;
  background-color: #aed4c3; }

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #0d462c;
  border-color: #0d462c; }

.list-group-item-info {
  color: #07697d;
  background-color: #bbf0fb; }

.list-group-item-info.list-group-item-action:hover {
  color: #07697d;
  background-color: #a3ebfa; }
.list-group-item-info.list-group-item-action:focus {
  color: #07697d;
  background-color: #a3ebfa; }

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #07697d;
  border-color: #07697d; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #030303;
  background-color: #b9b9b9; }

.list-group-item-danger.list-group-item-action:hover {
  color: #030303;
  background-color: #acacac; }
.list-group-item-danger.list-group-item-action:focus {
  color: #030303;
  background-color: #acacac; }

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #030303;
  border-color: #030303; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.btn-close {
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  padding: 4px 4px;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%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") no-repeat center center/16px auto;
  background-clip: content-box;
  border: 0;
  border-radius: 4px;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 112, 4, 0.25);
    opacity: 1; }
  .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.25; }

.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25; }

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

.toast {
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  border-radius: 4px; }
  .toast:not(:last-child) {
    margin-bottom: 12px; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #6C757D;
  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: 3px;
  border-top-right-radius: 3px; }
  .toast-header .btn-close {
    margin-right: -6px;
    margin-left: 12px; }

.toast-body {
  padding: 12px; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 16px); }
  .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% - 16px); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.7; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--main-primary-color); }
  .modal-header .btn-close {
    padding: 5px 5px;
    margin: -5px -5px -5px auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 6px;
  border-top: 1px solid var(--main-primary-color);
  border-bottom-right-radius: 3.8px;
  border-bottom-left-radius: 3.8px; }
  .modal-footer > * {
    margin: 4px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: InterTight, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 12.8px;
    height: 6.4px; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip.show {
  opacity: 0.9; }

.bs-tooltip-top {
  padding: 6.4px 0; }
  .bs-tooltip-top .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before {
      top: 0;
      border-width: 6.4px 6.4px 0;
      border-top-color: #000000; }

.bs-tooltip-auto[x-placement^=top] {
  padding: 6.4px 0; }
  .bs-tooltip-auto[x-placement^=top] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before {
      top: 0;
      border-width: 6.4px 6.4px 0;
      border-top-color: #000000; }

.bs-tooltip-right {
  padding: 0 6.4px; }
  .bs-tooltip-right .tooltip-arrow {
    left: 0;
    width: 6.4px;
    height: 12.8px; }
    .bs-tooltip-right .tooltip-arrow::before {
      right: 0;
      border-width: 6.4px 6.4px 6.4px 0;
      border-right-color: #000000; }

.bs-tooltip-auto[x-placement^=right] {
  padding: 0 6.4px; }
  .bs-tooltip-auto[x-placement^=right] .tooltip-arrow {
    left: 0;
    width: 6.4px;
    height: 12.8px; }
    .bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before {
      right: 0;
      border-width: 6.4px 6.4px 6.4px 0;
      border-right-color: #000000; }

.bs-tooltip-bottom {
  padding: 6.4px 0; }
  .bs-tooltip-bottom .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before {
      bottom: 0;
      border-width: 0 6.4px 6.4px;
      border-bottom-color: #000000; }

.bs-tooltip-auto[x-placement^=bottom] {
  padding: 6.4px 0; }
  .bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before {
      bottom: 0;
      border-width: 0 6.4px 6.4px;
      border-bottom-color: #000000; }

.bs-tooltip-left {
  padding: 0 6.4px; }
  .bs-tooltip-left .tooltip-arrow {
    right: 0;
    width: 6.4px;
    height: 12.8px; }
    .bs-tooltip-left .tooltip-arrow::before {
      left: 0;
      border-width: 6.4px 0 6.4px 6.4px;
      border-left-color: #000000; }

.bs-tooltip-auto[x-placement^=left] {
  padding: 0 6.4px; }
  .bs-tooltip-auto[x-placement^=left] .tooltip-arrow {
    right: 0;
    width: 6.4px;
    height: 12.8px; }
    .bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before {
      left: 0;
      border-width: 6.4px 0 6.4px 6.4px;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 2.5px 5px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: InterTight, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4.8px; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 8px;
    margin: 0 4.8px; }
    .popover .popover-arrow::before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
    .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top {
  margin-bottom: 8px; }
  .bs-popover-top > .popover-arrow {
    bottom: -9px; }
    .bs-popover-top > .popover-arrow::before {
      bottom: 0;
      border-width: 8px 8px 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .popover-arrow::after {
      bottom: 1px;
      border-width: 8px 8px 0;
      border-top-color: #ffffff; }

.bs-popover-auto[x-placement^=top] {
  margin-bottom: 8px; }
  .bs-popover-auto[x-placement^=top] > .popover-arrow {
    bottom: -9px; }
    .bs-popover-auto[x-placement^=top] > .popover-arrow::before {
      bottom: 0;
      border-width: 8px 8px 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-auto[x-placement^=top] > .popover-arrow::after {
      bottom: 1px;
      border-width: 8px 8px 0;
      border-top-color: #ffffff; }

.bs-popover-right {
  margin-left: 8px; }
  .bs-popover-right > .popover-arrow {
    left: -9px;
    width: 8px;
    height: 16px;
    margin: 4.8px 0; }
    .bs-popover-right > .popover-arrow::before {
      left: 0;
      border-width: 8px 8px 8px 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .popover-arrow::after {
      left: 1px;
      border-width: 8px 8px 8px 0;
      border-right-color: #ffffff; }

.bs-popover-auto[x-placement^=right] {
  margin-left: 8px; }
  .bs-popover-auto[x-placement^=right] > .popover-arrow {
    left: -9px;
    width: 8px;
    height: 16px;
    margin: 4.8px 0; }
    .bs-popover-auto[x-placement^=right] > .popover-arrow::before {
      left: 0;
      border-width: 8px 8px 8px 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-auto[x-placement^=right] > .popover-arrow::after {
      left: 1px;
      border-width: 8px 8px 8px 0;
      border-right-color: #ffffff; }

.bs-popover-bottom {
  margin-top: 8px; }
  .bs-popover-bottom > .popover-arrow {
    top: -9px; }
    .bs-popover-bottom > .popover-arrow::before {
      top: 0;
      border-width: 0 8px 8px 8px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .popover-arrow::after {
      top: 1px;
      border-width: 0 8px 8px 8px;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    margin-left: -8px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=bottom] {
  margin-top: 8px; }
  .bs-popover-auto[x-placement^=bottom] > .popover-arrow {
    top: -9px; }
    .bs-popover-auto[x-placement^=bottom] > .popover-arrow::before {
      top: 0;
      border-width: 0 8px 8px 8px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-auto[x-placement^=bottom] > .popover-arrow::after {
      top: 1px;
      border-width: 0 8px 8px 8px;
      border-bottom-color: #ffffff; }
  .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    margin-left: -8px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left {
  margin-right: 8px; }
  .bs-popover-left > .popover-arrow {
    right: -9px;
    width: 8px;
    height: 16px;
    margin: 4.8px 0; }
    .bs-popover-left > .popover-arrow::before {
      right: 0;
      border-width: 8px 0 8px 8px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .popover-arrow::after {
      right: 1px;
      border-width: 8px 0 8px 8px;
      border-left-color: #ffffff; }

.bs-popover-auto[x-placement^=left] {
  margin-right: 8px; }
  .bs-popover-auto[x-placement^=left] > .popover-arrow {
    right: -9px;
    width: 8px;
    height: 16px;
    margin: 4.8px 0; }
    .bs-popover-auto[x-placement^=left] > .popover-arrow::before {
      right: 0;
      border-width: 8px 0 8px 8px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-auto[x-placement^=left] > .popover-arrow::after {
      right: 1px;
      border-width: 8px 0 8px 8px;
      border-left-color: #ffffff; }

.popover-header {
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 3.8px;
  border-top-right-radius: 3.8px; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 10px 10px;
  color: var(--main-primary-text-color); }

.carousel {
  position: relative; }

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }

.carousel-item.active {
  display: block; }

.carousel-item-next {
  display: block; }
  .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%); }

.carousel-item-prev {
  display: block; }
  .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%); }

.active.carousel-item-right {
  transform: translateX(100%); }

.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }
.carousel-fade .carousel-item-next.carousel-item-left {
  z-index: 1;
  opacity: 1; }
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  left: 0; }
  .carousel-control-prev:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }
  .carousel-control-prev:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  right: 0; }
  .carousel-control-next:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 16 16'%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 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 16 16'%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-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: initial; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100); }
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }
.carousel-dark .carousel-indicators li {
  background-color: #000000; }
.carousel-dark .carousel-caption {
  color: #000000; }

.spinner-border {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  border: 4px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 16px;
  height: 16px;
  border-width: 3.2px; }

.spinner-grow {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 16px;
  height: 16px; }

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

.link-primary {
  color: var(--main-secondary-color); }
  .link-primary:hover {
    color: #ff9c51; }
  .link-primary:focus {
    color: #ff9c51; }

.link-secondary {
  color: #6C757D; }
  .link-secondary:hover {
    color: #494f54; }
  .link-secondary:focus {
    color: #494f54; }

.link-success {
  color: #198754; }
  .link-success:hover {
    color: #0d462c; }
  .link-success:focus {
    color: #0d462c; }

.link-info {
  color: #0DCAF0; }
  .link-info:hover {
    color: #54dbf6; }
  .link-info:focus {
    color: #54dbf6; }

.link-warning {
  color: #FFC107; }
  .link-warning:hover {
    color: #ffd454; }
  .link-warning:focus {
    color: #ffd454; }

.link-danger {
  color: #050505; }
  .link-danger:hover {
    color: black; }
  .link-danger:focus {
    color: black; }

.link-light {
  color: #F8F9FA; }
  .link-light:hover {
    color: white; }
  .link-light:focus {
    color: white; }

.link-dark {
  color: #343A40; }
  .link-dark:hover {
    color: #121416; }
  .link-dark:focus {
    color: #121416; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.d-inline {
  display: inline; }

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

.d-block {
  display: block; }

.d-table {
  display: table; }

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

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

.d-flex {
  display: flex; }

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

.d-none {
  display: none; }

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075); }

.shadow-lg {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175); }

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

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-sticky {
  position: sticky; }

.top-0 {
  top: 0; }

.top-50 {
  top: 50%; }

.top-100 {
  top: 100%; }

.bottom-0 {
  bottom: 0; }

.bottom-50 {
  bottom: 50%; }

.bottom-100 {
  bottom: 100%; }

.left-0 {
  left: 0; }

.left-50 {
  left: 50%; }

.left-100 {
  left: 100%; }

.right-0 {
  right: 0; }

.right-50 {
  right: 50%; }

.right-100 {
  right: 100%; }

.translate-middle {
  transform: translateX(-50%) translateY(-50%); }

.border {
  border: 1px solid var(--main-primary-color); }

.border-0 {
  border: 0;
  border-width: 0; }

.border-top {
  border-top: 1px solid var(--main-primary-color); }

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

.border-right {
  border-right: 1px solid var(--main-primary-color); }

.border-right-0 {
  border-right: 0; }

.border-bottom {
  border-bottom: 1px solid var(--main-primary-color); }

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

.border-left {
  border-left: 1px solid var(--main-primary-color); }

.border-left-0 {
  border-left: 0; }

.border-primary {
  border-color: var(--main-secondary-color); }

.border-secondary {
  border-color: #6C757D; }

.border-success {
  border-color: #198754; }

.border-info {
  border-color: #0DCAF0; }

.border-warning {
  border-color: #FFC107; }

.border-danger {
  border-color: #050505; }

.border-light {
  border-color: #F8F9FA; }

.border-dark {
  border-color: #343A40; }

.border-white {
  border-color: #ffffff; }

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

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

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

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

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

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.w-auto {
  width: auto; }

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

.vw-100 {
  width: 100vw; }

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

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.hpx-50 {
  height: 50px; }

.hpx-75 {
  height: 75px; }

.hpx-100 {
  height: 100px; }

.h-auto {
  height: auto; }

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

.vh-100 {
  height: 100vh; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-last {
  order: 6; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 5px; }

.m-2 {
  margin: 10px; }

.m-3 {
  margin: 15px; }

.m-4 {
  margin: 20px; }

.m-5 {
  margin: 25px; }

.m-6 {
  margin: 30px; }

.m-7 {
  margin: 35px; }

.m-8 {
  margin: 40px; }

.m-9 {
  margin: 45px; }

.m-10 {
  margin: 50px; }

.m-auto {
  margin: auto; }

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

.mx-1 {
  margin-right: 5px;
  margin-left: 5px; }

.mx-2 {
  margin-right: 10px;
  margin-left: 10px; }

.mx-3 {
  margin-right: 15px;
  margin-left: 15px; }

.mx-4 {
  margin-right: 20px;
  margin-left: 20px; }

.mx-5 {
  margin-right: 25px;
  margin-left: 25px; }

.mx-6 {
  margin-right: 30px;
  margin-left: 30px; }

.mx-7 {
  margin-right: 35px;
  margin-left: 35px; }

.mx-8 {
  margin-right: 40px;
  margin-left: 40px; }

.mx-9 {
  margin-right: 45px;
  margin-left: 45px; }

.mx-10 {
  margin-right: 50px;
  margin-left: 50px; }

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

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

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px; }

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px; }

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px; }

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px; }

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px; }

.my-6 {
  margin-top: 30px;
  margin-bottom: 30px; }

.my-7 {
  margin-top: 35px;
  margin-bottom: 35px; }

.my-8 {
  margin-top: 40px;
  margin-bottom: 40px; }

.my-9 {
  margin-top: 45px;
  margin-bottom: 45px; }

.my-10 {
  margin-top: 50px;
  margin-bottom: 50px; }

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

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

.mt-1 {
  margin-top: 5px; }

.mt-2 {
  margin-top: 10px; }

.mt-3 {
  margin-top: 15px; }

.mt-4 {
  margin-top: 20px; }

.mt-5 {
  margin-top: 25px; }

.mt-6 {
  margin-top: 30px; }

.mt-7 {
  margin-top: 35px; }

.mt-8 {
  margin-top: 40px; }

.mt-9 {
  margin-top: 45px; }

.mt-10 {
  margin-top: 50px; }

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

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 5px; }

.mr-2 {
  margin-right: 10px; }

.mr-3 {
  margin-right: 15px; }

.mr-4 {
  margin-right: 20px; }

.mr-5 {
  margin-right: 25px; }

.mr-6 {
  margin-right: 30px; }

.mr-7 {
  margin-right: 35px; }

.mr-8 {
  margin-right: 40px; }

.mr-9 {
  margin-right: 45px; }

.mr-10 {
  margin-right: 50px; }

.mr-auto {
  margin-right: auto; }

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

.mb-1 {
  margin-bottom: 5px; }

.mb-2 {
  margin-bottom: 10px; }

.mb-3 {
  margin-bottom: 15px; }

.mb-4 {
  margin-bottom: 20px; }

.mb-5 {
  margin-bottom: 25px; }

.mb-6 {
  margin-bottom: 30px; }

.mb-7 {
  margin-bottom: 35px; }

.mb-8 {
  margin-bottom: 40px; }

.mb-9 {
  margin-bottom: 45px; }

.mb-10 {
  margin-bottom: 50px; }

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

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 5px; }

.ml-2 {
  margin-left: 10px; }

.ml-3 {
  margin-left: 15px; }

.ml-4 {
  margin-left: 20px; }

.ml-5 {
  margin-left: 25px; }

.ml-6 {
  margin-left: 30px; }

.ml-7 {
  margin-left: 35px; }

.ml-8 {
  margin-left: 40px; }

.ml-9 {
  margin-left: 45px; }

.ml-10 {
  margin-left: 50px; }

.ml-auto {
  margin-left: auto; }

.m-n1 {
  margin: -5px; }

.m-n2 {
  margin: -10px; }

.m-n3 {
  margin: -15px; }

.m-n4 {
  margin: -20px; }

.m-n5 {
  margin: -25px; }

.m-n6 {
  margin: -30px; }

.m-n7 {
  margin: -35px; }

.m-n8 {
  margin: -40px; }

.m-n9 {
  margin: -45px; }

.m-n10 {
  margin: -50px; }

.mx-n1 {
  margin-right: -5px;
  margin-left: -5px; }

.mx-n2 {
  margin-right: -10px;
  margin-left: -10px; }

.mx-n3 {
  margin-right: -15px;
  margin-left: -15px; }

.mx-n4 {
  margin-right: -20px;
  margin-left: -20px; }

.mx-n5 {
  margin-right: -25px;
  margin-left: -25px; }

.mx-n6 {
  margin-right: -30px;
  margin-left: -30px; }

.mx-n7 {
  margin-right: -35px;
  margin-left: -35px; }

.mx-n8 {
  margin-right: -40px;
  margin-left: -40px; }

.mx-n9 {
  margin-right: -45px;
  margin-left: -45px; }

.mx-n10 {
  margin-right: -50px;
  margin-left: -50px; }

.my-n1 {
  margin-top: -5px;
  margin-bottom: -5px; }

.my-n2 {
  margin-top: -10px;
  margin-bottom: -10px; }

.my-n3 {
  margin-top: -15px;
  margin-bottom: -15px; }

.my-n4 {
  margin-top: -20px;
  margin-bottom: -20px; }

.my-n5 {
  margin-top: -25px;
  margin-bottom: -25px; }

.my-n6 {
  margin-top: -30px;
  margin-bottom: -30px; }

.my-n7 {
  margin-top: -35px;
  margin-bottom: -35px; }

.my-n8 {
  margin-top: -40px;
  margin-bottom: -40px; }

.my-n9 {
  margin-top: -45px;
  margin-bottom: -45px; }

.my-n10 {
  margin-top: -50px;
  margin-bottom: -50px; }

.mt-n1 {
  margin-top: -5px; }

.mt-n2 {
  margin-top: -10px; }

.mt-n3 {
  margin-top: -15px; }

.mt-n4 {
  margin-top: -20px; }

.mt-n5 {
  margin-top: -25px; }

.mt-n6 {
  margin-top: -30px; }

.mt-n7 {
  margin-top: -35px; }

.mt-n8 {
  margin-top: -40px; }

.mt-n9 {
  margin-top: -45px; }

.mt-n10 {
  margin-top: -50px; }

.mr-n1 {
  margin-right: -5px; }

.mr-n2 {
  margin-right: -10px; }

.mr-n3 {
  margin-right: -15px; }

.mr-n4 {
  margin-right: -20px; }

.mr-n5 {
  margin-right: -25px; }

.mr-n6 {
  margin-right: -30px; }

.mr-n7 {
  margin-right: -35px; }

.mr-n8 {
  margin-right: -40px; }

.mr-n9 {
  margin-right: -45px; }

.mr-n10 {
  margin-right: -50px; }

.mb-n1 {
  margin-bottom: -5px; }

.mb-n2 {
  margin-bottom: -10px; }

.mb-n3 {
  margin-bottom: -15px; }

.mb-n4 {
  margin-bottom: -20px; }

.mb-n5 {
  margin-bottom: -25px; }

.mb-n6 {
  margin-bottom: -30px; }

.mb-n7 {
  margin-bottom: -35px; }

.mb-n8 {
  margin-bottom: -40px; }

.mb-n9 {
  margin-bottom: -45px; }

.mb-n10 {
  margin-bottom: -50px; }

.ml-n1 {
  margin-left: -5px; }

.ml-n2 {
  margin-left: -10px; }

.ml-n3 {
  margin-left: -15px; }

.ml-n4 {
  margin-left: -20px; }

.ml-n5 {
  margin-left: -25px; }

.ml-n6 {
  margin-left: -30px; }

.ml-n7 {
  margin-left: -35px; }

.ml-n8 {
  margin-left: -40px; }

.ml-n9 {
  margin-left: -45px; }

.ml-n10 {
  margin-left: -50px; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 5px; }

.p-2 {
  padding: 10px; }

.p-3 {
  padding: 15px; }

.p-4 {
  padding: 20px; }

.p-5 {
  padding: 25px; }

.p-6 {
  padding: 30px; }

.p-7 {
  padding: 35px; }

.p-8 {
  padding: 40px; }

.p-9 {
  padding: 45px; }

.p-10 {
  padding: 50px; }

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

.px-1 {
  padding-right: 5px;
  padding-left: 5px; }

.px-2 {
  padding-right: 10px;
  padding-left: 10px; }

.px-3 {
  padding-right: 15px;
  padding-left: 15px; }

.px-4 {
  padding-right: 20px;
  padding-left: 20px; }

.px-5 {
  padding-right: 25px;
  padding-left: 25px; }

.px-6 {
  padding-right: 30px;
  padding-left: 30px; }

.px-7 {
  padding-right: 35px;
  padding-left: 35px; }

.px-8 {
  padding-right: 40px;
  padding-left: 40px; }

.px-9 {
  padding-right: 45px;
  padding-left: 45px; }

.px-10 {
  padding-right: 50px;
  padding-left: 50px; }

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

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px; }

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px; }

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px; }

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py-7 {
  padding-top: 35px;
  padding-bottom: 35px; }

.py-8 {
  padding-top: 40px;
  padding-bottom: 40px; }

.py-9 {
  padding-top: 45px;
  padding-bottom: 45px; }

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px; }

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

.pt-1 {
  padding-top: 5px; }

.pt-2 {
  padding-top: 10px; }

.pt-3 {
  padding-top: 15px; }

.pt-4 {
  padding-top: 20px; }

.pt-5 {
  padding-top: 25px; }

.pt-6 {
  padding-top: 30px; }

.pt-7 {
  padding-top: 35px; }

.pt-8 {
  padding-top: 40px; }

.pt-9 {
  padding-top: 45px; }

.pt-10 {
  padding-top: 50px; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 5px; }

.pr-2 {
  padding-right: 10px; }

.pr-3 {
  padding-right: 15px; }

.pr-4 {
  padding-right: 20px; }

.pr-5 {
  padding-right: 25px; }

.pr-6 {
  padding-right: 30px; }

.pr-7 {
  padding-right: 35px; }

.pr-8 {
  padding-right: 40px; }

.pr-9 {
  padding-right: 45px; }

.pr-10 {
  padding-right: 50px; }

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

.pb-1 {
  padding-bottom: 5px; }

.pb-2 {
  padding-bottom: 10px; }

.pb-3 {
  padding-bottom: 15px; }

.pb-4 {
  padding-bottom: 20px; }

.pb-5 {
  padding-bottom: 25px; }

.pb-6 {
  padding-bottom: 30px; }

.pb-7 {
  padding-bottom: 35px; }

.pb-8 {
  padding-bottom: 40px; }

.pb-9 {
  padding-bottom: 45px; }

.pb-10 {
  padding-bottom: 50px; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 5px; }

.pl-2 {
  padding-left: 10px; }

.pl-3 {
  padding-left: 15px; }

.pl-4 {
  padding-left: 20px; }

.pl-5 {
  padding-left: 25px; }

.pl-6 {
  padding-left: 30px; }

.pl-7 {
  padding-left: 35px; }

.pl-8 {
  padding-left: 40px; }

.pl-9 {
  padding-left: 45px; }

.pl-10 {
  padding-left: 50px; }

.font-weight-light {
  font-weight: 300; }

.font-weight-lighter {
  font-weight: 100; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-bolder {
  font-weight: 900; }

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

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-primary {
  color: var(--main-secondary-color) !important; }

.text-secondary {
  color: #6C757D; }

.text-success {
  color: #198754; }

.text-info {
  color: #0DCAF0; }

.text-warning {
  color: #FFC107; }

.text-danger {
  color: #050505; }

.text-light {
  color: #F8F9FA; }

.text-dark {
  color: #343A40; }

.text-white {
  color: #ffffff; }

.text-body {
  color: var(--main-primary-text-color); }

.text-muted {
  color: #6C757D; }

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

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

.text-reset {
  color: inherit; }

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

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

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

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

.bg-primary {
  background-color: var(--main-secondary-color); }

.bg-secondary {
  background-color: #6C757D; }

.bg-success {
  background-color: #198754; }

.bg-info {
  background-color: #0DCAF0; }

.bg-warning {
  background-color: #FFC107; }

.bg-danger {
  background-color: #050505; }

.bg-light {
  background-color: #F8F9FA; }

.bg-dark {
  background-color: #343A40; }

.bg-body {
  background-color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

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

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

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

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

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

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

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

.font-italic {
  font-style: italic; }

.font-normal {
  font-style: normal; }

.text-break {
  word-wrap: break-word;
  word-break: break-word; }

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

.user-select-all {
  -webkit-user-select: all;
  user-select: all; }

.user-select-auto {
  -webkit-user-select: auto;
  user-select: auto; }

.user-select-none {
  -webkit-user-select: none;
  user-select: none; }

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

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

.rounded {
  border-radius: 4px; }

.rounded-10 {
  border-radius: 10px; }

.rounded-20 {
  border-radius: 20px; }

.rounded-30 {
  border-radius: 30px; }

.rounded-sm {
  border-radius: 3.2px; }

.rounded-lg {
  border-radius: 4.8px; }

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

.rounded-pill {
  border-radius: 800px; }

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

.rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.rounded-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

html {
  min-height: 100%; }

body[dir=rtl] {
  text-align: right; }

li {
  list-style: initial; }

.img-responsive {
  max-width: 100%;
  display: block; }

.pt-48px {
  padding-top: 48px; }

.pt-100px {
  padding-top: 100px; }

.pb-48px {
  padding-bottom: 48px; }

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

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

  .container {
    max-width: 100%; } }
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; }

  .g-sm-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0; }

  .gx-sm-0 {
    --bs-gutter-x: 0; }

  .gy-sm-0 {
    --bs-gutter-y: 0; }

  .g-sm-1 {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px; }

  .gx-sm-1 {
    --bs-gutter-x: 5px; }

  .gy-sm-1 {
    --bs-gutter-y: 5px; }

  .g-sm-2 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px; }

  .gx-sm-2 {
    --bs-gutter-x: 10px; }

  .gy-sm-2 {
    --bs-gutter-y: 10px; }

  .g-sm-3 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px; }

  .gx-sm-3 {
    --bs-gutter-x: 15px; }

  .gy-sm-3 {
    --bs-gutter-y: 15px; }

  .g-sm-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px; }

  .gx-sm-4 {
    --bs-gutter-x: 20px; }

  .gy-sm-4 {
    --bs-gutter-y: 20px; }

  .g-sm-5 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px; }

  .gx-sm-5 {
    --bs-gutter-x: 25px; }

  .gy-sm-5 {
    --bs-gutter-y: 25px; }

  .g-sm-6 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px; }

  .gx-sm-6 {
    --bs-gutter-x: 30px; }

  .gy-sm-6 {
    --bs-gutter-y: 30px; }

  .g-sm-7 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px; }

  .gx-sm-7 {
    --bs-gutter-x: 35px; }

  .gy-sm-7 {
    --bs-gutter-y: 35px; }

  .g-sm-8 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px; }

  .gx-sm-8 {
    --bs-gutter-x: 40px; }

  .gy-sm-8 {
    --bs-gutter-y: 40px; }

  .g-sm-9 {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px; }

  .gx-sm-9 {
    --bs-gutter-x: 45px; }

  .gy-sm-9 {
    --bs-gutter-y: 45px; }

  .g-sm-10 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px; }

  .gx-sm-10 {
    --bs-gutter-x: 50px; }

  .gy-sm-10 {
    --bs-gutter-y: 50px; }

  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; }

  .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: 8px;
        padding-left: 8px; }
    .navbar-expand-sm .navbar-collapse {
      display: flex; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }

  .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 {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom {
          border-bottom-right-radius: 0; }
        .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 {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom {
          border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; }

  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 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; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }

  .modal-dialog {
    max-width: 500px;
    margin: 28px auto; }

  .modal-dialog-scrollable {
    height: calc(100% - 56px); }

  .modal-dialog-centered {
    min-height: calc(100% - 56px); }

  .modal-sm {
    max-width: 300px; }

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

  .float-sm-left {
    float: left; }

  .float-sm-right {
    float: right; }

  .float-sm-none {
    float: none; }

  .d-sm-inline {
    display: inline; }

  .d-sm-inline-block {
    display: inline-block; }

  .d-sm-block {
    display: block; }

  .d-sm-table {
    display: table; }

  .d-sm-table-row {
    display: table-row; }

  .d-sm-table-cell {
    display: table-cell; }

  .d-sm-flex {
    display: flex; }

  .d-sm-inline-flex {
    display: inline-flex; }

  .d-sm-none {
    display: none; }

  .flex-sm-fill {
    flex: 1 1 auto; }

  .flex-sm-row {
    flex-direction: row; }

  .flex-sm-column {
    flex-direction: column; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse; }

  .flex-sm-grow-0 {
    flex-grow: 0; }

  .flex-sm-grow-1 {
    flex-grow: 1; }

  .flex-sm-shrink-0 {
    flex-shrink: 0; }

  .flex-sm-shrink-1 {
    flex-shrink: 1; }

  .flex-sm-wrap {
    flex-wrap: wrap; }

  .flex-sm-nowrap {
    flex-wrap: nowrap; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-sm-start {
    justify-content: flex-start; }

  .justify-content-sm-end {
    justify-content: flex-end; }

  .justify-content-sm-center {
    justify-content: center; }

  .justify-content-sm-between {
    justify-content: space-between; }

  .justify-content-sm-around {
    justify-content: space-around; }

  .justify-content-sm-evenly {
    justify-content: space-evenly; }

  .align-items-sm-start {
    align-items: flex-start; }

  .align-items-sm-end {
    align-items: flex-end; }

  .align-items-sm-center {
    align-items: center; }

  .align-items-sm-baseline {
    align-items: baseline; }

  .align-items-sm-stretch {
    align-items: stretch; }

  .align-content-sm-start {
    align-content: flex-start; }

  .align-content-sm-end {
    align-content: flex-end; }

  .align-content-sm-center {
    align-content: center; }

  .align-content-sm-between {
    align-content: space-between; }

  .align-content-sm-around {
    align-content: space-around; }

  .align-content-sm-stretch {
    align-content: stretch; }

  .align-self-sm-auto {
    align-self: auto; }

  .align-self-sm-start {
    align-self: flex-start; }

  .align-self-sm-end {
    align-self: flex-end; }

  .align-self-sm-center {
    align-self: center; }

  .align-self-sm-baseline {
    align-self: baseline; }

  .align-self-sm-stretch {
    align-self: stretch; }

  .order-sm-first {
    order: -1; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-last {
    order: 6; }

  .m-sm-0 {
    margin: 0; }

  .m-sm-1 {
    margin: 5px; }

  .m-sm-2 {
    margin: 10px; }

  .m-sm-3 {
    margin: 15px; }

  .m-sm-4 {
    margin: 20px; }

  .m-sm-5 {
    margin: 25px; }

  .m-sm-6 {
    margin: 30px; }

  .m-sm-7 {
    margin: 35px; }

  .m-sm-8 {
    margin: 40px; }

  .m-sm-9 {
    margin: 45px; }

  .m-sm-10 {
    margin: 50px; }

  .m-sm-auto {
    margin: auto; }

  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0; }

  .mx-sm-1 {
    margin-right: 5px;
    margin-left: 5px; }

  .mx-sm-2 {
    margin-right: 10px;
    margin-left: 10px; }

  .mx-sm-3 {
    margin-right: 15px;
    margin-left: 15px; }

  .mx-sm-4 {
    margin-right: 20px;
    margin-left: 20px; }

  .mx-sm-5 {
    margin-right: 25px;
    margin-left: 25px; }

  .mx-sm-6 {
    margin-right: 30px;
    margin-left: 30px; }

  .mx-sm-7 {
    margin-right: 35px;
    margin-left: 35px; }

  .mx-sm-8 {
    margin-right: 40px;
    margin-left: 40px; }

  .mx-sm-9 {
    margin-right: 45px;
    margin-left: 45px; }

  .mx-sm-10 {
    margin-right: 50px;
    margin-left: 50px; }

  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto; }

  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .my-sm-1 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .my-sm-2 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .my-sm-3 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .my-sm-4 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .my-sm-5 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .my-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .my-sm-7 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .my-sm-8 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .my-sm-9 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .my-sm-10 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto; }

  .mt-sm-0 {
    margin-top: 0; }

  .mt-sm-1 {
    margin-top: 5px; }

  .mt-sm-2 {
    margin-top: 10px; }

  .mt-sm-3 {
    margin-top: 15px; }

  .mt-sm-4 {
    margin-top: 20px; }

  .mt-sm-5 {
    margin-top: 25px; }

  .mt-sm-6 {
    margin-top: 30px; }

  .mt-sm-7 {
    margin-top: 35px; }

  .mt-sm-8 {
    margin-top: 40px; }

  .mt-sm-9 {
    margin-top: 45px; }

  .mt-sm-10 {
    margin-top: 50px; }

  .mt-sm-auto {
    margin-top: auto; }

  .mr-sm-0 {
    margin-right: 0; }

  .mr-sm-1 {
    margin-right: 5px; }

  .mr-sm-2 {
    margin-right: 10px; }

  .mr-sm-3 {
    margin-right: 15px; }

  .mr-sm-4 {
    margin-right: 20px; }

  .mr-sm-5 {
    margin-right: 25px; }

  .mr-sm-6 {
    margin-right: 30px; }

  .mr-sm-7 {
    margin-right: 35px; }

  .mr-sm-8 {
    margin-right: 40px; }

  .mr-sm-9 {
    margin-right: 45px; }

  .mr-sm-10 {
    margin-right: 50px; }

  .mr-sm-auto {
    margin-right: auto; }

  .mb-sm-0 {
    margin-bottom: 0; }

  .mb-sm-1 {
    margin-bottom: 5px; }

  .mb-sm-2 {
    margin-bottom: 10px; }

  .mb-sm-3 {
    margin-bottom: 15px; }

  .mb-sm-4 {
    margin-bottom: 20px; }

  .mb-sm-5 {
    margin-bottom: 25px; }

  .mb-sm-6 {
    margin-bottom: 30px; }

  .mb-sm-7 {
    margin-bottom: 35px; }

  .mb-sm-8 {
    margin-bottom: 40px; }

  .mb-sm-9 {
    margin-bottom: 45px; }

  .mb-sm-10 {
    margin-bottom: 50px; }

  .mb-sm-auto {
    margin-bottom: auto; }

  .ml-sm-0 {
    margin-left: 0; }

  .ml-sm-1 {
    margin-left: 5px; }

  .ml-sm-2 {
    margin-left: 10px; }

  .ml-sm-3 {
    margin-left: 15px; }

  .ml-sm-4 {
    margin-left: 20px; }

  .ml-sm-5 {
    margin-left: 25px; }

  .ml-sm-6 {
    margin-left: 30px; }

  .ml-sm-7 {
    margin-left: 35px; }

  .ml-sm-8 {
    margin-left: 40px; }

  .ml-sm-9 {
    margin-left: 45px; }

  .ml-sm-10 {
    margin-left: 50px; }

  .ml-sm-auto {
    margin-left: auto; }

  .m-sm-n1 {
    margin: -5px; }

  .m-sm-n2 {
    margin: -10px; }

  .m-sm-n3 {
    margin: -15px; }

  .m-sm-n4 {
    margin: -20px; }

  .m-sm-n5 {
    margin: -25px; }

  .m-sm-n6 {
    margin: -30px; }

  .m-sm-n7 {
    margin: -35px; }

  .m-sm-n8 {
    margin: -40px; }

  .m-sm-n9 {
    margin: -45px; }

  .m-sm-n10 {
    margin: -50px; }

  .mx-sm-n1 {
    margin-right: -5px;
    margin-left: -5px; }

  .mx-sm-n2 {
    margin-right: -10px;
    margin-left: -10px; }

  .mx-sm-n3 {
    margin-right: -15px;
    margin-left: -15px; }

  .mx-sm-n4 {
    margin-right: -20px;
    margin-left: -20px; }

  .mx-sm-n5 {
    margin-right: -25px;
    margin-left: -25px; }

  .mx-sm-n6 {
    margin-right: -30px;
    margin-left: -30px; }

  .mx-sm-n7 {
    margin-right: -35px;
    margin-left: -35px; }

  .mx-sm-n8 {
    margin-right: -40px;
    margin-left: -40px; }

  .mx-sm-n9 {
    margin-right: -45px;
    margin-left: -45px; }

  .mx-sm-n10 {
    margin-right: -50px;
    margin-left: -50px; }

  .my-sm-n1 {
    margin-top: -5px;
    margin-bottom: -5px; }

  .my-sm-n2 {
    margin-top: -10px;
    margin-bottom: -10px; }

  .my-sm-n3 {
    margin-top: -15px;
    margin-bottom: -15px; }

  .my-sm-n4 {
    margin-top: -20px;
    margin-bottom: -20px; }

  .my-sm-n5 {
    margin-top: -25px;
    margin-bottom: -25px; }

  .my-sm-n6 {
    margin-top: -30px;
    margin-bottom: -30px; }

  .my-sm-n7 {
    margin-top: -35px;
    margin-bottom: -35px; }

  .my-sm-n8 {
    margin-top: -40px;
    margin-bottom: -40px; }

  .my-sm-n9 {
    margin-top: -45px;
    margin-bottom: -45px; }

  .my-sm-n10 {
    margin-top: -50px;
    margin-bottom: -50px; }

  .mt-sm-n1 {
    margin-top: -5px; }

  .mt-sm-n2 {
    margin-top: -10px; }

  .mt-sm-n3 {
    margin-top: -15px; }

  .mt-sm-n4 {
    margin-top: -20px; }

  .mt-sm-n5 {
    margin-top: -25px; }

  .mt-sm-n6 {
    margin-top: -30px; }

  .mt-sm-n7 {
    margin-top: -35px; }

  .mt-sm-n8 {
    margin-top: -40px; }

  .mt-sm-n9 {
    margin-top: -45px; }

  .mt-sm-n10 {
    margin-top: -50px; }

  .mr-sm-n1 {
    margin-right: -5px; }

  .mr-sm-n2 {
    margin-right: -10px; }

  .mr-sm-n3 {
    margin-right: -15px; }

  .mr-sm-n4 {
    margin-right: -20px; }

  .mr-sm-n5 {
    margin-right: -25px; }

  .mr-sm-n6 {
    margin-right: -30px; }

  .mr-sm-n7 {
    margin-right: -35px; }

  .mr-sm-n8 {
    margin-right: -40px; }

  .mr-sm-n9 {
    margin-right: -45px; }

  .mr-sm-n10 {
    margin-right: -50px; }

  .mb-sm-n1 {
    margin-bottom: -5px; }

  .mb-sm-n2 {
    margin-bottom: -10px; }

  .mb-sm-n3 {
    margin-bottom: -15px; }

  .mb-sm-n4 {
    margin-bottom: -20px; }

  .mb-sm-n5 {
    margin-bottom: -25px; }

  .mb-sm-n6 {
    margin-bottom: -30px; }

  .mb-sm-n7 {
    margin-bottom: -35px; }

  .mb-sm-n8 {
    margin-bottom: -40px; }

  .mb-sm-n9 {
    margin-bottom: -45px; }

  .mb-sm-n10 {
    margin-bottom: -50px; }

  .ml-sm-n1 {
    margin-left: -5px; }

  .ml-sm-n2 {
    margin-left: -10px; }

  .ml-sm-n3 {
    margin-left: -15px; }

  .ml-sm-n4 {
    margin-left: -20px; }

  .ml-sm-n5 {
    margin-left: -25px; }

  .ml-sm-n6 {
    margin-left: -30px; }

  .ml-sm-n7 {
    margin-left: -35px; }

  .ml-sm-n8 {
    margin-left: -40px; }

  .ml-sm-n9 {
    margin-left: -45px; }

  .ml-sm-n10 {
    margin-left: -50px; }

  .p-sm-0 {
    padding: 0; }

  .p-sm-1 {
    padding: 5px; }

  .p-sm-2 {
    padding: 10px; }

  .p-sm-3 {
    padding: 15px; }

  .p-sm-4 {
    padding: 20px; }

  .p-sm-5 {
    padding: 25px; }

  .p-sm-6 {
    padding: 30px; }

  .p-sm-7 {
    padding: 35px; }

  .p-sm-8 {
    padding: 40px; }

  .p-sm-9 {
    padding: 45px; }

  .p-sm-10 {
    padding: 50px; }

  .px-sm-0 {
    padding-right: 0;
    padding-left: 0; }

  .px-sm-1 {
    padding-right: 5px;
    padding-left: 5px; }

  .px-sm-2 {
    padding-right: 10px;
    padding-left: 10px; }

  .px-sm-3 {
    padding-right: 15px;
    padding-left: 15px; }

  .px-sm-4 {
    padding-right: 20px;
    padding-left: 20px; }

  .px-sm-5 {
    padding-right: 25px;
    padding-left: 25px; }

  .px-sm-6 {
    padding-right: 30px;
    padding-left: 30px; }

  .px-sm-7 {
    padding-right: 35px;
    padding-left: 35px; }

  .px-sm-8 {
    padding-right: 40px;
    padding-left: 40px; }

  .px-sm-9 {
    padding-right: 45px;
    padding-left: 45px; }

  .px-sm-10 {
    padding-right: 50px;
    padding-left: 50px; }

  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .py-sm-1 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .py-sm-2 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .py-sm-3 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .py-sm-4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .py-sm-5 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .py-sm-6 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .py-sm-7 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .py-sm-8 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .py-sm-9 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .py-sm-10 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pt-sm-0 {
    padding-top: 0; }

  .pt-sm-1 {
    padding-top: 5px; }

  .pt-sm-2 {
    padding-top: 10px; }

  .pt-sm-3 {
    padding-top: 15px; }

  .pt-sm-4 {
    padding-top: 20px; }

  .pt-sm-5 {
    padding-top: 25px; }

  .pt-sm-6 {
    padding-top: 30px; }

  .pt-sm-7 {
    padding-top: 35px; }

  .pt-sm-8 {
    padding-top: 40px; }

  .pt-sm-9 {
    padding-top: 45px; }

  .pt-sm-10 {
    padding-top: 50px; }

  .pr-sm-0 {
    padding-right: 0; }

  .pr-sm-1 {
    padding-right: 5px; }

  .pr-sm-2 {
    padding-right: 10px; }

  .pr-sm-3 {
    padding-right: 15px; }

  .pr-sm-4 {
    padding-right: 20px; }

  .pr-sm-5 {
    padding-right: 25px; }

  .pr-sm-6 {
    padding-right: 30px; }

  .pr-sm-7 {
    padding-right: 35px; }

  .pr-sm-8 {
    padding-right: 40px; }

  .pr-sm-9 {
    padding-right: 45px; }

  .pr-sm-10 {
    padding-right: 50px; }

  .pb-sm-0 {
    padding-bottom: 0; }

  .pb-sm-1 {
    padding-bottom: 5px; }

  .pb-sm-2 {
    padding-bottom: 10px; }

  .pb-sm-3 {
    padding-bottom: 15px; }

  .pb-sm-4 {
    padding-bottom: 20px; }

  .pb-sm-5 {
    padding-bottom: 25px; }

  .pb-sm-6 {
    padding-bottom: 30px; }

  .pb-sm-7 {
    padding-bottom: 35px; }

  .pb-sm-8 {
    padding-bottom: 40px; }

  .pb-sm-9 {
    padding-bottom: 45px; }

  .pb-sm-10 {
    padding-bottom: 50px; }

  .pl-sm-0 {
    padding-left: 0; }

  .pl-sm-1 {
    padding-left: 5px; }

  .pl-sm-2 {
    padding-left: 10px; }

  .pl-sm-3 {
    padding-left: 15px; }

  .pl-sm-4 {
    padding-left: 20px; }

  .pl-sm-5 {
    padding-left: 25px; }

  .pl-sm-6 {
    padding-left: 30px; }

  .pl-sm-7 {
    padding-left: 35px; }

  .pl-sm-8 {
    padding-left: 40px; }

  .pl-sm-9 {
    padding-left: 45px; }

  .pl-sm-10 {
    padding-left: 50px; }

  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; } }
@media (max-width: 767px) {
  .container-sm {
    padding-right: 15px;
    padding-left: 15px; }

  .container {
    padding-right: 15px;
    padding-left: 15px; }

  .col-flex-auto {
    flex-shrink: 0;
    flex-grow: unset; } }
@media (min-width: 768px) {
  .container-md {
    max-width: 738px; }

  .container-sm {
    max-width: 738px; }

  .container {
    max-width: 738px; }

  .col-md {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; }

  .g-md-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0; }

  .gx-md-0 {
    --bs-gutter-x: 0; }

  .gy-md-0 {
    --bs-gutter-y: 0; }

  .g-md-1 {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px; }

  .gx-md-1 {
    --bs-gutter-x: 5px; }

  .gy-md-1 {
    --bs-gutter-y: 5px; }

  .g-md-2 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px; }

  .gx-md-2 {
    --bs-gutter-x: 10px; }

  .gy-md-2 {
    --bs-gutter-y: 10px; }

  .g-md-3 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px; }

  .gx-md-3 {
    --bs-gutter-x: 15px; }

  .gy-md-3 {
    --bs-gutter-y: 15px; }

  .g-md-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px; }

  .gx-md-4 {
    --bs-gutter-x: 20px; }

  .gy-md-4 {
    --bs-gutter-y: 20px; }

  .g-md-5 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px; }

  .gx-md-5 {
    --bs-gutter-x: 25px; }

  .gy-md-5 {
    --bs-gutter-y: 25px; }

  .g-md-6 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px; }

  .gx-md-6 {
    --bs-gutter-x: 30px; }

  .gy-md-6 {
    --bs-gutter-y: 30px; }

  .g-md-7 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px; }

  .gx-md-7 {
    --bs-gutter-x: 35px; }

  .gy-md-7 {
    --bs-gutter-y: 35px; }

  .g-md-8 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px; }

  .gx-md-8 {
    --bs-gutter-x: 40px; }

  .gy-md-8 {
    --bs-gutter-y: 40px; }

  .g-md-9 {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px; }

  .gx-md-9 {
    --bs-gutter-x: 45px; }

  .gy-md-9 {
    --bs-gutter-y: 45px; }

  .g-md-10 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px; }

  .gx-md-10 {
    --bs-gutter-x: 50px; }

  .gy-md-10 {
    --bs-gutter-y: 50px; }

  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; }

  .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: 8px;
        padding-left: 8px; }
    .navbar-expand-md .navbar-collapse {
      display: flex; }
    .navbar-expand-md .navbar-toggler {
      display: none; }

  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 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; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }

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

  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; }

  .float-md-none {
    float: none; }

  .d-md-inline {
    display: inline; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-block {
    display: block; }

  .d-md-table {
    display: table; }

  .d-md-table-row {
    display: table-row; }

  .d-md-table-cell {
    display: table-cell; }

  .d-md-flex {
    display: flex; }

  .d-md-inline-flex {
    display: inline-flex; }

  .d-md-none {
    display: none; }

  .flex-md-fill {
    flex: 1 1 auto; }

  .flex-md-row {
    flex-direction: row; }

  .flex-md-column {
    flex-direction: column; }

  .flex-md-row-reverse {
    flex-direction: row-reverse; }

  .flex-md-column-reverse {
    flex-direction: column-reverse; }

  .flex-md-grow-0 {
    flex-grow: 0; }

  .flex-md-grow-1 {
    flex-grow: 1; }

  .flex-md-shrink-0 {
    flex-shrink: 0; }

  .flex-md-shrink-1 {
    flex-shrink: 1; }

  .flex-md-wrap {
    flex-wrap: wrap; }

  .flex-md-nowrap {
    flex-wrap: nowrap; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-md-start {
    justify-content: flex-start; }

  .justify-content-md-end {
    justify-content: flex-end; }

  .justify-content-md-center {
    justify-content: center; }

  .justify-content-md-between {
    justify-content: space-between; }

  .justify-content-md-around {
    justify-content: space-around; }

  .justify-content-md-evenly {
    justify-content: space-evenly; }

  .align-items-md-start {
    align-items: flex-start; }

  .align-items-md-end {
    align-items: flex-end; }

  .align-items-md-center {
    align-items: center; }

  .align-items-md-baseline {
    align-items: baseline; }

  .align-items-md-stretch {
    align-items: stretch; }

  .align-content-md-start {
    align-content: flex-start; }

  .align-content-md-end {
    align-content: flex-end; }

  .align-content-md-center {
    align-content: center; }

  .align-content-md-between {
    align-content: space-between; }

  .align-content-md-around {
    align-content: space-around; }

  .align-content-md-stretch {
    align-content: stretch; }

  .align-self-md-auto {
    align-self: auto; }

  .align-self-md-start {
    align-self: flex-start; }

  .align-self-md-end {
    align-self: flex-end; }

  .align-self-md-center {
    align-self: center; }

  .align-self-md-baseline {
    align-self: baseline; }

  .align-self-md-stretch {
    align-self: stretch; }

  .order-md-first {
    order: -1; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-last {
    order: 6; }

  .m-md-0 {
    margin: 0; }

  .m-md-1 {
    margin: 5px; }

  .m-md-2 {
    margin: 10px; }

  .m-md-3 {
    margin: 15px; }

  .m-md-4 {
    margin: 20px; }

  .m-md-5 {
    margin: 25px; }

  .m-md-6 {
    margin: 30px; }

  .m-md-7 {
    margin: 35px; }

  .m-md-8 {
    margin: 40px; }

  .m-md-9 {
    margin: 45px; }

  .m-md-10 {
    margin: 50px; }

  .m-md-auto {
    margin: auto; }

  .mx-md-0 {
    margin-right: 0;
    margin-left: 0; }

  .mx-md-1 {
    margin-right: 5px;
    margin-left: 5px; }

  .mx-md-2 {
    margin-right: 10px;
    margin-left: 10px; }

  .mx-md-3 {
    margin-right: 15px;
    margin-left: 15px; }

  .mx-md-4 {
    margin-right: 20px;
    margin-left: 20px; }

  .mx-md-5 {
    margin-right: 25px;
    margin-left: 25px; }

  .mx-md-6 {
    margin-right: 30px;
    margin-left: 30px; }

  .mx-md-7 {
    margin-right: 35px;
    margin-left: 35px; }

  .mx-md-8 {
    margin-right: 40px;
    margin-left: 40px; }

  .mx-md-9 {
    margin-right: 45px;
    margin-left: 45px; }

  .mx-md-10 {
    margin-right: 50px;
    margin-left: 50px; }

  .mx-md-auto {
    margin-right: auto;
    margin-left: auto; }

  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .my-md-1 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .my-md-2 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .my-md-3 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .my-md-4 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .my-md-5 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .my-md-6 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .my-md-7 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .my-md-8 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .my-md-9 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .my-md-10 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto; }

  .mt-md-0 {
    margin-top: 0; }

  .mt-md-1 {
    margin-top: 5px; }

  .mt-md-2 {
    margin-top: 10px; }

  .mt-md-3 {
    margin-top: 15px; }

  .mt-md-4 {
    margin-top: 20px; }

  .mt-md-5 {
    margin-top: 25px; }

  .mt-md-6 {
    margin-top: 30px; }

  .mt-md-7 {
    margin-top: 35px; }

  .mt-md-8 {
    margin-top: 40px; }

  .mt-md-9 {
    margin-top: 45px; }

  .mt-md-10 {
    margin-top: 50px; }

  .mt-md-auto {
    margin-top: auto; }

  .mr-md-0 {
    margin-right: 0; }

  .mr-md-1 {
    margin-right: 5px; }

  .mr-md-2 {
    margin-right: 10px; }

  .mr-md-3 {
    margin-right: 15px; }

  .mr-md-4 {
    margin-right: 20px; }

  .mr-md-5 {
    margin-right: 25px; }

  .mr-md-6 {
    margin-right: 30px; }

  .mr-md-7 {
    margin-right: 35px; }

  .mr-md-8 {
    margin-right: 40px; }

  .mr-md-9 {
    margin-right: 45px; }

  .mr-md-10 {
    margin-right: 50px; }

  .mr-md-auto {
    margin-right: auto; }

  .mb-md-0 {
    margin-bottom: 0; }

  .mb-md-1 {
    margin-bottom: 5px; }

  .mb-md-2 {
    margin-bottom: 10px; }

  .mb-md-3 {
    margin-bottom: 15px; }

  .mb-md-4 {
    margin-bottom: 20px; }

  .mb-md-5 {
    margin-bottom: 25px; }

  .mb-md-6 {
    margin-bottom: 30px; }

  .mb-md-7 {
    margin-bottom: 35px; }

  .mb-md-8 {
    margin-bottom: 40px; }

  .mb-md-9 {
    margin-bottom: 45px; }

  .mb-md-10 {
    margin-bottom: 50px; }

  .mb-md-auto {
    margin-bottom: auto; }

  .ml-md-0 {
    margin-left: 0; }

  .ml-md-1 {
    margin-left: 5px; }

  .ml-md-2 {
    margin-left: 10px; }

  .ml-md-3 {
    margin-left: 15px; }

  .ml-md-4 {
    margin-left: 20px; }

  .ml-md-5 {
    margin-left: 25px; }

  .ml-md-6 {
    margin-left: 30px; }

  .ml-md-7 {
    margin-left: 35px; }

  .ml-md-8 {
    margin-left: 40px; }

  .ml-md-9 {
    margin-left: 45px; }

  .ml-md-10 {
    margin-left: 50px; }

  .ml-md-auto {
    margin-left: auto; }

  .m-md-n1 {
    margin: -5px; }

  .m-md-n2 {
    margin: -10px; }

  .m-md-n3 {
    margin: -15px; }

  .m-md-n4 {
    margin: -20px; }

  .m-md-n5 {
    margin: -25px; }

  .m-md-n6 {
    margin: -30px; }

  .m-md-n7 {
    margin: -35px; }

  .m-md-n8 {
    margin: -40px; }

  .m-md-n9 {
    margin: -45px; }

  .m-md-n10 {
    margin: -50px; }

  .mx-md-n1 {
    margin-right: -5px;
    margin-left: -5px; }

  .mx-md-n2 {
    margin-right: -10px;
    margin-left: -10px; }

  .mx-md-n3 {
    margin-right: -15px;
    margin-left: -15px; }

  .mx-md-n4 {
    margin-right: -20px;
    margin-left: -20px; }

  .mx-md-n5 {
    margin-right: -25px;
    margin-left: -25px; }

  .mx-md-n6 {
    margin-right: -30px;
    margin-left: -30px; }

  .mx-md-n7 {
    margin-right: -35px;
    margin-left: -35px; }

  .mx-md-n8 {
    margin-right: -40px;
    margin-left: -40px; }

  .mx-md-n9 {
    margin-right: -45px;
    margin-left: -45px; }

  .mx-md-n10 {
    margin-right: -50px;
    margin-left: -50px; }

  .my-md-n1 {
    margin-top: -5px;
    margin-bottom: -5px; }

  .my-md-n2 {
    margin-top: -10px;
    margin-bottom: -10px; }

  .my-md-n3 {
    margin-top: -15px;
    margin-bottom: -15px; }

  .my-md-n4 {
    margin-top: -20px;
    margin-bottom: -20px; }

  .my-md-n5 {
    margin-top: -25px;
    margin-bottom: -25px; }

  .my-md-n6 {
    margin-top: -30px;
    margin-bottom: -30px; }

  .my-md-n7 {
    margin-top: -35px;
    margin-bottom: -35px; }

  .my-md-n8 {
    margin-top: -40px;
    margin-bottom: -40px; }

  .my-md-n9 {
    margin-top: -45px;
    margin-bottom: -45px; }

  .my-md-n10 {
    margin-top: -50px;
    margin-bottom: -50px; }

  .mt-md-n1 {
    margin-top: -5px; }

  .mt-md-n2 {
    margin-top: -10px; }

  .mt-md-n3 {
    margin-top: -15px; }

  .mt-md-n4 {
    margin-top: -20px; }

  .mt-md-n5 {
    margin-top: -25px; }

  .mt-md-n6 {
    margin-top: -30px; }

  .mt-md-n7 {
    margin-top: -35px; }

  .mt-md-n8 {
    margin-top: -40px; }

  .mt-md-n9 {
    margin-top: -45px; }

  .mt-md-n10 {
    margin-top: -50px; }

  .mr-md-n1 {
    margin-right: -5px; }

  .mr-md-n2 {
    margin-right: -10px; }

  .mr-md-n3 {
    margin-right: -15px; }

  .mr-md-n4 {
    margin-right: -20px; }

  .mr-md-n5 {
    margin-right: -25px; }

  .mr-md-n6 {
    margin-right: -30px; }

  .mr-md-n7 {
    margin-right: -35px; }

  .mr-md-n8 {
    margin-right: -40px; }

  .mr-md-n9 {
    margin-right: -45px; }

  .mr-md-n10 {
    margin-right: -50px; }

  .mb-md-n1 {
    margin-bottom: -5px; }

  .mb-md-n2 {
    margin-bottom: -10px; }

  .mb-md-n3 {
    margin-bottom: -15px; }

  .mb-md-n4 {
    margin-bottom: -20px; }

  .mb-md-n5 {
    margin-bottom: -25px; }

  .mb-md-n6 {
    margin-bottom: -30px; }

  .mb-md-n7 {
    margin-bottom: -35px; }

  .mb-md-n8 {
    margin-bottom: -40px; }

  .mb-md-n9 {
    margin-bottom: -45px; }

  .mb-md-n10 {
    margin-bottom: -50px; }

  .ml-md-n1 {
    margin-left: -5px; }

  .ml-md-n2 {
    margin-left: -10px; }

  .ml-md-n3 {
    margin-left: -15px; }

  .ml-md-n4 {
    margin-left: -20px; }

  .ml-md-n5 {
    margin-left: -25px; }

  .ml-md-n6 {
    margin-left: -30px; }

  .ml-md-n7 {
    margin-left: -35px; }

  .ml-md-n8 {
    margin-left: -40px; }

  .ml-md-n9 {
    margin-left: -45px; }

  .ml-md-n10 {
    margin-left: -50px; }

  .p-md-0 {
    padding: 0; }

  .p-md-1 {
    padding: 5px; }

  .p-md-2 {
    padding: 10px; }

  .p-md-3 {
    padding: 15px; }

  .p-md-4 {
    padding: 20px; }

  .p-md-5 {
    padding: 25px; }

  .p-md-6 {
    padding: 30px; }

  .p-md-7 {
    padding: 35px; }

  .p-md-8 {
    padding: 40px; }

  .p-md-9 {
    padding: 45px; }

  .p-md-10 {
    padding: 50px; }

  .px-md-0 {
    padding-right: 0;
    padding-left: 0; }

  .px-md-1 {
    padding-right: 5px;
    padding-left: 5px; }

  .px-md-2 {
    padding-right: 10px;
    padding-left: 10px; }

  .px-md-3 {
    padding-right: 15px;
    padding-left: 15px; }

  .px-md-4 {
    padding-right: 20px;
    padding-left: 20px; }

  .px-md-5 {
    padding-right: 25px;
    padding-left: 25px; }

  .px-md-6 {
    padding-right: 30px;
    padding-left: 30px; }

  .px-md-7 {
    padding-right: 35px;
    padding-left: 35px; }

  .px-md-8 {
    padding-right: 40px;
    padding-left: 40px; }

  .px-md-9 {
    padding-right: 45px;
    padding-left: 45px; }

  .px-md-10 {
    padding-right: 50px;
    padding-left: 50px; }

  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .py-md-1 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .py-md-2 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .py-md-3 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .py-md-4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .py-md-5 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .py-md-6 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .py-md-7 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .py-md-8 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .py-md-9 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .py-md-10 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pt-md-0 {
    padding-top: 0; }

  .pt-md-1 {
    padding-top: 5px; }

  .pt-md-2 {
    padding-top: 10px; }

  .pt-md-3 {
    padding-top: 15px; }

  .pt-md-4 {
    padding-top: 20px; }

  .pt-md-5 {
    padding-top: 25px; }

  .pt-md-6 {
    padding-top: 30px; }

  .pt-md-7 {
    padding-top: 35px; }

  .pt-md-8 {
    padding-top: 40px; }

  .pt-md-9 {
    padding-top: 45px; }

  .pt-md-10 {
    padding-top: 50px; }

  .pr-md-0 {
    padding-right: 0; }

  .pr-md-1 {
    padding-right: 5px; }

  .pr-md-2 {
    padding-right: 10px; }

  .pr-md-3 {
    padding-right: 15px; }

  .pr-md-4 {
    padding-right: 20px; }

  .pr-md-5 {
    padding-right: 25px; }

  .pr-md-6 {
    padding-right: 30px; }

  .pr-md-7 {
    padding-right: 35px; }

  .pr-md-8 {
    padding-right: 40px; }

  .pr-md-9 {
    padding-right: 45px; }

  .pr-md-10 {
    padding-right: 50px; }

  .pb-md-0 {
    padding-bottom: 0; }

  .pb-md-1 {
    padding-bottom: 5px; }

  .pb-md-2 {
    padding-bottom: 10px; }

  .pb-md-3 {
    padding-bottom: 15px; }

  .pb-md-4 {
    padding-bottom: 20px; }

  .pb-md-5 {
    padding-bottom: 25px; }

  .pb-md-6 {
    padding-bottom: 30px; }

  .pb-md-7 {
    padding-bottom: 35px; }

  .pb-md-8 {
    padding-bottom: 40px; }

  .pb-md-9 {
    padding-bottom: 45px; }

  .pb-md-10 {
    padding-bottom: 50px; }

  .pl-md-0 {
    padding-left: 0; }

  .pl-md-1 {
    padding-left: 5px; }

  .pl-md-2 {
    padding-left: 10px; }

  .pl-md-3 {
    padding-left: 15px; }

  .pl-md-4 {
    padding-left: 20px; }

  .pl-md-5 {
    padding-left: 25px; }

  .pl-md-6 {
    padding-left: 30px; }

  .pl-md-7 {
    padding-left: 35px; }

  .pl-md-8 {
    padding-left: 40px; }

  .pl-md-9 {
    padding-left: 45px; }

  .pl-md-10 {
    padding-left: 50px; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; } }
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px; }

  .container-md {
    max-width: 960px; }

  .container-sm {
    max-width: 960px; }

  .container {
    max-width: 960px; }

  .col-lg {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; }

  .g-lg-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0; }

  .gx-lg-0 {
    --bs-gutter-x: 0; }

  .gy-lg-0 {
    --bs-gutter-y: 0; }

  .g-lg-1 {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px; }

  .gx-lg-1 {
    --bs-gutter-x: 5px; }

  .gy-lg-1 {
    --bs-gutter-y: 5px; }

  .g-lg-2 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px; }

  .gx-lg-2 {
    --bs-gutter-x: 10px; }

  .gy-lg-2 {
    --bs-gutter-y: 10px; }

  .g-lg-3 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px; }

  .gx-lg-3 {
    --bs-gutter-x: 15px; }

  .gy-lg-3 {
    --bs-gutter-y: 15px; }

  .g-lg-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px; }

  .gx-lg-4 {
    --bs-gutter-x: 20px; }

  .gy-lg-4 {
    --bs-gutter-y: 20px; }

  .g-lg-5 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px; }

  .gx-lg-5 {
    --bs-gutter-x: 25px; }

  .gy-lg-5 {
    --bs-gutter-y: 25px; }

  .g-lg-6 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px; }

  .gx-lg-6 {
    --bs-gutter-x: 30px; }

  .gy-lg-6 {
    --bs-gutter-y: 30px; }

  .g-lg-7 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px; }

  .gx-lg-7 {
    --bs-gutter-x: 35px; }

  .gy-lg-7 {
    --bs-gutter-y: 35px; }

  .g-lg-8 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px; }

  .gx-lg-8 {
    --bs-gutter-x: 40px; }

  .gy-lg-8 {
    --bs-gutter-y: 40px; }

  .g-lg-9 {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px; }

  .gx-lg-9 {
    --bs-gutter-x: 45px; }

  .gy-lg-9 {
    --bs-gutter-y: 45px; }

  .g-lg-10 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px; }

  .gx-lg-10 {
    --bs-gutter-x: 50px; }

  .gy-lg-10 {
    --bs-gutter-y: 50px; }

  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; }

  .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: 8px;
        padding-left: 8px; }
    .navbar-expand-lg .navbar-collapse {
      display: flex; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }

  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 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; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }

  .modal-lg {
    max-width: 800px; }

  .modal-xl {
    max-width: 800px; }

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

  .float-lg-left {
    float: left; }

  .float-lg-right {
    float: right; }

  .float-lg-none {
    float: none; }

  .d-lg-inline {
    display: inline; }

  .d-lg-inline-block {
    display: inline-block; }

  .d-lg-block {
    display: block; }

  .d-lg-table {
    display: table; }

  .d-lg-table-row {
    display: table-row; }

  .d-lg-table-cell {
    display: table-cell; }

  .d-lg-flex {
    display: flex; }

  .d-lg-inline-flex {
    display: inline-flex; }

  .d-lg-none {
    display: none; }

  .flex-lg-fill {
    flex: 1 1 auto; }

  .flex-lg-row {
    flex-direction: row; }

  .flex-lg-column {
    flex-direction: column; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse; }

  .flex-lg-grow-0 {
    flex-grow: 0; }

  .flex-lg-grow-1 {
    flex-grow: 1; }

  .flex-lg-shrink-0 {
    flex-shrink: 0; }

  .flex-lg-shrink-1 {
    flex-shrink: 1; }

  .flex-lg-wrap {
    flex-wrap: wrap; }

  .flex-lg-nowrap {
    flex-wrap: nowrap; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-lg-start {
    justify-content: flex-start; }

  .justify-content-lg-end {
    justify-content: flex-end; }

  .justify-content-lg-center {
    justify-content: center; }

  .justify-content-lg-between {
    justify-content: space-between; }

  .justify-content-lg-around {
    justify-content: space-around; }

  .justify-content-lg-evenly {
    justify-content: space-evenly; }

  .align-items-lg-start {
    align-items: flex-start; }

  .align-items-lg-end {
    align-items: flex-end; }

  .align-items-lg-center {
    align-items: center; }

  .align-items-lg-baseline {
    align-items: baseline; }

  .align-items-lg-stretch {
    align-items: stretch; }

  .align-content-lg-start {
    align-content: flex-start; }

  .align-content-lg-end {
    align-content: flex-end; }

  .align-content-lg-center {
    align-content: center; }

  .align-content-lg-between {
    align-content: space-between; }

  .align-content-lg-around {
    align-content: space-around; }

  .align-content-lg-stretch {
    align-content: stretch; }

  .align-self-lg-auto {
    align-self: auto; }

  .align-self-lg-start {
    align-self: flex-start; }

  .align-self-lg-end {
    align-self: flex-end; }

  .align-self-lg-center {
    align-self: center; }

  .align-self-lg-baseline {
    align-self: baseline; }

  .align-self-lg-stretch {
    align-self: stretch; }

  .order-lg-first {
    order: -1; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-last {
    order: 6; }

  .m-lg-0 {
    margin: 0; }

  .m-lg-1 {
    margin: 5px; }

  .m-lg-2 {
    margin: 10px; }

  .m-lg-3 {
    margin: 15px; }

  .m-lg-4 {
    margin: 20px; }

  .m-lg-5 {
    margin: 25px; }

  .m-lg-6 {
    margin: 30px; }

  .m-lg-7 {
    margin: 35px; }

  .m-lg-8 {
    margin: 40px; }

  .m-lg-9 {
    margin: 45px; }

  .m-lg-10 {
    margin: 50px; }

  .m-lg-auto {
    margin: auto; }

  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0; }

  .mx-lg-1 {
    margin-right: 5px;
    margin-left: 5px; }

  .mx-lg-2 {
    margin-right: 10px;
    margin-left: 10px; }

  .mx-lg-3 {
    margin-right: 15px;
    margin-left: 15px; }

  .mx-lg-4 {
    margin-right: 20px;
    margin-left: 20px; }

  .mx-lg-5 {
    margin-right: 25px;
    margin-left: 25px; }

  .mx-lg-6 {
    margin-right: 30px;
    margin-left: 30px; }

  .mx-lg-7 {
    margin-right: 35px;
    margin-left: 35px; }

  .mx-lg-8 {
    margin-right: 40px;
    margin-left: 40px; }

  .mx-lg-9 {
    margin-right: 45px;
    margin-left: 45px; }

  .mx-lg-10 {
    margin-right: 50px;
    margin-left: 50px; }

  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto; }

  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .my-lg-1 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .my-lg-2 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .my-lg-3 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .my-lg-4 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .my-lg-5 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .my-lg-6 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .my-lg-7 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .my-lg-8 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .my-lg-9 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .my-lg-10 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto; }

  .mt-lg-0 {
    margin-top: 0; }

  .mt-lg-1 {
    margin-top: 5px; }

  .mt-lg-2 {
    margin-top: 10px; }

  .mt-lg-3 {
    margin-top: 15px; }

  .mt-lg-4 {
    margin-top: 20px; }

  .mt-lg-5 {
    margin-top: 25px; }

  .mt-lg-6 {
    margin-top: 30px; }

  .mt-lg-7 {
    margin-top: 35px; }

  .mt-lg-8 {
    margin-top: 40px; }

  .mt-lg-9 {
    margin-top: 45px; }

  .mt-lg-10 {
    margin-top: 50px; }

  .mt-lg-auto {
    margin-top: auto; }

  .mr-lg-0 {
    margin-right: 0; }

  .mr-lg-1 {
    margin-right: 5px; }

  .mr-lg-2 {
    margin-right: 10px; }

  .mr-lg-3 {
    margin-right: 15px; }

  .mr-lg-4 {
    margin-right: 20px; }

  .mr-lg-5 {
    margin-right: 25px; }

  .mr-lg-6 {
    margin-right: 30px; }

  .mr-lg-7 {
    margin-right: 35px; }

  .mr-lg-8 {
    margin-right: 40px; }

  .mr-lg-9 {
    margin-right: 45px; }

  .mr-lg-10 {
    margin-right: 50px; }

  .mr-lg-auto {
    margin-right: auto; }

  .mb-lg-0 {
    margin-bottom: 0; }

  .mb-lg-1 {
    margin-bottom: 5px; }

  .mb-lg-2 {
    margin-bottom: 10px; }

  .mb-lg-3 {
    margin-bottom: 15px; }

  .mb-lg-4 {
    margin-bottom: 20px; }

  .mb-lg-5 {
    margin-bottom: 25px; }

  .mb-lg-6 {
    margin-bottom: 30px; }

  .mb-lg-7 {
    margin-bottom: 35px; }

  .mb-lg-8 {
    margin-bottom: 40px; }

  .mb-lg-9 {
    margin-bottom: 45px; }

  .mb-lg-10 {
    margin-bottom: 50px; }

  .mb-lg-auto {
    margin-bottom: auto; }

  .ml-lg-0 {
    margin-left: 0; }

  .ml-lg-1 {
    margin-left: 5px; }

  .ml-lg-2 {
    margin-left: 10px; }

  .ml-lg-3 {
    margin-left: 15px; }

  .ml-lg-4 {
    margin-left: 20px; }

  .ml-lg-5 {
    margin-left: 25px; }

  .ml-lg-6 {
    margin-left: 30px; }

  .ml-lg-7 {
    margin-left: 35px; }

  .ml-lg-8 {
    margin-left: 40px; }

  .ml-lg-9 {
    margin-left: 45px; }

  .ml-lg-10 {
    margin-left: 50px; }

  .ml-lg-auto {
    margin-left: auto; }

  .m-lg-n1 {
    margin: -5px; }

  .m-lg-n2 {
    margin: -10px; }

  .m-lg-n3 {
    margin: -15px; }

  .m-lg-n4 {
    margin: -20px; }

  .m-lg-n5 {
    margin: -25px; }

  .m-lg-n6 {
    margin: -30px; }

  .m-lg-n7 {
    margin: -35px; }

  .m-lg-n8 {
    margin: -40px; }

  .m-lg-n9 {
    margin: -45px; }

  .m-lg-n10 {
    margin: -50px; }

  .mx-lg-n1 {
    margin-right: -5px;
    margin-left: -5px; }

  .mx-lg-n2 {
    margin-right: -10px;
    margin-left: -10px; }

  .mx-lg-n3 {
    margin-right: -15px;
    margin-left: -15px; }

  .mx-lg-n4 {
    margin-right: -20px;
    margin-left: -20px; }

  .mx-lg-n5 {
    margin-right: -25px;
    margin-left: -25px; }

  .mx-lg-n6 {
    margin-right: -30px;
    margin-left: -30px; }

  .mx-lg-n7 {
    margin-right: -35px;
    margin-left: -35px; }

  .mx-lg-n8 {
    margin-right: -40px;
    margin-left: -40px; }

  .mx-lg-n9 {
    margin-right: -45px;
    margin-left: -45px; }

  .mx-lg-n10 {
    margin-right: -50px;
    margin-left: -50px; }

  .my-lg-n1 {
    margin-top: -5px;
    margin-bottom: -5px; }

  .my-lg-n2 {
    margin-top: -10px;
    margin-bottom: -10px; }

  .my-lg-n3 {
    margin-top: -15px;
    margin-bottom: -15px; }

  .my-lg-n4 {
    margin-top: -20px;
    margin-bottom: -20px; }

  .my-lg-n5 {
    margin-top: -25px;
    margin-bottom: -25px; }

  .my-lg-n6 {
    margin-top: -30px;
    margin-bottom: -30px; }

  .my-lg-n7 {
    margin-top: -35px;
    margin-bottom: -35px; }

  .my-lg-n8 {
    margin-top: -40px;
    margin-bottom: -40px; }

  .my-lg-n9 {
    margin-top: -45px;
    margin-bottom: -45px; }

  .my-lg-n10 {
    margin-top: -50px;
    margin-bottom: -50px; }

  .mt-lg-n1 {
    margin-top: -5px; }

  .mt-lg-n2 {
    margin-top: -10px; }

  .mt-lg-n3 {
    margin-top: -15px; }

  .mt-lg-n4 {
    margin-top: -20px; }

  .mt-lg-n5 {
    margin-top: -25px; }

  .mt-lg-n6 {
    margin-top: -30px; }

  .mt-lg-n7 {
    margin-top: -35px; }

  .mt-lg-n8 {
    margin-top: -40px; }

  .mt-lg-n9 {
    margin-top: -45px; }

  .mt-lg-n10 {
    margin-top: -50px; }

  .mr-lg-n1 {
    margin-right: -5px; }

  .mr-lg-n2 {
    margin-right: -10px; }

  .mr-lg-n3 {
    margin-right: -15px; }

  .mr-lg-n4 {
    margin-right: -20px; }

  .mr-lg-n5 {
    margin-right: -25px; }

  .mr-lg-n6 {
    margin-right: -30px; }

  .mr-lg-n7 {
    margin-right: -35px; }

  .mr-lg-n8 {
    margin-right: -40px; }

  .mr-lg-n9 {
    margin-right: -45px; }

  .mr-lg-n10 {
    margin-right: -50px; }

  .mb-lg-n1 {
    margin-bottom: -5px; }

  .mb-lg-n2 {
    margin-bottom: -10px; }

  .mb-lg-n3 {
    margin-bottom: -15px; }

  .mb-lg-n4 {
    margin-bottom: -20px; }

  .mb-lg-n5 {
    margin-bottom: -25px; }

  .mb-lg-n6 {
    margin-bottom: -30px; }

  .mb-lg-n7 {
    margin-bottom: -35px; }

  .mb-lg-n8 {
    margin-bottom: -40px; }

  .mb-lg-n9 {
    margin-bottom: -45px; }

  .mb-lg-n10 {
    margin-bottom: -50px; }

  .ml-lg-n1 {
    margin-left: -5px; }

  .ml-lg-n2 {
    margin-left: -10px; }

  .ml-lg-n3 {
    margin-left: -15px; }

  .ml-lg-n4 {
    margin-left: -20px; }

  .ml-lg-n5 {
    margin-left: -25px; }

  .ml-lg-n6 {
    margin-left: -30px; }

  .ml-lg-n7 {
    margin-left: -35px; }

  .ml-lg-n8 {
    margin-left: -40px; }

  .ml-lg-n9 {
    margin-left: -45px; }

  .ml-lg-n10 {
    margin-left: -50px; }

  .p-lg-0 {
    padding: 0; }

  .p-lg-1 {
    padding: 5px; }

  .p-lg-2 {
    padding: 10px; }

  .p-lg-3 {
    padding: 15px; }

  .p-lg-4 {
    padding: 20px; }

  .p-lg-5 {
    padding: 25px; }

  .p-lg-6 {
    padding: 30px; }

  .p-lg-7 {
    padding: 35px; }

  .p-lg-8 {
    padding: 40px; }

  .p-lg-9 {
    padding: 45px; }

  .p-lg-10 {
    padding: 50px; }

  .px-lg-0 {
    padding-right: 0;
    padding-left: 0; }

  .px-lg-1 {
    padding-right: 5px;
    padding-left: 5px; }

  .px-lg-2 {
    padding-right: 10px;
    padding-left: 10px; }

  .px-lg-3 {
    padding-right: 15px;
    padding-left: 15px; }

  .px-lg-4 {
    padding-right: 20px;
    padding-left: 20px; }

  .px-lg-5 {
    padding-right: 25px;
    padding-left: 25px; }

  .px-lg-6 {
    padding-right: 30px;
    padding-left: 30px; }

  .px-lg-7 {
    padding-right: 35px;
    padding-left: 35px; }

  .px-lg-8 {
    padding-right: 40px;
    padding-left: 40px; }

  .px-lg-9 {
    padding-right: 45px;
    padding-left: 45px; }

  .px-lg-10 {
    padding-right: 50px;
    padding-left: 50px; }

  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .py-lg-1 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .py-lg-2 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .py-lg-3 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .py-lg-4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .py-lg-5 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .py-lg-6 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .py-lg-7 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .py-lg-8 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .py-lg-9 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .py-lg-10 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pt-lg-0 {
    padding-top: 0; }

  .pt-lg-1 {
    padding-top: 5px; }

  .pt-lg-2 {
    padding-top: 10px; }

  .pt-lg-3 {
    padding-top: 15px; }

  .pt-lg-4 {
    padding-top: 20px; }

  .pt-lg-5 {
    padding-top: 25px; }

  .pt-lg-6 {
    padding-top: 30px; }

  .pt-lg-7 {
    padding-top: 35px; }

  .pt-lg-8 {
    padding-top: 40px; }

  .pt-lg-9 {
    padding-top: 45px; }

  .pt-lg-10 {
    padding-top: 50px; }

  .pr-lg-0 {
    padding-right: 0; }

  .pr-lg-1 {
    padding-right: 5px; }

  .pr-lg-2 {
    padding-right: 10px; }

  .pr-lg-3 {
    padding-right: 15px; }

  .pr-lg-4 {
    padding-right: 20px; }

  .pr-lg-5 {
    padding-right: 25px; }

  .pr-lg-6 {
    padding-right: 30px; }

  .pr-lg-7 {
    padding-right: 35px; }

  .pr-lg-8 {
    padding-right: 40px; }

  .pr-lg-9 {
    padding-right: 45px; }

  .pr-lg-10 {
    padding-right: 50px; }

  .pb-lg-0 {
    padding-bottom: 0; }

  .pb-lg-1 {
    padding-bottom: 5px; }

  .pb-lg-2 {
    padding-bottom: 10px; }

  .pb-lg-3 {
    padding-bottom: 15px; }

  .pb-lg-4 {
    padding-bottom: 20px; }

  .pb-lg-5 {
    padding-bottom: 25px; }

  .pb-lg-6 {
    padding-bottom: 30px; }

  .pb-lg-7 {
    padding-bottom: 35px; }

  .pb-lg-8 {
    padding-bottom: 40px; }

  .pb-lg-9 {
    padding-bottom: 45px; }

  .pb-lg-10 {
    padding-bottom: 50px; }

  .pl-lg-0 {
    padding-left: 0; }

  .pl-lg-1 {
    padding-left: 5px; }

  .pl-lg-2 {
    padding-left: 10px; }

  .pl-lg-3 {
    padding-left: 15px; }

  .pl-lg-4 {
    padding-left: 20px; }

  .pl-lg-5 {
    padding-left: 25px; }

  .pl-lg-6 {
    padding-left: 30px; }

  .pl-lg-7 {
    padding-left: 35px; }

  .pl-lg-8 {
    padding-left: 40px; }

  .pl-lg-9 {
    padding-left: 45px; }

  .pl-lg-10 {
    padding-left: 50px; }

  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; } }
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.4rem; }

  .h1, .ec-title {
    font-size: 3.4rem; }

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

  .h2 {
    font-size: 2.6rem; }

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

  .h3 {
    font-size: 2rem; }

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

  .h4 {
    font-size: 1.75rem; }

  legend {
    font-size: 1.5rem; }

  .display-1 {
    font-size: 5rem; }

  .display-2 {
    font-size: 4.5rem; }

  .display-3 {
    font-size: 4rem; }

  .display-4 {
    font-size: 3.5rem; }

  .display-5 {
    font-size: 3rem; }

  .display-6 {
    font-size: 2.5rem; }

  .container-xl {
    max-width: 1170px; }

  .container-lg {
    max-width: 1170px; }

  .container-md {
    max-width: 1170px; }

  .container-sm {
    max-width: 1170px; }

  .container {
    max-width: 1170px; }

  .col-xl {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; }

  .g-xl-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0; }

  .gx-xl-0 {
    --bs-gutter-x: 0; }

  .gy-xl-0 {
    --bs-gutter-y: 0; }

  .g-xl-1 {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px; }

  .gx-xl-1 {
    --bs-gutter-x: 5px; }

  .gy-xl-1 {
    --bs-gutter-y: 5px; }

  .g-xl-2 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px; }

  .gx-xl-2 {
    --bs-gutter-x: 10px; }

  .gy-xl-2 {
    --bs-gutter-y: 10px; }

  .g-xl-3 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px; }

  .gx-xl-3 {
    --bs-gutter-x: 15px; }

  .gy-xl-3 {
    --bs-gutter-y: 15px; }

  .g-xl-4 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px; }

  .gx-xl-4 {
    --bs-gutter-x: 20px; }

  .gy-xl-4 {
    --bs-gutter-y: 20px; }

  .g-xl-5 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px; }

  .gx-xl-5 {
    --bs-gutter-x: 25px; }

  .gy-xl-5 {
    --bs-gutter-y: 25px; }

  .g-xl-6 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px; }

  .gx-xl-6 {
    --bs-gutter-x: 30px; }

  .gy-xl-6 {
    --bs-gutter-y: 30px; }

  .g-xl-7 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px; }

  .gx-xl-7 {
    --bs-gutter-x: 35px; }

  .gy-xl-7 {
    --bs-gutter-y: 35px; }

  .g-xl-8 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px; }

  .gx-xl-8 {
    --bs-gutter-x: 40px; }

  .gy-xl-8 {
    --bs-gutter-y: 40px; }

  .g-xl-9 {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px; }

  .gx-xl-9 {
    --bs-gutter-x: 45px; }

  .gy-xl-9 {
    --bs-gutter-y: 45px; }

  .g-xl-10 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px; }

  .gx-xl-10 {
    --bs-gutter-x: 50px; }

  .gy-xl-10 {
    --bs-gutter-y: 50px; }

  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; }

  .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: 8px;
        padding-left: 8px; }
    .navbar-expand-xl .navbar-collapse {
      display: flex; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }

  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 4px;
      border-bottom-left-radius: 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; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }

  .modal-xl {
    max-width: 1140px; }

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

  .float-xl-left {
    float: left; }

  .float-xl-right {
    float: right; }

  .float-xl-none {
    float: none; }

  .d-xl-inline {
    display: inline; }

  .d-xl-inline-block {
    display: inline-block; }

  .d-xl-block {
    display: block; }

  .d-xl-table {
    display: table; }

  .d-xl-table-row {
    display: table-row; }

  .d-xl-table-cell {
    display: table-cell; }

  .d-xl-flex {
    display: flex; }

  .d-xl-inline-flex {
    display: inline-flex; }

  .d-xl-none {
    display: none; }

  .flex-xl-fill {
    flex: 1 1 auto; }

  .flex-xl-row {
    flex-direction: row; }

  .flex-xl-column {
    flex-direction: column; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse; }

  .flex-xl-grow-0 {
    flex-grow: 0; }

  .flex-xl-grow-1 {
    flex-grow: 1; }

  .flex-xl-shrink-0 {
    flex-shrink: 0; }

  .flex-xl-shrink-1 {
    flex-shrink: 1; }

  .flex-xl-wrap {
    flex-wrap: wrap; }

  .flex-xl-nowrap {
    flex-wrap: nowrap; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-xl-start {
    justify-content: flex-start; }

  .justify-content-xl-end {
    justify-content: flex-end; }

  .justify-content-xl-center {
    justify-content: center; }

  .justify-content-xl-between {
    justify-content: space-between; }

  .justify-content-xl-around {
    justify-content: space-around; }

  .justify-content-xl-evenly {
    justify-content: space-evenly; }

  .align-items-xl-start {
    align-items: flex-start; }

  .align-items-xl-end {
    align-items: flex-end; }

  .align-items-xl-center {
    align-items: center; }

  .align-items-xl-baseline {
    align-items: baseline; }

  .align-items-xl-stretch {
    align-items: stretch; }

  .align-content-xl-start {
    align-content: flex-start; }

  .align-content-xl-end {
    align-content: flex-end; }

  .align-content-xl-center {
    align-content: center; }

  .align-content-xl-between {
    align-content: space-between; }

  .align-content-xl-around {
    align-content: space-around; }

  .align-content-xl-stretch {
    align-content: stretch; }

  .align-self-xl-auto {
    align-self: auto; }

  .align-self-xl-start {
    align-self: flex-start; }

  .align-self-xl-end {
    align-self: flex-end; }

  .align-self-xl-center {
    align-self: center; }

  .align-self-xl-baseline {
    align-self: baseline; }

  .align-self-xl-stretch {
    align-self: stretch; }

  .order-xl-first {
    order: -1; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-last {
    order: 6; }

  .m-xl-0 {
    margin: 0; }

  .m-xl-1 {
    margin: 5px; }

  .m-xl-2 {
    margin: 10px; }

  .m-xl-3 {
    margin: 15px; }

  .m-xl-4 {
    margin: 20px; }

  .m-xl-5 {
    margin: 25px; }

  .m-xl-6 {
    margin: 30px; }

  .m-xl-7 {
    margin: 35px; }

  .m-xl-8 {
    margin: 40px; }

  .m-xl-9 {
    margin: 45px; }

  .m-xl-10 {
    margin: 50px; }

  .m-xl-auto {
    margin: auto; }

  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0; }

  .mx-xl-1 {
    margin-right: 5px;
    margin-left: 5px; }

  .mx-xl-2 {
    margin-right: 10px;
    margin-left: 10px; }

  .mx-xl-3 {
    margin-right: 15px;
    margin-left: 15px; }

  .mx-xl-4 {
    margin-right: 20px;
    margin-left: 20px; }

  .mx-xl-5 {
    margin-right: 25px;
    margin-left: 25px; }

  .mx-xl-6 {
    margin-right: 30px;
    margin-left: 30px; }

  .mx-xl-7 {
    margin-right: 35px;
    margin-left: 35px; }

  .mx-xl-8 {
    margin-right: 40px;
    margin-left: 40px; }

  .mx-xl-9 {
    margin-right: 45px;
    margin-left: 45px; }

  .mx-xl-10 {
    margin-right: 50px;
    margin-left: 50px; }

  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto; }

  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .my-xl-1 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .my-xl-2 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .my-xl-3 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .my-xl-4 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .my-xl-5 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .my-xl-6 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .my-xl-7 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .my-xl-8 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .my-xl-9 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .my-xl-10 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto; }

  .mt-xl-0 {
    margin-top: 0; }

  .mt-xl-1 {
    margin-top: 5px; }

  .mt-xl-2 {
    margin-top: 10px; }

  .mt-xl-3 {
    margin-top: 15px; }

  .mt-xl-4 {
    margin-top: 20px; }

  .mt-xl-5 {
    margin-top: 25px; }

  .mt-xl-6 {
    margin-top: 30px; }

  .mt-xl-7 {
    margin-top: 35px; }

  .mt-xl-8 {
    margin-top: 40px; }

  .mt-xl-9 {
    margin-top: 45px; }

  .mt-xl-10 {
    margin-top: 50px; }

  .mt-xl-auto {
    margin-top: auto; }

  .mr-xl-0 {
    margin-right: 0; }

  .mr-xl-1 {
    margin-right: 5px; }

  .mr-xl-2 {
    margin-right: 10px; }

  .mr-xl-3 {
    margin-right: 15px; }

  .mr-xl-4 {
    margin-right: 20px; }

  .mr-xl-5 {
    margin-right: 25px; }

  .mr-xl-6 {
    margin-right: 30px; }

  .mr-xl-7 {
    margin-right: 35px; }

  .mr-xl-8 {
    margin-right: 40px; }

  .mr-xl-9 {
    margin-right: 45px; }

  .mr-xl-10 {
    margin-right: 50px; }

  .mr-xl-auto {
    margin-right: auto; }

  .mb-xl-0 {
    margin-bottom: 0; }

  .mb-xl-1 {
    margin-bottom: 5px; }

  .mb-xl-2 {
    margin-bottom: 10px; }

  .mb-xl-3 {
    margin-bottom: 15px; }

  .mb-xl-4 {
    margin-bottom: 20px; }

  .mb-xl-5 {
    margin-bottom: 25px; }

  .mb-xl-6 {
    margin-bottom: 30px; }

  .mb-xl-7 {
    margin-bottom: 35px; }

  .mb-xl-8 {
    margin-bottom: 40px; }

  .mb-xl-9 {
    margin-bottom: 45px; }

  .mb-xl-10 {
    margin-bottom: 50px; }

  .mb-xl-auto {
    margin-bottom: auto; }

  .ml-xl-0 {
    margin-left: 0; }

  .ml-xl-1 {
    margin-left: 5px; }

  .ml-xl-2 {
    margin-left: 10px; }

  .ml-xl-3 {
    margin-left: 15px; }

  .ml-xl-4 {
    margin-left: 20px; }

  .ml-xl-5 {
    margin-left: 25px; }

  .ml-xl-6 {
    margin-left: 30px; }

  .ml-xl-7 {
    margin-left: 35px; }

  .ml-xl-8 {
    margin-left: 40px; }

  .ml-xl-9 {
    margin-left: 45px; }

  .ml-xl-10 {
    margin-left: 50px; }

  .ml-xl-auto {
    margin-left: auto; }

  .m-xl-n1 {
    margin: -5px; }

  .m-xl-n2 {
    margin: -10px; }

  .m-xl-n3 {
    margin: -15px; }

  .m-xl-n4 {
    margin: -20px; }

  .m-xl-n5 {
    margin: -25px; }

  .m-xl-n6 {
    margin: -30px; }

  .m-xl-n7 {
    margin: -35px; }

  .m-xl-n8 {
    margin: -40px; }

  .m-xl-n9 {
    margin: -45px; }

  .m-xl-n10 {
    margin: -50px; }

  .mx-xl-n1 {
    margin-right: -5px;
    margin-left: -5px; }

  .mx-xl-n2 {
    margin-right: -10px;
    margin-left: -10px; }

  .mx-xl-n3 {
    margin-right: -15px;
    margin-left: -15px; }

  .mx-xl-n4 {
    margin-right: -20px;
    margin-left: -20px; }

  .mx-xl-n5 {
    margin-right: -25px;
    margin-left: -25px; }

  .mx-xl-n6 {
    margin-right: -30px;
    margin-left: -30px; }

  .mx-xl-n7 {
    margin-right: -35px;
    margin-left: -35px; }

  .mx-xl-n8 {
    margin-right: -40px;
    margin-left: -40px; }

  .mx-xl-n9 {
    margin-right: -45px;
    margin-left: -45px; }

  .mx-xl-n10 {
    margin-right: -50px;
    margin-left: -50px; }

  .my-xl-n1 {
    margin-top: -5px;
    margin-bottom: -5px; }

  .my-xl-n2 {
    margin-top: -10px;
    margin-bottom: -10px; }

  .my-xl-n3 {
    margin-top: -15px;
    margin-bottom: -15px; }

  .my-xl-n4 {
    margin-top: -20px;
    margin-bottom: -20px; }

  .my-xl-n5 {
    margin-top: -25px;
    margin-bottom: -25px; }

  .my-xl-n6 {
    margin-top: -30px;
    margin-bottom: -30px; }

  .my-xl-n7 {
    margin-top: -35px;
    margin-bottom: -35px; }

  .my-xl-n8 {
    margin-top: -40px;
    margin-bottom: -40px; }

  .my-xl-n9 {
    margin-top: -45px;
    margin-bottom: -45px; }

  .my-xl-n10 {
    margin-top: -50px;
    margin-bottom: -50px; }

  .mt-xl-n1 {
    margin-top: -5px; }

  .mt-xl-n2 {
    margin-top: -10px; }

  .mt-xl-n3 {
    margin-top: -15px; }

  .mt-xl-n4 {
    margin-top: -20px; }

  .mt-xl-n5 {
    margin-top: -25px; }

  .mt-xl-n6 {
    margin-top: -30px; }

  .mt-xl-n7 {
    margin-top: -35px; }

  .mt-xl-n8 {
    margin-top: -40px; }

  .mt-xl-n9 {
    margin-top: -45px; }

  .mt-xl-n10 {
    margin-top: -50px; }

  .mr-xl-n1 {
    margin-right: -5px; }

  .mr-xl-n2 {
    margin-right: -10px; }

  .mr-xl-n3 {
    margin-right: -15px; }

  .mr-xl-n4 {
    margin-right: -20px; }

  .mr-xl-n5 {
    margin-right: -25px; }

  .mr-xl-n6 {
    margin-right: -30px; }

  .mr-xl-n7 {
    margin-right: -35px; }

  .mr-xl-n8 {
    margin-right: -40px; }

  .mr-xl-n9 {
    margin-right: -45px; }

  .mr-xl-n10 {
    margin-right: -50px; }

  .mb-xl-n1 {
    margin-bottom: -5px; }

  .mb-xl-n2 {
    margin-bottom: -10px; }

  .mb-xl-n3 {
    margin-bottom: -15px; }

  .mb-xl-n4 {
    margin-bottom: -20px; }

  .mb-xl-n5 {
    margin-bottom: -25px; }

  .mb-xl-n6 {
    margin-bottom: -30px; }

  .mb-xl-n7 {
    margin-bottom: -35px; }

  .mb-xl-n8 {
    margin-bottom: -40px; }

  .mb-xl-n9 {
    margin-bottom: -45px; }

  .mb-xl-n10 {
    margin-bottom: -50px; }

  .ml-xl-n1 {
    margin-left: -5px; }

  .ml-xl-n2 {
    margin-left: -10px; }

  .ml-xl-n3 {
    margin-left: -15px; }

  .ml-xl-n4 {
    margin-left: -20px; }

  .ml-xl-n5 {
    margin-left: -25px; }

  .ml-xl-n6 {
    margin-left: -30px; }

  .ml-xl-n7 {
    margin-left: -35px; }

  .ml-xl-n8 {
    margin-left: -40px; }

  .ml-xl-n9 {
    margin-left: -45px; }

  .ml-xl-n10 {
    margin-left: -50px; }

  .p-xl-0 {
    padding: 0; }

  .p-xl-1 {
    padding: 5px; }

  .p-xl-2 {
    padding: 10px; }

  .p-xl-3 {
    padding: 15px; }

  .p-xl-4 {
    padding: 20px; }

  .p-xl-5 {
    padding: 25px; }

  .p-xl-6 {
    padding: 30px; }

  .p-xl-7 {
    padding: 35px; }

  .p-xl-8 {
    padding: 40px; }

  .p-xl-9 {
    padding: 45px; }

  .p-xl-10 {
    padding: 50px; }

  .px-xl-0 {
    padding-right: 0;
    padding-left: 0; }

  .px-xl-1 {
    padding-right: 5px;
    padding-left: 5px; }

  .px-xl-2 {
    padding-right: 10px;
    padding-left: 10px; }

  .px-xl-3 {
    padding-right: 15px;
    padding-left: 15px; }

  .px-xl-4 {
    padding-right: 20px;
    padding-left: 20px; }

  .px-xl-5 {
    padding-right: 25px;
    padding-left: 25px; }

  .px-xl-6 {
    padding-right: 30px;
    padding-left: 30px; }

  .px-xl-7 {
    padding-right: 35px;
    padding-left: 35px; }

  .px-xl-8 {
    padding-right: 40px;
    padding-left: 40px; }

  .px-xl-9 {
    padding-right: 45px;
    padding-left: 45px; }

  .px-xl-10 {
    padding-right: 50px;
    padding-left: 50px; }

  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .py-xl-1 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .py-xl-2 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .py-xl-3 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .py-xl-4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .py-xl-5 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .py-xl-6 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .py-xl-7 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .py-xl-8 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .py-xl-9 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .py-xl-10 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pt-xl-0 {
    padding-top: 0; }

  .pt-xl-1 {
    padding-top: 5px; }

  .pt-xl-2 {
    padding-top: 10px; }

  .pt-xl-3 {
    padding-top: 15px; }

  .pt-xl-4 {
    padding-top: 20px; }

  .pt-xl-5 {
    padding-top: 25px; }

  .pt-xl-6 {
    padding-top: 30px; }

  .pt-xl-7 {
    padding-top: 35px; }

  .pt-xl-8 {
    padding-top: 40px; }

  .pt-xl-9 {
    padding-top: 45px; }

  .pt-xl-10 {
    padding-top: 50px; }

  .pr-xl-0 {
    padding-right: 0; }

  .pr-xl-1 {
    padding-right: 5px; }

  .pr-xl-2 {
    padding-right: 10px; }

  .pr-xl-3 {
    padding-right: 15px; }

  .pr-xl-4 {
    padding-right: 20px; }

  .pr-xl-5 {
    padding-right: 25px; }

  .pr-xl-6 {
    padding-right: 30px; }

  .pr-xl-7 {
    padding-right: 35px; }

  .pr-xl-8 {
    padding-right: 40px; }

  .pr-xl-9 {
    padding-right: 45px; }

  .pr-xl-10 {
    padding-right: 50px; }

  .pb-xl-0 {
    padding-bottom: 0; }

  .pb-xl-1 {
    padding-bottom: 5px; }

  .pb-xl-2 {
    padding-bottom: 10px; }

  .pb-xl-3 {
    padding-bottom: 15px; }

  .pb-xl-4 {
    padding-bottom: 20px; }

  .pb-xl-5 {
    padding-bottom: 25px; }

  .pb-xl-6 {
    padding-bottom: 30px; }

  .pb-xl-7 {
    padding-bottom: 35px; }

  .pb-xl-8 {
    padding-bottom: 40px; }

  .pb-xl-9 {
    padding-bottom: 45px; }

  .pb-xl-10 {
    padding-bottom: 50px; }

  .pl-xl-0 {
    padding-left: 0; }

  .pl-xl-1 {
    padding-left: 5px; }

  .pl-xl-2 {
    padding-left: 10px; }

  .pl-xl-3 {
    padding-left: 15px; }

  .pl-xl-4 {
    padding-left: 20px; }

  .pl-xl-5 {
    padding-left: 25px; }

  .pl-xl-6 {
    padding-left: 30px; }

  .pl-xl-7 {
    padding-left: 35px; }

  .pl-xl-8 {
    padding-left: 40px; }

  .pl-xl-9 {
    padding-left: 45px; }

  .pl-xl-10 {
    padding-left: 50px; }

  .text-xl-left {
    text-align: left; }

  .text-xl-right {
    text-align: right; }

  .text-xl-center {
    text-align: center; } }
@media (min-width: 1450px) {
  .container-xl {
    max-width: 1400px; }

  .container-lg {
    max-width: 1400px; }

  .container-md {
    max-width: 1400px; }

  .container-sm {
    max-width: 1400px; }

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

  .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) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .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) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .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) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .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 (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; }

  .form-check-input {
    transition: none; }

  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; }
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none; }

  .btn {
    transition: none; }

  .fade {
    transition: none; }

  .collapsing {
    transition: none; }

  .nav-link {
    transition: none; }

  .navbar-toggler {
    transition: none; }

  .page-link {
    transition: none; }

  .progress-bar {
    transition: none; }

  .progress-bar-animated {
    animation: none; }

  .modal.fade .modal-dialog {
    transition: none; }

  .carousel-item {
    transition: none; }

  .carousel-fade .active.carousel-item-left {
    transition: none; }
  .carousel-fade .active.carousel-item-right {
    transition: none; }

  .carousel-control-prev {
    transition: none; }

  .carousel-control-next {
    transition: none; }

  .carousel-indicators li {
    transition: none; } }
@media print {
  .d-print-inline {
    display: inline; }

  .d-print-inline-block {
    display: inline-block; }

  .d-print-block {
    display: block; }

  .d-print-table {
    display: table; }

  .d-print-table-row {
    display: table-row; }

  .d-print-table-cell {
    display: table-cell; }

  .d-print-flex {
    display: flex; }

  .d-print-inline-flex {
    display: inline-flex; }

  .d-print-none {
    display: none; } }
/*===== FONTS SIZE =====*/
.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-25 {
  font-size: 25px; }

.font-size-28 {
  font-size: 28px; }

.font-size-30 {
  font-size: 30px; }

.font-size-35 {
  font-size: 35px; }

.font-size-40 {
  font-size: 40px; }

/*-------------------------------------------------
  Common Style CSS
---------------------------------------------------*/
body {
  font-size: 16px;
  color: var(--main-primary-text-color);
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: InterTight, sans-serif;
  font-weight: 300;
  top: 0 !important;
  background-color: var(--main-primary-background-color); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Titillium, sans-serif; }

h1, .h1 {
  font-weight: 900; }

.svg_img {
  display: inline-block;
  background-color: var(--main-primary-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain; }
  .svg_img img {
    opacity: 0; }

.form-control {
  color: var(--main-primary-text-color);
  background-color: #fff;
  border: 1px solid var(--main-primary-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .form-control::placeholder {
    color: var(--main-primary-text-color);
    opacity: 0.4; }
  .form-control::-ms-input-placeholder {
    color: var(--main-primary-text-color);
    opacity: 0.4; }
  .form-control:focus {
    border-color: var(--main-primary-color);
    box-shadow: none; }

.table {
  margin-bottom: 0; }

.table > :not(:first-child) {
  border-top: 1px solid var(--main-primary-color); }

.table > :not(caption) > * > * {
  border: none; }

/*----  Section  ----*/
.background-dark {
  background-color: #F3F3F3; }
  .background-dark h1, .background-dark .h1, .background-dark h2, .background-dark .h2, .background-dark h3, .background-dark .h3, .background-dark h4, .background-dark .h4, .background-dark h5, .background-dark .h5 {
    color: var(--main-secondary-color); }

.background-white {
  background-color: white; }

.background-primary {
  background-color: var(--main-primary-color); }
  .background-primary h1, .background-primary .h1, .background-primary h2, .background-primary .h2, .background-primary h3, .background-primary .h3, .background-primary h4, .background-primary .h4, .background-primary h5, .background-primary .h5, .background-primary h6, .background-primary .h6 {
    color: var(--main-secondary-text-color); }
  .background-primary p {
    color: var(--main-secondary-text-color); }

.background-secondary {
  background-color: var(--main-secondary-color); }
  .background-secondary h1, .background-secondary .h1, .background-secondary h2, .background-secondary .h2, .background-secondary h3, .background-secondary .h3, .background-secondary h4, .background-secondary .h4, .background-secondary h5, .background-secondary .h5, .background-secondary h6, .background-secondary .h6 {
    color: var(--main-secondary-text-color); }
  .background-secondary p {
    color: var(--main-secondary-text-color); }

.section-space {
  padding: 25px 0; }

.section-space-p {
  padding: 25px 0; }

.section-space-pb {
  padding-bottom: 25px; }

.section-space-pt {
  padding-top: 25px; }

.section-space-ptb-100 {
  padding: 100px 0; }

.section-space-m {
  margin: 25px 0; }

.section-space-mt {
  margin-top: 25px; }

.section-space-mb {
  margin-bottom: 25px; }

.section-space-footer-p {
  padding: 25px 0; }

/*----  Margin  ----*/
.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-minus-t-15 {
  margin-top: -15px; }

.margin-minus-tb-15 {
  margin: -15px 0; }

.margin-minus-b-30 {
  margin-bottom: -30px; }

.margin-minus-b-15 {
  margin-bottom: -15px; }

/*----  Other Page Content  ----*/
.ec-page-content .section-title .ec-title {
  padding: 0 34px; }
  .ec-page-content .section-title .ec-title:after {
    width: 20px; }
  .ec-page-content .section-title .ec-title:before {
    width: 20px; }

.skiptranslate {
  height: 0px !important;
  border: none !important;
  box-shadow: none !important; }

#goog-gt-tt {
  display: none !important;
  visibility: hidden !important; }

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important; }

#scrollUp {
  width: 49px;
  height: 49px;
  background-color: var(--main-secondary-color);
  color: #ffffff;
  right: 15px;
  bottom: 15px;
  text-align: center;
  overflow: hidden;
  z-index: 11 !important;
  font-size: 18px;
  line-height: 49px; }
  #scrollUp:hover {
    background: var(--main-primary-color);
    color: #ffffff; }

.hero-image {
  width: 100%; }

.slider-animation > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown; }

.swiper-slide-active .slider-animation > * {
  animation-name: fadeInDown; }
  .swiper-slide-active .slider-animation > *:nth-child(1) {
    animation-delay: 0.5s; }
  .swiper-slide-active .slider-animation > *:nth-child(2) {
    animation-delay: 1s; }
  .swiper-slide-active .slider-animation > *:nth-child(3) {
    animation-delay: 1.5s; }
  .swiper-slide-active .slider-animation > *:nth-child(4) {
    animation-delay: 2s; }
  .swiper-slide-active .slider-animation > *:nth-child(5) {
    animation-delay: 2.5s; }
  .swiper-slide-active .slider-animation > *:nth-child(6) {
    animation-delay: 3s; }

/*----  Section Title ----*/
.section-title {
  margin-bottom: 30px;
  position: relative; }

.ec-title {
  font-family: Titillium, sans-serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  color: var(--main-primary-color);
  position: relative;
  line-height: 55px;
  letter-spacing: .02rem;
  text-align: center; }
  .ec-title:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    background: var(--main-primary-color);
    right: 0;
    left: auto;
    display: none; }
  .ec-title:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    background: var(--main-primary-color);
    left: 0;
    right: auto;
    display: none; }

.sub-title {
  font-family: Titillium, sans-serif;
  margin: 10px 0 0 0 !important;
  color: var(--main-primary-color);
  padding: 0;
  font-size: calc(0.8rem + 0.5vw);
  letter-spacing: 0.03rem;
  font-weight: 300; }
  .sub-title a {
    color: var(--main-primary-color);
    font-weight: 400;
    margin-left: 3px;
    text-decoration: underline; }

.text-upper {
  text-transform: uppercase; }

/*---- Side Color,Dark,Rtl Fixed Button Style ----*/
#ec-fixedbutton * {
  direction: ltr; }
#ec-fixedbutton > * {
  display: block;
  position: relative; }
#ec-fixedbutton .ec-color-btn {
  animation: rotation-icon 5s linear infinite; }
@keyframes rotation-icon {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/*---- Recent purchase popup  ----*/
.recent-purchase {
  width: 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #ffffff;
  z-index: 12;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.recent-purchase img {
  width: 70px;
  height: 75px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid var(--main-primary-color); }

.recent-purchase .detail {
  width: 65%;
  display: inline-block; }

.recent-purchase .detail h6, .recent-purchase .detail .h6 {
  color: #444;
  font-size: 14px; }

.recent-purchase .detail p {
  margin-bottom: 10px;
  font-size: 11px;
  color: #777; }

.recent-purchase a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  color: #777; }
  .recent-purchase a:hover {
    color: #555; }

/*---- Site Loader Style ----*/
#ec-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999999; }
  #ec-overlay .loader_img {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999999;
    background: #ffffff url("../images/common/loader.gif") no-repeat scroll 50% 49%;
    background-size: 65px;
    pointer-events: none;
    overflow: hidden; }

/*----  Add To Cart toast ----*/
#addtocart_toast,
#wishlist_toast {
  visibility: hidden;
  max-width: 290px;
  height: auto;
  margin: auto;
  background-color: green;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 9999;
  left: 15px;
  right: auto;
  bottom: 30px;
  font-size: 16px;
  white-space: nowrap; }
  #addtocart_toast #desc,
  #wishlist_toast #desc {
    color: #ffffff;
    padding: 14px 10px;
    overflow: hidden;
    white-space: nowrap; }

#wishlist_toast.show,
#addtocart_toast.show {
  visibility: visible; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 1; }
  .slick-slider .slick-arrow:before {
    content: "";
    color: var(--main-secondary-text-color);
    position: relative;
    font-size: 40px;
    font-family: "EcIcons";
    width: 100%;
    line-height: 40px;
    height: 40px; }
  .slick-slider .slick-arrow:hover:before {
    color: var(--main-primary-color); }
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto; }
  .slick-slider .slick-arrow.slick-prev:before {
    content: "\f104"; }
.slick-slider .slick-arrow.slick-next {
  right: 0;
  left: auto; }
  .slick-slider .slick-arrow.slick-next:before {
    content: "\f105"; }

.ec-nav-toolbar {
  display: none;
  background-color: #ffffff; }

/*----  Whatsapp chat start  ----*/
.ec-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 13; }
  .ec-style .ec-button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ec-style .ec-button .whatsapp {
      width: 23px;
      height: 23px;
      background-image: url(../images/common/whatsapp.png);
      background-repeat: no-repeat;
      background-size: 100%;
      display: table;
      margin-right: 0;
      font-size: 25px;
      text-align: center;
      line-height: 38px;
      cursor: pointer;
      color: #2ab674; }
  .ec-style .ec-panel {
    display: none;
    margin-bottom: 5px;
    width: 275px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
    background-color: #fff; }
    .ec-style .ec-panel .ec-header {
      padding: 12px 15px 15px;
      text-align: center;
      color: #fff;
      background: #2ab674; }
    .ec-style .ec-panel .ec-body {
      min-width: 250px;
      white-space: nowrap;
      list-style: none;
      overflow-y: auto; }
  .ec-style .ec-header strong {
    font-size: 15px;
    line-height: 20px; }
  .ec-style .ec-header p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px; }
  .ec-style .ec-list .d-flex {
    display: flex; }
  .ec-style .ec-list .ec-img-cont {
    position: relative; }
  .ec-style .ec-list .ec-user-img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    border-radius: 50%; }
  .ec-style .ec-list .ec-status-icon {
    position: absolute;
    bottom: 5px;
    right: 1px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #a0a0a0; }
  .ec-style .ec-list .ec-online {
    background-color: #2ab674; }
  .ec-style .ec-list .ec-offline {
    background-color: #a0a0a0; }
  .ec-style .ec-list .ec-user-info {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 15px; }
    .ec-style .ec-list .ec-user-info span {
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      color: #555; }
    .ec-style .ec-list .ec-user-info p {
      margin-bottom: 0;
      color: #888;
      font-size: 12px;
      line-height: 15px;
      font-weight: 300; }
  .ec-style .ec-list .ec-chat-icon {
    margin-top: -46px;
    right: -10px;
    position: absolute;
    color: #d4d4d4;
    font-size: 60px;
    opacity: 0.5;
    transition: all 0.05s ease-in-out;
    overflow: hidden; }
  .ec-style .ec-body:hover {
    text-decoration: none;
    cursor: pointer; }
    .ec-style .ec-body:hover .ec-user-img {
      transition: all 0.3s ease-in-out; }
  .ec-style .ec-body li {
    display: block;
    padding: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    transition: all 0.3s ease-in-out; }
    .ec-style .ec-body li:hover {
      background-color: rgba(42, 182, 116, 0.07); }
      .ec-style .ec-body li:hover .ec-chat-icon {
        color: #555;
        transition: all 0.05s ease-in-out; }
        .ec-style .ec-body li:hover .ec-chat-icon i {
          transition: all 0.3s ease-in-out; }
  .ec-style .ec-body .ec-chat-icon i {
    transition: all 0.3s ease-in-out; }

.ec-right-bottom, .ec-center-bottom {
  bottom: 15px;
  left: 15px;
  float: right; }
  .ec-right-bottom .ec-box.ec-whatsapp, .ec-center-bottom .ec-box.ec-whatsapp {
    background-color: #ffffff;
    border: 2px solid #2ab674; }

.ec-center-bottom {
  left: 50%;
  margin-left: -150px; }
  .ec-center-bottom .ec-book-now-button {
    width: 300px; }
    .ec-center-bottom .ec-book-now-button .btn {
      font-size: 2em;
      line-height: 40px;
      border-radius: 40px;
      width: auto; }

@keyframes ec-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes ec-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes ec-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes ec-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes ec-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.rotateForward {
  animation-name: rotateF;
  animation-duration: 0.65s;
  animation-iteration-count: 1; }

@keyframes rotateF {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.rotateBackward {
  animation-name: rotateB;
  animation-duration: 0.65s;
  animation-iteration-count: 1; }

@keyframes rotateB {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }
.ec-panel .ec-body ul {
  margin: 0;
  padding: 0; }

.ec-cart-float {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 70px;
  padding: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 15;
  background: #ffffff; }
  .ec-cart-float .ec-header-btn {
    position: relative;
    display: block; }
    .ec-cart-float .ec-header-btn .svg_img {
      width: 45px;
      height: 45px; }
    .ec-cart-float .ec-header-btn .ec-cart-count {
      position: absolute;
      top: 10px;
      right: 0;
      left: 0;
      bottom: 0;
      background: var(--main-primary-color);
      color: #ffffff;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      display: flex;
      margin: auto;
      font-size: 12px;
      line-height: 30px;
      align-items: center;
      justify-content: center; }

.ec-tools-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16; }

.ec-tools-sidebar {
  width: 200px;
  height: 100vh;
  position: fixed;
  right: -200px;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 16; }
  .ec-tools-sidebar ::-webkit-scrollbar {
    width: 5px; }
  .ec-tools-sidebar ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .ec-tools-sidebar ::-webkit-scrollbar-thumb {
    background: #888; }
  .ec-tools-sidebar ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .ec-tools-sidebar .ec-tools-detail {
    height: calc(100vh - 60px);
    overflow-y: auto; }
  .ec-tools-sidebar .tool-title {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9; }
    .ec-tools-sidebar .tool-title h3, .ec-tools-sidebar .tool-title .h3 {
      line-height: 28px;
      margin: 0;
      font-size: 16px;
      color: var(--main-secondary-text-color);
      font-weight: 700;
      text-transform: uppercase; }
  .ec-tools-sidebar .ec-tools-sidebar-toggle {
    position: absolute;
    top: 30%;
    right: 202px;
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #373840;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    z-index: -1;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .ec-tools-sidebar .ec-tools-sidebar-toggle img {
      width: 27px;
      animation: rotation 3s infinite linear; }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  .ec-tools-sidebar .ec-tools-sidebar-content {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3; }
    .ec-tools-sidebar .ec-tools-sidebar-content h3, .ec-tools-sidebar .ec-tools-sidebar-content .h3 {
      margin-bottom: 10px;
      line-height: 20px;
      font-size: 14px;
      color: var(--main-secondary-text-color);
      font-weight: 600; }
    .ec-tools-sidebar .ec-tools-sidebar-content li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang {
      width: 100%;
      height: 28px;
      padding-bottom: 29px;
      overflow: hidden;
      border: 1px solid #d9d9d9; }
      .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element span {
        display: none; }
      .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 10px;
        background: url(../images/common/arrow-down-light.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        background-position: 96% 42%;
        color: var(--main-secondary-text-color); }
        .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select option {
          color: var(--main-secondary-text-color);
          background: #ffffff; }
      .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo {
        margin: 0;
        border: 0;
        padding: 4px 5px;
        border-radius: 0;
        box-shadow: none; }
        .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo:focus-visible, .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo:focus {
          box-shadow: none !important;
          border: 0 !important;
          outline: none !important; }
  .ec-tools-sidebar .ec-color-desc .ec-color-title {
    font-weight: 600;
    color: #ffffff;
    padding-right: 7px; }
  .ec-tools-sidebar .ec-color-desc ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .ec-tools-sidebar .ec-color-desc ul li {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
      .ec-tools-sidebar .ec-color-desc ul li a {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.2s linear;
        text-align: center; }
      .ec-tools-sidebar .ec-color-desc ul li:hover {
        margin-left: 0 !important; }
        .ec-tools-sidebar .ec-color-desc ul li:hover a {
          margin-left: 0 !important;
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
      .ec-tools-sidebar .ec-color-desc ul li a.colorcode1 {
        background-color: #3474d4; }
      .ec-tools-sidebar .ec-color-desc ul li a.colorcode2 {
        background-color: #7f77fd; }
      .ec-tools-sidebar .ec-color-desc ul li a.colorcode3 {
        background-color: #ff764b; }
      .ec-tools-sidebar .ec-color-desc ul li a.colorcode4 {
        background-color: #009688; }
      .ec-tools-sidebar .ec-color-desc ul li a.colorcode5 {
        background-color: #db3a5d; }
    .ec-tools-sidebar .ec-color-desc ul li.active {
      pointer-events: none; }
      .ec-tools-sidebar .ec-color-desc ul li.active a:before {
        content: "\f00c";
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        position: relative;
        top: 0;
        font-family: "EcIcons";
        font-style: normal;
        font-weight: 400; }
  .ec-tools-sidebar .ec-change-mode {
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    align-items: center;
    overflow: hidden; }
    .ec-tools-sidebar .ec-change-mode > * {
      width: 90px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      color: #ffffff;
      font-size: 12px;
      border-radius: 30px;
      overflow: hidden; }
    .ec-tools-sidebar .ec-change-mode .ec-mode-btn {
      width: 45px;
      pointer-events: none;
      background: linear-gradient(#737373, #000);
      padding: 0 10px 0;
      font-size: 10px;
      cursor: pointer; }
    .ec-tools-sidebar .ec-change-mode .ec-mode-switch > * {
      width: 45px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      padding: 0 10px 0; }
    .ec-tools-sidebar .ec-change-mode .ec-mode-off {
      background: linear-gradient(#ff9a9a, red);
      color: #ffffff;
      display: flex; }
    .ec-tools-sidebar .ec-change-mode .ec-mode-on {
      background: linear-gradient(#a1ff9e, #0b8600);
      color: #ffffff;
      display: none; }
    .ec-tools-sidebar .ec-change-mode:hover {
      width: 90px; }
  .ec-tools-sidebar .ec-change-mode.active {
    width: 90px; }
    .ec-tools-sidebar .ec-change-mode.active .ec-mode-on {
      display: flex; }
    .ec-tools-sidebar .ec-change-mode.active .ec-mode-off {
      display: none; }
  .ec-tools-sidebar .ec-change-rtl {
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    align-items: center;
    overflow: hidden; }
    .ec-tools-sidebar .ec-change-rtl > * {
      width: 90px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      color: #ffffff;
      font-size: 12px;
      border-radius: 30px;
      overflow: hidden; }
    .ec-tools-sidebar .ec-change-rtl .ec-rtl-btn {
      pointer-events: none;
      background: linear-gradient(#737373, #000);
      padding: 0 10px 0; }
    .ec-tools-sidebar .ec-change-rtl .ec-rtl-switch > * {
      width: 45px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      padding: 0 10px 0; }
    .ec-tools-sidebar .ec-change-rtl .ec-rtl-off {
      background: linear-gradient(#ff9a9a, red);
      color: #ffffff;
      display: flex; }
    .ec-tools-sidebar .ec-change-rtl .ec-rtl-on {
      background: linear-gradient(#a1ff9e, #0b8600);
      color: #ffffff;
      display: none; }
    .ec-tools-sidebar .ec-change-rtl:hover {
      width: 90px; }
  .ec-tools-sidebar .ec-change-rtl.active {
    width: 90px; }
    .ec-tools-sidebar .ec-change-rtl.active .ec-rtl-on {
      display: flex; }
    .ec-tools-sidebar .ec-change-rtl.active .ec-rtl-off {
      display: none; }
  .ec-tools-sidebar .ec-fullscreen-mode {
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    align-items: center;
    overflow: hidden; }
    .ec-tools-sidebar .ec-fullscreen-mode > * {
      width: 90px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      color: #ffffff;
      font-size: 12px;
      border-radius: 30px;
      overflow: hidden; }
    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-btn {
      width: 45px;
      pointer-events: none;
      background: linear-gradient(#737373, #000);
      padding: 0 10px 0;
      font-size: 10px;
      cursor: pointer; }
    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-switch > * {
      width: 45px;
      display: flex;
      height: 30px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      cursor: pointer;
      padding: 0 10px 0; }
    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-off {
      background: linear-gradient(#ff9a9a, red);
      color: #ffffff;
      display: flex; }
    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-on {
      background: linear-gradient(#a1ff9e, #0b8600);
      color: #ffffff;
      display: none; }
    .ec-tools-sidebar .ec-fullscreen-mode:hover {
      width: 90px; }
  .ec-tools-sidebar .ec-fullscreen-mode.active {
    width: 90px; }
    .ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-on {
      display: flex; }
    .ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-off {
      display: none; }

.emp-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: var(--main-secondary-text-color); }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important; }

/*----  Particles  ----*/
.particles {
  overflow: hidden; }
  .particles canvas {
    display: block;
    vertical-align: bottom; }
  .particles .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 0 0 3px 3px; }
  .particles .js-count-particles {
    font-size: 1.1em; }
  .particles #stats {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .particles #particles-js {
    width: 100%;
    height: 100vh;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

/*----  Main page Contant with lazy load  ----*/
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    transform: none; } }
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s; }

.animations-disabled, .animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important; }

.slideInUp {
  animation-name: slideInUp; }

.slideInDown {
  animation-name: slideInDown; }

.slideInLeft {
  animation-name: slideInleft; }

.slideInRight {
  animation-name: slideInRight; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse; }

.zoomIn {
  animation-name: zoomIn; }

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse; }

.zoomReverseIn {
  animation-name: zoomReverseIn; }

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse; }

.flipInY {
  animation-name: flipInY; }

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse; }

.ec-sidebar-wrap ul {
  padding-left: 0; }
  .ec-sidebar-wrap ul li {
    list-style: none; }

/*-------------------------------------------------
  Popup Model Dialog CSS
---------------------------------------------------*/
.modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 800px;
  padding: 35px;
  transition: all 0.3s ease 0s; }
  .modal-dialog.modal-mini {
    width: auto;
    max-width: 600px; }
  .modal-dialog.modal-stripe .modal-header {
    border-bottom: 1px solid #dee2e6; }
  .modal-dialog .modal-header {
    padding: 10px 20px; }
    .modal-dialog .modal-header span {
      color: var(--main-primary-text-color);
      transition: all 0.3s ease 0s;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }
      .modal-dialog .modal-header span:hover {
        color: var(--main-secondary-color); }
  .modal-dialog .qty-nav-thumb {
    padding: 0 30px;
    margin-top: 20px; }
    .modal-dialog .qty-nav-thumb .slick-slide img {
      border: 1px solid transparent;
      transition: all 0.3s ease 0s; }
    .modal-dialog .qty-nav-thumb .slick-slide:hover img {
      border-color: var(--main-secondary-color); }
    .modal-dialog .qty-nav-thumb .slick-slide.slick-current img {
      border-color: var(--main-secondary-color); }
    .modal-dialog .qty-nav-thumb .slick-arrow {
      height: 100%;
      top: 0; }
  .modal-dialog .qty-slide {
    display: block !important;
    padding: 2px; }

.modal.fade {
  display: block !important;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s; }

.modal.fade.show {
  display: block !important;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s; }

.modal-dialog {
  padding: 30px; }

/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.ec-breadcrumb {
  padding: 15px 0;
  background-color: #f7f7f7; }
  .ec-breadcrumb .ec-breadcrumb-title {
    text-decoration: none;
    color: var(--main-primary-text-color);
    display: block;
    font-size: 15px;
    font-family: "Titillium";
    line-height: 22px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: capitalize; }

.ec-breadcrumb-list {
  text-align: right; }
  .ec-breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02rem;
    line-height: 1.2;
    text-transform: capitalize; }
    .ec-breadcrumb-list li a {
      position: relative;
      color: var(--main-primary-text-color); }
  .ec-breadcrumb-list li.active {
    color: var(--main-primary-color); }
  .ec-breadcrumb-list .ec-breadcrumb-item.active::before {
    color: var(--main-primary-color); }

.ec-breadcrumb-item {
  display: flex; }
  .ec-breadcrumb-item + .ec-breadcrumb-item {
    padding-left: 7px; }
    .ec-breadcrumb-item + .ec-breadcrumb-item::before {
      display: inline-block;
      padding-right: 7px;
      color: var(--main-primary-text-color);
      content: "\f101";
      font-family: "EcIcons";
      font-size: 15px; }

/*-------------------------------------------------
  Site Main Slider CSS
---------------------------------------------------*/
.taquillas-slider .item {
  padding: 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .taquillas-slider .item h1, .taquillas-slider .item .h1, .taquillas-slider .item h2, .taquillas-slider .item .h2, .taquillas-slider .item h3, .taquillas-slider .item .h3, .taquillas-slider .item h4, .taquillas-slider .item .h4, .taquillas-slider .item h5, .taquillas-slider .item .h5, .taquillas-slider .item p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2em; }
  .taquillas-slider .item h1, .taquillas-slider .item .h1, .taquillas-slider .item h2, .taquillas-slider .item .h2, .taquillas-slider .item h3, .taquillas-slider .item .h3, .taquillas-slider .item h4, .taquillas-slider .item .h4, .taquillas-slider .item h5, .taquillas-slider .item .h5 {
    font-size: 2.5em; }
  .taquillas-slider .item > p:nth-child(2) {
    font-size: 40px;
    font-weight: 700; }
  .taquillas-slider .item img {
    background-color: var(--main-primary-background-color);
    margin: 15px auto;
    padding: 15px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 95%; }
  .taquillas-slider .item .description {
    margin-top: 10px;
    text-align: center; }
    .taquillas-slider .item .description > p small:nth-child(1), .taquillas-slider .item .description > p .small:nth-child(1) {
      vertical-align: top;
      margin-right: 10px; }
    .taquillas-slider .item .description > p small:nth-child(3), .taquillas-slider .item .description > p .small:nth-child(3) {
      margin-left: 10px; }
    .taquillas-slider .item .description .btn {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px;
      padding: 10px 25px; }
  .taquillas-slider .item:hover, .taquillas-slider .item:focus {
    background-color: var(--main-primary-background-color); }
    .taquillas-slider .item:hover img, .taquillas-slider .item:focus img {
      background-color: #F3F3F3; }
.taquillas-slider .slick-slide {
  margin: 15px 0; }
.taquillas-slider .slick-arrow {
  background-color: #a7a7a7;
  border-radius: 40px; }
  .taquillas-slider .slick-arrow:before {
    color: white;
    margin-top: -3px; }
  .taquillas-slider .slick-arrow.slick-prev:before {
    margin-left: -3px; }
  .taquillas-slider .slick-arrow.slick-next:before {
    margin-left: 3px; }
  .taquillas-slider .slick-arrow:hover:before {
    color: white; }

/*-------------------------------------------------
  Section Steps CSS
---------------------------------------------------*/
.section-steps-1 .step-title {
  text-align: center; }
.section-steps-1 .step-item .step-header {
  text-align: left;
  padding: 3px 10px;
  border-radius: 20px 20px 0 0; }
  .section-steps-1 .step-item .step-header.step-header-1 {
    background-color: #f20d4a; }
  .section-steps-1 .step-item .step-header.step-header-2 {
    background-color: #003da5; }
  .section-steps-1 .step-item .step-header.step-header-3 {
    background-color: #00b2eb; }
  .section-steps-1 .step-item .step-header p {
    color: #fff;
    font-size: 30px;
    font-weight: 900; }
.section-steps-1 .step-item .step-body {
  padding: 20px 15px;
  min-height: 130px;
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  border-top: none;
  border-radius: 0 0 20px 20px; }
  .section-steps-1 .step-item .step-body p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400; }
    @media (max-width: 575px) {
      .section-steps-1 .step-item .step-body p {
        margin: 0 auto; } }

/*-------------------------------------------------
  Section reviews CSS
---------------------------------------------------*/
.section-reviews-1 .review-title {
  text-align: center; }
.section-reviews-1 .review-item {
  background-color: #F3F3F3;
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .section-reviews-1 .review-item .review-rating .ecicon {
    color: #FEC007; }

.section-image-background-cover {
  min-height: 650px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  text-align: left; }

@media only screen and (max-width: 575px) {
  .section-image-background-cover {
    background-image: none !important;
    min-height: auto;
    text-align: center; } }
/*-------------------------------------------------
  Site Header Section CSS
---------------------------------------------------*/
.ec-header {
  background: var(--main-secondary-background-color); }

/*----  Fixed Header  ----*/
.body-sticky-header .ec-header.menu_fixed_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3002;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s; }

/*----  Social Style  ----*/
.header-top-social ul {
  display: initial; }
  .header-top-social ul li a {
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    border-radius: 100%;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #f7f7f7;
    border: 1px solid var(--main-primary-color);
    color: var(--main-secondary-text-color); }
    .header-top-social ul li a:hover {
      color: #fff;
      border: 0; }
  .header-top-social ul li .hdr-facebook:hover {
    background: #3b5998; }
  .header-top-social ul li .hdr-twitter:hover {
    background: #1da1f2; }
  .header-top-social ul li .hdr-instagram:hover {
    background: #e44a73; }
  .header-top-social ul li .hdr-linkedin:hover {
    background: #0073b2; }
  .header-top-social ul li.list-inline-item:not(:last-child) {
    margin-right: 4px; }

.social-text {
  padding-right: 3px;
  font-size: 13px;
  display: none; }

/*----  Nav Offer Style  ----*/
.header-top-message {
  font-size: 13px; }
  .header-top-message span {
    color: var(--main-secondary-text-color);
    padding-right: 5px; }

.language-flag-text {
  font-size: 18px;
  font-weight: 500; }

.language-flag-link {
  height: 30px;
  width: 45px;
  display: inline-block; }
  .language-flag-link img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 2px solid transparent; }
    .language-flag-link img.active {
      border: 2px solid var(--main-secondary-color); }

.languaje-flag-img-selected {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 5px; }

/*----  Language & Currency  ----*/
.header-top-lan-curr {
  display: flex;
  flex-wrap: wrap; }
  .header-top-lan-curr .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0 18px;
    transition: all 0.3s ease 0s;
    color: var(--main-secondary-text-color);
    border: none;
    padding-right: 0;
    letter-spacing: 0.5px; }
    .header-top-lan-curr .dropdown .dropdown-toggle i {
      font-size: 30px;
      margin-left: 7px;
      color: var(--main-secondary-text-color);
      transition: all 0.3s ease 0s;
      margin-bottom: 1px; }
    .header-top-lan-curr .dropdown .dropdown-toggle::after {
      display: none; }
  .header-top-lan-curr .dropdown .dropdown-menu {
    margin: 0;
    top: 34px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 10px;
    background-color: var(--main-primary-background-color);
    border-radius: 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    transform: translate3d(0, 0, 0) !important; }
    .header-top-lan-curr .dropdown .dropdown-menu li {
      list-style: none;
      border-bottom: 1px solid #ebebeb; }
      .header-top-lan-curr .dropdown .dropdown-menu li:last-child {
        border: none; }
    .header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
      padding: 7px;
      color: var(--main-primary-text-color);
      font-size: 16px;
      font-weight: 300;
      background: transparent;
      text-transform: uppercase; }
      .header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
        color: var(--main-secondary-color); }
    .header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
      color: var(--main-secondary-color); }
  .header-top-lan-curr .dropdown.dropdown-languages .dropdown-toggle {
    padding: 0; }
  .header-top-lan-curr .dropdown.dropdown-languages .dropdown-menu {
    padding: 0;
    width: auto;
    min-width: unset; }

.ec-header-bottom {
  background-color: transparent;
  padding: 20px 0; }

.ec-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

/*----  Site Logo  ----*/
.header-logo {
  text-align: left; }
  .header-logo a {
    display: inline-block; }
    .header-logo a img {
      max-width: 130px;
      max-height: 60px; }

/*----  Header Button Actions  ----*/
.header_svg {
  width: 25px;
  height: 25px;
  background-color: var(--main-secondary-text-color);
  transition: all 0.3s ease 0s;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain; }

.ec-header-bottons {
  display: flex;
  justify-content: flex-end; }
  .ec-header-bottons > * + * {
    padding-right: 9px;
    margin-left: 27px; }
  .ec-header-bottons .ec-header-btn {
    position: relative;
    display: flex;
    text-decoration: none;
    color: var(--main-primary-text-color);
    width: auto;
    align-items: center;
    padding-bottom: 6px; }
    .ec-header-bottons .ec-header-btn:hover {
      color: var(--main-secondary-color); }
      .ec-header-bottons .ec-header-btn:hover .ec-header-count {
        color: #ffffff;
        background-color: var(--main-secondary-color); }
      .ec-header-bottons .ec-header-btn:hover .cart-amount {
        color: var(--main-secondary-color); }
    .ec-header-bottons .ec-header-btn i {
      font-size: 24px;
      line-height: 1; }
    .ec-header-bottons .ec-header-btn .ec-header-count {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      position: absolute;
      z-index: 2;
      top: auto;
      right: 0;
      height: 20px;
      min-width: 20px;
      text-align: center;
      color: #ffffff;
      border-radius: 10px;
      background-color: var(--main-secondary-text-color);
      bottom: 0;
      padding: 0 4px; }
    .ec-header-bottons .ec-header-btn .cart-amount {
      display: block;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      padding-left: 15px;
      color: #0f0f0f;
      transition: all 0.3s ease 0s; }
  .ec-header-bottons .ec-header-btn.ec-header-wishlist {
    padding-bottom: 0;
    padding-right: 8px;
    margin-left: 34px; }
    .ec-header-bottons .ec-header-btn.ec-header-wishlist .header-icon {
      margin-top: 3px; }
  .ec-header-bottons .ec-header-btn.dropdown-toggle::after {
    display: none; }
  .ec-header-bottons .ec-header-user .header_svg {
    width: 35px;
    height: 35px; }
  .ec-header-bottons .ec-header-user ul li {
    list-style: none; }

.ec-header-user .dropdown-toggle {
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 2px; }
  .ec-header-user .dropdown-toggle::after {
    display: none; }
  .ec-header-user .dropdown-toggle:hover {
    color: var(--main-primary-color); }
    .ec-header-user .dropdown-toggle:hover .header_svg {
      background-color: var(--main-primary-color); }
.ec-header-user .ec-header-username {
  margin-top: 2px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px; }
.ec-header-user .dropdown-menu {
  margin: 0;
  top: 50px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background-color: var(--main-primary-background-color);
  border-radius: 0;
  box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, 0, 0) !important;
  border: 1px solid #d9d9d9; }
  .ec-header-user .dropdown-menu li {
    border-bottom: 1px solid #ebebeb; }
    .ec-header-user .dropdown-menu li:last-child {
      border: none; }
  .ec-header-user .dropdown-menu .dropdown-item {
    padding: 7px;
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    text-transform: uppercase; }
    .ec-header-user .dropdown-menu .dropdown-item:hover {
      color: var(--main-secondary-color); }

/*----  Main Menu  ----*/
.ec-main-menu {
  display: flex;
  justify-content: center; }
  .ec-main-menu .ec-sidebar-toggle {
    display: flex;
    align-items: center; }
    .ec-main-menu .ec-sidebar-toggle .header_svg {
      width: 26px;
      height: 26px; }
  .ec-main-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    justify-content: center;
    position: relative; }
    .ec-main-menu ul li {
      list-style: none;
      margin-left: 22px;
      margin-right: 22px; }
      .ec-main-menu ul li a {
        font-size: 18px;
        line-height: 50px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0;
        color: var(--main-secondary-text-color);
        display: block;
        position: relative; }
      .ec-main-menu ul li .main-label-note-new {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 10px;
        height: 10px;
        margin: auto;
        background-color: #ec716d;
        border-radius: 50%;
        cursor: default;
        display: block;
        position: absolute;
        bottom: 6px;
        left: 0;
        right: 0;
        z-index: 3;
        animation: blink-lbl-back 2.3s infinite; }
@keyframes blink-lbl-back {
  0% {
    opacity: 1;
    transform: scale(0); }
  80% {
    opacity: .4; }
  100% {
    opacity: 0;
    transform: scale(1); } }
@keyframes blink-lbl {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; } }
      .ec-main-menu ul li:hover > a {
        color: var(--main-primary-color) !important; }
        .ec-main-menu ul li:hover > a .scroll {
          fill: var(--main-primary-color); }
      .ec-main-menu ul li .mega-menu {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        margin-top: 15px;
        padding: 20px 0px 30px 30px;
        position: absolute;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        left: 0;
        z-index: 15; }
        .ec-main-menu ul li .mega-menu li ul {
          width: 25%;
          margin-right: 30px; }
          .ec-main-menu ul li .mega-menu li ul li.menu_title a {
            color: var(--main-primary-text-color);
            font-size: 14px;
            font-weight: 600;
            display: block;
            border-bottom: 1px solid var(--main-primary-color);
            margin-bottom: 10px;
            padding-bottom: 5px;
            height: auto; }
            .ec-main-menu ul li .mega-menu li ul li.menu_title a:hover {
              color: var(--main-secondary-color); }
          .ec-main-menu ul li .mega-menu li ul li a {
            color: var(--main-secondary-text-color);
            text-transform: capitalize;
            line-height: 30px;
            font-weight: 400;
            font-size: 14px;
            display: block;
            padding: 3px 0;
            border: 0;
            height: auto; }
            .ec-main-menu ul li .mega-menu li ul li a:hover {
              color: var(--main-secondary-color); }
        .ec-main-menu ul li .mega-menu ul.ec-main-banner {
          margin-top: 20px; }
          .ec-main-menu ul li .mega-menu ul.ec-main-banner li {
            width: 25%;
            padding-right: 30px; }
            .ec-main-menu ul li .mega-menu ul.ec-main-banner li a {
              padding: 0;
              margin: 0;
              position: relative;
              overflow: hidden;
              height: auto; }
      .ec-main-menu ul li.menu-cta {
        background-color: var(--main-primary-background-color);
        border-radius: 25px;
        margin: 0 0 0 20px;
        padding: 0 22px;
        font-family: Titillium, sans-serif; }
        .ec-main-menu ul li.menu-cta:hover {
          background-color: var(--main-primary-color); }
          .ec-main-menu ul li.menu-cta:hover a {
            color: var(--main-primary-background-color) !important; }
            .ec-main-menu ul li.menu-cta:hover a::before {
              background: transparent; }
        .ec-main-menu ul li.menu-cta a {
          text-transform: uppercase;
          color: var(--main-secondary-color);
          font-weight: 900 !important; }
    .ec-main-menu ul li.active > a {
      color: var(--main-primary-color) !important; }
    .ec-main-menu ul li.active.menu-cta > a:before {
      background: none; }
    .ec-main-menu ul .scroll-to.active a .scroll:hover {
      fill: var(--main-primary-color); }
    .ec-main-menu ul .scroll-to {
      position: absolute !important;
      right: 0;
      margin: 0; }
      .ec-main-menu ul .scroll-to ul {
        left: auto;
        right: 0; }
        .ec-main-menu ul .scroll-to ul .menu_title {
          padding: 0 20px 12px 20px;
          color: var(--main-primary-text-color);
          font-size: 14px;
          font-weight: 600;
          display: block;
          border-bottom: 1px solid var(--main-primary-color);
          margin-bottom: 10px;
          height: auto; }
      .ec-main-menu ul .scroll-to a .scroll:hover {
        fill: var(--main-primary-color); }
    .ec-main-menu ul li.dropdown {
      position: relative; }
      .ec-main-menu ul li.dropdown ul.sub-menu {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        min-width: 215px;
        margin-top: 15px;
        padding: 15px 0;
        position: absolute;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        left: auto !important;
        background: var(--main-primary-background-color);
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        display: block;
        z-index: 9; }
      .ec-main-menu ul li.dropdown ul li {
        padding: 0;
        margin: 0;
        display: block; }
        .ec-main-menu ul li.dropdown ul li a {
          display: block;
          line-height: 20px;
          padding: 8px 20px;
          font-weight: 400;
          font-size: 14px;
          color: var(--main-primary-text-color);
          text-transform: capitalize;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .ec-main-menu ul li.dropdown ul li .label-note-new {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          width: 5px;
          height: 20px;
          background: #faa4a4;
          cursor: default;
          display: none;
          position: absolute;
          top: 8px;
          left: 0px;
          z-index: 16;
          border-radius: 0 4px 4px 0; }
        .ec-main-menu ul li.dropdown ul li .label-note-hot {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          width: 5px;
          height: 20px;
          background: #8ab386;
          cursor: default;
          display: none;
          position: absolute;
          top: 8px;
          left: 0px;
          z-index: 16;
          border-radius: 0 4px 4px 0; }
        .ec-main-menu ul li.dropdown ul li .label-note-trending {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          width: 5px;
          height: 20px;
          background: #1980af;
          cursor: default;
          display: none;
          position: absolute;
          top: 8px;
          left: 0px;
          z-index: 16;
          border-radius: 0 4px 4px 0; }
        .ec-main-menu ul li.dropdown ul li.active {
          color: #222; }
      .ec-main-menu ul li.dropdown li.position-static {
        position: relative !important; }
        .ec-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
          margin: 0;
          opacity: 1;
          visibility: visible; }
      .ec-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 15px 0 0 0;
        left: 100% !important;
        opacity: 0;
        visibility: hidden;
        top: 0; }
      .ec-main-menu ul li.dropdown:hover .sub-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible; }
      .ec-main-menu ul li.dropdown:hover .mega-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible; }
  .ec-main-menu > ul > li > a:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: transparent;
    left: 0;
    right: auto;
    transition: all 0.3s ease 0s; }
  .ec-main-menu > ul > li:hover > a:before {
    background: var(--main-primary-color);
    width: 100%; }
  .ec-main-menu > ul > li.active > a:before {
    background: var(--main-primary-color);
    width: 100%; }

/*----  Desktop search  ----*/
.header-search {
  width: 500px;
  position: relative; }
  .header-search .form-control {
    display: block;
    width: 100%;
    min-height: 45px;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--main-secondary-text-color);
    border-radius: 0;
    background-color: #f7f7f7;
    border: none;
    letter-spacing: 0.5px; }

.action-form {
  position: relative; }

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  background: transparent;
  color: var(--main-secondary-color);
  font-size: 16px;
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  padding: 0; }
  .submit .header_svg {
    width: 14px;
    height: 14px;
    margin-bottom: 1px; }
  .submit:hover {
    color: var(--main-primary-color); }

/*----  Side Cart & Side Menu Toggle  ----*/
body.ec-open {
  overflow: hidden; }
  body.ec-open:before {
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    z-index: 998;
    content: ''; }

.ec-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16; }

.ec-side-cart {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 350px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  background-color: var(--main-primary-background-color);
  box-shadow: none;
  overflow: auto;
  opacity: 0; }
  .ec-side-cart .text-right {
    font-weight: 700; }
  .ec-side-cart .ec-cart-inner {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    .ec-side-cart .ec-cart-inner .ec-cart-title {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      padding: 0 0 10px 0;
      border-bottom: 2px solid var(--main-primary-color);
      margin-bottom: 20px; }
      .ec-side-cart .ec-cart-inner .ec-cart-title .cart_title {
        font-size: 17px;
        color: var(--main-secondary-color);
        font-family: Titillium, sans-serif;
        font-weight: 600; }
      .ec-side-cart .ec-cart-inner .ec-cart-title .ec-close {
        position: relative;
        border: 0;
        font-size: 30px;
        line-height: 1;
        color: var(--main-secondary-color); }
    .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
        width: 48%;
        height: 40px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        border: none;
        box-shadow: none;
        padding: 8px 15px;
        line-height: 22px; }
    .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 0;
      padding-bottom: 8px;
      border-top: 1px solid var(--main-primary-color);
      margin: 20px 0 0 0px; }
      .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total table {
        margin: 10px 0 0 0; }
        .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total table tr td {
          border: none; }
  .ec-side-cart .ec-menu-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 2px solid var(--main-primary-color);
    margin-bottom: 30px;
    margin-bottom: 10px; }
    .ec-side-cart .ec-menu-title .menu_title {
      font-size: 18px;
      color: var(--main-primary-color);
      font-family: InterTight, sans-serif;
      font-weight: 600; }
    .ec-side-cart .ec-menu-title .ec-close {
      position: relative;
      border: 0;
      font-size: 30px;
      line-height: 1;
      color: var(--main-secondary-color); }
  .ec-side-cart .ec-menu-inner .ec-menu-content ul {
    padding-left: 0; }
    .ec-side-cart .ec-menu-inner .ec-menu-content ul li {
      position: relative;
      display: block;
      line-height: 28px; }
      .ec-side-cart .ec-menu-inner .ec-menu-content ul li a {
        display: block;
        padding: 10px 0px;
        text-transform: capitalize;
        color: var(--main-primary-text-color);
        border-bottom: 1px solid #ededed;
        font-size: 15px;
        font-weight: 500; }
      .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu {
        position: static;
        top: auto;
        display: none;
        visibility: visible;
        width: 100%;
        min-width: auto;
        padding: 0;
        transition: none;
        opacity: 1;
        box-shadow: none; }
        .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li {
          line-height: inherit;
          position: relative; }
          .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
            text-transform: capitalize;
            padding-left: 15px;
            padding-right: 0px;
            display: block;
            border-bottom: 1px solid #ededed;
            font-size: 14px;
            font-weight: 500;
            color: var(--main-primary-text-color); }
          .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li .sub-menu li a {
            font-weight: 300;
            padding-left: 30px;
            font-size: 14px; }
      .ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover > a {
        color: var(--main-secondary-color); }
      .ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover > span.menu-toggle:before {
        color: var(--main-secondary-color); }
  .ec-side-cart .ec-menu-inner .ec-social li {
    display: inline-block;
    margin: 0 10px 0px 0;
    line-height: 40px;
    padding: 0; }
    .ec-side-cart .ec-menu-inner .ec-social li a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: #ffffff;
      background: var(--main-secondary-color);
      font-size: 16px;
      padding: 0;
      line-height: 40px;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      text-align: center;
      border: none;
      z-index: 1;
      transition: all 300ms linear; }
      .ec-side-cart .ec-menu-inner .ec-social li a:hover {
        background: #212121;
        color: #ffffff; }

.ec-menu-content > ul > li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent; }
  .ec-menu-content > ul > li .menu-toggle::before {
    width: 100%;
    content: "\f067";
    font-family: "EcIcons";
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--main-primary-text-color);
    font-size: 12px; }
.ec-menu-content > ul > li.active > .menu-toggle::before {
  content: "\f068"; }
.ec-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
  content: "\f068"; }

.ec-side-cart.ec-mobile-menu {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  width: 340px;
  display: flex;
  flex-direction: column; }

.ec-side-cart.ec-mobile-menu.ec-open {
  transform: translateX(0); }

.ec-side-cart.ec-open {
  transform: translateX(0);
  opacity: 1; }

.ec-side-cart.ec-cart .ec-cart-inner .ec-cart-title {
  margin-bottom: 30px;
  padding: 0; }
  .ec-side-cart.ec-cart .ec-cart-inner .ec-cart-title .cart_title {
    font-size: 20px; }

.ec-side-cart.ec-wishlist .ec-cart-inner .ec-cart-title {
  margin-bottom: 30px;
  padding: 0; }
  .ec-side-cart.ec-wishlist .ec-cart-inner .ec-cart-title .cart_title {
    font-size: 20px; }

.eccart-pro-items {
  margin: 0;
  padding-left: 0;
  list-style: initial; }
  .eccart-pro-items li {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--main-primary-color); }
    .eccart-pro-items li .sidekka_pro_img {
      flex: 1 0 20%; }
      .eccart-pro-items li .sidekka_pro_img img {
        max-width: 100%; }
    .eccart-pro-items li .ec-pro-content {
      position: relative;
      flex: 1 0 70%;
      padding-left: 15px;
      overflow: hidden; }
      .eccart-pro-items li .ec-pro-content .cart_pro_title {
        width: 100%;
        padding-right: 30px;
        text-decoration: none;
        color: var(--main-secondary-text-color);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 15px;
        line-height: 15px;
        font-weight: 400; }
        .eccart-pro-items li .ec-pro-content .cart_pro_title:hover {
          color: var(--main-primary-color); }
      .eccart-pro-items li .ec-pro-content .cart-price {
        font-size: 14px;
        display: block;
        margin-top: 5px; }
        .eccart-pro-items li .ec-pro-content .cart-price span {
          color: var(--main-secondary-text-color);
          font-weight: 700;
          font-size: 16px; }
      .eccart-pro-items li .ec-pro-content .remove {
        line-height: 15px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 9px;
        color: red;
        font-size: 16px;
        background: #ffffff; }
        .eccart-pro-items li .ec-pro-content .remove:hover {
          color: #eb2606; }
    .eccart-pro-items li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

.eccart-pro-items li .ec-pro-content .qty-plus-minus {
  border: 1px solid var(--main-primary-color);
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  margin-top: 7px; }
  .eccart-pro-items li .ec-pro-content .qty-plus-minus .ec_qtybtn {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    color: var(--main-secondary-text-color); }
  .eccart-pro-items li .ec-pro-content .qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: var(--main-secondary-text-color);
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    outline: none;
    font-weight: 400;
    line-height: 35px; }
  .eccart-pro-items li .ec-pro-content .qty-plus-minus .dec.ec_qtybtn {
    border-right: 1px solid var(--main-primary-color); }
  .eccart-pro-items li .ec-pro-content .qty-plus-minus .inc.ec_qtybtn {
    border-left: 1px solid var(--main-primary-color); }

/** Responsive **/
@media only screen and (max-width: 1199px) {
  .header-top {
    padding: 10px 0; }

  .header-top-center {
    flex: 1 0 10%; }

  .ec-main-menu ul li {
    list-style: none;
    margin-left: 15px;
    margin-right: 15px; }

  .ec-header-bottom {
    padding: 25px 0; }

  .ec-header-bottons .ec-header-btn {
    padding: 0 5px; }
    .ec-header-bottons .ec-header-btn .ec-header-count {
      font-size: 12px;
      line-height: 16px;
      height: 16px;
      min-width: 16px;
      border-radius: 8px; }
    .ec-header-bottons .ec-header-btn:last-child {
      padding-right: 0; }
  .ec-header-bottons .ec-header-user .header_svg {
    width: 25px;
    height: 25px; }
  .ec-header-bottons .ec-header-user .dropdown-toggle {
    margin-top: 0; }
  .ec-header-bottons .ec-header-user .dropdown-menu {
    top: 38px !important; }
  .ec-header-bottons > * + * {
    margin-left: 15px; }

  .header_svg {
    width: 25px;
    height: 25px; }

  .header-search {
    max-width: 100%;
    width: 100%; }

  .ec-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }

  .header-res-lan-curr {
    margin-top: 20px; }

  .header-top-lan-curr {
    display: block; }
    .header-top-lan-curr .dropdown .dropdown-toggle {
      padding: 0;
      width: 100%;
      padding-bottom: 10px;
      color: var(--main-secondary-color); }
      .header-top-lan-curr .dropdown .dropdown-toggle i {
        margin-left: 15px; }
    .header-top-lan-curr .dropdown .dropdown-menu {
      top: 0 !important;
      position: relative !important; }
    .header-top-lan-curr > * {
      width: 100%;
      margin-bottom: 10px; }
    .header-top-lan-curr .language-flag-link {
      height: 30px;
      width: 45px;
      display: inline-block; }
      .header-top-lan-curr .language-flag-link img {
        display: inline-block;
        height: 100%;
        width: 100%;
        border: 2px solid transparent; }
        .header-top-lan-curr .language-flag-link img.active {
          border: 2px solid var(--main-secondary-color); }

  .header-res-social {
    margin-bottom: 20px;
    text-align: center; }

  .header-top-center {
    text-align: left !important; }

  .header-top-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .header-top-center {
    line-height: 1.3;
    font-size: 12px; }

  .ec-header-user .dropdown-menu .dropdown-item {
    font-size: 12px; } }
@media only screen and (max-width: 575px) {
  .ec-header-user .dropdown-menu {
    top: 36px !important; }

  .header-top-center img {
    max-height: 30px; }

  .ec-header-bottom {
    padding: 20px 0; }
    .ec-header-bottom .col {
      flex: 1 0 100%; }

  .header-logo {
    padding-left: 40px; }

  .header-search {
    max-width: 300px;
    margin: 0 auto; }

  .ec-header-bottons .ec-header-btn:last-child {
    order: -1;
    flex: 1;
    margin: 0;
    position: absolute;
    left: 15px; }

  .ec-header-bottons .ec-header-btn i {
    font-size: 20px; } }
@media only screen and (max-width: 450px) {
  .header-logo {
    text-align: left;
    max-width: 130px;
    width: auto; }
    .header-logo img {
      width: auto; } }
/*-------------------------------------------------
  Site Search Section CSS
---------------------------------------------------*/
#page_booking_dates .main-search-section .main-search.main-search-with-image {
  margin-top: -200px;
  position: relative; }

.main-search-section .hero-image {
  max-height: 240px;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0; }
.main-search-section .main-search {
  border: 3px solid var(--main-primary-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--main-primary-background-color);
  padding: 10px 30px;
  z-index: 2;
  margin-top: 50px; }
  .main-search-section .main-search.main-search-with-image {
    margin-top: -100px;
    position: relative; }
  .main-search-section .main-search label {
    color: var(--main-primary-color); }
  .main-search-section .main-search .main-search-title {
    text-align: center;
    color: var(--main-primary-color);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .main-search-section .main-search .select_dates_range {
    border: 1px solid var(--main-primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .main-search-section .main-search .select_dates_range[readonly] {
      background-color: white; }
  .main-search-section .main-search .main-search-bottom-text {
    margin-top: 10px;
    font-size: 12px; }
.main-search-section .main-search-button.main-search-button-with-image {
  margin-top: -80px;
  position: relative; }
.main-search-section .main-search-button .btn {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  height: auto;
  padding: 40px 25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; }

.daterangepicker .drp-buttons {
  line-height: 28px !important; }

.daterangepicker .drp-buttons .btn {
  font-size: 20px !important;
  padding: 8px 12px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important; }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 16px !important; }

.daterangepicker .drp-selected {
  font-size: 16px !important; }

/*-------------------------------------------------
  Features Section CSS
---------------------------------------------------*/
.section-features-1 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 35px 0; }
  .section-features-1 .feature_inner {
    padding: 30px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .section-features-1 .feature_inner .feature-image {
      margin-bottom: 15px; }
      .section-features-1 .feature_inner .feature-image img {
        height: 100px; }
      .section-features-1 .feature_inner .feature-image svg {
        width: 50px;
        height: 50px;
        fill: var(--main-primary-text-color);
        stroke: var(--main-primary-text-color);
        stroke-dashoffset: 1500;
        stroke-dasharray: 1500; }
  .section-features-1 .feature-desc {
    height: 120px; }
    .section-features-1 .feature-desc h2, .section-features-1 .feature-desc .h2 {
      font-family: InterTight, sans-serif;
      font-size: 30px;
      line-height: 32px;
      font-weight: 500;
      margin-top: 10px; }
    .section-features-1 .feature-desc p {
      font-size: 20px;
      line-height: 25px; }

/*-------------------------------------------------
  Site Footer Section CSS
---------------------------------------------------*/
.footer-mosaic {
  padding: 0 0 !important; }
  .footer-mosaic img {
    width: 100%; }

.ec-footer {
  color: var(--main-secondary-text-color);
  background: var(--main-secondary-color); }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-family: Titillium, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links ul {
    padding-left: 0; }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    border: 0;
    padding: 0;
    font-weight: 400; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link span {
      font-weight: 700;
      padding-right: 6px; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
      margin-bottom: 8px; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
      font-size: 18px;
      line-height: 22px;
      padding: 0;
      color: var(--main-secondary-text-color);
      margin-bottom: 0;
      display: inline-block;
      position: relative;
      transition: all 300ms linear;
      word-break: break-all; }
      .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover {
        color: var(--main-primary-color); }
  .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-heading {
    margin-bottom: 11px;
    padding-bottom: 10px;
    display: none; }
  .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link {
    margin-bottom: 0; }

.footer-off-msg {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-off-msg span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 1.2; }
  .footer-off-msg a {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    padding-left: 11px; }
    .footer-off-msg a:hover {
      color: #ddd; }

.ec-footer-logo {
  margin-bottom: 20px; }
  .ec-footer-logo img {
    width: 130px; }

/*----  Footer Bottom  ----*/
.footer-bottom {
  padding: 18px 0 20px 0; }
  .footer-bottom .ec-copy {
    font-size: 13px;
    line-height: 1.2; }
    .footer-bottom .ec-copy .site-name {
      padding-left: 5px; }
      .footer-bottom .ec-copy .site-name:hover {
        color: var(--main-secondary-color); }
        .footer-bottom .ec-copy .site-name:hover span {
          color: var(--main-primary-color); }
      .footer-bottom .ec-copy .site-name span {
        display: none;
        color: var(--main-secondary-color); }

.footer-bottom-social {
  color: var(--main-primary-text-color); }
  .footer-bottom-social ul {
    display: initial; }
    .footer-bottom-social ul li a {
      width: 25px;
      height: 25px;
      text-align: center;
      display: flex;
      border-radius: 100%;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      background: #fff;
      border: 1px solid var(--main-primary-color);
      color: var(--main-primary-text-color); }
      .footer-bottom-social ul li a:hover {
        color: #fff; }
    .footer-bottom-social ul li .hdr-facebook:hover {
      background: #3b5998; }
    .footer-bottom-social ul li .hdr-twitter:hover {
      background: #1da1f2; }
    .footer-bottom-social ul li .hdr-instagram:hover {
      background: #e44a73; }
    .footer-bottom-social ul li .hdr-linkedin:hover {
      background: #0073b2; }
    .footer-bottom-social ul li.list-inline-item:not(:last-child) {
      margin-right: 4px; }

.ec-heading-res {
  display: none; }

/*----  Footer nav toolbar responsive display  ----*/
.nav-toolbar {
  display: none; }

/** Responsive **/
@media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .footer-bottom .ec-copy {
    font-size: 14px; } }
@media only screen and (max-width: 1199px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 16px; }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    font-size: 16px; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
      font-size: 16px; }
  .ec-footer .footer-top .ec-footer-contact ul {
    width: auto; }
  .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-heading {
    margin-bottom: 0; } }
@media only screen and (min-width: 992px) {
  .ec-footer-links.ec-footer-dropdown {
    display: block !important; } }
@media only screen and (max-width: 991px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    margin-bottom: 15px;
    font-size: 16px; }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    font-size: 14px; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
      font-size: 14px;
      line-height: 20px; }
  .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-heading {
    margin-bottom: 15px;
    display: block; }

  .ec-footer-links.ec-footer-dropdown {
    display: none;
    padding: 0 0 15px 0; }

  .ec-footer-logo a img {
    width: 130px; }

  .col.text-left.footer-bottom-left {
    text-align: center !important; }

  .footer-bottom .col {
    flex: 1 0 100%; }

  .col.text-center.footer-copy {
    order: 3; }

  .col.footer-bottom-right {
    margin: 15px auto;
    order: 2; }

  .footer-bottom-payment.d-flex.justify-content-end {
    justify-content: center !important; }

  .footer-top .row {
    margin-bottom: -15px; } }
@media only screen and (max-width: 767px) {
  .section-space-footer-p {
    padding: 30px 0; }

  .footer-off-msg span {
    font-size: 18px; }

  .footer-bottom .ec-copy {
    font-size: 14px; } }
@media only screen and (max-width: 575px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 15px; }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    font-size: 14px; }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
      font-size: 13px;
      line-height: 20px; }

  .footer-bottom .container {
    margin-bottom: 60px; }

  .footer-off-msg {
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px; }
    .footer-off-msg span {
      font-size: 14px; }
    .footer-off-msg a {
      padding-left: 0;
      margin-top: 5px;
      font-size: 14px; } }
/*-------------------------------------------------
  Shop Page CSS
---------------------------------------------------*/
.width-100 {
  flex: 0 0 auto !important;
  width: 100% !important; }

.width-50 {
  flex: 0 0 auto !important;
  width: 50% !important; }

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

.ec-shop-rightside .ec-pro-list-top {
  margin-bottom: 30px;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  background: #f7f7f7;
  padding: 7px;
  border: none; }

.ec-gl-btn .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  float: left;
  margin-right: 10px; }
  .ec-gl-btn .btn:hover {
    background: var(--main-primary-color);
    border: 1px solid var(--main-primary-color); }
    .ec-gl-btn .btn:hover .svg_img.gl_svg {
      fill: #ffffff; }
  .ec-gl-btn .btn .svg_img.gl_svg {
    height: 20px;
    fill: var(--main-primary-text-color);
    width: 20px; }
.ec-gl-btn .btn.active {
  background: var(--main-primary-color);
  border: 1px solid var(--main-primary-color); }
  .ec-gl-btn .btn.active .svg_img.gl_svg {
    fill: #ffffff; }

.ec-sort-select {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .ec-sort-select .sort-by {
    font-size: 14px;
    color: var(--main-secondary-text-color);
    padding-right: 22px; }

.ec-select-inner {
  position: relative;
  display: flex;
  width: 172px;
  height: 34px;
  line-height: 1.5;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0; }
  .ec-select-inner::after {
    content: '\f107';
    position: absolute;
    font-family: "Ecicons";
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    font-size: 24px;
    display: flex;
    height: 34px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    color: var(--main-secondary-text-color); }

.ec-page-detail .ec-cat-bnr a span {
  width: 100%;
  height: 250px;
  display: block;
  background-image: url(../images/banner/5.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }
.ec-page-detail .ec-page-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: var(--main-secondary-background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #777;
  font-size: 15px;
  line-height: 28px; }
  .ec-page-detail .ec-page-description h6, .ec-page-detail .ec-page-description .h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #555; }
  .ec-page-detail .ec-page-description p {
    color: var(--main-secondary-text-color);
    font-size: 14px;
    line-height: 24px; }

.col-5 .add-to-cart {
  width: 50px !important;
  font-size: 0 !important; }
  .col-5 .add-to-cart .svg_img.pro_svg {
    margin: 0; }

.container-fluid .col-lg-2 .add-to-cart {
  width: 50px;
  font-size: 0 !important; }
  .container-fluid .col-lg-2 .add-to-cart .svg_img.pro_svg {
    margin: 0; }

/*-----  List View Section  -----*/
.list-view .ec-pro-content {
  padding-left: 30px;
  padding-top: 0; }
  .list-view .ec-pro-content .ec-pro-size {
    margin-top: 15px; }
.list-view .ec-product-inner {
  display: flex;
  align-items: center; }
  .list-view .ec-product-inner .ec-pro-image-outer {
    flex: none; }
  .list-view .ec-product-inner .ec-pro-image-outer {
    max-width: 270px;
    float: left; }
.list-view .ec-pro-option {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: unset;
  align-items: start; }
.list-view .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 13px; }

.list-view-50 .ec-pro-content {
  padding-left: 30px;
  padding-top: 0; }
  .list-view-50 .ec-pro-content .ec-pro-size {
    margin-top: 10px; }
.list-view-50 .add-to-cart {
  font-size: 0 !important; }
  .list-view-50 .add-to-cart .svg_img.pro_svg {
    margin: 0; }
.list-view-50 .ec-product-inner .ec-pro-image-outer {
  max-width: 220px;
  float: left; }
.list-view-50 .ec-pro-option {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: unset;
  align-items: start; }
.list-view-50 .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 15px; }

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
  display: none; }

.ec-pro-pagination {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--main-primary-color); }
  .ec-pro-pagination span {
    font-size: 16px;
    color: var(--main-secondary-text-color); }
  .ec-pro-pagination li {
    display: inline-block;
    float: left;
    margin-left: 1px; }
  .ec-pro-pagination a {
    font-weight: 300;
    color: var(--main-secondary-text-color);
    padding: 0;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    font-size: 14px;
    display: flex;
    width: 32px;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    justify-content: center;
    align-items: center; }
    .ec-pro-pagination a:hover {
      color: #ffffff;
      background-color: var(--main-primary-color); }
  .ec-pro-pagination a.next {
    width: auto;
    padding: 0 13px;
    border: 1px solid var(--main-primary-color);
    line-height: 30px; }
    .ec-pro-pagination a.next i:before {
      padding-left: 7px;
      font-size: 22px; }
  .ec-pro-pagination a.active {
    color: #ffffff;
    background-color: var(--main-primary-color); }

/*-----  Filter Sidebar Back Overlay  -----*/
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none; }

.filter-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #ffffff;
  transform: translateX(-100%); }
  .filter-sidebar ::-webkit-scrollbar {
    width: 5px; }
  .filter-sidebar ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .filter-sidebar ::-webkit-scrollbar-thumb {
    background: #888; }
  .filter-sidebar ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .filter-sidebar .ec-sidebar-heading {
    position: relative; }
    .filter-sidebar .ec-sidebar-heading h1, .filter-sidebar .ec-sidebar-heading .h1 {
      margin-bottom: 0; }
    .filter-sidebar .ec-sidebar-heading a {
      position: absolute;
      top: 0px;
      right: 13px;
      font-size: 31px;
      color: var(--main-secondary-text-color); }
  .filter-sidebar .ec-sidebar-wrap {
    height: calc(100vh - 50px);
    border: none;
    overflow-y: auto; }

/*-----  Togal Sidebar  -----*/
.toggle-sidebar-swipe {
  transform: translateX(0); }

.ec-sidebar-wrap {
  padding: 15px;
  border: 1px solid var(--main-primary-color); }
  .ec-sidebar-wrap p {
    color: var(--main-primary-text-color); }
  .ec-sidebar-wrap h3, .ec-sidebar-wrap .h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: var(--main-secondary-text-color);
    font-family: Titillium, sans-serif; }
  .ec-sidebar-wrap .h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: var(--main-primary-color);
    font-family: Titillium, sans-serif;
    letter-spacing: 0.4px; }
  .ec-sidebar-wrap .ec-sb-block-content {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--main-primary-color);
    padding-bottom: 10px; }
    .ec-sidebar-wrap .ec-sb-block-content li a span {
      float: right; }
    .ec-sidebar-wrap .ec-sb-block-content li a:hover {
      color: var(--main-secondary-color); }
  .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
    align-items: center;
    position: relative;
    padding: 0 0 14px;
    display: block; }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item {
      position: relative; }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        z-index: 999;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px; }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 0;
        transition: all 300ms linear; }
        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked:after {
          left: -1px;
          top: -1px;
          width: 18px;
          height: 18px;
          border: 1px solid var(--main-primary-color);
          content: "\f00c";
          position: absolute;
          display: none;
          background: var(--main-primary-color);
          font-family: "Ecicons";
          font-size: 14px;
          color: #ffffff;
          line-height: 16px;
          text-align: center; }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.grey {
        background: #aab2bd;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.white {
        background: #ffffff;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.black {
        background: #434a54;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.camel {
        background: #c19a6b;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item.ec-more-toggle {
      cursor: pointer; }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li #ec-more-toggle {
      margin-left: 25px;
      display: block;
      color: var(--main-primary-text-color);
      font-size: 15px;
      margin-top: 0;
      line-height: 18px;
      font-weight: 400;
      text-transform: capitalize;
      letter-spacing: 0;
      cursor: pointer; }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
      margin-left: 30px;
      display: block;
      color: var(--main-secondary-text-color);
      font-size: 14px;
      margin-top: 0;
      line-height: 20px;
      font-weight: 400;
      text-transform: capitalize;
      cursor: pointer; }
      .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
        color: var(--main-primary-color); }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle .checked:after {
      left: -1px;
      top: -1px;
      width: 18px;
      height: 18px;
      border: 1px solid var(--main-primary-color);
      content: "\f067 ";
      position: absolute;
      display: block;
      background-color: var(--main-primary-color);
      font-family: "Ecicons";
      font-size: 12px;
      color: #ffffff;
      line-height: 18px;
      text-align: center; }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle.active .checked:after {
      content: "\f068"; }
    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
      color: var(--main-primary-color); }
  .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 2px;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 5px;
    width: 26px;
    height: 26px; }
    .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li:hover {
      box-shadow: 0px 0px 5px 0px #ccc; }
    .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li span {
      width: 22px;
      height: 22px;
      display: block;
      border-radius: 30px; }
  .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li.active {
    padding: 2px;
    border-color: var(--main-primary-color); }
  .ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
    margin-bottom: 0;
    border-bottom: none;
    background: #f5f5f5;
    padding: 21px 15px 15px;
    font-family: Titillium, sans-serif; }

.ec-sidebar-heading h1, .ec-sidebar-heading .h1 {
  text-decoration: none;
  color: var(--main-secondary-text-color);
  display: block;
  font-size: 16px;
  font-family: Titillium, sans-serif;
  font-weight: 600;
  line-height: 20px;
  background: #f7f7f7;
  padding: 14px 15px 14px;
  letter-spacing: 0.2px;
  margin-bottom: 30px; }

/*-----  No UI Target  -----*/
.noUi-target {
  cursor: pointer; }
  .noUi-target:focus {
    outline: none; }

.noUi-horizontal {
  height: 4px;
  margin-bottom: 20px; }
  .noUi-horizontal .noUi-handle {
    top: -6px;
    right: -15px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 2px solid var(--main-primary-color);
    border-radius: 50%;
    box-shadow: unset;
    cursor: pointer;
    transition: transform .1s; }

.noUi-connect {
  background: var(--main-primary-text-color); }

.noUi-base {
  background: var(--main-secondary-text-color); }

.noUi-handle.noUi-handle-upper {
  right: 0; }

/*-----  Price Filter  -----*/
.ec-price-filter {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.ec-price-input {
  display: flex;
  justify-content: center;
  align-items: center; }
  .ec-price-input .ec-price-divider {
    position: relative;
    border-bottom: 1px solid var(--main-secondary-text-color);
    width: 10px;
    height: 1px;
    margin: 0 10px; }

/*-----  Filter Label  -----*/
.filter__label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--main-secondary-text-color); }
  .filter__label:before {
    color: var(--main-secondary-text-color);
    font-size: 15px;
    line-height: 1;
    margin-right: 4px; }
  .filter__label:nth-child(1):before {
    content: '$'; }
  .filter__label:nth-child(3):before {
    content: '$'; }

.filter__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  color: var(--main-secondary-text-color); }

/*-----  Sidebar Block  -----*/
.ec-sidebar-block .ec-sb-block-content ul li .ec-sidebar-block-item input:checked ~ .checked::after {
  display: block; }

.ec-sidebar-block.no-cba .ec-sb-block-content ul li .ec-sidebar-block-item input:checked ~ .checked::after {
  display: none; }
.ec-sidebar-block.no-cba .ec-sb-block-content ul li .ec-sidebar-block-item .checked {
  border: 0; }

.ec-sidebar-res {
  display: none; }

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.ec-login-wrapper {
  max-width: 530px;
  margin: 0 auto 0; }
  .ec-login-wrapper.ec-wrapper {
    max-width: none; }
  .ec-login-wrapper .ec-login-container {
    text-align: left; }
    .ec-login-wrapper .ec-login-container .ec-login-form form {
      display: flex;
      flex-direction: column; }
    .ec-login-wrapper .ec-login-container .ec-login-form label {
      margin-bottom: 9px; }
    .ec-login-wrapper .ec-login-container .ec-login-form input, .ec-login-wrapper .ec-login-container .ec-login-form select {
      outline: none; }
      .ec-login-wrapper .ec-login-container .ec-login-form input[type="checkbox"], .ec-login-wrapper .ec-login-container .ec-login-form select[type="checkbox"] {
        width: auto; }
    .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap + .ec-login-wrap input {
      margin-bottom: 15px; }
    .ec-login-wrapper .ec-login-container .ec-login-form .ec-login-btn {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .ec-login-wrapper .ec-login-container .ec-login-form .btn {
      width: 150px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.ec-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0; }
  .ec-register-wrapper .ec-register-container {
    padding: 30px;
    text-align: left; }
    .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap {
      width: 100%;
      padding: 0 15px; }
    .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-register-half {
      width: 50%; }
    .ec-register-wrapper .ec-register-container .ec-register-form form {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -15px; }
    .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-recaptcha {
      display: flex;
      justify-content: center; }
    .ec-register-wrapper .ec-register-container .ec-register-form .ec-register-btn {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .ec-register-wrapper .ec-register-container .ec-register-form .btn {
      width: 150px;
      margin: 26px auto 0;
      display: flex;
      justify-content: center;
      align-items: center; }

.ec-register-wrap {
  width: 100%; }

.ec-register-wrap.ec-register-half {
  width: 50%;
  display: inline-block;
  padding: 0 15px; }

.ec-register-wrap.ec-register-whole {
  padding: 0 15px; }

/*-------------------------------------------------
  Contact Page CSS
---------------------------------------------------*/
.ec-contact-leftside {
  max-width: 568px;
  padding-right: 15px;
  float: left;
  margin: 0 auto; }

.ec-contact-rightside {
  max-width: calc(100% - 568px);
  padding-left: 15px;
  float: left;
  margin: 0 auto;
  width: 100%; }

.contact-image-1 {
  max-height: 400px;
  width: 100%;
  object-fit: cover; }

.ec-contact-container .ec-contact-form .ec-contact-wrap {
  width: 100%;
  padding: 0 15px; }
.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-contact-half {
  width: 50%; }
.ec-contact-container .ec-contact-form form {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }
.ec-contact-container .ec-contact-form label {
  margin-bottom: 9px;
  color: var(--main-secondary-text-color);
  letter-spacing: 0;
  line-height: 1; }
  .ec-contact-container .ec-contact-form label[for="contact_privacity"] {
    color: var(--main-primary-text-color); }
.ec-contact-container .ec-contact-form input[type="text"], .ec-contact-container .ec-contact-form input[type="email"], .ec-contact-container .ec-contact-form input[type="password"] {
  padding: 0 15px;
  width: 100%;
  outline: none; }
.ec-contact-container .ec-contact-form textarea {
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding-top: 14px;
  min-height: 150px; }
.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-recaptcha {
  display: flex; }
.ec-contact-container .ec-contact-form .ec-contact-btn {
  text-align: center; }
.ec-contact-container .ec-contact-form .btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline: none;
  width: 190px; }

.ec_map_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%; }

/*-------------------------------------------------
  FAQ Page Wrapper CSS
---------------------------------------------------*/
/*-----  FAQ Wrapper  -----*/
.ec-faq-wrapper {
  max-width: 934px;
  margin: 0 auto; }
  .ec-faq-wrapper .ec-faq-container {
    border: 1px solid #ededed;
    padding: 30px;
    background-color: #fff; }

/*-----  FAQ Section  -----*/
.ec-faq-block {
  margin-bottom: 15px;
  width: 100%; }
  .ec-faq-block:first-child .ec-faq-content {
    display: block; }
  .ec-faq-block:last-child {
    margin-bottom: 0; }

.ec-faq-title {
  font-weight: 700;
  margin-bottom: 0;
  color: var(--main-primary-text-color);
  letter-spacing: 0;
  position: relative;
  line-height: 17px;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Titillium, sans-serif;
  border-bottom: 2px solid var(--main-primary-text-color); }
  .ec-faq-title::after {
    content: '\f067';
    font-family: "EcIcons";
    cursor: pointer;
    font-size: 10px;
    color: var(--main-primary-text-color);
    font-weight: 100;
    margin-left: 15px;
    border: 1px solid var(--main-primary-text-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center; }

.ec-faq-content {
  display: none;
  padding: 7px 15px 8px; }
  .ec-faq-content p {
    font-size: 14px;
    font-weight: 300;
    color: var(--main-primary-text-color);
    letter-spacing: 0.3px;
    position: relative;
    line-height: 26px; }

/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.ec-cart-content .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
  background-color: var(--main-secondary-background-color); }
  .ec-cart-content .table-content table thead > tr {
    border: 1px solid #ebebeb; }
    .ec-cart-content .table-content table thead > tr > th {
      border-top: medium none;
      color: var(--main-secondary-text-color);
      font-size: 15px;
      font-weight: 500;
      padding: 15px 14px 12px;
      text-transform: capitalize;
      vertical-align: middle;
      white-space: nowrap;
      line-height: 1;
      letter-spacing: 0; }
  .ec-cart-content .table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb; }
    .ec-cart-content .table-content table tbody > tr td {
      color: var(--main-primary-text-color);
      font-size: 16px;
      padding: 15px 14px; }
      .ec-cart-content .table-content table tbody > tr td .ec-cart-pro-img {
        width: 61px; }
      .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
        border: 1px solid #ededed;
        display: inline-block;
        height: 35px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 84px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        background-color: #fff; }
        .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
          border: medium none;
          color: var(--main-secondary-text-color);
          float: left;
          font-size: 14px;
          height: auto;
          margin: 0;
          padding: 0;
          text-align: center;
          width: 40px;
          outline: none;
          font-weight: 600;
          line-height: 38px; }
        .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_cart_qtybtn {
          color: var(--main-primary-text-color);
          float: left;
          font-size: 20px;
          height: auto;
          margin: 0;
          padding: 0;
          width: 40px;
          height: 38px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          font-size: 0;
          color: var(--main-primary-text-color);
          height: 19px;
          position: relative; }
          .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn:before {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 20px;
            color: var(--main-secondary-text-color);
            height: 19px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            content: '';
            font-family: "EcIcons";
            overflow: hidden; }
        .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.ec_qtybtn:before {
          padding-bottom: 4px;
          content: '\f107'; }
        .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.ec_qtybtn:before {
          padding-top: 4px;
          content: '\f106'; }
    .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name {
      width: 40%; }
      .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name a {
        color: var(--main-primary-text-color);
        font-weight: 400;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        line-height: 1.5;
        letter-spacing: 0.6px;
        align-items: center; }
    .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-subtotal {
      color: var(--main-secondary-text-color);
      font-weight: 500;
      font-size: 15px; }
    .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-price {
      color: var(--main-secondary-text-color);
      font-weight: 500;
      font-size: 15px; }
    .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-qty .qty-plus-minus {
      display: inline-block;
      height: 40px;
      padding: 0;
      position: relative;
      width: 110px; }
    .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove {
      width: 90px;
      text-align: right; }
      .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove a {
        font-size: 22px;
        margin: 0 auto;
        color: var(--main-secondary-text-color); }
.ec-cart-content .ec-cart-update-bottom {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  padding: 30px 0 0; }

.ec-cart-update-bottom .btn {
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 150px; }

.cart-coupan-form {
  display: flex;
  padding: 5px; }
  .cart-coupan-form .coupan {
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.5px; }
  .cart-coupan-form .button {
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    margin-left: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px; }

/*-------------------------------------------------
  Booking Page CSS
---------------------------------------------------*/
.locals-list-item .locals-list-item-name {
  color: var(--main-primary-color);
  text-transform: uppercase;
  font-size: 30px; }
.locals-list-item .locals-list-item-address {
  font-size: 25px;
  margin-bottom: 10px; }
.locals-list-item img {
  height: 130px;
  width: 100%;
  object-fit: cover; }
.locals-list-item .btn-local-marker {
  padding: 0 0 0 10px;
  vertical-align: middle; }
  .locals-list-item .btn-local-marker i {
    width: 20px; }
.locals-list-item .btn-primary {
  height: 40px;
  padding: 12px 30px; }

.booking-sidebar-summary {
  background-color: #f3f3f3;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .booking-sidebar-summary table th {
    font-weight: initial; }
  .booking-sidebar-summary table > :not(:first-child) {
    border-top-width: 1px; }
  .booking-sidebar-summary table > :not(caption) > * > * {
    padding: .5rem .3rem; }
  .booking-sidebar-summary .booking-sidebar-cart-summary .booking-sidebar-cart-summary-line {
    display: flex; }
    .booking-sidebar-summary .booking-sidebar-cart-summary .booking-sidebar-cart-summary-line .text-left, .booking-sidebar-summary .booking-sidebar-cart-summary .booking-sidebar-cart-summary-line .text-right {
      width: 50%; }
  .booking-sidebar-summary .booking-sidebar-cart-summary .booking-sidebar-cart-summary-total {
    font-weight: 900; }

#googleMap {
  height: 600px;
  width: 100%; }

.map-marker-city {
  align-items: center;
  background-color: var(--main-primary-color);
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px; }
  .map-marker-city ::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--main-primary-color);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1; }
  .map-marker-city .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--main-secondary-color); }
    .map-marker-city .icon img {
      height: 25px;
      width: auto;
      display: none; }
  .map-marker-city .details {
    display: none;
    flex-direction: column;
    flex: 1; }
  .map-marker-city .address {
    color: var(--main-primary-text-color);
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px; }
  .map-marker-city .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px; }
    .map-marker-city .features > div {
      align-items: center;
      background: #F5F5F5;
      border-radius: 5px;
      border: 1px solid #ccc;
      display: flex;
      font-size: 10px;
      gap: 5px;
      padding: 5px; }
  .map-marker-city.highlight {
    background-color: var(--main-primary-background-color);
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 8px 15px;
    width: auto; }
    .map-marker-city.highlight ::after {
      border-top: 9px solid #FFFFFF; }
    .map-marker-city.highlight .details {
      display: flex; }
    .map-marker-city.highlight .icon {
      color: transparent; }
      .map-marker-city.highlight .icon .ecicon {
        display: none; }
      .map-marker-city.highlight .icon img {
        width: 50px;
        height: 50px;
        display: inline-block; }

.booking-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .booking-steps li {
    list-style-type: none;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    margin: 0 5px;
    position: relative;
    font-weight: 700; }
    .booking-steps li:before {
      border-color: var(--main-primary-color);
      background-color: var(--main-primary-color);
      color: #ff0000;
      font-weight: 700;
      content: " ";
      width: 5px;
      height: 1px;
      position: absolute;
      left: -6px;
      top: 11px;
      display: inline-block; }
    .booking-steps li:after {
      border-color: var(--main-primary-color);
      background-color: var(--main-primary-color);
      color: #ff0000;
      font-weight: 700;
      content: " ";
      width: 5px;
      height: 1px;
      position: absolute;
      right: -6px;
      top: 11px;
      display: inline-block; }
    .booking-steps li.step-done {
      border: 1px solid var(--main-primary-color); }
    .booking-steps li.step-active {
      border: 1px solid var(--main-primary-color);
      color: var(--main-secondary-text-color);
      background-color: var(--main-primary-color); }
    .booking-steps li.step-todo {
      border: 1px solid var(--main-primary-color);
      color: var(--main-primary-color); }
    .booking-steps li:first-child:before {
      display: none; }
    .booking-steps li:last-child:after {
      display: none; }

.cart-qty-plus-minus {
  display: flex;
  justify-content: center; }
  .cart-qty-plus-minus input {
    width: 60px;
    height: 30px;
    text-align: center;
    padding: 0;
    border: none; }
  .cart-qty-plus-minus .ec_qtybtn {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
    color: var(--main-secondary-text-color);
    cursor: pointer; }

.btn-payment-checkout {
  height: 55px; }

.btn-payment-type {
  height: 80px; }
  .btn-payment-type img {
    border: 1px solid transparent;
    max-width: 160px; }
    .btn-payment-type img:hover {
      border-radius: 15px;
      border: 1px solid var(--main-primary-color); }

#google_pay_button {
  height: 55px; }

.cities-container .city-item {
  background: transparent center center no-repeat;
  background-size: auto 100%;
  border-radius: 25px;
  margin-bottom: 25px; }
  .cities-container .city-item .city-content {
    background-color: rgba(100, 100, 100, 0.7);
    text-align: center;
    height: 480px;
    width: 100%;
    border-radius: 25px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear; }
    .cities-container .city-item .city-content:hover {
      background-color: transparent; }
    .cities-container .city-item .city-content a {
      display: block;
      height: 100%;
      width: 100%;
      color: #fff; }
      .cities-container .city-item .city-content a .city-icon {
        color: var(--main-primary-color);
        padding-top: 150px;
        display: block; }
      .cities-container .city-item .city-content a .city-name {
        display: block;
        font-family: Titillium, sans-serif;
        font-size: 45px;
        font-weight: 600; }

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.checkout_page .ec-check-login-form label {
  color: var(--main-primary-color); }
.checkout_page .ec-register-wrap.ec-register-half {
  padding: 0; }

/*-----  Checkout Page CSS  ------*/
/*-----  Sidebar Page CSS  ------*/
/*-------------------------------------------------
   vendor Page CSS
   	- Single Vendor
   	- Multi Vendor
   	- Vendor Sidebar 
   	- Vendor Dashboard
   	- Vendor Upload
   	- Vendor Profile
   	- Settings vendor
   	- Modal Window
---------------------------------------------------*/
/*-----  Catalog Single Vendor  -----*/
/*-----  Catalog Multi Vendor  -----*/
/*-----  Vendor Sidebar  -----*/
.ec-vendor-sidebar .ec-sidebar-slider .slick-arrow {
  width: 22px;
  height: 22px;
  top: -33px; }
  .ec-vendor-sidebar .ec-sidebar-slider .slick-arrow:before {
    font-size: 16px; }
.ec-vendor-sidebar .ec-sidebar-slider .slick-prev {
  right: 28px;
  left: auto; }
.ec-vendor-sidebar .ec-contact-form {
  border-top: 1px solid var(--main-primary-color);
  margin-top: 15px;
  padding-top: 15px; }
  .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form {
    margin: 0;
    border-bottom: none; }
    .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form label {
      margin: 0 0 5px 0; }
    .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form input, .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form textarea {
      margin: 0 0 10px 0;
      padding: 0 15px;
      border: 1px solid var(--main-primary-color);
      background: transparent; }
    .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form textarea {
      padding: 15px; }
    .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form input, .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form button {
      height: 40px; }
    .ec-vendor-sidebar .ec-contact-form .ec-sb-block-form button {
      line-height: 28px; }

/*-----  Vendor Dashboard  -----*/
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-wrap, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-wrap {
  border-color: var(--main-primary-color);
  position: sticky;
  top: 30px; }
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6); }
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    border: 10px solid #ffffff; }
  .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5, .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .h5, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .h5 {
    font-weight: 700;
    color: var(--main-secondary-text-color); }
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid var(--main-primary-color);
  padding: 13px 0 10px 0; }
  .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a {
    margin-left: 5px; }
  .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a {
    width: 100%;
    display: block;
    font-weight: 500; }
  .ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child, .ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child {
    border-top: 0; }
.ec-vendor-dashboard .ec-vendor-detail-block h6, .ec-vendor-dashboard .ec-vendor-detail-block .h6, .ec-vendor-uploads .ec-vendor-detail-block h6, .ec-vendor-uploads .ec-vendor-detail-block .h6 {
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 700; }
.ec-vendor-dashboard .space-bottom-30, .ec-vendor-uploads .space-bottom-30 {
  margin-bottom: 30px; }
.ec-vendor-dashboard .ec-vendor-dashboard-card, .ec-vendor-uploads .ec-vendor-dashboard-card {
  border: 1px solid var(--main-primary-color); }
  .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header {
    padding: 30px;
    border-bottom: 1px solid var(--main-primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header h5, .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header .h5, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header h5, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header .h5 {
      margin: 0;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--main-primary-color); }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn {
      margin-left: 5px; }
  .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body {
    padding: 30px; }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table {
      overflow-y: auto; }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th {
      color: #444;
      border-color: var(--main-primary-color) !important; }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th, .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td {
      color: var(--main-primary-text-color);
      border-color: var(--main-primary-color) !important; }
      .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img, .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img {
        width: 50px;
        height: 50px; }
      .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span, .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span {
        padding: 14px 0 !important;
        display: block; }
    .ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body canvas, .ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body canvas {
      height: 400px; }
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card, .ec-vendor-uploads .ec-vendor-dashboard-sort-card {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--main-primary-color) !important;
  position: relative;
  overflow: hidden; }
  .ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h5, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card p, .ec-vendor-uploads .ec-vendor-dashboard-sort-card h5, .ec-vendor-uploads .ec-vendor-dashboard-sort-card .h5, .ec-vendor-uploads .ec-vendor-dashboard-sort-card h3, .ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3, .ec-vendor-uploads .ec-vendor-dashboard-sort-card p {
    color: #fff; }
  .ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h5, .ec-vendor-uploads .ec-vendor-dashboard-sort-card h5, .ec-vendor-uploads .ec-vendor-dashboard-sort-card .h5 {
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 600; }
  .ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3, .ec-vendor-uploads .ec-vendor-dashboard-sort-card h3, .ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3 {
    margin: 0;
    line-height: 24px;
    font-weight: 800; }
    .ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3 span, .ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3 span, .ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 span, .ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3 span {
      position: absolute;
      font-size: 15px;
      font-weight: 400;
      margin-left: 10px; }
  .ec-vendor-dashboard .ec-vendor-dashboard-sort-card:after, .ec-vendor-uploads .ec-vendor-dashboard-sort-card:after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: -2px;
    bottom: -35px;
    background: #fff;
    border-radius: 50%;
    opacity: .3; }
  .ec-vendor-dashboard .ec-vendor-dashboard-sort-card:before, .ec-vendor-uploads .ec-vendor-dashboard-sort-card:before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: -35px;
    bottom: -2px;
    background: #fff;
    border-radius: 50%;
    opacity: .3; }
.ec-vendor-dashboard .color-blue, .ec-vendor-uploads .color-blue {
  background-image: linear-gradient(145deg, #b1d1ff 0%, #588fe4 100%); }
.ec-vendor-dashboard .color-pink, .ec-vendor-uploads .color-pink {
  background-image: linear-gradient(145deg, #fdb8c3, #ec6f85); }
.ec-vendor-dashboard .color-green, .ec-vendor-uploads .color-green {
  background-image: linear-gradient(145deg, #78ecc7 0%, #2fce9a 100%); }
.ec-vendor-dashboard .color-orange, .ec-vendor-uploads .color-orange {
  background-image: linear-gradient(145deg, #f9c899, #f79165); }

/*-----  Vendor Upload Page  -----*/
/*-----  Vendor Profile Page  -----*/
.ec-vendor-profile-card .ec-vendor-block-profile h5, .ec-vendor-profile-card .ec-vendor-block-profile .h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-secondary-text-color); }
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--main-primary-color); }
  .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-bg {
    width: 100%;
    height: 200px;
    background-image: url(../images/banner/7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6); }
  .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail .v-img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      margin-top: -70px;
      border: 10px solid #ffffff; }
    .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail h5, .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail .h5 {
      margin: 15px 15px 5px 15px; }
    .ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail p {
      color: #999; }

.ec-vendor-block-address ul, .ec-vendor-block-email ul, .ec-vendor-block-contact ul {
  padding-left: 0; }
  .ec-vendor-block-address ul li, .ec-vendor-block-email ul li, .ec-vendor-block-contact ul li {
    padding: 5px 0;
    list-style: none; }
    .ec-vendor-block-address ul li strong, .ec-vendor-block-email ul li strong, .ec-vendor-block-contact ul li strong {
      font-weight: 500; }

/*-----  Settings vendor page  -----*/
.ec-vendor-setting-card .name {
  margin: 15px 15px 5px 15px;
  font-size: 15px; }
.ec-vendor-setting-card h5, .ec-vendor-setting-card .h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700; }
.ec-vendor-setting-card .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative; }
  .ec-vendor-setting-card .ec-vendor-block-bg a {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 15px;
    right: 15px; }
.ec-vendor-setting-card .ec-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .ec-vendor-setting-card .ec-vendor-block-detail .v-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    border: 10px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.ec-vendor-setting-card .ec-vendor-block-address ul li, .ec-vendor-setting-card .ec-vendor-block-email ul li, .ec-vendor-setting-card .ec-vendor-block-contact ul li {
  padding: 5px 0; }
  .ec-vendor-setting-card .ec-vendor-block-address ul li strong, .ec-vendor-setting-card .ec-vendor-block-email ul li strong, .ec-vendor-setting-card .ec-vendor-block-contact ul li strong {
    font-weight: 500; }

/*-----  Modal Window  -----*/
#edit_modal .ec-vendor-block-img {
  height: 80vh;
  overflow-y: auto; }
#edit_modal .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative; }
  #edit_modal .ec-vendor-block-bg .btns {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1; }
    #edit_modal .ec-vendor-block-bg .btns a {
      height: 40px;
      margin-left: 5px;
      margin-bottom: 5px;
      line-height: 40px;
      font-size: 14px; }
#edit_modal .cover-upload {
  width: 100%;
  height: 200px;
  overflow: hidden; }
  #edit_modal .cover-upload:after {
    content: "";
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0; }
  #edit_modal .cover-upload .thumb-upload {
    height: 200px;
    position: relative; }
    #edit_modal .cover-upload .thumb-upload .thumb-edit {
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 1; }
      #edit_modal .cover-upload .thumb-upload .thumb-edit input {
        opacity: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 50%;
        position: absolute;
        z-index: 1; }
        #edit_modal .cover-upload .thumb-upload .thumb-edit input + label {
          width: 30px;
          height: 30px;
          padding: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0;
          border-radius: 100%;
          background: #ffffff;
          border: 1px solid transparent;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          border: 1px solid var(--main-primary-color);
          cursor: pointer;
          font-weight: normal;
          transition: all .2s ease-in-out; }
          #edit_modal .cover-upload .thumb-upload .thumb-edit input + label .svg_img {
            opacity: .6; }
          #edit_modal .cover-upload .thumb-upload .thumb-edit input + label:hover {
            box-shadow: none; }
#edit_modal .ec-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  #edit_modal .ec-vendor-block-detail .v-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    border: 10px solid #ffffff; }
  #edit_modal .ec-vendor-block-detail .thumb-upload {
    position: relative; }
    #edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit {
      position: absolute;
      top: -60px;
      right: 5px;
      z-index: 1; }
      #edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input {
        opacity: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 50%;
        position: absolute;
        z-index: 1; }
        #edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label {
          width: 30px;
          height: 30px;
          padding: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0;
          border-radius: 100%;
          background: #ffffff;
          border: 1px solid transparent;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          border: 1px solid var(--main-primary-color);
          cursor: pointer;
          font-weight: normal;
          transition: all .2s ease-in-out; }
          #edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label .svg_img {
            opacity: .6; }
          #edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label:hover {
            box-shadow: none; }
#edit_modal .ec-vendor-upload-detail .space-t-15 {
  margin-top: 15px; }
#edit_modal .ec-vendor-upload-detail input, #edit_modal .ec-vendor-upload-detail textarea, #edit_modal .ec-vendor-upload-detail select {
  background-color: transparent;
  color: var(--main-secondary-text-color);
  border-radius: 0;
  border: 1px solid var(--main-primary-color) !important; }
#edit_modal .ec-vendor-upload-detail input, #edit_modal .ec-vendor-upload-detail select {
  height: 45px;
  box-shadow: none;
  outline: none; }
#edit_modal .ec-vendor-upload-detail .qty_close {
  margin-left: 5px; }

/*-------------------------------------------------
  General CSS
---------------------------------------------------*/
.ec-404-error-page-02 {
  display: flex;
  padding: 40px 0;
  height: 100vh;
  align-items: center;
  background: #ffffff; }
  .ec-404-error-page-02 .main-title {
    margin-top: 20px;
    font-size: 50px;
    font-weight: 700; }
  .ec-404-error-page-02 .sub-title {
    font-size: 18px; }
  .ec-404-error-page-02 .desc-content {
    font-size: 15px; }
  .ec-404-error-page-02 .link-404 {
    color: #ffffff !important;
    padding: 10px 20px;
    background: var(--main-primary-color);
    margin: 20px 0;
    display: inline-block; }

@media only screen and (max-width: 575px) {
  .ec-404-error-page-02 .main-title {
    font-size: 30px; } }

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