@charset "UTF-8";
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/* 
psSpacing mixin that calculates photoshop letter spacing to css
2 arguments

$photoshop-spacing - spacing in photoshop file
$size-in-pixels -    font size in pixels

 */
/* import the necessary Bootstrap files */
/* make changes to the !default Bootstrap variables */
/* finally, import Bootstrap to set the changes! */
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #1f1c20;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 33, 33, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4a67bc;
  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: #ffffff;
  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;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[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: 1.5rem;
  line-height: inherit;
}
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;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1088px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1136px;
  }
}
.row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.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,
.gx-0 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .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,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1088px) {
  .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,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0d6efd;
}

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

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

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

.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: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 755px;
  }
}
@media (min-width: 1088px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1087.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1088px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 2px !important;
}

.gap-2 {
  gap: 5px !important;
}

.gap-3 {
  gap: 10px !important;
}

.gap-4 {
  gap: 15px !important;
}

.gap-5 {
  gap: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 2px !important;
}

.m-2 {
  margin: 5px !important;
}

.m-3 {
  margin: 10px !important;
}

.m-4 {
  margin: 15px !important;
}

.m-5 {
  margin: 30px !important;
}

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

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

.mx-1 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-2 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-3 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-4 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-5 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

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

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

.my-1 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-4 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

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

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

.mt-1 {
  margin-top: 2px !important;
}

.mt-2 {
  margin-top: 5px !important;
}

.mt-3 {
  margin-top: 10px !important;
}

.mt-4 {
  margin-top: 15px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

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

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

.me-1 {
  margin-right: 2px !important;
}

.me-2 {
  margin-right: 5px !important;
}

.me-3 {
  margin-right: 10px !important;
}

.me-4 {
  margin-right: 15px !important;
}

.me-5 {
  margin-right: 30px !important;
}

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

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

.mb-1 {
  margin-bottom: 2px !important;
}

.mb-2 {
  margin-bottom: 5px !important;
}

.mb-3 {
  margin-bottom: 10px !important;
}

.mb-4 {
  margin-bottom: 15px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

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

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

.ms-1 {
  margin-left: 2px !important;
}

.ms-2 {
  margin-left: 5px !important;
}

.ms-3 {
  margin-left: 10px !important;
}

.ms-4 {
  margin-left: 15px !important;
}

.ms-5 {
  margin-left: 30px !important;
}

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

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

.p-1 {
  padding: 2px !important;
}

.p-2 {
  padding: 5px !important;
}

.p-3 {
  padding: 10px !important;
}

.p-4 {
  padding: 15px !important;
}

.p-5 {
  padding: 30px !important;
}

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

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

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

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

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

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

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

.py-1 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

.pt-1 {
  padding-top: 2px !important;
}

.pt-2 {
  padding-top: 5px !important;
}

.pt-3 {
  padding-top: 10px !important;
}

.pt-4 {
  padding-top: 15px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

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

.pe-1 {
  padding-right: 2px !important;
}

.pe-2 {
  padding-right: 5px !important;
}

.pe-3 {
  padding-right: 10px !important;
}

.pe-4 {
  padding-right: 15px !important;
}

.pe-5 {
  padding-right: 30px !important;
}

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

.pb-1 {
  padding-bottom: 2px !important;
}

.pb-2 {
  padding-bottom: 5px !important;
}

.pb-3 {
  padding-bottom: 10px !important;
}

.pb-4 {
  padding-bottom: 15px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

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

.ps-1 {
  padding-left: 2px !important;
}

.ps-2 {
  padding-left: 5px !important;
}

.ps-3 {
  padding-left: 10px !important;
}

.ps-4 {
  padding-left: 15px !important;
}

.ps-5 {
  padding-left: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-1 {
    gap: 2px !important;
  }

  .gap-sm-2 {
    gap: 5px !important;
  }

  .gap-sm-3 {
    gap: 10px !important;
  }

  .gap-sm-4 {
    gap: 15px !important;
  }

  .gap-sm-5 {
    gap: 30px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-1 {
    margin: 2px !important;
  }

  .m-sm-2 {
    margin: 5px !important;
  }

  .m-sm-3 {
    margin: 10px !important;
  }

  .m-sm-4 {
    margin: 15px !important;
  }

  .m-sm-5 {
    margin: 30px !important;
  }

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

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

  .mx-sm-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-sm-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sm-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

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

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

  .my-sm-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-sm-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

  .mt-sm-1 {
    margin-top: 2px !important;
  }

  .mt-sm-2 {
    margin-top: 5px !important;
  }

  .mt-sm-3 {
    margin-top: 10px !important;
  }

  .mt-sm-4 {
    margin-top: 15px !important;
  }

  .mt-sm-5 {
    margin-top: 30px !important;
  }

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

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

  .me-sm-1 {
    margin-right: 2px !important;
  }

  .me-sm-2 {
    margin-right: 5px !important;
  }

  .me-sm-3 {
    margin-right: 10px !important;
  }

  .me-sm-4 {
    margin-right: 15px !important;
  }

  .me-sm-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-sm-1 {
    margin-bottom: 2px !important;
  }

  .mb-sm-2 {
    margin-bottom: 5px !important;
  }

  .mb-sm-3 {
    margin-bottom: 10px !important;
  }

  .mb-sm-4 {
    margin-bottom: 15px !important;
  }

  .mb-sm-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ms-sm-1 {
    margin-left: 2px !important;
  }

  .ms-sm-2 {
    margin-left: 5px !important;
  }

  .ms-sm-3 {
    margin-left: 10px !important;
  }

  .ms-sm-4 {
    margin-left: 15px !important;
  }

  .ms-sm-5 {
    margin-left: 30px !important;
  }

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

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

  .p-sm-1 {
    padding: 2px !important;
  }

  .p-sm-2 {
    padding: 5px !important;
  }

  .p-sm-3 {
    padding: 10px !important;
  }

  .p-sm-4 {
    padding: 15px !important;
  }

  .p-sm-5 {
    padding: 30px !important;
  }

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

  .px-sm-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-sm-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sm-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

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

  .py-sm-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-sm-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-sm-1 {
    padding-top: 2px !important;
  }

  .pt-sm-2 {
    padding-top: 5px !important;
  }

  .pt-sm-3 {
    padding-top: 10px !important;
  }

  .pt-sm-4 {
    padding-top: 15px !important;
  }

  .pt-sm-5 {
    padding-top: 30px !important;
  }

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

  .pe-sm-1 {
    padding-right: 2px !important;
  }

  .pe-sm-2 {
    padding-right: 5px !important;
  }

  .pe-sm-3 {
    padding-right: 10px !important;
  }

  .pe-sm-4 {
    padding-right: 15px !important;
  }

  .pe-sm-5 {
    padding-right: 30px !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 2px !important;
  }

  .pb-sm-2 {
    padding-bottom: 5px !important;
  }

  .pb-sm-3 {
    padding-bottom: 10px !important;
  }

  .pb-sm-4 {
    padding-bottom: 15px !important;
  }

  .pb-sm-5 {
    padding-bottom: 30px !important;
  }

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

  .ps-sm-1 {
    padding-left: 2px !important;
  }

  .ps-sm-2 {
    padding-left: 5px !important;
  }

  .ps-sm-3 {
    padding-left: 10px !important;
  }

  .ps-sm-4 {
    padding-left: 15px !important;
  }

  .ps-sm-5 {
    padding-left: 30px !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-1 {
    gap: 2px !important;
  }

  .gap-md-2 {
    gap: 5px !important;
  }

  .gap-md-3 {
    gap: 10px !important;
  }

  .gap-md-4 {
    gap: 15px !important;
  }

  .gap-md-5 {
    gap: 30px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-1 {
    margin: 2px !important;
  }

  .m-md-2 {
    margin: 5px !important;
  }

  .m-md-3 {
    margin: 10px !important;
  }

  .m-md-4 {
    margin: 15px !important;
  }

  .m-md-5 {
    margin: 30px !important;
  }

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

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

  .mx-md-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-md-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-md-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

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

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

  .my-md-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-md-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

  .mt-md-1 {
    margin-top: 2px !important;
  }

  .mt-md-2 {
    margin-top: 5px !important;
  }

  .mt-md-3 {
    margin-top: 10px !important;
  }

  .mt-md-4 {
    margin-top: 15px !important;
  }

  .mt-md-5 {
    margin-top: 30px !important;
  }

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

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

  .me-md-1 {
    margin-right: 2px !important;
  }

  .me-md-2 {
    margin-right: 5px !important;
  }

  .me-md-3 {
    margin-right: 10px !important;
  }

  .me-md-4 {
    margin-right: 15px !important;
  }

  .me-md-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-md-1 {
    margin-bottom: 2px !important;
  }

  .mb-md-2 {
    margin-bottom: 5px !important;
  }

  .mb-md-3 {
    margin-bottom: 10px !important;
  }

  .mb-md-4 {
    margin-bottom: 15px !important;
  }

  .mb-md-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ms-md-1 {
    margin-left: 2px !important;
  }

  .ms-md-2 {
    margin-left: 5px !important;
  }

  .ms-md-3 {
    margin-left: 10px !important;
  }

  .ms-md-4 {
    margin-left: 15px !important;
  }

  .ms-md-5 {
    margin-left: 30px !important;
  }

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

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

  .p-md-1 {
    padding: 2px !important;
  }

  .p-md-2 {
    padding: 5px !important;
  }

  .p-md-3 {
    padding: 10px !important;
  }

  .p-md-4 {
    padding: 15px !important;
  }

  .p-md-5 {
    padding: 30px !important;
  }

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

  .px-md-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-md-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-md-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

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

  .py-md-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-md-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-md-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-md-1 {
    padding-top: 2px !important;
  }

  .pt-md-2 {
    padding-top: 5px !important;
  }

  .pt-md-3 {
    padding-top: 10px !important;
  }

  .pt-md-4 {
    padding-top: 15px !important;
  }

  .pt-md-5 {
    padding-top: 30px !important;
  }

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

  .pe-md-1 {
    padding-right: 2px !important;
  }

  .pe-md-2 {
    padding-right: 5px !important;
  }

  .pe-md-3 {
    padding-right: 10px !important;
  }

  .pe-md-4 {
    padding-right: 15px !important;
  }

  .pe-md-5 {
    padding-right: 30px !important;
  }

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

  .pb-md-1 {
    padding-bottom: 2px !important;
  }

  .pb-md-2 {
    padding-bottom: 5px !important;
  }

  .pb-md-3 {
    padding-bottom: 10px !important;
  }

  .pb-md-4 {
    padding-bottom: 15px !important;
  }

  .pb-md-5 {
    padding-bottom: 30px !important;
  }

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

  .ps-md-1 {
    padding-left: 2px !important;
  }

  .ps-md-2 {
    padding-left: 5px !important;
  }

  .ps-md-3 {
    padding-left: 10px !important;
  }

  .ps-md-4 {
    padding-left: 15px !important;
  }

  .ps-md-5 {
    padding-left: 30px !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-1 {
    gap: 2px !important;
  }

  .gap-lg-2 {
    gap: 5px !important;
  }

  .gap-lg-3 {
    gap: 10px !important;
  }

  .gap-lg-4 {
    gap: 15px !important;
  }

  .gap-lg-5 {
    gap: 30px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-1 {
    margin: 2px !important;
  }

  .m-lg-2 {
    margin: 5px !important;
  }

  .m-lg-3 {
    margin: 10px !important;
  }

  .m-lg-4 {
    margin: 15px !important;
  }

  .m-lg-5 {
    margin: 30px !important;
  }

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

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

  .mx-lg-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-lg-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-lg-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

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

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

  .my-lg-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-lg-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

  .mt-lg-1 {
    margin-top: 2px !important;
  }

  .mt-lg-2 {
    margin-top: 5px !important;
  }

  .mt-lg-3 {
    margin-top: 10px !important;
  }

  .mt-lg-4 {
    margin-top: 15px !important;
  }

  .mt-lg-5 {
    margin-top: 30px !important;
  }

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

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

  .me-lg-1 {
    margin-right: 2px !important;
  }

  .me-lg-2 {
    margin-right: 5px !important;
  }

  .me-lg-3 {
    margin-right: 10px !important;
  }

  .me-lg-4 {
    margin-right: 15px !important;
  }

  .me-lg-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-lg-1 {
    margin-bottom: 2px !important;
  }

  .mb-lg-2 {
    margin-bottom: 5px !important;
  }

  .mb-lg-3 {
    margin-bottom: 10px !important;
  }

  .mb-lg-4 {
    margin-bottom: 15px !important;
  }

  .mb-lg-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ms-lg-1 {
    margin-left: 2px !important;
  }

  .ms-lg-2 {
    margin-left: 5px !important;
  }

  .ms-lg-3 {
    margin-left: 10px !important;
  }

  .ms-lg-4 {
    margin-left: 15px !important;
  }

  .ms-lg-5 {
    margin-left: 30px !important;
  }

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

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

  .p-lg-1 {
    padding: 2px !important;
  }

  .p-lg-2 {
    padding: 5px !important;
  }

  .p-lg-3 {
    padding: 10px !important;
  }

  .p-lg-4 {
    padding: 15px !important;
  }

  .p-lg-5 {
    padding: 30px !important;
  }

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

  .px-lg-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-lg-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-lg-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

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

  .py-lg-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-lg-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-lg-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-lg-1 {
    padding-top: 2px !important;
  }

  .pt-lg-2 {
    padding-top: 5px !important;
  }

  .pt-lg-3 {
    padding-top: 10px !important;
  }

  .pt-lg-4 {
    padding-top: 15px !important;
  }

  .pt-lg-5 {
    padding-top: 30px !important;
  }

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

  .pe-lg-1 {
    padding-right: 2px !important;
  }

  .pe-lg-2 {
    padding-right: 5px !important;
  }

  .pe-lg-3 {
    padding-right: 10px !important;
  }

  .pe-lg-4 {
    padding-right: 15px !important;
  }

  .pe-lg-5 {
    padding-right: 30px !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 2px !important;
  }

  .pb-lg-2 {
    padding-bottom: 5px !important;
  }

  .pb-lg-3 {
    padding-bottom: 10px !important;
  }

  .pb-lg-4 {
    padding-bottom: 15px !important;
  }

  .pb-lg-5 {
    padding-bottom: 30px !important;
  }

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

  .ps-lg-1 {
    padding-left: 2px !important;
  }

  .ps-lg-2 {
    padding-left: 5px !important;
  }

  .ps-lg-3 {
    padding-left: 10px !important;
  }

  .ps-lg-4 {
    padding-left: 15px !important;
  }

  .ps-lg-5 {
    padding-left: 30px !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1088px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-1 {
    gap: 2px !important;
  }

  .gap-xl-2 {
    gap: 5px !important;
  }

  .gap-xl-3 {
    gap: 10px !important;
  }

  .gap-xl-4 {
    gap: 15px !important;
  }

  .gap-xl-5 {
    gap: 30px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-1 {
    margin: 2px !important;
  }

  .m-xl-2 {
    margin: 5px !important;
  }

  .m-xl-3 {
    margin: 10px !important;
  }

  .m-xl-4 {
    margin: 15px !important;
  }

  .m-xl-5 {
    margin: 30px !important;
  }

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

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

  .mx-xl-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-xl-2 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-4 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xl-5 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

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

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

  .my-xl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xl-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

  .mt-xl-1 {
    margin-top: 2px !important;
  }

  .mt-xl-2 {
    margin-top: 5px !important;
  }

  .mt-xl-3 {
    margin-top: 10px !important;
  }

  .mt-xl-4 {
    margin-top: 15px !important;
  }

  .mt-xl-5 {
    margin-top: 30px !important;
  }

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

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

  .me-xl-1 {
    margin-right: 2px !important;
  }

  .me-xl-2 {
    margin-right: 5px !important;
  }

  .me-xl-3 {
    margin-right: 10px !important;
  }

  .me-xl-4 {
    margin-right: 15px !important;
  }

  .me-xl-5 {
    margin-right: 30px !important;
  }

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

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

  .mb-xl-1 {
    margin-bottom: 2px !important;
  }

  .mb-xl-2 {
    margin-bottom: 5px !important;
  }

  .mb-xl-3 {
    margin-bottom: 10px !important;
  }

  .mb-xl-4 {
    margin-bottom: 15px !important;
  }

  .mb-xl-5 {
    margin-bottom: 30px !important;
  }

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

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

  .ms-xl-1 {
    margin-left: 2px !important;
  }

  .ms-xl-2 {
    margin-left: 5px !important;
  }

  .ms-xl-3 {
    margin-left: 10px !important;
  }

  .ms-xl-4 {
    margin-left: 15px !important;
  }

  .ms-xl-5 {
    margin-left: 30px !important;
  }

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

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

  .p-xl-1 {
    padding: 2px !important;
  }

  .p-xl-2 {
    padding: 5px !important;
  }

  .p-xl-3 {
    padding: 10px !important;
  }

  .p-xl-4 {
    padding: 15px !important;
  }

  .p-xl-5 {
    padding: 30px !important;
  }

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

  .px-xl-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-xl-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xl-5 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

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

  .py-xl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-xl-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xl-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .pt-xl-1 {
    padding-top: 2px !important;
  }

  .pt-xl-2 {
    padding-top: 5px !important;
  }

  .pt-xl-3 {
    padding-top: 10px !important;
  }

  .pt-xl-4 {
    padding-top: 15px !important;
  }

  .pt-xl-5 {
    padding-top: 30px !important;
  }

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

  .pe-xl-1 {
    padding-right: 2px !important;
  }

  .pe-xl-2 {
    padding-right: 5px !important;
  }

  .pe-xl-3 {
    padding-right: 10px !important;
  }

  .pe-xl-4 {
    padding-right: 15px !important;
  }

  .pe-xl-5 {
    padding-right: 30px !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 2px !important;
  }

  .pb-xl-2 {
    padding-bottom: 5px !important;
  }

  .pb-xl-3 {
    padding-bottom: 10px !important;
  }

  .pb-xl-4 {
    padding-bottom: 15px !important;
  }

  .pb-xl-5 {
    padding-bottom: 30px !important;
  }

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

  .ps-xl-1 {
    padding-left: 2px !important;
  }

  .ps-xl-2 {
    padding-left: 5px !important;
  }

  .ps-xl-3 {
    padding-left: 10px !important;
  }

  .ps-xl-4 {
    padding-left: 15px !important;
  }

  .ps-xl-5 {
    padding-left: 30px !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
.container-big {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
}

.row-0 {
  margin-bottom: 0px;
}
.row-0:empty {
  margin-bottom: 0;
}
.row-0 > * {
  margin-bottom: 0px;
}

.row-10 {
  margin-bottom: -10px;
}
.row-10:empty {
  margin-bottom: 0;
}
.row-10 > * {
  margin-bottom: 10px;
}

.row-x-10 {
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.row-x-10:empty {
  margin-bottom: 0;
}
.row-x-10 > * {
  margin-bottom: 10px;
}
.row-x-10 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-20 {
  margin-bottom: -20px;
}
.row-20:empty {
  margin-bottom: 0;
}
.row-20 > * {
  margin-bottom: 20px;
}

.row-30 {
  margin-bottom: -30px;
}
.row-30:empty {
  margin-bottom: 0;
}
.row-30 > * {
  margin-bottom: 30px;
}

.row-40 {
  margin-bottom: -40px;
}
.row-40:empty {
  margin-bottom: 0;
}
.row-40 > * {
  margin-bottom: 40px;
}

.row-45 {
  margin-bottom: -45px;
}
.row-45:empty {
  margin-bottom: 0;
}
.row-45 > * {
  margin-bottom: 45px;
}

.row-50 {
  margin-bottom: -50px;
}
.row-50:empty {
  margin-bottom: 0;
}
.row-50 > * {
  margin-bottom: 50px;
}

.row-60 {
  margin-bottom: -50px;
}
.row-60:empty {
  margin-bottom: 0;
}
.row-60 > * {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .row-md-50 {
    margin-bottom: -50px;
  }
  .row-md-50:empty {
    margin-bottom: 0;
  }
  .row-md-50 > * {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .row-lg-30 {
    margin-bottom: -30px;
  }
  .row-lg-30:empty {
    margin-bottom: 0;
  }
  .row-lg-30 > * {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .row-md-30 {
    margin-bottom: -30px;
  }
  .row-md-30:empty {
    margin-bottom: 0;
  }
  .row-md-30 > * {
    margin-bottom: 30px;
  }
}
.row-xxl-70 {
  margin-bottom: -70px;
}
.row-xxl-70:empty {
  margin-bottom: 0;
}
.row-xxl-70 > * {
  margin-bottom: 70px;
}

.gutter-6 {
  margin-left: -6px;
  margin-right: -6px;
}
.gutter-6 > [class^=col],
.gutter-6 > [class^=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

.gutter-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-8 > [class^=col],
.gutter-8 > [class^=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-10 > [class^=col],
.gutter-10 > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter-12 > [class^=col],
.gutter-12 > [class^=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-15 > [class^=col],
.gutter-15 > [class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-16 {
  margin-left: -16px;
  margin-right: -16px;
}
.gutter-16 > [class^=col],
.gutter-16 > [class^=col-] {
  padding-right: 16px;
  padding-left: 16px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 44px;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}
.select2-container .select2-selection--single.filter-select {
  height: 32px;
  font-size: 11px;
  text-transform: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .filter-select.select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  letter-spacing: 0px;
  padding-left: 15px;
  padding-right: 34px;
}
.select2-container .filter-select.select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 32px;
  background-color: #4a67bc;
  color: #ffffff;
  top: 0;
  right: 0;
  border-radius: 4px;
}
.select2-container .filter-select.select2-selection--single .select2-selection__arrow:after {
  content: none;
}
.select2-container .filter-select.select2-selection--single .select2-selection__arrow:before {
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 5px;
  pointer-events: none;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 2px 17px;
  user-select: none;
  -webkit-user-select: none;
  color: #212121;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open.select2-container--default .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #54545F;
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  transform: translateY(-50%) rotate(180deg);
}

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

.select2-container--open .select2-dropdown--below {
  border-top: none;
  box-shadow: 0px 6px 20px rgba(24, 64, 111, 0.07);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.select2-container--open .filter-select.select2-selection--single .select2-selection__arrow:before {
  transform: rotate(180deg) translate(-50%, -50%);
  margin-left: -18px;
  margin-top: -21px;
}

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

      .select2-selection__arrow {
        left: 1px;
        right: auto;
      }
    }
  } */
  /*   &.select2-container--open.select2-container--below {
    .select2-selection--single, .select2-selection--multiple {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  } */
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c4bec7;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c4bec7;
  line-height: 44px;
  letter-spacing: 0.9px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #c4bec7 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default .select2-search--dropdown {
  border-bottom: 1px solid #54545F;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c4bec7;
  border-radius: 4px;
  height: 34px;
  outline: none;
  padding: 0 10px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  font-size: 15px;
  max-height: 300px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #ffffff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #c4bec7;
  max-height: 52px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
  position: relative;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #c4bec7;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #2c2e65;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 26px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -26px;
  padding-left: 52px;
  /*         .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;

    .select2-results__option {
      margin-left: -3em;
      padding-left: 4em;

      .select2-results__option {
        margin-left: -4em;
        padding-left: 5em;

        .select2-results__option {
          margin-left: -5em;
          padding-left: 6em;
        }
      }
    }
  } */
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #2c2e65;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
}

.select2-improved-drop {
  font-size: 15px;
}
.select2-improved-drop .select2-search--dropdown {
  padding: 17px;
}
.select2-improved-drop .select2-search {
  position: relative;
}
.select2-improved-drop .select2-search__field {
  padding-left: 40px;
  padding-right: 20px;
}
.select2-improved-drop .select2-search:after {
  font-size: 20px;
  color: red;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  pointer-events: none;
}
.select2-improved-drop .select2-results__option:last-child .select2-results__options--nested {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.select2-improved-drop .select2-results {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  /*     &:before {
    content: attr(data-placeholder);
    font-size: 15px;
    position: absolute;
    left: 17px;
    right: 17px;
    border-bottom: 1px solid $pale-grey;
    top: -12px;
    line-height: 40px;
  } */
}
.select2-improved-drop .select2-results__options--nested {
  padding-bottom: 20px;
  border-bottom: 1px solid red;
  margin-bottom: 19px;
}
.select2-improved-drop .select2-results > .select2-results__options {
  padding-left: 17px;
  padding-right: 17px;
}
.select2-improved-drop .select2-results__group {
  padding: 0;
  position: absolute;
  font-size: 15px;
  color: red;
  left: 0;
  top: 10px;
  line-height: 15px;
}

.select2-simple-drop {
  font-size: 17px;
}
.select2-simple-drop .select2-results__option {
  padding: 16px 0 15px 0;
}
.select2-simple-drop .select2-results__option:not(:last-child) {
  border-bottom: 1px solid red;
}
.select2-simple-drop .select2-results > .select2-results__options {
  padding-left: 20px;
  padding-right: 20px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  left: -7px;
  top: -5px;
  cursor: pointer;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 14px;
  height: 14px;
  left: -7px;
  top: -5px;
  cursor: pointer;
}

/* Styling;
 */
.noUi-background {
  background: #f4eff6;
}

.noUi-connect {
  background: #e83f44;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 4px solid #2b2f62;
  border-radius: 3px;
  background: #ffffff;
  cursor: default;
  border-radius: 50%;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 26px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

@font-face {
  font-family: "fonticon";
  src: url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.eot");
  src: url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.eot?#iefix") format("embedded-opentype"), url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.woff2") format("woff2"), url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.woff") format("woff"), url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.ttf") format("truetype"), url("../css/fonts/fonticon-2a9330eaddde144d89317891f771e222.svg#fonticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "fonticon";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global-checkout-error:not(:empty):before, .checkbox-btn-i:after, .wysiwyg .tick > li:before, .select2-container .filter-select.select2-selection--single .select2-selection__arrow:before {
  font-family: "fonticon";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplane-2:before {
  content: "";
}

.icon-airplane:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.select2-container .filter-select.select2-selection--single .select2-selection__arrow:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.checkbox-btn-i:after, .wysiwyg .tick > li:before {
  content: "";
}

.icon-circle-left:before {
  content: "";
}

.icon-circle-right:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-dish:before {
  content: "";
}

.icon-earth-globe:before {
  content: "";
}

.icon-elephant:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-hotel:before {
  content: "";
}

.icon-info:before {
  content: "";
}

#global-checkout-error:not(:empty):before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-pass:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-quotes:before {
  content: "";
}

.icon-right-2:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-smartphone:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-sunset:before {
  content: "";
}

.icon-worldwide:before {
  content: "";
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/*
==================================================
  Section
==================================================
*/
.section {
  position: relative;
}
@media (max-width: 767.98px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-title {
  text-align: center;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  color: #2c2e65;
}
@media (max-width: 767.98px) {
  .section-title {
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .section-title {
    margin-bottom: 92px;
  }
}
@media (max-width: 767.98px) {
  .section-more {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-more {
    margin-top: 50px;
  }
}

/*
==================================================
  Section  hero && inner hero
==================================================
*/
.section-hero {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-hero {
    padding-top: 84px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .section-hero {
    padding-top: 120px;
    padding-bottom: 100px;
    min-height: 80vh;
  }
}
@media (max-width: 1023.98px) {
  .section-hero h1 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .section-hero h1 {
    max-width: 400px;
    margin-bottom: 28px;
  }
}

.section-inner-hero {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-inner-hero {
    padding-top: 84px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .section-inner-hero {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.section-inner-hero h1 {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .section-inner-hero h1 {
    margin-top: 70px;
  }
}
.section-inner-hero .with-bread h1,
.section-inner-hero .with-bread h2 {
  font-size: 22px;
}
.section-inner-hero .with-bread h2 {
  font-weight: 400;
}
.section-inner-hero .with-bread h1 {
  text-transform: uppercase;
  margin: 0;
  line-height: 28px;
}
.section-inner-hero .bg-img:before {
  content: "";
  background: #e83f44;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.2;
}
.section-inner-hero .bg-img:after {
  content: "";
  background: black;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.3;
}
.section-inner-hero-no-photo {
  background-color: #e83f44;
}

/*
==================================================
  Section best offers
==================================================
*/
/*
==================================================
  Section whys us
==================================================
*/
.section-why-us {
  background: #f9f9fe;
  color: #2c2e65;
}
.section-why-us p {
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 14px;
}

/*
==================================================
  Section teztour
==================================================
*/
.row-teztour .col:first-child .card-teztour-text {
  border-bottom-left-radius: 10px;
}
.row-teztour .col:last-child .card-teztour-text {
  border-bottom-right-radius: 10px;
}

@media (min-width: 1024px) {
  .teztour-about {
    text-align: right;
  }
}
.teztour-about h5 {
  color: #2c2e65;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .teztour-about h5 {
    max-width: 150px;
    margin-left: auto;
  }
}
.teztour-about p {
  color: #9595a3;
  margin-bottom: 20px;
}

/*
==================================================
  Section cta
==================================================
*/
.section-cta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section-cta h4 {
  color: #ffffff;
  max-width: 730px;
  margin: 0 auto 15px auto;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .section-cta h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .section-cta h4 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.96px;
  }
}
.section-cta .section-content {
  position: relative;
  z-index: 1;
}

/*
==================================================
  Section news
==================================================
*/
.section-news {
  background: #f9f9fe;
  color: #9595a3;
}
.section-news-list .card-news {
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}
.section-news-inner .card-news-list-title {
  margin-top: 40px;
}

.news-inner-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f0f0;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.news-inner-nav a {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .news-inner-nav a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .news-inner-nav a {
    font-size: 16px;
  }
}
.news-inner-nav a:hover {
  color: #4a67bc;
}
.news-inner-nav a span,
.news-inner-nav a i {
  vertical-align: middle;
}
.news-inner-nav a .icon {
  font-size: 16px;
}
.news-inner-nav a:last-child {
  color: #9595a3;
}
.news-inner-nav a:last-child:hover {
  color: #4a67bc;
}
.news-inner-nav a:last-child .icon {
  margin-left: 5px;
}
.news-inner-nav a:first-child .icon {
  margin-right: 3px;
}

/*
==================================================
  Section testimonials
==================================================
*/
@media (min-width: 768px) {
  .section-testimonials .card-testimonial {
    padding-left: 100px;
  }
}
.section-testimonials .swiper-slide {
  height: auto;
}

/*
==================================================
  Filter page
==================================================
*/
.filter {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .filter-content {
    width: 100%;
    order: 0;
  }
}
@media (min-width: 1024px) {
  .filter-content {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media (max-width: 1023.98px) {
  .filter-aside {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .filter-aside {
    flex: 0 0 30%;
    width: 30%;
    padding-right: 25px;
  }
}
@media (max-width: 1023.98px) {
  .filter-aside-mobile {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #ffffff;
    padding: 30px 24px;
    left: 20%;
    width: auto;
    height: 100vh;
    overflow: auto;
    transition: transform 300ms ease;
    transform: translateX(100%);
    pointer-events: none;
  }
  .filter-aside-mobile.filter-aside-active {
    transform: translateX(0);
    pointer-events: all;
  }
}
@media (max-width: 1023.98px) {
  .filter-aside-mobile-curtain {
    width: 20%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    transition: opacity 100ms ease;
  }
}
.filter-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.filter-card-wrap {
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .filter-open {
    overflow: hidden;
  }
}
@media (max-width: 1023.98px) {
  .filter-curtain-active {
    opacity: 1;
  }
}

/*
==================================================
  Section tour inner.
==================================================
*/
@media (max-width: 1023.98px) {
  .section-tour-inner .filter-aside {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .section-tour-inner .filter-aside {
    padding-right: 40px;
  }
}
@media (min-width: 1088px) {
  .section-tour-inner .filter-aside {
    padding-right: 80px;
  }
}
@media (max-width: 1023.98px) {
  .section-tour-inner .filter-content {
    order: 0;
    padding-bottom: 40px;
  }
}

.special-offer-box {
  display: inline-flex;
  align-items: center;
  background: #4a67bc;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 7px;
}
.special-offer .percent {
  background-color: #ffffff;
  color: #e83f44;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px 10px;
  margin-right: 12px;
}

.inner-tour .special-offer {
  margin: 20px 0 25px 0;
}
.inner-tour .filter-card-icons {
  align-items: baseline;
}
.inner-tour .filter-card-icons .box {
  height: auto;
}
.inner-tour-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.inner-tour-top h5 {
  color: #2b2f62;
  font-size: 18px;
  line-height: 24px;
}
.inner-tour-top .box {
  display: flex;
  align-items: center;
}
.inner-tour-top .icon {
  font-size: 36px;
  margin: 0 12px;
  color: #9595a3;
}
.inner-tour-price {
  font-size: 14px;
  color: #2c3e50;
  margin-right: 10px;
}
.inner-tour-price .old {
  text-decoration: line-through;
}
.inner-tour-price .regular {
  font-size: 24px;
  font-weight: 700;
  color: #e83f44;
}
.inner-tour-gallery-box {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #4a67bc;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.inner-tour-gallery-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.inner-tour-gallery-pagination .swiper-button {
  font-size: 28px;
  color: #c4bec7;
}
.inner-tour-gallery-pagination .swiper-button:hover {
  color: #4a67bc;
}
.inner-tour-gallery-pagination .swiper-button + .swiper-button {
  margin-left: 3px;
}
.inner-tour-gallery .proportion-box {
  padding-bottom: 48.65%;
  position: relative;
}
.inner-tour-gallery .inner-tour-gallery-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.inner-tour-gallery .inner-tour-gallery-dots .wrap {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 10px;
}
.inner-tour-gallery .inner-tour-gallery-dots .swiper-pagination-bullet {
  background-color: #ffffff;
}
.inner-tour-gallery .swiper-lazy-preloader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("../images/spinner.gif");
  background-size: cover;
  background-position: center;
  z-index: 3;
}
.inner-tour-gallery img {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner-tour-route {
  margin: 22px 0;
  font-size: 14px;
  line-height: 24px;
  color: #474448;
}
.inner-tour-bottom {
  margin-top: 40px;
}
.inner-tour-bottom h4 {
  color: #4a67bc;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 26px;
  padding-bottom: 15px;
}
.inner-tour-bottom h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .inner-tour-bottom .plus {
    margin-bottom: 30px;
  }
}
.inner-tour-bottom .plus li:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #4a67bc;
  position: absolute;
  top: 10px;
  left: 0;
}
.inner-tour-bottom .plus li:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #4a67bc;
  position: absolute;
  left: 8px;
  top: 2px;
}
.inner-tour-bottom .minus li:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #e83f44;
  position: absolute;
  top: 10px;
  left: 0;
}
.inner-tour-calculated ul {
  font-size: 14px;
  line-height: 24px;
  color: #9595a3;
}
.inner-tour-calculated ul li {
  padding-left: 28px;
  position: relative;
}
.inner-tour-calculated ul li + li {
  margin-top: 30px;
}
.inner-tour-tabs {
  border: 1px solid #e83f44;
}
.inner-tour-tabs .nav-tabs {
  background: #f9f9fe;
}
.inner-tour-tabs .nav-tabs .nav-link {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 28px;
  font-weight: 700;
  color: #9595a3;
  border: 0;
  background-color: transparent;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-tour-tabs .nav-tabs .nav-link {
    padding: 10px 14px;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.inner-tour-tabs .nav-tabs .nav-link:after {
  content: "";
  bottom: 0;
  height: 3px;
  background-color: #4a67bc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: transform 300ms ease;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
.inner-tour-tabs .nav-tabs .nav-link.active {
  color: #4a67bc;
}
.inner-tour-tabs .nav-tabs .nav-link.active:after {
  opacity: 1;
  transform: scale(1);
}
.inner-tour-tabs .nav-tabs .nav-item {
  position: relative;
}
@media (max-width: 575.98px) {
  .inner-tour-tabs .nav-tabs .nav-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-tour-tabs .nav-tabs .nav-item {
    width: 25%;
  }
}
.inner-tour-tabs .tour-pane-box {
  padding: 25px;
  font-size: 12px;
  line-height: 24px;
  color: #808b8d;
}
.inner-tour-tabs .tour-pane-box p a {
  text-decoration: underline;
}
.inner-tour-tabs .tour-pane-box p a:hover {
  text-decoration: none;
}
.inner-tour-tabs .tour-pane-box h4 {
  color: #e83f44;
}
.inner-tour-tabs .tour-pane-box hr {
  background-color: #e83f44;
  margin: 15px 0 16px 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .inner-tour-tabs .tour-dates {
    padding: 0;
  }
}

.tour-dates-heading {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .tour-dates-heading {
    flex-wrap: wrap;
  }
}
.tour-dates-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tour-dates-th {
  font-weight: 700;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tour-dates-th {
    flex: 0 0 25%;
    font-size: 11px;
    padding: 15px 4px;
  }
}
@media (min-width: 768px) {
  .tour-dates-th {
    font-size: 14px;
    padding: 20px 8px;
  }
}
@media (max-width: 767.98px) {
  .tour-dates-th.actions {
    display: none;
  }
}
.tour-dates-th.budget {
  text-align: center;
}
.tour-dates-row {
  padding: 13px 0;
  background-color: #f9f9fe;
  border-bottom: 1px solid #c4bec7;
}
.tour-dates-row.expanded {
  /* border-color: $very-light-purple;
  border-bottom-color: transparent;
  + .tour-dates-row {
  	padding-top: 0;
  }
  */
}
.tour-dates-row.expanded .expand {
  transform: rotate(180deg);
}
.tour-dates-row.expanded .tour-dates-row:last-of-type {
  border-bottom-color: transparent;
}
.tour-dates-col {
  font-size: 13px;
  color: #707070;
  padding: 0 8px;
  position: relative;
}
.tour-dates-col.discount {
  color: #4a67bc;
}
.tour-dates-expand {
  width: 100%;
  background-color: #f9f9fe;
  margin-bottom: -13px;
}
.tour-dates-content {
  position: relative;
}
.tour-dates-explanation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #707070;
  text-align: center;
}
@media (max-width: 575.98px) {
  .tour-dates-explanation {
    width: 100%;
    order: 0;
    padding: 30px 10px;
    border-bottom: 1px solid #c4bec7;
  }
}
@media (min-width: 576px) {
  .tour-dates-explanation {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tour-dates-explanation {
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
}
@media (min-width: 576px) {
  .tour-dates-explanation {
    max-width: 23%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .tour-dates-body {
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tour-dates-body {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.tour-dates-body-wrap {
  border-top: 1px solid #c4bec7;
  position: relative;
  background-color: #f9f9fe;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .tour-dates-body-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.tour-dates-body-wrap .tour-dates-row {
  background: #ffffff;
}
.tour-dates .date {
  text-align: left;
}
@media (min-width: 768px) {
  .tour-dates .date {
    flex: 0 0 27%;
  }
}
@media (min-width: 1024px) {
  .tour-dates .date {
    flex: 0 0 24%;
  }
}
@media (min-width: 1088px) {
  .tour-dates .date {
    flex: 0 0 20%;
  }
}
.tour-dates .qty {
  text-align: center;
}
@media (min-width: 768px) {
  .tour-dates .qty {
    flex: 0 0 18%;
  }
}
.tour-dates .discount {
  text-align: center;
}
@media (min-width: 768px) {
  .tour-dates .discount {
    flex: 0 0 13%;
  }
}
@media (max-width: 767.98px) {
  .tour-dates .actions {
    width: 100%;
  }
  .tour-dates .actions .btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .tour-dates .actions {
    flex: 0 0 18%;
  }
}
.tour-dates .budget {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .tour-dates .budget {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .tour-dates .budget {
    flex: 0 0 23%;
  }
}
@media (min-width: 1024px) {
  .tour-dates .budget {
    flex: 0 0 24%;
  }
}
@media (min-width: 1088px) {
  .tour-dates .budget {
    flex: 0 0 30%;
  }
}
.tour-dates .budget .old {
  text-decoration: line-through;
}
.tour-dates .budget .new {
  color: #e83f44;
}
.tour-dates .expand {
  width: 12px;
  height: 8px;
  position: absolute;
  right: 5px;
  transition: none;
}
@media (max-width: 767.98px) {
  .tour-dates .expand {
    top: 19px;
  }
}
@media (min-width: 768px) {
  .tour-dates .expand {
    top: 8px;
  }
}
.tour-dates .expand:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #4a67bc transparent transparent transparent;
  pointer-events: none;
  display: block;
}
@media (max-width: 1023.98px) {
  .tour-dates .btn-xs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.expand-more-rows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e83f44;
}
.expand-more-rows[aria-expanded=true]:after {
  transform: rotate(180deg);
  margin-top: -11px;
}
.expand-more-rows:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #e83f44 transparent transparent transparent;
  margin: 0 auto;
}

/*
==================================================
  Block comment.
==================================================
*/
.img-fluid {
  width: 100%;
}

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

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

pre {
  background: #f5f5f5;
  padding: 20px;
  color: #333;
  border: 1px solid #d1d1d1;
  margin: 20px 0;
}

.ui-hidden,
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.stop-click {
  pointer-events: none !important;
}

.list-full-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}
.blur-up.lazyloaded {
  filter: blur(0);
}

/*
==================================================
  Radiuses
==================================================
*/
.br-1-t {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.br-1 {
  border-radius: 6px;
}

.br-2-t {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.br-2 {
  border-radius: 10px;
}

/*
==================================================
  Text Ellipse
==================================================
*/
.text-ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*
==================================================
  Transitions
==================================================
*/
.transition-1 {
  transition: all 150ms cubic-bezier(0.85, 0, 0.12, 1);
}

.transition-delay-1 {
  transition-delay: 300ms;
}

.transition-delay-2 {
  transition-delay: 600ms;
}

/*
==================================================
  Transform resets.
==================================================
*/
.translate-reset {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/*
==================================================
  Rotations
==================================================
*/
.rotate-180 {
  transform: rotate(180deg);
}

/*
==================================================
  expand animation
==================================================
*/
.expand--anime {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
  /** add on active
    top: 90px;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scaleY(1);
    transition: opacity .35s ease, transform .35s ease;  
  **/
}

/*
==================================================
  Bg
==================================================
*/
.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/*
==================================================
  Swiper as bg
==================================================
*/
.swiper-as-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.swiper-as-bg .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-as-bg .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c4bec7;
  display: block;
  margin: 0 6px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border: 3px solid #e83f44;
}

/*
==================================================
  Swiper testimonials
==================================================
*/
.swiper-testimonials-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.swiper-testimonials-button > div {
  width: 43px;
  height: 43px;
  background: #c4bec7;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
}
.swiper-testimonials-button > div:hover {
  background: #b8b0bb;
}
.swiper-testimonials-button > div .icon {
  font-size: 16px;
}
.swiper-testimonials-button .swiper-button-next {
  text-indent: 5px;
  margin-left: 20px;
}

/*
==================================================
  Swiper testimonials
==================================================
*/
.swiper-partners .swiper-wrapper {
  align-items: center;
}
.swiper-partners .swiper-slide {
  text-align: center;
}
.swiper-partners .swiper-slide .logo-box {
  padding: 20px 20px 60% 20px;
  position: relative;
}
.swiper-partners .swiper-slide .logo-box img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  position: absolute;
}

/*
==================================================
  Nicescroll
==================================================
*/
/*
==================================================
  Collapses
==================================================
*/
/*
==================================================
  Cookiebar
==================================================
*/
.cookie-bar {
  position: fixed;
  right: 20px;
  left: 20px;
  bottom: 15px;
  z-index: 15;
}
.cookie-bar p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 15px;
}
.cookie-bar-wrap {
  padding: 14px 20px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 38px;
  box-shadow: 0 3px 15px 0 rgba(24, 64, 111, 0.1);
  display: flex;
  align-items: center;
}
.cookie-bar-logo {
  display: block;
  max-width: 100px;
}
.cookie-bar .btn {
  margin-left: auto;
  min-width: auto;
  border-radius: 24px;
}

/*
==================================================
  Trip tabs
==================================================
*/
.trip-tabs .nav-link {
  background-color: #e83f44;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .trip-tabs .nav-link {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .trip-tabs .nav-link {
    padding: 33px 41px;
  }
}
.trip-tabs .nav-link.active {
  background-color: #ffffff;
  color: #e83f44;
}
@media (max-width: 575.98px) {
  .trip-tabs .nav-item {
    flex: 0 0 25%;
  }
}
.trip-tabs .nav-item + .nav-item {
  margin-left: 4px;
}
@media (max-width: 575.98px) {
  .trip-tabs .nav-item + .nav-item {
    flex: 0 0 calc(25% - 4px);
  }
}
.trip-tabs-content {
  position: relative;
}
.trip-tabs-content .box {
  background-color: #ffffff;
  padding: 28px 24px 8px 24px;
}
@media (min-width: 768px) {
  .trip-tabs-content .box {
    top: -7px;
    max-width: 500px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.trip-tabs:not(.trip-tabs-inner) .nav-link .icon {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
@media (min-width: 576px) {
  .trip-tabs:not(.trip-tabs-inner) .nav-link .icon {
    font-size: 30px;
  }
}
.trip-tabs-inner .nav-link {
  background-color: #F5F5F5;
  text-transform: uppercase;
  font-size: 12px;
  padding: 21px 20px 21px 80px;
}
.trip-tabs-inner .nav-link .icon {
  position: absolute;
  left: 25px;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
.trip-tabs-inner .nav-link.active {
  background-color: #F5F5F5;
}

/*
==================================================
  Trip best offers
==================================================
*/
.offer-tabs .nav-link {
  border: 0;
  box-shadow: none;
  background: #ffffff;
  width: 100%;
  text-align: left;
  color: #9595a3;
  padding: 0 0 0 82px;
  position: relative;
  line-height: 30px;
  position: relative;
}
.offer-tabs .nav-link .icon {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.offer-tabs .nav-link.active {
  color: #2c2e65;
}
.offer-tabs .nav-link.active .icon {
  color: #e83f44;
}
.offer-tabs .nav-item {
  width: 100%;
  position: relative;
  padding-bottom: 52px;
}
.offer-tabs .nav-item.active:after {
  border-color: #e83f44;
  background: #e83f44;
}
.offer-tabs .nav-item:last-child {
  padding-bottom: 0;
}
.offer-tabs .nav-item:last-child:before {
  content: none;
}
.offer-tabs .nav-item:before {
  content: "";
  width: 1px;
  background: #94889a;
  position: absolute;
  display: block;
  z-index: 1;
  left: 58px;
  top: 18px;
  bottom: -12px;
}
.offer-tabs .nav-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #94889a;
  background: #ffffff;
  left: 54px;
  top: 10px;
  position: absolute;
  z-index: 2;
}

.trip-offers-content .col:first-child .card-offer-best-label {
  border-bottom-left-radius: 10px;
}
.trip-offers-content .col:last-child .card-offer-best-label {
  border-bottom-right-radius: 10px;
}

/*
==================================================
  Filtering
==================================================
*/
.filter-block {
  margin-bottom: 32px;
}
.filter-block-title {
  font-size: 16px;
  font-weight: 700;
  color: #2b2f62;
  margin-bottom: 15px;
}
.filter-block-content .radios-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .filter-block-content .radios-list .radio-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .filter-block-content .radios-list .radio-btn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.filter-block-content .radio-btn {
  margin-bottom: 9px;
}
.filter-block-content .radio-btn label {
  line-height: 20px;
  padding-left: 24px;
  display: block;
}
.filter-block-content .radio-btn-i {
  top: 2px;
}
.filter-block-price {
  font-size: 14px;
  font-weight: 600;
  color: #9595a3;
  text-align: right;
  margin-top: 15px;
}
.filter-block-pricing {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 39px;
}

.toolbar-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 26px;
  position: relative;
}
.toolbar-title:after {
  content: "";
  opacity: 0.5;
  background-color: #ddd;
  width: 100%;
  display: block;
  height: 1px;
  flex: 0 0 100%;
  margin-top: 9px;
}
.toolbar-title h3 {
  margin: 0;
  line-height: normal;
  color: #2c2e65;
}
@media (max-width: 575.98px) {
  .toolbar-title p {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 576px) {
  .toolbar-title p {
    margin: 0 0 0 17px;
  }
}
.toolbar-sort {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .toolbar-sort {
    margin: 0 -10px;
  }
}
@media (max-width: 575.98px) {
  .toolbar-select {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .toolbar-select {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .toolbar-select {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media (min-width: 1088px) {
  .toolbar-select {
    flex: 0 0 212px;
    max-width: 212px;
  }
}
@media (max-width: 575.98px) {
  .toolbar-select + .toolbar-select {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) {
  .toolbar-select + .toolbar-select {
    margin-left: 12px;
  }
}
.toolbar-select .select2-container {
  width: 100% !important;
}
.toolbar-grid {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .toolbar-grid {
    width: 100%;
    margin-top: 15px;
  }
}
.toolbar-grid .btn-grid + .btn-grid {
  margin-left: 12px;
}
@media (max-width: 1023.98px) {
  .toolbar-grid .mobile-filter-button {
    flex: 1;
    padding-right: 20px;
  }
}
.toolbar-top {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .toolbar-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .toolbar-bottom {
    margin-top: 50px;
  }
}

/*
==================================================
  Labels
==================================================
*/
.labels {
  display: flex;
  align-items: center;
}
.labels .label + .label {
  margin-left: 20px;
}

.label {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 7px 12px;
  min-width: 94px;
}
.label-sale {
  background-color: #4a67bc;
}
.label-left {
  background-color: #e83f44;
}

/*
==================================================
  Pagination
==================================================
*/
.pagination {
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .pagination {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (min-width: 768px) {
  .pagination {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.pagination .page-link {
  border-radius: 5px;
  color: #808b8d;
  border: solid 1px #f4eff6;
  background-color: #fbfafa;
  text-align: center;
  font-size: 14px;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .pagination .page-link {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .pagination .page-link {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
.pagination .page-link:hover {
  background-color: #e83f44;
  color: #ffffff;
  border-color: #e83f44;
}
.pagination .active .page-link {
  background-color: #e83f44;
  color: #ffffff;
  border-color: #e83f44;
}
@media (max-width: 767.98px) {
  .pagination .page-item {
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .pagination .page-item {
    margin: 6px;
  }
}
.pagination .icon {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .pagination .icon {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pagination .icon {
    font-size: 16px;
  }
}

/*
==================================================
  Asideb box
==================================================
*/
.aside-box + .aside-box {
  margin-top: 32px;
}
.aside-box-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px;
  background-color: #e83f44;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.aside-box-content {
  border: 1px solid #f4eff6;
  border-top: 0;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 1023.98px) {
  .aside-offers {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .aside-offers {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.aside-offers .card-aside-offer {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .aside-offers .card-aside-offer {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.aside-offers .card-aside-offer + .card-aside-offer {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .aside-offers .card-aside-offer + .card-aside-offer {
    margin-top: 20px;
  }
}

/*
==================================================
  Cta call
==================================================
*/
.cta-call {
  text-align: center;
}
.cta-call p {
  font-size: 14px;
  color: #9595a3;
  line-height: 18px;
  margin-bottom: 0;
  padding: 15px 0 10px 0;
}
.cta-call .or {
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-call-nr a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #212121;
}
.cta-call .btn {
  margin-bottom: 20px;
}

/*
==================================================
  Popover
==================================================
*/
.popover {
  background: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 12px;
  max-width: 300px;
  text-align: center;
  border-radius: 4px;
  z-index: 2;
}
.popover-arrow {
  bottom: -10px;
  width: 18px;
  height: 10px;
  background: #ffffff;
}
.popover-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  margin-top: 1px;
  top: 0;
}
.popover-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
}

/*
==================================================
  Modal
==================================================
*/
.modal-feedback .modal-header {
  border-bottom: 0;
  padding-top: 44px;
}
@media (min-width: 768px) {
  .modal-feedback .modal-header {
    padding-left: 134px;
    padding-right: 134px;
  }
}
@media (min-width: 768px) {
  .modal-feedback .modal-body {
    padding-left: 134px;
    padding-right: 134px;
  }
}
.modal-feedback h2 {
  color: #e83f44;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.modal-feedback h4 {
  margin-bottom: 10px;
}

.rate-row {
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}
.rate-row p {
  margin: 0 0 15px 0;
  font-size: 18px;
}
.rate-row:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #e83f44;
}
.rate-row-stars {
  font-size: 28px;
  color: #ffc847;
  overflow: hidden;
}
.rate-row-stars:last-child {
  margin-bottom: 40px;
}
.rate-row-stars input {
  position: absolute;
  top: -9999px;
}
.rate-row-stars .icon {
  float: right;
  padding-right: 14px;
}
.rate-row-stars-wrap {
  float: left;
}
.rate-row-stars-wrap > .icon:hover,
.rate-row-stars-wrap > .icon:hover ~ .icon {
  color: #e83f44;
}
.rate-row-stars-wrap input:checked ~ .icon {
  color: #e83f44;
}

/* ============================================ *
 * Header
 * ============================================ */
.app-header {
  position: relative;
  /* 	@include bp(min-width,$menu-break) {
  	height: 138px;
  } */
}

.header-top {
  background-color: #e83f44;
  color: #ffffff;
  /* 	@include bp(max-width,$menu-break - 1) {
  	padding: 12px 0 13px 40px;
  } */
  /* 	@include bp(min-width,$menu-break) {
  	padding: 12px 0 13px 0;
  } */
}
@media only screen and (max-width: 1099px) {
  .header-top {
    padding-left: 40px;
  }
}
.header-top a {
  color: inherit;
}
.header-top-links {
  font-size: 14px;
}
.header-top-links > li {
  line-height: 46px;
}
@media (max-width: 575.98px) {
  .header-top-links > li:not([class]) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-top-links > li {
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  .header-top-links > li {
    margin-right: 27px;
  }
}
@media (max-width: 767.98px) {
  .header-top-links .header-user-drop {
    margin-right: 28px;
  }
}
@media (min-width: 768px) {
  .header-top-links .header-user-drop {
    margin-right: 27px;
  }
}
.header-top-soc {
  font-size: 18px;
}
.header-top-soc .icon {
  font-size: 17px;
}
.header-top-soc a {
  line-height: 17px;
}
.header-top-soc a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .header-top-soc a + a {
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .header-top-soc a + a {
    margin-left: 18px;
  }
}
.header-top-soc a span {
  padding-left: 7px;
}
@media (max-width: 767.98px) {
  .header-top-soc a span {
    display: none;
  }
}

.lang-item {
  padding-left: 22px;
  background-size: 17px 17px;
  background-position: left 0 center;
  background-repeat: no-repeat;
}
.lang-current {
  background: transparent;
  border: 0;
  padding: 0;
  color: #ffffff;
}
.lang-current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 300ms ease;
}
.lang-drop {
  font-size: 14px;
  position: relative;
  line-height: 46px;
}
.lang-drop-content {
  background-color: #EDEBED;
  position: absolute;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #2c2e65;
  padding: 8px 16px 8px 12px;
  top: 100%;
  left: 50%;
  width: 68px;
  margin-left: -34px;
  display: none;
  z-index: 3;
}
.lang-drop-content li {
  line-height: normal;
}
.lang-drop-content li + li {
  margin-top: 8px;
}
.lang-drop-content li a:hover {
  color: #4a67bc;
}
.lang-drop:hover .lang-drop-content {
  display: block;
  animation: travel_fadeInUp 0.2s;
}
.lang-drop:hover .lang-current:after {
  transform: translateY(-50%) rotate(180deg);
}
.lang-lt {
  background-image: url("../images/svg-icons/lt.svg");
}
.lang-en {
  background-image: url("../images/svg-icons/en.svg");
}
.lang-ru {
  background-image: url("../images/svg-icons/ru.svg");
}

.header-user-drop {
  position: relative;
}
.header-user-drop span {
  background: transparent;
  border: 0;
  padding: 0;
  color: #ffffff;
  position: relative;
}
.header-user-drop span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: -15px;
  top: 8px;
  transition: transform 300ms ease;
}
.header-user-drop-content {
  background-color: #EDEBED;
  position: absolute;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #2c2e65;
  padding: 8px 16px 8px 12px;
  top: 100%;
  left: 0;
  right: -20px;
  display: none;
  z-index: 3;
}
.header-user-drop-content li {
  line-height: normal;
}
.header-user-drop-content li + li {
  margin-top: 8px;
}
.header-user-drop-content li a:hover {
  color: #4a67bc;
}
.header-user-drop:hover .header-user-drop-content {
  display: block;
  animation: travel_fadeInUp 0.2s;
}
.header-user-drop:hover span:after {
  transform: rotate(180deg);
}

@-webkit-keyframes travel_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media only screen and (max-width: 1099px) {
  .menu-open {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1100px) {
  .main-menu {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1099px) {
  .main-menu-wrap {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1099px) {
  .header-fill {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
  }
  .header-fill.is-active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 1100px) {
  .header-content {
    left: 0;
    right: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 1099px) {
  .header-content {
    background: #e83f44;
    left: 0;
    color: #ffffff;
    width: 70%;
    right: 0;
    z-index: 10;
    bottom: 0;
    position: fixed;
    top: 40px;
    transition: transform 300ms ease;
    transform: translateX(-100%);
    opacity: 0;
    overflow: auto;
  }
  .header-content.is-active {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-content-blur {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media only screen and (min-width: 1100px) {
  .header-content-blur:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.15;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #a2a2a2;
    pointer-events: none;
  }
}
.header-content-inverse {
  color: #2b2b5b;
  box-shadow: 0 4px 8px 0 rgba(244, 239, 246, 0.72);
  z-index: 2;
}
.header-content-inverse:before {
  display: none;
}
.header-content img {
  position: relative;
  z-index: 1;
}
.header-content a {
  color: inherit;
}
@media only screen and (max-width: 1099px) {
  .header-content .logo {
    margin-bottom: 20px;
    display: block;
  }
}

.level-0 {
  font-size: 14px;
}
@media only screen and (max-width: 1099px) {
  .level-0 {
    padding: 14px 0;
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  .level-0 + .level-0 {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1100px) {
  .level-0 > a.is-active {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .level-0 > a.is-active:before {
    opacity: 0.3;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1100px) {
  .level-0 > a {
    line-height: 89px;
    display: block;
    transition: color 300ms ease-in-out;
  }
  .level-0 > a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .level-0 > a:hover {
    font-weight: 700;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1100px) {
  .level-0:hover > a {
    font-weight: 700;
    text-decoration: none;
  }
}

.has-child > a {
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .has-child > a {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .has-child > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms ease;
  }
}
@media only screen and (min-width: 1100px) {
  .has-child:hover > a:before {
    opacity: 0.3;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1100px) {
  .has-child:hover .submenu {
    display: block;
    animation: travel_fadeInUp 0.2s;
  }
}
@media only screen and (max-width: 1099px) {
  .has-child-toggle {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    right: 0;
    top: 8px;
    cursor: pointer;
  }
  .has-child-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
}
@media only screen and (max-width: 1099px) {
  .has-child.is-active .submenu {
    display: block;
  }
}
@media only screen and (max-width: 1099px) {
  .has-child.is-active .has-child-toggle:before {
    transform: rotate(180deg);
    margin-left: -7px;
    margin-top: -4px;
  }
}

@media only screen and (max-width: 1099px) {
  .submenu {
    display: none;
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .submenu {
    display: none;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 4px 6px 10px 0 rgba(44, 46, 101, 0.43);
    padding: 20px 30px;
    color: #212121;
    font-size: 14px;
    position: absolute;
  }
}
@media only screen and (max-width: 1099px) {
  .submenu li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .submenu li {
    padding: 8px 0 7px 0;
    border-bottom: 1px dashed #c4bec7;
  }
}

.hamburger {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}

.header-login-link {
  position: relative;
}
.header-login-link.is-active .login-form {
  display: block;
  animation: travel_fadeInUp 0.2s;
}

.login-form {
  position: absolute;
  background: #ffffff;
  top: 100%;
  right: 0;
  z-index: 3;
  margin-top: 30px;
  display: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  min-width: 300px;
}
@media (min-width: 768px) {
  .login-form {
    right: -40px;
  }
}
.login-form:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 17px 11.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 70px;
  top: -17px;
}
@media (min-width: 576px) {
  .login-form {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .login-form {
    min-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .login-form-content {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .login-form-content {
    padding: 40px 80px 30px 80px;
  }
}
.login-form-top {
  border-bottom: 1px solid #EBF0F7;
}
@media (max-width: 767.98px) {
  .login-form-top {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .login-form-top {
    padding: 28px 80px;
  }
}
.login-form-top h4 {
  color: #212121;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.login-form-bottom {
  font-size: 14px;
  color: #2c2e65;
  border-top: 1px solid #EBF0F7;
  padding: 14px 0 15px 0;
}
.login-form-bottom p {
  margin: 0;
  line-height: 20px;
  font-size: inherit;
}
.login-form .form-control {
  border-color: #EBF0F7;
  padding-right: 60px;
  text-transform: uppercase;
}
.login-form .form-group {
  position: relative;
}
.login-form .form-group .icon {
  color: #EBF0F7;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 14px;
  font-size: 20px;
}
.login-form .checkbox-btn {
  color: #9595a3;
}
.login-form a:not(.btn) {
  color: #4a67bc;
  text-decoration: underline;
}
.login-form a:not(.btn):hover {
  text-decoration: none;
}

/*
==================================================
  .app-footer
==================================================
*/
.idea {
  text-decoration: none;
  margin-left: 12px;
}
.idea svg {
  position: relative;
  top: -2px;
}
.idea svg path {
  fill: #fff;
}
.idea:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.6) 30%, white 50%, rgba(225, 255, 255, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.footer-top {
  color: #343545;
  background: #f9f9fe;
  padding: 46px 0 52px 0;
}
.footer-top a:noth(.btn) {
  color: inherit;
}
.footer-top h3,
.footer-top h4 {
  color: #2c2e65;
}
.footer-top h4 {
  margin-bottom: 12px;
}
.footer-top p {
  font-size: 16px;
  line-height: 22px;
}
.footer-top .catalog {
  margin-top: 30px;
}
.footer-top .catalog img {
  display: block;
  margin-bottom: 13px;
}
.footer-top .catalog a {
  text-decoration: underline;
}
.footer-top .catalog a:hover {
  text-decoration: none;
}
.footer-top .footer-links {
  margin-top: 35px;
}
.footer-top .footer-links li + li {
  margin-top: 12px;
}
.footer-bottom {
  background-color: #e83f44;
  color: #ffffff;
  padding: 32px 0 28px 0;
}
.footer-bottom a {
  color: inherit;
}
.footer-bottom .copy {
  font-size: 13px;
  line-height: 20px;
}
.footer-bottom .copy a {
  text-decoration: underline;
}

.footer-fb {
  font-size: 14px;
  color: #1f1c20;
}
.footer-fb:hover {
  text-decoration: none;
}
.footer-fb .icon {
  font-size: 26px;
  margin-left: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 200ms cubic-bezier(0, 0.63, 0.7, 1.18);
  font-size: 12px;
  /*
  ==================================================
    &-default
  ==================================================
  */
  /*
  ==================================================
    &-primary
  ==================================================
  */
  /*
  ==================================================
    &-secondary
  ==================================================
  */
  /*
  ==================================================
    &-teztour
  ==================================================
  */
  /*
  ==================================================
    &-xs
  ==================================================
  */
  /*
  ==================================================
    &-sm
  ==================================================
  */
  /*
  ==================================================
    &-md
  ==================================================
  */
  /*
  ==================================================
    &-lg
  ==================================================
  */
  /*
  ==================================================
    &-checkout
  ==================================================
  */
  /*
  ==================================================
    &-block
  ==================================================
  */
  /*
  ==================================================
    &-grid
  ==================================================
  */
  /*
  ==================================================
    &-faq-collapse
  ==================================================
  */
  /*
  ==================================================
    &-filter-close
  ==================================================
  */
  /*
  ==================================================
    &-fil
  ==================================================
  */
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  outline: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: disabled;
  opacity: 0.65;
  box-shadow: none;
  pointer-events: none;
}
.btn.loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.btn.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" fill="#06f"><path d="M.87 25C.87 38.327 11.673 49.13 25 49.13c13.327 0 24.13-10.803 24.13-24.13C49.13 11.672 38.328.87 25 .87a1.25 1.25 0 0 0 0 2.5c11.947 0 21.63 9.683 21.63 21.63S36.947 46.63 25 46.63 3.37 36.947 3.37 25a1.25 1.25 0 0 0-2.5 0z"/></svg>');
  animation: d 0.75s ease-in-out infinite alternate;
  z-index: 999;
}
.btn-default {
  border-color: red;
  color: red;
  background: transparent;
}
.btn-default:hover, .btn-default:focus {
  border-color: red;
  color: red;
}
.btn-primary {
  border-color: #4a67bc;
  color: #ffffff;
  background: #4a67bc;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #405cad;
  color: #ffffff;
  background: #405cad;
}
.btn-secondary {
  border-color: #e83f44;
  color: #ffffff;
  background: #e83f44;
}
.btn-secondary:hover, .btn-secondary:focus {
  border-color: #e5282e;
  color: #ffffff;
  background: #e5282e;
}
.btn-teztour {
  border-color: #0072bc;
  color: #ffffff;
  background: #0072bc;
}
.btn-teztour:hover, .btn-teztour:focus {
  border-color: #0063a3;
  color: #ffffff;
  background: #0063a3;
}
.btn-xs {
  padding: 12px 25px;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  border-radius: 20px;
}
.btn-sm {
  padding: 12px 25px;
  font-size: 18px;
  line-height: 1;
  height: 44px;
  border-radius: 22px;
}
.btn-md {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1;
  height: 54px;
  border-radius: 27px;
}
.btn-lg {
  padding: 25px 70px;
  font-size: 18px;
  line-height: 1;
  border-radius: 35px;
}
.btn-checkout {
  padding: 10px 34px 10px 54px;
  font-size: 18px;
  line-height: 20px;
  border-radius: 20px;
  position: relative;
}
.btn-checkout span {
  vertical-align: middle;
}
.btn-checkout .icon {
  vertical-align: middle;
  margin-left: 10px;
}
.btn-checkout-change {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  line-height: 18px;
  border-radius: 17px;
  color: #e83f44;
}
.btn-payment-collapse {
  position: relative;
  display: flex;
  align-items: center;
  color: #9595a3;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(193, 184, 197, 0.47);
}
@media (max-width: 767.98px) {
  .btn-payment-collapse {
    font-size: 14px;
    padding: 18px 44px 18px 32px;
    min-height: 78px;
  }
}
@media (min-width: 768px) {
  .btn-payment-collapse {
    font-size: 18px;
    padding: 24px 78px 24px 32px;
    min-height: 90px;
  }
}
.btn-payment-collapse:hover {
  color: #212121;
}
@media (max-width: 767.98px) {
  .btn-payment-collapse span {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .btn-payment-collapse img {
    max-height: 30px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .btn-payment-collapse img {
    max-height: 41px;
    margin-left: 20px;
  }
}
.btn-payment-collapse .icon {
  position: absolute;
  color: #9595a3;
}
@media (max-width: 767.98px) {
  .btn-payment-collapse .icon {
    font-size: 22px;
    right: 10px;
    top: 29px;
  }
}
@media (min-width: 768px) {
  .btn-payment-collapse .icon {
    font-size: 28px;
    top: 31px;
    right: 26px;
  }
}
.btn-payment-collapse[aria-expanded=true] {
  color: #212121;
}
.btn-payment-collapse[aria-expanded=true] .icon {
  color: #e83f44;
  transform: rotate(90deg);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-grid {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #c4bec7;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  position: relative;
  display: block;
}
.btn-grid .icon {
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-grid.active {
  border-color: #e83f44;
  background-color: #e83f44;
  color: #ffffff;
}
.btn-faq-collapse {
  font-weight: 700;
  text-transform: uppercase;
  color: #2c2e65;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-faq-collapse {
    padding: 16px 24px 16px 54px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .btn-faq-collapse {
    padding: 32px 24px 32px 92px;
    font-size: 20px;
  }
}
.btn-faq-collapse-icon {
  display: block;
  border: 1px solid #c4bec7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-faq-collapse-icon {
    width: 38px;
    height: 32px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .btn-faq-collapse-icon {
    width: 58px;
    height: 52px;
    border-radius: 8px;
  }
}
.btn-faq-collapse-icon span {
  position: absolute;
  transition: 300ms;
  background: #c4bec7;
}
@media (max-width: 767.98px) {
  .btn-faq-collapse-icon span:first-child {
    top: 15px;
    bottom: 13px;
    width: 16px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .btn-faq-collapse-icon span:first-child {
    top: 25px;
    bottom: 23px;
    width: 25px;
    left: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn-faq-collapse-icon span:last-child {
    left: 17px;
    right: 17px;
    height: 16px;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .btn-faq-collapse-icon span:last-child {
    left: 27px;
    right: 27px;
    height: 25px;
    top: 13px;
  }
}
.btn-faq-collapse[aria-expanded=true] .btn-faq-collapse-icon {
  border-color: #2b2f62;
}
.btn-faq-collapse[aria-expanded=true] .btn-faq-collapse-icon span {
  transform: rotate(180deg);
  background: #2b2f62;
}
@media (max-width: 767.98px) {
  .btn-faq-collapse[aria-expanded=true] .btn-faq-collapse-icon span:last-child {
    left: 34px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .btn-faq-collapse[aria-expanded=true] .btn-faq-collapse-icon span:last-child {
    left: 34px;
    right: 25px;
  }
}
.btn-close-filter {
  position: fixed;
  border: 0;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: #4a67bc;
  color: #ffffff;
  font-size: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
}
.btn-close-filter .icon {
  display: block;
}
.btn-close-modal {
  border-radius: 50%;
  background-color: #4a67bc;
  color: #ffffff;
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.btn-close-modal .icon {
  display: block;
}

@keyframes d {
  0% {
    -webkit-transform: rotate(460deg);
    -o-transform: rotate(460deg);
    transform: rotate(460deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    -o-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  transition: all 300ms ease-in;
  text-decoration: none;
}
a .icon,
a span {
  vertical-align: middle;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 65px;
  }
}

h2 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

h3 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 46px;
  }
}

h4 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  /*   @include media-breakpoint-up(md) {
    font-size: 16px;
    line-height: 30px;
  } */
}
p.small {
  font-size: 14px;
  line-height: 20px;
}
p.xsmall {
  font-size: 12px;
  line-height: 16px;
}

.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    line-height: 34px;
  }
}

.wysiwyg h2:not([class]),
.wysiwyg h3:not([class]),
.wysiwyg h4:not([class]),
.wysiwyg h5:not([class]),
.wysiwyg h6:not([class]) {
  margin: 1em 0 0.8em 0;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 26px;
}
.wysiwyg blockquote {
  color: #212121;
  position: relative;
  padding-left: 30px;
}
.wysiwyg blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("../images/svg-icons/quotes.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
}
.wysiwyg ul {
  margin: 20px 0;
  padding: 0;
}
.wysiwyg ul > li {
  padding-left: 18px;
}
.wysiwyg ul > li + li {
  margin-top: 14px;
}
.wysiwyg ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e83f44;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
}
.wysiwyg ul > li {
  list-style-type: none;
  font-size: 14px;
  line-height: 26px;
  position: relative;
}
.wysiwyg .tick {
  margin: 20px 0;
  padding: 0;
}
.wysiwyg .tick > li {
  padding-left: 24px;
}
.wysiwyg .tick > li + li {
  margin-top: 14px;
}
.wysiwyg .tick > li:before {
  position: absolute;
  left: 0;
  color: #4a67bc;
  top: 3px;
}
.wysiwyg .tick > li {
  list-style-type: none;
  font-size: 14px;
  line-height: 26px;
  position: relative;
}
.wysiwyg .number {
  margin: 20px 0;
  padding: 0;
  counter-reset: list;
}
.wysiwyg .number > li {
  padding-left: 20px;
  list-style-type: none;
}
.wysiwyg .number > li + li {
  margin-top: 14px;
}
.wysiwyg .number > li:before {
  counter-increment: list;
  content: counters(list, ".") ".";
  color: #4a67bc;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.wysiwyg .number > li {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.wysiwyg .table-responsive {
  overflow: auto;
  min-height: 0.01%;
  margin: 20px 0;
}
.wysiwyg .table-responsive table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.wysiwyg .table-responsive table td {
  padding: 12px 20px;
  border-top: 1px solid #c4bec7;
  border-bottom: 1px solid #c4bec7;
}
.wysiwyg .table-responsive table td p {
  margin: 0;
  line-height: normal;
}
.wysiwyg .table-responsive table th {
  border-top: 1px solid #c4bec7;
  border-bottom: 1px solid #c4bec7;
  padding: 12px 20px;
  font-weight: 700;
  color: #54545f;
}

/* 
.simple-content {
  color: $gray-6;
  h4 {
    margin: 30px 0 30px 0;
    @include bp(max-width,$screen-sm - 1) {
      margin: 20px 0;
    }
  }
  h1 {
    margin-bottom: 0.6em;
  }
  h2,
  h3,
  h5,
  h6 {
    color: $gray-3;
    &:not([class]) {
      margin: 1em 0 0.8em 0;
    }
  }
  h4 {
    &:not([class]) {
      margin: 1.4em 0 0.8em 0;
    }
  }
  ul {
    margin: 20px 0;
    padding: 0;
    &:not([class]) {
      > li {
        padding-left: 18px;
        + li {
          margin-top: 14px;
        }
        &:before {
          content: '';
          width: 6px;
          height: 6px;
          background: $brand-blue;
          position: absolute;
          left: 0;
          top: 10px;
          border-radius: 100%;
        }
      }
    }
    > li {
      list-style-type: none;
      font-size: 16px;
      line-height: 24px;
      position: relative;
    }
  }
  ol {
    margin: 20px 0;
    padding: 0;
    counter-reset: list;
    &:not([class]) {
      > li {
        padding-left: 20px;
        list-style-type: none;
        + li {
          margin-top: 14px;
        }
        &:before {
          counter-increment: list;
          content: counters(list, ".") "."; 
          color: $brand-blue;
          position: absolute;
          left: 0;
          font-weight: 700;
        }
      }
    }
    > li {
      list-style-type: none;
      font-size: 16px;
      line-height: 24px;
      position: relative;
    }
  }
  hr {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 40px 0 39px 0;
  }
  blockquote {
    margin: 20px 0;
    background: #f6f6f6;
    border-left: 2px solid $brand-blue;
    padding: 40px 32px;
    p {
      margin: 0;
    }
  }
}
 */
/* .table-responsive {
  overflow: auto;
  min-height: 0.01%;
  margin: 20px 0;
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    td {
      padding: 12px 20px;
      border-top: 1px solid $gray-bg-1;
      border-bottom: 1px solid $gray-bg-1;
      p {
        margin: 0;
        line-height: normal;
      }
    }
    th {
      border-top: 1px solid $brand-blue;
      border-bottom: 1px solid $brand-blue;
      padding: 12px 20px;
      font-weight: 700;
      color: $gray-3;
    }
  }
}
 */
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  border-radius: 0;
}

:focus {
  outline: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #212121;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4bec7;
  border-radius: 5px;
  transition: all ease-in-out 0.15s;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
}
.form-control::-moz-placeholder {
  color: #c4bec7;
  letter-spacing: 0.9px;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c4bec7;
  letter-spacing: 0.9px;
}
.form-control::-webkit-input-placeholder {
  color: #c4bec7;
  letter-spacing: 0.9px;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 575.98px) {
  .form-control {
    font-size: 16px;
  }
}

p.form-success,
p.form-error {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group > label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  color: #212121;
}
.form-group textarea {
  resize: none;
  height: auto;
}
.form-group .error {
  color: #df1f3f;
  font-size: 13px;
  margin-top: 7px;
}

.with-tooltip {
  position: relative;
  padding-right: 40px;
}
.with-tooltip .icon-info {
  position: absolute;
  right: 0;
  top: 0;
  color: #e83f44;
  font-size: 29px;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

/* .form-radio {
  label {
    position: relative;
    margin: 0;
    padding-left: 30px;
  }
  .text {
    font-size: 16px;
    color: #999;
    font-weight: 700;
  }
  input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    &:checked ~ {
      .indicator:after {
        transform: scale(1);
      }
      .indicator + .text {
        color: #333;
      }
    }
  }
  .indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 100%;
    &:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #000;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      transform: scale(0);
      display: block;
      position: absolute;
      transition: all 300ms ease;
    }
  }
}
 */
.checkbox-btn label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-btn input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-btn input[type=checkbox]:checked ~ .checkbox-btn-i:after {
  transform: scale(1);
}
.checkbox-btn-i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #EBF0F7;
  background-color: #ffffff;
  border-radius: 3px;
}
.checkbox-btn-i:after {
  color: #4a67bc;
  left: 5px;
  top: -2px;
  font-size: 17px;
  transform: scale(0);
  display: block;
  position: absolute;
  transition: all 300ms ease;
}

.radio-btn label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}
.radio-btn input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-btn input[type=radio]:checked ~ .radio-btn-i:after {
  transform: scale(1);
}
.radio-btn-i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #c4bec7;
  background-color: #ffffff;
  border-radius: 50%;
}
.radio-btn-i:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2b2f62;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  transform: scale(0);
  display: block;
  position: absolute;
  border-radius: 50%;
  transition: all 300ms ease;
}

.form-inline .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.form-inline .form-group {
  padding-left: 7px;
  padding-right: 7px;
}
@media (max-width: 575.98px) {
  .form-inline .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.with-datepicker {
  position: relative;
}
.with-datepicker .icon-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #c4bec7;
  pointer-events: none;
}

.form-group .select2 {
  width: 100% !important;
}

.ui-datepicker {
  border: 1px solid #c4bec7;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.ui-datepicker .ui-state-disabled {
  opacity: 0.4;
}
.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #212121;
}
.ui-datepicker .ui-datepicker-today {
  font-weight: 700;
}
.ui-datepicker .ui-state-active {
  font-weight: 700;
  color: #e83f44;
}
.ui-datepicker .ui-state-default {
  color: #e83f44;
}
.ui-datepicker-header {
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e83f44;
}
.ui-datepicker-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.ui-datepicker-calendar {
  background: #ffffff;
}
.ui-datepicker-calendar td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.ui-datepicker-calendar th {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.ui-datepicker-prev {
  margin-right: auto;
  padding: 10px 16px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ui-datepicker-prev:hover {
  color: #000;
}
.ui-datepicker-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  display: block;
}
.ui-datepicker-prev .ui-icon {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-datepicker-next {
  margin-left: auto;
  padding: 10px 16px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.ui-datepicker-next:hover {
  color: #000;
}
.ui-datepicker-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
}
.ui-datepicker-next .ui-icon {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.datepicker-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.select-custom-placeholder {
  display: block;
  width: 100%;
  height: 44px;
  padding: 13px 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #c4bec7;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #c4bec7;
  border-radius: 5px;
  letter-spacing: 0.9px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.select-custom-placeholder:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #c4bec7 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}
.select-custom-content {
  border: 1px solid #c4bec7;
  border-top: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -2px;
  padding: 18px 14px;
  display: none;
}
.select-custom-content > .d-flex + .d-flex {
  margin-top: 10px;
}

.with-select-custom {
  position: relative;
}

.is-active .select-custom-placeholder:after {
  transform: rotate(180deg);
  margin-top: -2px;
}
.is-active .select-custom-content {
  display: block;
  animation: travel_fadeInUp 0.2s;
}

.increase-input {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.increase-input button {
  border: 1px solid #e83f44;
  color: #c4bec7;
  width: 28px;
  height: 14px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
}
.increase-input button span {
  display: block;
  position: absolute;
  pointer-events: none;
}
.increase-input input {
  border: 0;
  max-width: 24px;
  text-align: center;
  color: #c4bec7;
  pointer-events: none;
}
.increase-input-title {
  font-size: 12px;
  color: #c4bec7;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.increase-input .btn-dec[disabled] {
  opacity: 0.4;
}
.increase-input .btn-dec span {
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #c4bec7;
  transform: translate(-50%, -50%);
}
.increase-input .btn-inc[disabled] {
  opacity: 0.4;
}
.increase-input .btn-inc span {
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #c4bec7;
  transform: translate(-50%, -50%);
}
.increase-input .btn-inc span:before {
  content: "";
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  background: #c4bec7;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}

.form-group-newsletter {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .form-group-newsletter {
    flex-wrap: wrap;
  }
}

.form-control-newsletter {
  flex: 1;
  border: 1px solid #FF878E;
  background-color: transparent;
  color: #ffffff;
  height: 56px;
  padding: 12px 40px;
}
@media (max-width: 575.98px) {
  .form-control-newsletter {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (min-width: 576px) {
  .form-control-newsletter {
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.form-control-newsletter:focus {
  border-color: #FF878E;
  box-shadow: none;
  outline: none;
}
.form-control-newsletter::-moz-placeholder {
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .form-control-newsletter::-moz-placeholder {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .form-control-newsletter::-moz-placeholder {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.form-control-newsletter:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .form-control-newsletter:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .form-control-newsletter:-ms-input-placeholder {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.form-control-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .form-control-newsletter::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .form-control-newsletter::-webkit-input-placeholder {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.btn-newsletter {
  background-color: transparent;
  border: 1px solid #FF878E;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  padding: 7px 20px;
}
@media (max-width: 575.98px) {
  .btn-newsletter {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .btn-newsletter {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
  }
}
@media (min-width: 576px) {
  .btn-newsletter:before {
    content: "";
    width: 2px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #ffffff;
    opacity: 0.3;
  }
}

#global-checkout-error:not(:empty) {
  background: #ffd400;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
  margin-bottom: 1em;
  font-size: 14px;
  color: black;
  font-weight: 700;
  position: relative;
}
#global-checkout-error:not(:empty):before {
  position: absolute;
  left: 20px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
}

/*
==================================================
  Card offer
==================================================
*/
.card-offer {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.card-offer:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.card-offer-image {
  overflow: hidden;
}
.card-offer-image img {
  width: 100%;
  transition: all 300ms ease;
}
.card-offer-text {
  color: #ffffff;
  background: #e83f44;
  padding: 20px 22px;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -4px;
  position: relative;
  z-index: 1;
  flex: auto;
}
.card-offer-text p {
  margin-bottom: 0;
  font-size: inherit;
}
.card-offer-text h4 {
  font-size: inherit;
}
.card-offer-label {
  font-size: 27px;
  font-weight: 700;
  color: #e83f44;
  background-color: #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  left: -76px;
  right: 0;
  top: -12px;
  padding: 0 40px 0 55px;
  display: flex;
  align-items: center;
  height: 46px;
  z-index: 3;
}
.card-offer-label-sm {
  font-size: 18px;
  font-weight: 600;
}
.card-offer-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/*
==================================================
  Card offer best
==================================================
*/
.card-offer-best {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.card-offer-best:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.card-offer-best-image {
  overflow: hidden;
}
.card-offer-best-image img {
  width: 100%;
  transition: all 300ms ease;
}
.card-offer-best-text {
  color: #2c2e65;
  padding: 15px;
  flex: auto;
}
.card-offer-best-text h5 {
  font-size: 16px;
  line-height: 20px;
}
.card-offer-best-label {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #e83f44;
  padding: 15px;
}
.card-offer-best-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .pos-1 .card-offer-best-image,
.pos-1 .card-teztour-image {
    border-top-left-radius: 10px;
  }
}

@media (min-width: 768px) {
  .pos-3 .card-offer-best-image,
.pos-3 .card-teztour-image {
    border-top-right-radius: 10px;
  }
}

/*
==================================================
  Card Teztour
==================================================
*/
.card-teztour {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card-teztour:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.card-teztour:hover .card-teztour-price {
  padding-right: 20px;
}
.card-teztour-image {
  overflow: hidden;
}
.card-teztour-image img {
  width: 100%;
  transition: all 300ms ease;
}
.card-teztour-text {
  color: #ffffff;
  background: #0072bc;
  padding: 12px 23px 17px;
  flex: auto;
  position: relative;
}
.card-teztour-text h5 {
  font-size: 16px;
  line-height: 20px;
}
.card-teztour-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.card-teztour-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.card-teztour-price {
  font-size: 18px;
  line-height: 24px;
  margin-right: auto;
  text-align: right;
  font-weight: 700;
  padding: 10px 14px 10px;
  position: absolute;
  right: 0;
  display: flex;
  bottom: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
  align-items: center;
  background-color: #0072bc;
  transition: padding 300ms ease;
  /*     &:after {
  	    content: '';
  	    height: 100%;
  	    width: 8px;
  	    border-radius: 0px 3px 3px 0;
  	    position: absolute;
  	    right: -8px;
  	    top: 2px;
  	    background: darken($cerulean,10%);
  	    z-index: 99;
  } */
}
.card-teztour-price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
.card-teztour-about {
  flex: 1;
}

/*
==================================================
  Card news
==================================================
*/
.card-news {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card-news:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.card-news-image {
  overflow: hidden;
}
.card-news-image img {
  width: 100%;
  transition: all 300ms ease;
}
.card-news-content {
  padding: 20px 25px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: auto;
  display: flex;
  flex-direction: column;
}
.card-news-content h4 {
  color: #2c2e65;
  line-height: 1.2;
}
.card-news-content p {
  font-size: 14px;
  line-height: 1.43;
}
.card-news-readmore {
  text-align: right;
  font-size: 12px;
  margin-top: auto;
}
.card-news-readmore a {
  color: #e83f44;
  text-decoration: underline;
}
.card-news-readmore a:hover {
  text-decoration: none;
}
.card-news-cat {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 6px;
}
.card-news-date {
  background: #e83f44;
  color: #ffffff;
  position: absolute;
  border-top-left-radius: 10px;
  left: 0;
  top: 0;
  width: 58px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 6px 0;
}
.card-news-date span {
  font-size: 11px;
  text-transform: none;
}
.card-news-list-title {
  text-transform: uppercase;
  color: #2c2e65;
  margin-bottom: 15px;
}
.card-news-list-date {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: inline-flex;
  margin-bottom: 18px;
}
.card-news-list-date .wrap {
  background-color: #4a67bc;
  padding: 9px 14px;
  border-radius: 4px;
}
.card-news-list-content {
  padding: 28px 0;
  color: #9595a3;
}
.card-news-list-content p:last-of-type {
  margin-bottom: 0;
}
.card-news img {
  width: 100%;
}

/*
==================================================
  Card testimonial
==================================================
*/
@media (max-width: 575.98px) {
  .card-testimonial {
    height: 100%;
  }
  .card-testimonial .row {
    height: 100%;
  }
}
.card-testimonial blockquote {
  color: #9595a3;
  border: 1px solid #A7A6A6;
  position: relative;
  margin: 0;
}
@media (max-width: 767.98px) {
  .card-testimonial blockquote {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .card-testimonial blockquote {
    max-width: 540px;
    padding: 36px 60px 16px 42px;
  }
}
@media (max-width: 767.98px) {
  .card-testimonial blockquote:after {
    margin-top: -20px;
  }
}
@media (min-width: 576px) {
  .card-testimonial blockquote:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 1px;
    background: #A7A6A6;
    display: block;
    right: -20%;
    left: 100%;
    transform: translateY(-50%);
  }
}
.card-testimonial blockquote p {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .card-testimonial blockquote p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .card-testimonial blockquote p {
    font-size: 14px;
    line-height: 18px;
  }
}
.card-testimonial blockquote p:last-of-type {
  margin-bottom: 0;
}
.card-testimonial-img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-testimonial-img {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .card-testimonial-img {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .card-testimonial-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .card-testimonial-icon {
    position: absolute;
    left: 33px;
    top: 40px;
    padding-top: 40px;
    z-index: 2;
    background-color: #ffffff;
  }
}
.card-testimonial-author {
  color: #1f1c20;
}
@media (max-width: 767.98px) {
  .card-testimonial-author {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .card-testimonial-author {
    margin-top: 10px;
    font-size: 16px;
  }
}
.card-testimonial-about {
  color: #9595a3;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card-testimonial-about {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .card-testimonial-about {
    max-width: 120px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-testimonial .box {
    padding-left: 30px;
  }
}

/*
==================================================
  Card tour
==================================================
*/
.card-tour {
  position: relative;
}
.card-tour-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.card-tour:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.card-tour-image {
  overflow: hidden;
  border-radius: 10px;
}
.card-tour-image img {
  width: 100%;
  transition: all 300ms ease;
}
.card-tour-content {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.card-tour-red .card-tour-content {
  background-color: rgba(232, 63, 68, 0.9);
  color: #ffffff;
}
.card-tour-blue .card-tour-content {
  background-color: #4a67bc;
  color: #ffffff;
}
.card-tour-sm h5 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.card-tour-sm .card-tour-content {
  padding: 15px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1023.98px) {
  .card-tour-md h5 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .card-tour-md h5 {
    font-size: 20px;
    font-weight: 600;
  }
}
.card-tour-md .card-tour-content {
  padding: 18px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1023.98px) {
  .card-tour-lg {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .card-tour-lg {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .card-tour-lg h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .card-tour-lg h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
.card-tour-lg p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-tour-lg .card-tour-image {
    position: relative;
    padding-bottom: 105.25%;
  }
  .card-tour-lg .card-tour-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
}
@media (min-width: 1088px) {
  .card-tour-lg .card-tour-image {
    padding-bottom: 107.25%;
  }
}
.card-tour-lg .card-tour-content {
  padding: 18px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}
.card-tour-lg .price-old {
  text-decoration: line-through;
}
.card-tour-lg .price-regular {
  font-weight: 700;
  font-size: 20px;
}

/*
==================================================
  Filter cards
==================================================
*/
.filter-card {
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  position: relative;
  transition: box-shadow 300ms ease;
}
.filter-card:hover {
  box-shadow: 0 0 5px 0 #4a67bc;
  border: solid 1px #4a67bc;
}
.filter-card-top {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .filter-card-top {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .filter-card-top .labels {
    margin-left: auto;
  }
}
.filter-card-top h5 {
  font-size: 17px;
  color: #2b2f62;
  font-weight: 700;
  margin-right: 12px;
}
@media (max-width: 575.98px) {
  .filter-card-top h5 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.filter-card-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.filter-card-image {
  border-radius: 10px;
  overflow: hidden;
}
.filter-card-image img {
  width: 100%;
}
.filter-card-icons {
  color: #333333;
  font-size: 10px;
  display: flex;
  align-items: center;
  margin: auto -6px 0 -6px;
}
.filter-card-icons .box {
  padding: 0 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-card-icons .box-icon {
  flex: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.filter-card-icons .icon {
  font-size: 28px;
  color: #4a67bc;
}
.filter-card-icons img {
  display: block;
  margin: 0 auto 8px auto;
}
.filter-card-details .date {
  font-size: 12px;
  color: #9595a3;
  margin-bottom: 0px;
}
.filter-card-details .price {
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.filter-card-details .regular {
  font-size: 24px;
  font-weight: 700;
  color: #e83f44;
  padding: 0 7px;
}
.filter-card-details .old {
  color: #212121;
  font-weight: 700;
  text-decoration: line-through;
}
@media (max-width: 575.98px) {
  .filter-card-details .left {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .filter-card-wrap + .filter-card-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .grid-active .filter-card-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-active .filter-card-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 18px;
  }
}
.grid-active .filter-card {
  padding: 20px 16px 25px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-active .filter-card-top {
  margin-bottom: 14px;
}
.grid-active .filter-card-top .label-left {
  display: none;
}
.grid-active .filter-card-content {
  flex: auto;
}
.grid-active .filter-card-details {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 20px 0;
}
@media (max-width: 575.98px) {
  .grid-active .filter-card-details {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .grid-active .filter-card-details .label-left {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .grid-active .filter-card-details .labels {
    margin-top: 4px;
  }
}
@media (min-width: 576px) {
  .grid-active .filter-card-details .labels {
    margin-left: auto;
  }
}
.grid-active .filter-card-details .label-sale {
  display: none;
}

.list-active .filter-card-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .list-active .filter-card-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .list-active .filter-card {
    padding: 58.25% 15px 15px 15px;
  }
}
@media (min-width: 576px) {
  .list-active .filter-card {
    padding: 15px 15px 15px 42%;
  }
}
.list-active .filter-card-top {
  margin-bottom: 26px;
  align-self: flex-start;
}
.list-active .filter-card-details {
  margin-bottom: 15px;
}
.list-active .filter-card-details .labels {
  display: none;
}
.list-active .filter-card-image {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .list-active .filter-card-image {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 576px) {
  .list-active .filter-card-image {
    left: 15px;
    top: 15px;
    bottom: 15px;
    max-width: calc(42% - 45px);
    overflow: hidden;
  }
}
.list-active .filter-card-image img {
  height: 100%;
  object-fit: cover;
}

.filter-grid .filter-card-icons {
  justify-content: start;
  font-size: 9px;
}
.filter-grid .filter-card-icons img {
  max-width: 20px;
}

/*
==================================================
  card-aside-offer
==================================================
*/
.card-aside-offer {
  position: relative;
  text-align: center;
}
.card-aside-offer-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card-aside-offer img {
  width: 100%;
}
.card-aside-offer h5 {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 6px 0;
}
.card-aside-offer .price {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-aside-offer .price span {
  font-size: 18px;
  font-weight: 700;
  color: #e83f44;
  padding-right: 4px;
}

/*
==================================================
  Section Checkout
==================================================
*/
@media only screen and (min-width: 1100px) {
  .section-checkout {
    padding-top: 149px;
  }
}
@media (max-width: 767.98px) {
  .section-checkout .container-big {
    padding-left: 0;
    padding-right: 0;
  }
}

.checkout-aside-box-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px;
  background-color: #e83f44;
  color: #ffffff;
}
@media (min-width: 768px) {
  .checkout-aside-box-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.checkout-aside-box-content {
  border: 1px solid #f4eff6;
  border-top: 0;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767.98px) {
  .checkout-aside-box-content {
    border-left: 0;
    border-right: 0;
  }
}
.checkout-aside-box-content.split {
  display: flex;
  align-items: center;
}
.checkout-aside-box-content.split p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
  color: #9595a3;
}
.checkout-aside-box-content.split p a {
  font-weight: 700;
  color: #212121;
  margin-bottom: 4px;
  display: block;
}
.checkout-aside-box-content .left {
  max-width: 60%;
  flex: 0 0 60%;
}
.checkout-aside-box-content .right {
  flex: 0 0 40%;
  max-width: 60%;
}
.checkout-aside-box-content .right p {
  text-align: center;
}
.checkout-aside-box-content .btn-xs {
  padding-left: 12px;
  padding-right: 12px;
}
.checkout-aside-box-content .additional {
  color: #4a67bc;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.checkout-aside-box-content .grand-totals {
  color: #4a67bc;
  font-size: 25px;
  font-weight: 700;
}
.checkout-aside-box + .checkout-aside-box {
  margin-top: 54px;
}

.checkout-aside-pricing {
  border-bottom: 1px solid #212121;
  margin-bottom: 8px;
  padding-bottom: 7px;
}
.checkout-aside-pricing h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #212121;
  margin-bottom: 8px;
  padding-bottom: 7px;
}
.checkout-aside-pricing p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #212121;
}
.checkout-aside-pricing .price {
  margin: 8px 0;
}
.checkout-aside-pricing .price .old {
  text-decoration: line-through;
}
.checkout-aside-totals p {
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0;
  color: #212121;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .checkout {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .checkout {
    padding-top: 120px;
  }
}
@media (max-width: 1023.98px) {
  .checkout-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .checkout-content {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .checkout-content-additional {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .checkout-content-additional {
    padding: 40px;
  }
}
@media (max-width: 1023.98px) {
  .checkout-aside {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .checkout-aside {
    flex: 0 0 30%;
    width: 30%;
    padding-left: 40px;
  }
}
.checkout-steps {
  position: relative;
}
@media (max-width: 767.98px) {
  .checkout-steps {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .checkout-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.checkout-steps:after {
  content: "";
  position: absolute;
  background: #c4bec7;
}
@media (max-width: 767.98px) {
  .checkout-steps:after {
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
  }
}
@media (min-width: 768px) {
  .checkout-steps:after {
    left: 73px;
    right: 73px;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 1px;
  }
}
.checkout-step {
  color: #9595a3;
  position: relative;
}
@media (max-width: 767.98px) {
  .checkout-step {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .checkout-step {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .checkout-step {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .checkout-step:first-child:before, .checkout-step:first-child:after {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .checkout-step:last-child:before, .checkout-step:last-child:after {
    top: auto;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .checkout-step:last-child:before, .checkout-step:last-child:after {
    right: 50%;
    transform: translateX(50%);
  }
  .checkout-step:last-child:after {
    margin-left: 6px;
  }
}
.checkout-step:before, .checkout-step:after {
  content: "";
  background: #9595a3;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .checkout-step:before, .checkout-step:after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 14px;
    left: -38px;
  }
}
@media (min-width: 768px) {
  .checkout-step:before, .checkout-step:after {
    width: 22px;
    height: 22px;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%);
  }
}
.checkout-step:after {
  opacity: 0;
}
.checkout-step.current {
  color: #2c2e65;
  font-weight: 700;
}
.checkout-step.current:after {
  border: 2px solid #ffffff;
  background-color: #4a67bc;
}
@media (min-width: 768px) {
  .checkout-step.current:after {
    width: 20px;
    height: 20px;
    opacity: 1;
    bottom: -38px;
  }
}
.checkout-step.current:before {
  background-color: #4a67bc;
}
@media (max-width: 767.98px) {
  .checkout-step.current:before {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) {
  .checkout-step.current:before {
    bottom: -41px;
    width: 26px;
    height: 26px;
  }
}
.checkout-select {
  background: #f9f9fe;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .checkout-select {
    margin-bottom: 22px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-select {
    margin-bottom: 58px;
    padding: 46px 44px;
    border-radius: 10px;
  }
}
.checkout-select .form-control {
  height: 32px;
  background: #f9f9fe;
  color: #c4bec7;
  letter-spacing: normal;
}
.checkout-select .form-control::-moz-placeholder {
  letter-spacing: normal;
}
.checkout-select .form-control:-ms-input-placeholder {
  letter-spacing: normal;
}
.checkout-select .form-control::-webkit-input-placeholder {
  letter-spacing: normal;
}
.checkout-select .select2-container {
  width: 100% !important;
}
.checkout-select .select2-container .select2-selection--single {
  background: #f9f9fe;
  height: 32px;
}
.checkout-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.checkout-select .select2-container .select2-selection--single .select2-selection__arrow {
  background-color: #e83f44;
  width: 31px;
  height: 31px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.checkout-select .select2-container .select2-selection--single .select2-selection__arrow:after {
  border-color: #ffffff transparent transparent;
  right: 10px;
}
.checkout-select .with-datepicker .icon-calendar {
  padding: 7px;
  right: 0;
  color: #ffffff;
  background-color: #e83f44;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.checkout-select-label {
  color: #94889a;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .checkout-select-col {
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .checkout-select-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
  }
}
.checkout-summary {
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767.98px) {
  .checkout-summary tr td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .checkout-summary tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.checkout-summary tr td:last-child {
  text-align: right;
}
@media (max-width: 767.98px) {
  .checkout-summary-totals {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .checkout-summary-totals {
    font-size: 20px;
  }
}
.checkout-tour-summary {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-content-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: #e83f44;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .checkout-content-title {
    padding: 12px 22px;
  }
}
@media (min-width: 768px) {
  .checkout-content-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px 32px;
  }
}
.checkout-content-title h4 {
  font-weight: 400;
}
.checkout-content-title .btn {
  margin-left: auto;
}
.checkout-content-body {
  border: 1px solid #f4eff6;
}
@media (max-width: 767.98px) {
  .checkout-content-body {
    padding: 20px 20px 40px 20px;
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .checkout-content-body {
    padding: 37px 32px 46px 32px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.checkout-content-body.checkout-payment {
  padding: 0;
  background-color: #f3f1f3;
}
.checkout-content-body h4 {
  margin-bottom: 12px;
}
.checkout-content-body .checkout-content-title h4 {
  margin-bottom: 0;
}
.checkout-content-body .checkbox-btn label {
  color: #9595a3;
  font-size: 17px;
  padding-left: 42px;
}
.checkout-content-body .checkbox-btn-i {
  width: 30px;
  height: 28px;
}
.checkout-content-body .checkbox-btn-i:after {
  font-size: 24px;
  left: 6px;
  top: -4px;
}
.checkout-content-body .form-control {
  height: 38px;
  font-size: 18px;
  padding: 0 20px;
  color: #94889a;
}
.checkout-content-body .form-control::-moz-placeholder {
  color: #94889a;
  letter-spacing: normal;
  opacity: 1;
}
.checkout-content-body .form-control:-ms-input-placeholder {
  color: #94889a;
  letter-spacing: normal;
}
.checkout-content-body .form-control::-webkit-input-placeholder {
  color: #94889a;
  letter-spacing: normal;
}
.checkout-content-body textarea.form-control {
  height: auto;
  padding: 20px;
}
.checkout-content-body .select2-container {
  width: 100% !important;
}
.checkout-content-body .select2-container .checkout-inner-select2 {
  height: 38px;
}
.checkout-content-body .select2-container .checkout-inner-select2 .select2-selection__rendered {
  line-height: 38px;
}
.checkout-content-body .select2-container .checkout-inner-select2 .select2-selection__arrow {
  width: 37px;
  height: 37px;
}
.checkout-content-body .select2-container .checkout-inner-select2 .select2-selection__placeholder {
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  color: #94889a;
}
.checkout-content-body .fieldset {
  margin: 0 -22px;
  position: relative;
}
.checkout-content-body .fieldset + .fieldset {
  margin-top: 50px;
}
.checkout-content-body .fieldset + .fieldset:before {
  content: "";
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  position: absolute;
  left: 22px;
  right: 22px;
  top: -24px;
}
.checkout-content-body .fieldset .fieldset-col {
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767.98px) {
  .checkout-content-body .fieldset .fieldset-col {
    width: 100%;
  }
}
.checkout-content-body .fieldset .fieldset-col-full {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-content-body .fieldset .fieldset-col-1 {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
@media (min-width: 768px) {
  .checkout-content-body .fieldset .fieldset-col-2 {
    flex: 0 0 63%;
    max-width: 63%;
  }
}
.checkout-content-body .filter-card-top .label {
  margin-left: 20px;
}
.checkout-content-body .row-summary {
  margin-top: 40px;
}
.checkout-content-body .checkout-content-additional h5 {
  color: #2c2e65;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.checkout-content-body .checkout-content-additional .checkbox-btn label {
  font-size: 14px;
  line-height: 16px;
  padding-left: 30px;
}
.checkout-content-body .checkout-content-additional .checkbox-btn label strong {
  color: #212121;
}
.checkout-content-body .checkout-content-additional .checkbox-btn-i {
  width: 16px;
  height: 16px;
}
.checkout-content-body .checkout-content-additional .checkbox-btn-i:after {
  font-size: 14px;
  left: 3px;
  top: -3px;
}
.checkout-content-box + .checkout-content-box {
  margin-top: 62px;
}
.checkout-content-box .checkout-content-box + .checkout-content-box {
  margin-top: 12px;
}
.checkout-content-actions {
  text-align: right;
}
@media (max-width: 767.98px) {
  .checkout-content-actions {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .checkout-content-actions {
    padding-top: 62px;
  }
}

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

.cart-item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .cart-item-content {
    flex: 1;
    padding-left: 13px;
  }
}
.cart-item-content .special-offer {
  margin-top: 14px;
}
@media (max-width: 575.98px) {
  .cart-item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .cart-item-image img {
    width: 100%;
  }
}

.payment-collapse-body {
  background-color: #f3f1f3;
  padding: 37px 32px 46px;
}
.payment-collapse-body p {
  font-size: 16px;
  line-height: 20px;
}
.payment-collapse-body .btn {
  margin-top: 20px;
}
.payment-collapse + .payment-collapse {
  margin-top: 6px;
}

.checkout.user-zone {
  padding-top: 0;
}
.checkout.user-zone input[readonly] {
  opacity: 0.5;
  pointer-events: none;
  background: #f4eff6;
}

.user-travels {
  font-size: 20px;
}
.user-travels-no {
  font-weight: 700;
  margin-bottom: 4px;
}
.user-travels-date {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .user-travels-price {
    display: flex;
  }
  .user-travels-price .price {
    margin-left: auto;
  }
}
.user-travels-price .price {
  font-weight: 700;
  color: #e83f44;
}
.user-travels li {
  border-bottom: 1px solid #e83f44;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.block-loading {
  position: relative;
}
.block-loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
  pointer-events: none;
}
.block-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url("../images/spinner.gif");
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.checkout-success p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #4a67bc;
  margin: 0 0 35px 0;
}

/*
==================================================
  About us page.
==================================================
*/
.section-about + .section-contact-form {
  padding-top: 0;
}

.about-us-text {
  color: #94889a;
}
.about-us-text dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-us-text dl dt {
  color: #333333;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 8px;
}
.about-us-text dl dd {
  color: #9595a3;
  flex: 0 0 80%;
  max-width: 80%;
  margin-bottom: 0;
  margin-bottom: 8px;
}
.about-us-text p {
  font-size: 14px;
  line-height: 24px;
}

.about-us-heading h2 {
  color: #2c2e65;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #c4bec7;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.contact-form h4 {
  color: #2c2e65;
  font-size: 20px;
  margin-bottom: 8px;
}
.contact-form p {
  font-size: 18px;
  line-height: 24px;
  color: #9595a3;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .contact-text {
    margin-top: 30px;
  }
}
.contact-text h4 {
  color: #e83f44;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-text ul {
  font-size: 20px;
  color: #9595a3;
}
.contact-text ul li + li {
  margin-top: 8px;
}
.contact-text ul a {
  color: #9595a3;
  vertical-align: middle;
}
.contact-text ul a:hover {
  text-decoration: underline;
}
.contact-text ul .icon {
  width: 28px;
}
.contact-text ul .icon-mail {
  font-size: 16px;
}

/*
==================================================
	Contacts page.
==================================================
*/
.gmap-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gmap-wrap {
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .gmap-wrap {
    padding-top: 40.34%;
  }
}
.gmap-wrap-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.gmap-wrap #gmap {
  width: 100%;
  height: 100%;
}

/*
==================================================
  Cms with aside page
==================================================
*/
.cms {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .cms-content {
    width: 100%;
    order: 0;
  }
}
@media (min-width: 1024px) {
  .cms-content {
    flex: 0 0 58%;
    width: 58%;
  }
}
@media (max-width: 1023.98px) {
  .cms-aside {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .cms-aside {
    flex: 0 0 42%;
    width: 42%;
    padding-right: 64px;
  }
}
.cms-aside-box {
  border: 1px solid #9595a2;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .cms-aside-box {
    padding: 30px 24px;
  }
}
@media (min-width: 768px) {
  .cms-aside-box {
    padding: 40px 44px;
  }
}
.cms-aside-box h4 {
  color: #2c2e65;
}
@media (max-width: 767.98px) {
  .cms-aside-box h4 {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .cms-aside-box h4 {
    margin-bottom: 46px;
  }
}
.cms-aside-links {
  color: #2c2e65;
}
@media (max-width: 767.98px) {
  .cms-aside-links {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .cms-aside-links {
    font-size: 18px;
  }
}
.cms-aside-links li {
  position: relative;
  padding-left: 26px;
}
@media (max-width: 767.98px) {
  .cms-aside-links li + li {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .cms-aside-links li + li {
    margin-top: 32px;
  }
}
.cms-aside-links .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: #94889a;
}
.cms-aside-links a {
  color: #2c2e65;
}
.cms-aside-links .current {
  font-weight: 700;
}
.cms-aside-links .current .icon {
  color: #2c2e65;
}

@media (max-width: 767.98px) {
  .faq-box {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .faq-box {
    margin-top: 40px;
  }
}
.faq-item {
  border-bottom: 1px solid #c4bec7;
}

/*
==================================================
  Bus trip page
==================================================
*/
@media (max-width: 1023.98px) {
  .bus-trip {
    margin-bottom: 40px;
  }
}
.bus-trip-title {
  font-weight: 700;
  color: #ffffff;
  background: #e83f44;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bus-trip-title {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .bus-trip-title {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .bus-trip-description {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .bus-trip-description {
    margin: 30px 0;
  }
}
.bus-trip-description p {
  color: #54545f;
}
@media (min-width: 768px) {
  .bus-trip-description p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .bus-trip-description p {
    font-size: 16px;
    line-height: 20px;
  }
}
.bus-trip-collapse {
  border: 1px solid #c4bec7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.bus-trip-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c4bec7;
}
@media (max-width: 575.98px) {
  .bus-trip-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .bus-trip-row {
    min-height: 66px;
  }
}
.bus-trip-col {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  color: #707070;
}
@media (max-width: 575.98px) {
  .bus-trip-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .bus-trip-col {
    flex: 0 0 62%;
  }
}
.bus-trip-col:first-child {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .bus-trip-col:first-child {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .bus-trip-col:first-child {
    padding-left: 20px;
    flex: 0 0 28%;
    text-align: center;
  }
}
.bus-trip-col:last-child {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .bus-trip-col:last-child {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .bus-trip-col:last-child {
    padding-right: 20px;
    margin-left: auto;
    text-align: right;
    flex: 0 0 10%;
  }
}

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