@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

:root,
[data-bs-theme=light] {
  --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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #7952b3;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 121, 82, 179;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #302148;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #e4dcf0;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #c9bae1;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "poppins", "Segoe UI",
      Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial,
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #7952b3;
  --bs-form-valid-border-color: #7952b3;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #af97d1;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #181024;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #49316b;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: poppins, "sans-sarif";
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.line-md--phone-call-twotone-loop {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'%3E%3Cpath fill='%23000' fill-opacity='0' stroke-dasharray='64' stroke-dashoffset='64' d='M8 3c0.5 0 2.5 4.5 2.5 5c0 1 -1.5 2 -2 3c-0.5 1 0.5 2 1.5 3c0.39 0.39 2 2 3 1.5c1 -0.5 2 -2 3 -2c0.5 0 5 2 5 2.5c0 2 -1.5 3.5 -3 4c-1.5 0.5 -2.5 0.5 -4.5 0c-2 -0.5 -3.5 -1 -6 -3.5c-2.5 -2.5 -3 -4 -3.5 -6c-0.5 -2 -0.5 -3 0 -4.5c0.5 -1.5 2 -3 4 -3Z'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.84s' dur='0.21s' values='0;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.84s' values='64;0'/%3E%3CanimateTransform id='lineMdPhoneCallTwotoneLoop0' fill='freeze' attributeName='transform' begin='0.84s;lineMdPhoneCallTwotoneLoop0.begin+3.78s' dur='0.7s' type='rotate' values='0 12 12;15 12 12;0 12 12;-12 12 12;0 12 12;12 12 12;0 12 12;-15 12 12;0 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='4' stroke-dashoffset='4' d='M15.76 8.28c-0.5 -0.51 -1.1 -0.93 -1.76 -1.24M15.76 8.28c0.49 0.49 0.9 1.08 1.2 1.72'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallTwotoneLoop0.begin+0s' dur='3.78s' keyTimes='0;0.111;0.259;0.37;1' values='4;0;0;4;4'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M18.67 5.35c-1 -1 -2.26 -1.73 -3.67 -2.1M18.67 5.35c0.99 1 1.72 2.25 2.08 3.65'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='lineMdPhoneCallTwotoneLoop0.begin+0.28s' dur='3.78s' keyTimes='0;0.074;0.185;0.333;0.444;1' values='6;6;0;0;6;6'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.call-button {
  background-color: #f9a825;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  margin-bottom: 13px;
  text-transform: uppercase;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: slideInDown 1s ease-out forwards, wobble 1.5s infinite ease-in-out 1.5s;
  transition: all 0.3s;
}

.call-button:hover {
  background-color: #218838;
}

.call-button span {
  margin-right: 10px;
  font-size: 22px;
}

/* Initial Fade-in Effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Wobbling Effect */
@keyframes wobble {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Slide-in Down with Fade Effect */
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.location-select-item .code {
  font-size: 0.9rem;
  margin-left: 0.3rem;
  font-weight: 600;
}
.offer-container {
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px dashed;
}
.offer-container p {
  color: white;
  margin-bottom: 1rem;
}
.offer-container .offer {
  display: flex;
  max-width: 900px;
  width: 70%;
  justify-content: center;
  align-items: center;
  height: 6rem;
}
.offer-container .offer .info {
  background: white;
  padding: 0.2rem 2.5rem;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.offer-container .offer .info span {
  color: #ffcc80;
  letter-spacing: 0.09rem;
}
.offer-container .offer .info h4 {
  font-weight: 700;
  color: #37474f;
}
.offer-container .offer .value {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #ffcc80;
  padding: 0.2rem 2.5rem;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer-container .offer .value .percent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.offer-container .offer .value .percent h1 {
  font-weight: 700;
  font-size: 3.6rem;
}
.offer-container .offer .value .percent span {
  font-weight: 700;
  font-size: 2rem;
}
.offer-container .offer .value .percent span p {
  font-weight: 400;
  font-size: 1rem;
  margin-top: -10px;
  margin-bottom: 9px;
}
.offer-container .offer .value span {
  font-weight: 700;
}
.offer-container .offer .value span.coupon-code {
  font-weight: 500;
  font-size: 1rem;
  margin-top: -8px;
  color: #6a6c74;
  border: 1px dashed;
  padding: 0rem 0.3rem;
  border-radius: 18px;
}

.landing-fly-theme {
  /* Backdrop layer */
  /* Show backdrop and popup */
}
.landing-fly-theme .iti {
  display: flex;
}
.landing-fly-theme .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-left: 15px;
}
.landing-fly-theme .ln-pax-control {
  position: relative;
}
.landing-fly-theme .ln-pax-control .pax-icon {
  position: absolute;
  right: 6px;
  top: 7px;
}
.landing-fly-theme .ln-pax-control input {
  padding-right: 2rem;
}
.landing-fly-theme .ln-pax-control .pax-popup {
  border: 1px solid #4d525f;
  border-radius: 10px;
  padding: 0.5rem;
  width: 13rem;
  right: auto;
  display: none;
  background: #2d3343;
  box-shadow: 1px 0px 17px -10px #000;
  z-index: 99;
  color: rgba(255, 255, 255, 0.8784313725);
  position: fixed; /* Fixed positioning for full window */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto; /* Adjust height based on content */
  max-height: 90%; /* Ensure it doesn't overflow the screen */
  padding: 1rem; /* Slightly larger padding for better UX */
  border-radius: 10px; /* Retain rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 999; /* Ensure it appears above other elements */
  overflow-y: auto; /* Enable scrolling if content overflows */
}
.landing-fly-theme .ln-pax-control .pax-popup.show {
  display: unset;
}
.landing-fly-theme .ln-pax-control .pax-popup button {
  padding: 0.3rem;
  border-radius: 6px;
  margin-top: 10px;
  border: none;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0rem;
  border-bottom: 1px solid #383b45;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item .pax-action {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  width: 4.5rem;
  justify-content: space-between;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item .pax-action .decrease {
  line-height: 1.9rem;
  border: 1px solid;
  border-color: white;
  width: 1.5rem;
  display: block;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 0.8rem;
  text-align: center;
  padding: 1px 0px;
  color: white;
  cursor: pointer;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item .pax-action .decrease.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item .pax-action .increase {
  line-height: 1.9rem;
  border: 1px solid;
  border-color: white;
  width: 1.5rem;
  display: block;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 0.8rem;
  text-align: center;
  padding: 1px 0px;
  color: white;
  cursor: pointer;
}
.landing-fly-theme .ln-pax-control .pax-popup .pax-item .pax-action .increase.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}
.landing-fly-theme .pax-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6117647059); /* Semi-transparent background */
  z-index: 9; /* Behind the popup */
  display: none; /* Hidden by default */
}
.landing-fly-theme .loader-logo {
  height: 5.5rem;
  border: 1px solid;
  padding: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 106px -7px rgba(255, 255, 255, 0.6);
}
.landing-fly-theme .loader-logo-1 {
  height: 3.5rem;
}
.landing-fly-theme .loading-screen-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-fly-theme .pax-backdrop.show,
.landing-fly-theme .ln-pax-control .pax-popup.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .landing-fly-theme .ln-pax-control .pax-popup {
    position: fixed; /* Fixed positioning for full window */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; /* Full width with some padding */
    height: auto; /* Adjust height based on content */
    max-height: 90%; /* Ensure it doesn't overflow the screen */
    padding: 1rem; /* Slightly larger padding for better UX */
    border-radius: 10px; /* Retain rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 999; /* Ensure it appears above other elements */
    overflow-y: auto; /* Enable scrolling if content overflows */
  }
}
.landing-fly-theme .daterangepicker {
  font-family: "poppins";
  border-radius: 15px;
  background-color: #2d3343;
}
.landing-fly-theme .daterangepicker select.monthselect,
.landing-fly-theme .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 2px 1px;
  height: auto;
  margin: 0;
  cursor: default;
  background: transparent;
  color: white;
  border-radius: 5px;
}
.landing-fly-theme .daterangepicker .calendar-table {
  background-color: rgba(39, 43, 54, 0);
}
.landing-fly-theme .daterangepicker .calendar-table .next span {
  border: solid #f1e8e8;
  border-width: 0 2px 2px 0;
}
.landing-fly-theme .daterangepicker .calendar-table .prev span {
  border: solid #f1e8e8;
  border-width: 0 2px 2px 0;
}
.landing-fly-theme .daterangepicker .calendar-table td,
.landing-fly-theme .daterangepicker .calendar-table th {
  color: white;
}
.landing-fly-theme .daterangepicker .calendar-table td {
  border-color: rgba(197, 197, 197, 0.0509803922);
}
.landing-fly-theme .daterangepicker .calendar-table td.active {
  background-color: #dadada;
  color: #525252 !important;
  font-weight: 700;
}
.landing-fly-theme .daterangepicker .calendar-table td.off {
  background-color: rgba(117, 117, 117, 0.1294117647);
  opacity: 0.5;
}
.landing-fly-theme .select2-selection--multiple .select2-search--inline:first-child {
  width: 100%;
}
.landing-fly-theme .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  width: 100% !important;
}
.landing-fly-theme .select2-dropdown {
  width: 100%;
  background-color: #2d3343;
  border: 1px solid #3a4152;
  border-radius: 12px;
}
.landing-fly-theme .select2-dropdown .select2-results__option {
  color: #fdf2f2;
}
.landing-fly-theme .select2-container--default {
  width: 100% !important;
}
.landing-fly-theme .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #252526;
  color: white;
}
.landing-fly-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: transparent;
  border-radius: 10px;
}
.landing-fly-theme .select2-container--default .select2-selection--single {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 0;
}
.landing-fly-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #fdf2f2;
}
.landing-fly-theme .select2-container--default .select2-selection--single .select2-search__field {
  width: 100% !important;
}

.location-div {
  min-width: 15rem;
  max-width: 15rem;
}

.location-result-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}
.location-result-item:last-child {
  border-bottom: none;
}
.location-result-item .details .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.location-result-item .details .top .code {
  background: #ffcc80;
  color: #4e4e4e;
  padding: 0.1rem 0.3rem;
  font-size: 0.68rem;
  margin-left: 0.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  border-radius: 6px;
}
.location-result-item .details .top .name {
  padding-left: 0.3rem;
  font-weight: 600;
  color: #c8c8c8;
  font-size: 0.9rem;
}
.location-result-item .details .airport-name {
  font-size: 0.7rem;
  font-weight: 500;
  padding-left: 0.4rem;
  color: #eaeaea;
}
.navbar-brand img {
  min-height: 3.2rem;
}

.navbar {
  background-color: rgba(12, 12, 12, 0) !important;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  color: white;
}
.navbar .navbar-collapse {
  background: #000000;
  padding: 0.2rem 1rem;
  border-radius: 16px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.navbar .navbar-call-widget {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-call-widget iconify-icon {
  border: 1px solid;
  padding: 0.4rem;
  border-radius: 50%;
}
.navbar .navbar-call-widget .help {
  text-align: right;
}
.navbar .navbar-call-widget .sup-text {
  font-size: 0.7rem;
  font-weight: 500;
  color: white;
}
.navbar .navbar-call-widget h5 {
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-call-widget {
    border-top: 1px solid #1b1b1b;
    padding: 0.4rem 0.2rem;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer:before {
  content: "— ";
}

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

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(
      var(--bs-primary-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(
      var(--bs-secondary-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(
      var(--bs-success-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(
      var(--bs-info-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(
      var(--bs-warning-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(
      var(--bs-danger-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(
      var(--bs-light-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(
      var(--bs-dark-rgb),
      var(--bs-focus-ring-opacity)
  );
}

.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: translate(-50%) !important;
}

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10,
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25,
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50,
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75,
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100,
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3,
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

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

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

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

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-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;
  }
}
.bookForm {
  padding: 39px;
  background: rgba(11, 15, 24, 0.6);
  border-radius: 10px;
  width: 100%;
  position: relative;
  max-width: 550px;
  height: -moz-max-content;
  height: max-content;
}

.bookForm .iti__dropdown-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.bookForm h2,
.bookForm .h2 {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  display: none;
}

.bookForm h2 strong,
.bookForm .h2 strong {
  font-weight: 700;
}

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

.bookForm__tabs-header ul:not(.iti__country-list) {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.bookForm__tabs-header ul:not(.iti__country-list) li {
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #2d3343;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

.bookForm__tabs-header ul:not(.iti__country-list) li.active {
  border: 2px solid #0094e1;
  background: #0094e1;
}

.bookForm__tabs-header ul:not(.iti__country-list) li:hover {
  border: 2px solid rgba(0, 148, 225, 0.44);
  background: rgba(0, 148, 225, 0.4392156863);
}

.bookForm__tabs-header ul:not(.iti__country-list) li:hover.active {
  border: 2px solid #0094e1;
  background: #0094e1;
}

.bookForm__tabs-content {
  margin-top: 18px;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.32, 1);
  position: relative;
}

.bookForm__tabs-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bookForm__tabs-enter {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.68, -0.3, 0.32, 1);
  transition-duration: 0.7s;
  transition-delay: 0.3s;
  order: -9999;
  transform: none;
}

.bookForm__tabs-enter-start {
  opacity: 0;
  transform: translate(2rem);
}

.bookForm__tabs-enter-end {
  opacity: 1;
  transform: translate(0);
}

.bookForm__tabs-leave {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.68, -0.3, 0.32, 1);
  transition-duration: 0.3s;
  transform: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bookForm__tabs-leave-start {
  opacity: 1;
  transform: translate(0);
}

.bookForm__tabs-leave-end {
  opacity: 0;
  transform: translate(3rem);
}

.bookForm__info {
  margin-top: 25px;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.bookForm__info br {
  display: none;
}

.multicity-row {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1199px) {
  .bookForm {
    padding: 20px;
  }
  .bookForm h2,
  .bookForm .h2 {
    font-size: 22px;
  }
  .bookForm__info {
    margin-top: 20px;
    font-size: 10px;
  }
  .bookForm__tabs {
    margin-top: 30px;
  }
  .bookForm__tabs-form {
    gap: 15px;
  }
  .bookForm__tabs ul:not(.iti__country-list) li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1060px) {
  .bookForm h2,
  .bookForm .h2 {
    font-size: 18px;
  }
  .bookForm__info {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .bookForm {
    padding: 18px;
  }
  .bookForm__tabs {
    margin-top: 0;
  }
  .bookForm__tabs-form {
    gap: 10px;
  }
  .bookForm__tabs-content {
    margin-top: 18px;
  }
  .bookForm__tabs ul:not(.iti__country-list) {
    gap: 10px;
  }
  .bookForm h2,
  .bookForm .h2 {
    font-size: 14px;
    display: none;
  }
  .bookForm .button {
    margin-top: 8px;
  }
  .bookForm__info br {
    display: block;
  }
  #multiCity .inputs--connected {
    flex-direction: column;
    background-color: transparent;
  }
  #multiCity .inputs--connected .input:before {
    display: none;
  }
  #multiCity .inputs--connected-hr {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5px;
  }
  #multiCity .inputs--connected-hr .input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #multiCity .inputs--connected-hr .input__icon {
    display: none;
  }
  #multiCity .inputs--connected-hr .input:last-child {
    border-bottom: none;
  }
  #multiCity .inputs--connected-hr .hr {
    display: none;
  }
}
@media screen and (max-width: 339px) {
  .bookForm__tabs .bookForm__tabs-nav {
    display: none !important;
  }
}
@media screen and (max-height: 700px) and (min-width: 1199px) {
  .bookForm {
    padding: 30px;
  }
}
.inputs {
  display: flex;
  width: 100%;
  gap: 17px;
}

.inputs--connected,
.inputs--connected-hr {
  position: relative;
  background-color: #2d3343;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  gap: 2px;
}

.inputs--connected.error,
.inputs--connected-hr.error {
  border: 1px solid red;
}

.inputs--connected-hr .input:before,
.inputs--connected-hr-hr .input:before {
  display: none;
}

.inputs--connected-hr .hr,
.inputs--connected-hr-hr .hr {
  display: block;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  width: 1px;
  flex-grow: 1;
  margin: 7px 0;
}

.inputs--connected .input:before,
.inputs--connected-hr .input:before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
}

.inputs--connected .input:first-child:before,
.inputs--connected-hr .input:first-child:before {
  display: none;
}

.inputs__remove {
  position: absolute;
  top: -10px;
  right: -10px;
}

.inputs__remove button {
  background-color: transparent;
  border: none;
}

.input {
  display: flex;
  flex-direction: column;
  background: #2d3343;
  border-radius: 5px;
  padding: 10px 8px;
  width: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.32, 1);
  border: 1px solid transparent;
}

.input.error {
  border: 1px solid red;
}

.input__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.input label {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
}

.input label span {
  color: #9699a1;
}

.input label .icon {
  color: #fff;
  margin-right: 6px;
}

.input textarea {
  resize: none;
  height: 126px;
}

.input input,
.input select,
.input textarea {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
}

.input input:focus,
.input select:focus,
.input textarea:focus {
  outline: none;
}

.input input:-moz-read-only, .input select:-moz-read-only, .input textarea:-moz-read-only {
  cursor: pointer;
}

.input input:disabled,
.input input:read-only,
.input select:disabled,
.input select:read-only,
.input textarea:disabled,
.input textarea:read-only {
  cursor: pointer;
}

.input__dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #2d3343;
  border-radius: 5px;
  border: 1px solid #0094e1;
  padding: 9px 8px 8px 7px;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.32, 1);
  opacity: 0;
  visibility: hidden;
}

.input__dropdown.active {
  opacity: 1;
  visibility: visible;
}

.input__dropdown .input {
  padding: 0;
  margin-bottom: 10px;
}

.input__dropdown .input input {
  border: none;
}

.input__dropdown .input__icon {
  right: -3px;
}

.input__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input__dropdown-item:first-child {
  margin-top: 20px;
}

.input__dropdown-item-count {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 80px;
  width: 100%;
}

.input__dropdown-item h5,
.input__dropdown-item .h5 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #fff;
}

.input__dropdown-item h6,
.input__dropdown-item .h6 {
  color: #fff;
  font-weight: 300;
  font-size: 11px;
}

.input__dropdown-item span {
  font-weight: 300;
  font-size: 14px;
  line-height: 250%;
  letter-spacing: -0.02em;
  color: #fff;
}

.input__dropdown-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
}

.input__dropdown-done-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.input__select {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  position: relative;
}

.input__select span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #ffcd9d;
}

.input__select ul {
  position: absolute;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: #262c37;
  overflow: hidden;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.input__select ul.active {
  opacity: 1;
  visibility: visible;
}

.input__select ul li {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  padding: 8px 12px;
}

.input__select ul li span {
  color: #fff;
}

.input__select ul li svg path {
  stroke: #fff;
}

.input__select ul li.selected {
  background: #2d3343;
}

.input__select ul li.selected span {
  color: #ffcd9d;
}

.input__select ul li.selected svg path {
  stroke: #ffcd9d;
}

.input-radio,
.input-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.input-radio input,
.input-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.input-radio h6,
.input-radio .h6,
.input-checkbox h6,
.input-checkbox .h6 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

.input-radio input:checked + span,
.input-checkbox input:checked + span {
  border: 1px solid #0094e1;
}

.input-radio input:checked + span:before,
.input-checkbox input:checked + span:before {
  opacity: 1;
  visibility: visible;
}

.input-radio span,
.input-checkbox span {
  position: relative;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.input-radio span:before,
.input-checkbox span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0094e1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.input-checkbox input:checked + span svg {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.input-checkbox span {
  min-width: 22px;
  min-height: 22px;
  border: 1px solid #0094e1;
  border-radius: 5px;
  background: #2d3343;
}

.input-checkbox span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  visibility: hidden;
}

.input-checkbox span svg path {
  fill: #fff;
}

.input-checkbox span:before {
  display: none;
}

.button {
  background: #17ae77;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.button:disabled {
  background: #186e4f;
}

.button:hover {
  background: #147a55;
}

.button--big {
  padding: 20px 10px;
  font-size: 18px;
}

.button--medium {
  font-size: 18px;
  padding: 17px 50px;
}

.button--add {
  border: 1px solid #5a637b;
  border-radius: 1000px;
  background-color: transparent;
  font-size: 12px;
  text-transform: none;
}

.button--add:hover {
  background-color: transparent;
  border: 1px solid #a3acbe;
}

.button--transparent {
  border: 1px solid #17ae77;
  border-radius: 5px;
  background-color: transparent;
}

.button--transparent:hover {
  background-color: transparent;
  border: 1px solid #56cca3;
}

.button--transparent-no-border {
  border-radius: 5px;
  background-color: transparent;
}

.button--transparent-no-border:hover {
  background-color: transparent;
}

.iti__selected-country-primary {
  padding-left: 0 !important;
}

.iti {
  margin-top: 3px;
  display: block;
  width: 100%;
}

.iti__country-container {
  position: relative;
}

.iti__country-container:before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
}

.iti__country-name,
.iti__dial-code {
  color: #fff !important;
}

.iti__search-input {
  padding: 5px !important;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: transparent;
  border: none;
  width: 100%;
}

.iti__search-input:focus {
  outline: none;
}

.iti__search-input:-moz-read-only {
  cursor: pointer;
}

.iti__search-input:disabled,
.iti__search-input:read-only {
  cursor: pointer;
}

.iti--inline-dropdown .iti__dropdown-content,
.iti--fullscreen-popup .iti__dropdown-content {
  background: #2d3343 !important;
  border: 1px solid #0094e1 !important;
  border-radius: 5px;
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar {
  width: 0;
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-track {
  background: transparent;
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb {
  background: transparent;
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.iti__selected-dial-code {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-right: 5px;
}

.input-tab {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .button--big {
    padding: 18px 10px;
    font-size: 18px;
  }
  .button--medium {
    padding: 15px 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .button--big {
    padding: 16px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .inputs {
    gap: 10px;
  }
  .inputs .input {
    padding: 10px 12px;
  }
  .input__dropdown .input {
    padding: 0;
  }
  .button--big {
    padding: 16px 10px !important;
    font-size: 14px !important;
  }
  .button--medium,
  .button--transparent {
    font-size: 14px !important;
    padding: 15px 40px !important;
  }
}
@media screen and (max-width: 390px) {
  .inputs {
    position: relative;
  }
  .input[x-data=travelers],
  .input[x-data=flightClass] {
    position: static;
  }
  .input[x-data=travelers] .input__icon,
  .input[x-data=flightClass] .input__icon,
  .input__dropdown {
    display: none;
  }
  .input__dropdown.active {
    display: flex;
  }
}
@media screen and (max-width: 339px) {
  .button--big {
    padding: 12px 10px !important;
    font-size: 12px !important;
  }
  .button--medium {
    font-size: 10px !important;
    padding: 15px 40px !important;
  }
  .button--transparent {
    font-size: 12px !important;
    padding: 12px 40px !important;
  }
  .button svg {
    width: 15px;
    height: 15px;
  }
  .input-tab {
    display: block !important;
  }
  .bookForm__tabs-form .inputs:nth-child(2) .input,
  .bookForm__tabs-form .inputs:nth-child(3) .input,
  .inputs .input {
    padding: 8px;
  }
  .input__dropdown {
    padding: 8px !important;
  }
  .input__dropdown .input {
    padding: 0 !important;
  }
}
.autocomplete__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.autocomplete__item:hover {
  border: 2px solid rgba(0, 148, 225, 0.44);
  background: rgba(0, 148, 225, 0.4392156863);
}

.autocomplete__item-wrapper .autocomplete__item-wrapper {
  display: flex;
  flex-direction: column;
}

.autocomplete__item-wrapper .autocomplete__item-wrapper > div {
  padding-left: 20px !important;
}

.autocomplete__item-title {
  display: flex;
  align-items: flex-start;
}

.autocomplete__item-title h6,
.autocomplete__item-title .h6 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

.autocomplete__item-subtitle p {
  font-weight: 300;
}

.autocomplete__item-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.autocomplete__item-content {
  display: flex;
  flex-direction: column;
}

.autocomplete__item-iata {
  font-weight: 600;
}

.autocomplete__item-iata span {
  color: #fff !important;
}

.autocomplete__item-icon img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.autocomplete__item[data-type=city] h6,
.autocomplete__item[data-type=city] .h6 {
  padding: 8px 0;
}

.input input + ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 300px;
  z-index: 2;
  background: #2d3343;
  border-radius: 5px;
  border: 1px solid #0094e1;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.32, 1);
  max-height: 250px;
  overflow-y: auto;
}

.input input + ul::-webkit-scrollbar {
  width: 0;
}

.input input + ul::-webkit-scrollbar-track {
  background: transparent;
}

.input input + ul::-webkit-scrollbar-thumb {
  background: transparent;
}

.input input + ul::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.input input + ul li {
  max-width: 100%;
  border: none !important;
  background-color: transparent !important;
  padding: 0;
  cursor: pointer;
}

.input input + ul li .autocomplete__item {
  max-width: 100%;
  text-align: left;
  padding: 5px 15px;
}

@media screen and (max-width: 1199px) {
  .input input + ul {
    gap: 0 !important;
  }
  .input input + ul li {
    padding: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .input.position-static {
    position: static !important;
  }
  .input input + ul {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .input input + ul li .autocomplete__item {
    padding: 5px 8px;
  }
  .autocomplete__item-wrapper .autocomplete__item-wrapper > div {
    padding-left: 15px !important;
  }
  .air-datepicker {
    width: 90% !important;
  }
}
.header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__burger {
  cursor: pointer;
  max-width: -moz-max-content;
  max-width: max-content;
}

.header__logo img {
  max-width: 220px;
  width: 100%;
}

.header nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.header nav ul li a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__contact-info p {
  font-weight: 300;
  font-size: 11px;
  text-align: right;
  color: #fff;
}

.header__contact-info a {
  font-weight: 700;
  font-size: 22px;
  line-height: 82%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 20px 0;
  }
  .header nav ul li a {
    font-size: 9px;
  }
  .header__contact {
    gap: 15px;
  }
  .header__contact-info p {
    font-size: 9px;
  }
  .header__contact-info a {
    font-size: 18px;
  }
  .header__contact svg {
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 14px 0;
  }
  .header__logo img {
    max-width: 200px;
  }
  .header__mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 100;
    transition: all 0.4s ease;
  }
  .header__mobile-menu.background-animation {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header__mobile-menu.active {
    left: 0;
  }
  .header__mobile-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #6b7285;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .header__mobile-menu-close svg {
    width: 25px;
    height: 25px;
  }
  .header__mobile-menu-close svg path {
    fill: #fff;
  }
  .header__mobile-menu-footer {
    display: flex;
    justify-content: center;
  }
  .header__mobile-menu-footer .header__contact-info {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header__mobile-menu-footer .header__contact-info a {
    margin-top: 2px;
  }
  .header__mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header__mobile-menu ul li a {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #fff;
  }
  .header__mobile-menu ul li.active {
    opacity: 0.5;
  }
  .header__mobile-wrapper {
    max-width: 65%;
    background: #2d3343;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__mobile-wrapper {
    max-width: 80%;
  }
  .header__mobile-menu ul {
    gap: 20px;
  }
  .header__mobile-menu ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .header__mobile-wrapper {
    max-width: 80%;
    padding: 30px 30px 20px;
  }
  .header__mobile-menu-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__mobile-menu-close svg {
    width: 22px;
    height: 22px;
  }
  .header__mobile-menu ul li a {
    font-size: 18px;
  }
}
.footer {
  padding: 80px 0;
  background: #0c0f19;
}

.footer__logo img {
  max-width: 230px;
  width: 100%;
  max-height: 58px;
  height: 100%;
}

.footer__payments {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.footer__title h3,
.footer__title .h3 {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__links {
  margin-top: 10px;
}

.footer__links ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__links ul li a {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__cpry {
  margin-top: 22px;
}

.footer__cpry p {
  font-weight: 300;
  font-size: 12px;
  line-height: 192%;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__cpry p span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer .row:first-child {
  padding-bottom: 100px;
}

.footer__desc {
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__desc p {
  font-weight: 300;
  font-size: 12px;
  line-height: 192%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer .row {
    gap: 50px 0;
  }
  .footer .row:first-child {
    padding-bottom: 80px;
  }
  .footer__desc {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer .row {
    gap: 37px 0;
  }
  .footer .row:first-child {
    padding-bottom: 46px;
  }
  .footer .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .footer__desc {
    padding-top: 33px;
  }
  .footer__desc p {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer__logo img {
    max-width: 230px;
  }
  .footer .row > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 339px) {
  .footer__payments {
    flex-wrap: wrap;
  }
}
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after,
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}

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

.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  min-width: 42px;
  height: 42px;
}

.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper--half .swiper-slide-next + .swiper-slide,
.swiper--half .swiper-slide:has(+ .swiper-slide-prev) {
  opacity: 0.2;
}

@media screen and (max-width: 1200px) {
  .swiper--half .swiper-slide-next,
  .swiper--half .swiper-slide-prev {
    opacity: 0.2;
  }
}
@media screen and (max-width: 575px) {
  .swiper .swiper-button-prev svg,
  .swiper .swiper-button-next svg {
    min-width: 27px;
    min-height: 27px;
  }
}
.badge {
  padding: 5px 12px;
  border-radius: 1900px;
  height: -moz-max-content;
  height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.badge h6,
.badge .h6 {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.badge--primary {
  background-color: #17ae77;
}

.badge--black {
  background-color: #0f121a;
}

.badge--blue {
  background-color: #0094e1;
}

@media screen and (max-width: 575px) {
  .badge h6,
  .badge .h6 {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .badge h6,
  .badge .h6 {
    font-size: 8px;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  to {
    width: 100%;
  }
}
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  background-color: #0c0f19;
}

.loading-screen.hide {
  opacity: 0;
  visibility: hidden;
}

.loading-screen img {
  max-width: 250px;
  width: 100%;
}

.loading-screen__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.loading-screen__wrapper p {
  margin-top: 100px;
  color: #fff;
  text-align: center;
}

.loading-screen__airline-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  gap: 20px 50px;
  justify-content: center;
  align-items: center;
}

.loading-screen__airline-wrapper img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.loading-screen__line {
  margin-top: 30px;
  width: 100%;
  height: 33px;
  position: relative;
  background: rgba(29, 33, 46, 0.6);
  max-width: 500px;
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}

.loading-screen__line--progress {
  position: absolute;
  top: 14px;
  left: -5px;
  height: 100%;
  width: 0;
  z-index: 2;
  border-radius: 50px;
  animation: loading 4s normal forwards cubic-bezier(0.2, 0.7, 1, 0.2);
}

.loading-screen__line--progress svg {
  margin-top: 1px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -50%;
  right: 0;
  transform: translateY(-50%);
}

.loading-screen__line--progress svg path {
  fill: #ffcd9d;
}

@media screen and (max-width: 576px) {
  .loading-screen p {
    margin-top: 50px;
  }
  .loading-screen__airline-wrapper a:last-child img {
    position: relative;
    bottom: -5px;
  }
}
.trust-elements {
  margin-top: 40px;
}

.trust-elements ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 400px) {
  .trust-elements ul {
    gap: 20px;
  }
  .trust-elements svg {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}
.page {
  padding-top: 150px;
}

.page__content h1,
.page__content .h1 {
  margin-top: 18px;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #fff;
}

.page__content h1 strong,
.page__content .h1 strong {
  font-weight: 700;
}

.page__content h4,
.page__content .h4,
.page__content h5,
.page__content .h5 {
  margin-top: 20px;
  color: #fff;
}

.page__content p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}

.page__content ul li {
  position: relative;
  margin-top: 24px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
  padding-left: 15px;
}

.page__content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -5px;
}

.hero.about__hero p {
  display: block !important;
}

@media screen and (max-width: 992px) {
  .hero.about__hero p,
  .hero.about__hero h1,
  .hero.about__hero .h1 {
    text-align: left;
  }
  .contact.page {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .hero.about__hero .row > *,
  .page .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}
@media screen and (max-width: 577px) {
  .page {
    padding-top: 100px;
  }
  .hero.about__hero p,
  .hero.about__hero ul li,
  .page__content p,
  .page__content ul li {
    font-size: 18px !important;
  }
  .hero.about__hero h1,
  .hero.about__hero .h1,
  .page__content h1,
  .page__content .h1 {
    font-size: 28px;
  }
  .hero.about__hero h4,
  .hero.about__hero .h4,
  .page__content h4,
  .page__content .h4 {
    margin-top: 15px;
    font-size: 18px;
  }
  .hero.about__hero ul li,
  .page__content ul li {
    margin-top: 10px;
  }
  .hero.about__hero ul li:before,
  .page__content ul li:before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
  }
}
.hero {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}

.hero__text {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.hero .container {
  position: relative;
  z-index: 4;
}

.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.hero__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 21, 32, 0.7882352941);
  z-index: 2;
}

.hero__background:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0c0f19, rgba(0, 0, 0, 0.0509803922));
  z-index: 3;
}

.hero .row {
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  gap: 50px;
}

.hero__content-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 0;
  transition: all 0.3s ease;
  height: -moz-max-content;
  height: max-content;
}

.hero__content h1,
.hero__content .h1 {
  margin-top: 18px;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero__content h1 strong,
.hero__content .h1 strong {
  font-weight: 700;
}

.hero__content p {
  margin-top: 24px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero__features {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.hero__feature img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__feature h3,
.hero__feature .h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero__feature p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .hero__features {
    margin-top: 30px;
    gap: 20px;
  }
  .hero__content h1,
  .hero__content .h1 {
    font-size: 32px;
    margin-top: 14px;
  }
  .hero__content p {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    padding-top: 100px;
  }
  .hero__features {
    margin-top: 0;
  }
  .hero__feature h3,
  .hero__feature .h3 {
    font-size: 14px;
  }
  .hero__content {
    text-align: center;
  }
  .hero__content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .hero__content h1,
  .hero__content .h1 {
    font-size: 24px;
  }
  .hero__content p {
    margin-top: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero__features {
    margin-top: 0;
  }
  .hero__content {
    text-align: center;
  }
  .hero__content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .hero__content h1,
  .hero__content .h1 {
    font-size: 21px;
  }
  .hero__content p {
    margin-top: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .hero__content h1,
  .hero__content .h1 {
    max-width: 329px;
    font-size: 20px;
  }
  .hero__content p {
    display: none;
    margin-top: 12px;
  }
  .hero__feature {
    gap: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  .hero {
    padding-top: 80px;
  }
}
.airlines__wrapper {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.airline img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .airlines__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    gap: 50px;
  }
  .airline img {
    max-width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .airlines__wrapper {
    align-items: center;
    margin-top: 20px;
    gap: 20px 60px;
  }
  .airline {
    display: flex;
    height: 100%;
  }
  .airline:nth-child(3) img {
    max-width: 80px;
  }
}
.features__wrapper {
  padding: 75px 0;
}

.features__wrapper > div {
  display: flex;
  justify-content: center;
}

.features__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features__footer button {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.features__footer h6,
.features__footer .h6 {
  margin-top: 20px;
}

.feature {
  max-width: 389px;
  width: 100%;
}

.feature__image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.feature__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #0c0f19, rgba(0, 0, 0, 0));
}

.feature__image span {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%);
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #56c5ff;
}

.feature__image img {
  width: 100%;
  height: 366px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.feature__name {
  margin-top: 10px;
}

.feature__name h3,
.feature__name .h3 {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.feature__desc {
  margin-top: 14px;
}

.feature__desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .features__wrapper {
    padding-bottom: 60px;
  }
  .feature__image img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .features .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .features__wrapper {
    padding: 50px 0;
    gap: 40px 0;
  }
  .feature__image img {
    height: 300px;
  }
  .feature__name h3,
  .feature__name .h3 {
    font-size: 24px;
  }
  .feature__desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .feature__image {
    height: 262px;
  }
  .feature__name h3,
  .feature__name .h3 {
    font-size: 22px;
  }
  .features .ratedExcellent {
    margin-top: 18px;
  }
}
.destinations__wrapper {
  margin-top: 80px;
  overflow: hidden;
}

.destinations__wrapper .col-12 {
  padding: 0;
}

.destination {
  max-width: 450px;
  width: 100%;
  height: 500px;
  border-radius: 5px;
  position: relative;
  padding: 35px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.destination:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #020024;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0), rgba(12, 15, 25, 0.8509803922));
  z-index: 2;
}

.destination__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.destination__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.destination__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination__info h3,
.destination__info .h3 {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #fff;
}

.destination__info p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #fff;
}

.destination__info p strong {
  font-weight: 700;
}

.destination__rating {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 15px;
  background: rgba(0, 0, 0, 0.3019607843);
  padding: 2px 10px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.destination__rating svg {
  margin-bottom: 2px;
}

.destination__rating span {
  font-weight: 700;
  font-size: 11px;
  line-height: 200%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .destination {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .destinations__wrapper {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .destination {
    max-width: 550px;
    height: 315px;
    margin-top: 0;
    transition: all 0.3s ease;
    padding: 20px;
  }
  .destination__info h3,
  .destination__info .h3 {
    font-size: 20px;
  }
  .destination__info p {
    font-size: 15px;
  }
  .destination__rating {
    top: 15px;
    right: 13px;
  }
  .destination__icon svg {
    width: 42px;
    height: 42px;
  }
  .swiper--half .swiper-slide-next .destination,
  .swiper--half .swiper-slide-prev .destination {
    height: 280px;
    margin-top: 20px;
  }
}
.about__image {
  width: 100%;
  height: 512px;
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.about .row {
  padding: 50px 0;
}

.about .row:nth-child(2) {
  padding-top: 30px;
}

.about .row:last-child {
  padding-bottom: 0;
}

.about__content h3,
.about__content .h3 {
  max-width: 280px;
  width: 100%;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #fff;
}

.about__content p {
  max-width: 486px;
  width: 100%;
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  color: #fff;
}

.about__images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about__images img {
  width: 100%;
  height: 251px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.about__images img:nth-child(2),
.about__images img:nth-child(3) {
  max-width: calc(55% - 16px);
}

.about__images img:first-child,
.about__images img:last-child {
  max-width: calc(45% - 16px);
}

.about__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__footer p {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.about__footer h4,
.about__footer .h4 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.about__footer button {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-top: 20px;
}

.about__footer h6,
.about__footer .h6 {
  margin-top: 18px;
}

@media screen and (max-width: 1199px) {
  .about .row {
    padding: 40px 0;
  }
  .about .row:first-child {
    padding-top: 0;
  }
  .about__image {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .about .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .about__image {
    height: 400px;
  }
  .about .row {
    padding: 30px 0;
  }
  .about__images img {
    height: 200px;
  }
  .about__content p {
    margin-top: 20px;
    font-size: 14px;
  }
  .about__content h3,
  .about__content .h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__content h3,
  .about__content .h3 {
    margin-top: 20px;
  }
  .about__content p {
    margin-top: 14px;
  }
  .about__footer h4,
  .about__footer .h4 {
    max-width: 282px;
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about .row:first-child {
    padding-bottom: 0;
  }
  .about__image {
    height: 202px;
  }
  .about__content h3,
  .about__content .h3 {
    font-size: 18px;
  }
  .about__images {
    gap: 6px;
  }
  .about__images img {
    height: 102px;
  }
  .about__images img:first-child,
  .about__images img:last-child {
    max-width: calc(40% - 6px);
  }
  .about__images img:nth-child(2),
  .about__images img:nth-child(3) {
    max-width: calc(60% - 6px);
  }
  .about__footer h4,
  .about__footer .h4 {
    max-width: 350px;
    font-size: 24px;
  }
}
.testimonials .row > div > div {
  background: rgba(29, 33, 46, 0.6);
  padding: 100px 0;
  border-radius: 5px;
}

.testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.testimonial__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial__icon--reverse {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}

.testimonial__icon--reverse svg {
  transform: rotate(180deg);
}

.testimonial__stars img {
  max-width: 135px;
  width: 100%;
}

.testimonial__name {
  margin-top: 25px;
}

.testimonial__name h3,
.testimonial__name .h3 {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.testimonial__text {
  margin-top: 20px;
}

.testimonial__text p {
  max-width: 802px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.testimonial__author {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial__author-info {
  color: #fff;
}

.testimonial__author-info h4,
.testimonial__author-info .h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
}

.testimonial__author-info p {
  font-weight: 300;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: -0.03em;
}

.testimonial__author-avatar img {
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimonial__author-avatar span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b0e1da;
  width: 46px;
  height: 46px;
  font-weight: 300;
  font-size: 18px;
  line-height: 83%;
  letter-spacing: -0.03em;
  color: #000;
  text-align: center;
  padding-top: 2px;
}

@media screen and (max-width: 991px) {
  .testimonial {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .row > div > div {
    padding: 60px 0;
  }
  .testimonial {
    max-width: 450px;
  }
  .testimonial__icon {
    left: -20px;
  }
  .testimonial__icon--reverse {
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial__stars img {
    max-width: 107px;
  }
  .testimonial__icon {
    display: none;
  }
  .testimonial__name {
    margin-top: 21px;
    max-width: 200px;
  }
  .testimonial__name h3,
  .testimonial__name .h3 {
    font-size: 18px;
  }
  .testimonial__text {
    margin-top: 17px;
    max-width: 242px;
  }
  .testimonial__text p {
    font-size: 14px;
  }
  .testimonial__author {
    margin-top: 24px;
    gap: 17px;
  }
  .testimonial__author-info h4,
  .testimonial__author-info .h4 {
    font-size: 14px;
  }
  .testimonial__author-info p {
    font-size: 10px;
  }
  .testimonials .row > div > div {
    padding: 37px 0;
  }
}
.experience__wrapper {
  background: rgba(29, 33, 46, 0.4);
  padding: 100px 50px;
  margin-bottom: 90px;
  border-radius: 5px;
}

.experience__wrapper .row > div:first-child {
  margin-bottom: 100px;
}

.experience__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience__icon img {
  width: 70px;
  height: 70px;
}

.experience__name {
  margin-top: 43px;
}

.experience__name h3,
.experience__name .h3 {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.experience__text {
  margin-top: 12px;
}

.experience__text p {
  max-width: 233px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .experience__wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .experience__wrapper {
    padding: 50px 25px;
  }
  .experience__wrapper .row {
    gap: 50px 0;
  }
  .experience__wrapper .row > div:first-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .experience__wrapper .row > div:first-child {
    margin-bottom: 0;
  }
  .experience__name {
    margin-top: 13px;
  }
  .experience__name h3,
  .experience__name .h3 {
    font-size: 18px;
  }
  .experience__icon img {
    width: 70px;
    height: 70px;
  }
  .experience__text {
    margin-top: 10px;
  }
  .experience__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .experience .title {
    max-width: 300px;
  }
  .experience .title h2,
  .experience .title .h2 {
    max-width: 350px;
  }
  .experience__icon img {
    width: 49px;
    height: 49px;
  }
  .experience__name h3,
  .experience__name .h3 {
    font-size: 16px;
  }
  .experience__wrapper {
    padding: 34px 13px;
  }
}
.reviews .title h2,
.reviews .title .h2 {
  margin-bottom: 16px;
}

.reviews__wrapper {
  margin-top: 80px;
  position: relative;
}

.reviews__wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.reviews__wrapper button {
  position: relative;
  z-index: 2;
}

.reviews__wrapper .testimonial {
  width: 100%;
  border-radius: 5px;
  background: rgba(29, 33, 46, 0.4);
  padding: 43px 38px;
  align-items: flex-start;
  height: -moz-max-content;
  height: max-content;
}

.reviews__wrapper .testimonial__image {
  max-width: 135px;
}

.reviews__wrapper .testimonial__name h3,
.reviews__wrapper .testimonial__name .h3 {
  text-align: start;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.reviews__wrapper .testimonial__text p {
  text-align: start;
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  color: #fff;
}

.reviews__wrapper .testimonial__author {
  margin-top: 40px;
}

.reviews__load-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: flex-end;
  justify-content: center;
}

.reviews__load-more:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0b0f18;
  background: linear-gradient(180deg, rgba(11, 15, 24, 0), #0b0f18 86%);
}

.reviews__load-more button {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  padding: 10px 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

.reviews .ratedExcellent img {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .reviews__wrapper .testimonial {
    padding: 33px 28px;
  }
  .reviews__wrapper .testimonial__stars img {
    max-width: 107px;
  }
  .reviews__wrapper .testimonial__name {
    margin-top: 20px;
  }
  .reviews__wrapper .testimonial__text {
    margin-top: 15px;
  }
  .reviews__wrapper .testimonial__author {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .reviews__wrapper .testimonial {
    padding: 30px 28px;
  }
  .reviews__wrapper .testimonial__text p,
  .reviews__wrapper .testimonial__author-info h4,
  .reviews__wrapper .testimonial__author-info .h4 {
    font-size: 14px;
  }
  .reviews__load-more button {
    font-size: 16px;
    padding: 14px 35px;
  }
}
@media screen and (max-width: 767px) {
  .reviews .title h2,
  .reviews .title .h2 {
    margin-bottom: 15px;
  }
  .reviews__wrapper {
    gap: 27px;
  }
  .reviews__wrapper .testimonial {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .reviews__wrapper {
    margin-top: 40px;
    gap: 20px;
  }
  .reviews__wrapper > div {
    gap: 20px;
  }
  .reviews__wrapper .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviews__wrapper .testimonial__name {
    max-width: 249px;
  }
  .reviews__wrapper .testimonial__name h3,
  .reviews__wrapper .testimonial__name .h3 {
    font-size: 14px;
    text-align: center;
  }
  .reviews__wrapper .testimonial__text p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .reviews .ratedExcellent {
    position: relative;
  }
}
@media screen and (max-width: 339px) {
  .reviews .ratedExcellent {
    flex-wrap: wrap;
    left: 0;
    width: 100%;
  }
  .reviews__wrapper .testimonial {
    padding: 20px 10px;
  }
  .reviews__wrapper .testimonial__author-avatar span {
    width: 30px;
    height: 30px;
    font-size: 10px;
    padding-top: 0;
  }
  .reviews__wrapper .testimonial__author-info h4,
  .reviews__wrapper .testimonial__author-info .h4 {
    font-size: 10px;
  }
}
.questions__card {
  padding: 100px 0;
  background: rgba(29, 33, 46, 0.4);
  border-radius: 5px;
}

.questions__wrapper {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.question {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 20px;
}

.question:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
}

.question * {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.question.active span:before {
  transform: rotate(-180deg);
}

.question.active span:after {
  transform: rotate(-180deg);
}

.question.active .question__content {
  top: 0;
  height: var(--content-height);
  margin-bottom: 20px;
}

.question__content {
  position: relative;
  top: 20px;
  height: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.32, 1);
}

.question__icon {
  position: absolute;
  top: 5px;
  right: 0;
}

.question__icon span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}

.question__icon span:before,
.question__icon span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.question__icon span:after {
  transform: rotate(180deg);
}

.question__icon span:before {
  transform: rotate(90deg);
}

.question__title {
  margin-bottom: 12px;
  max-width: 623px;
  width: 100%;
}

.question__title h3,
.question__title .h3 {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}

.question__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .questions__wrapper {
    margin-top: 60px;
  }
  .questions__card {
    padding: 50px 25px;
  }
  .question {
    padding-bottom: 10px;
  }
  .question__title {
    max-width: 380px;
  }
  .question__title h3,
  .question__title .h3 {
    font-size: 18px;
  }
  .question__content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .questions__card {
    padding: 46px 20px;
  }
  .question__title {
    max-width: 249px;
  }
  .question__title h3,
  .question__title .h3 {
    font-size: 16px;
  }
  .question__icon span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 339px) {
  .question__title {
    max-width: 150px;
  }
  .question__title h3,
  .question__title .h3 {
    font-size: 14px;
  }
  .question__content p {
    font-size: 10px;
  }
}
.contact {
  position: relative;
  padding: 100px 0;
}

.contact:before,
.contact:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  left: 0;
}

.contact:after {
  bottom: 0;
  background: #0c0f19;
  background: linear-gradient(180deg, rgba(12, 15, 25, 0), #0b0f18 86%);
}

.contact:before {
  top: 0;
  background: #0c0f19;
  background: linear-gradient(0deg, rgba(12, 15, 25, 0), #0b0f18 86%);
}

.contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.3);
}

.contact__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.3);
}

.contact .container {
  position: relative;
  z-index: 3;
}

.contact__form {
  padding: 30px;
  background: #0f121c;
  border-radius: 10px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.contact__form p {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
}

.contact__form .button {
  margin-top: 20px;
}

.contact__footer-paragraph p {
  font-weight: 300;
  font-size: 9px;
  line-height: 200%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.contact__info-wrapper {
  margin-top: 100px;
}

.contact__info h4,
.contact__info .h4 {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.contact__info a,
.contact__info p {
  max-width: 233px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .contact {
    padding: 30px 0;
  }
  .contact__form {
    margin-top: 40px;
  }
  .contact__info-wrapper {
    justify-content: center;
    gap: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .contact {
    padding-bottom: 100px;
  }
  .contact__form {
    margin-top: 20px;
    padding: 18px;
    gap: 9px;
  }
  .contact__form p {
    max-width: 230px;
    font-size: 14px;
    margin: 0 auto 10px;
  }
  .contact__footer-paragraph p {
    max-width: 100%;
    font-size: 10px;
  }
}
@media screen and (max-width: 339px) {
  .contact__footer-paragraph p {
    font-size: 8px;
  }
}
.search {
  min-height: 100dvh;
  position: relative;
}

.search__airport {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search__airport span {
  font-weight: normal;
  color: #9e9e9e;
  font-size: 0.8rem;
}
.search__airport h5 {
  font-weight: normal;
  color: #9e9e9e;
  font-size: 0.8rem;
}

.search__airport-icon {
  position: relative;
  z-index: 2;
}

.search__airport-icon img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
}

.search__airport h4,
.search__airport .h4 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__airport h5,
.search__airport .h5 {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search__background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0b0f18;
  background: linear-gradient(180deg, rgba(11, 15, 24, 0.7019607843), #0b0f18);
  z-index: 2;
}

.search__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}

.search__logo img {
  width: 100%;
  max-width: 250px;
}

.search__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 40px 0;
}

.search__header h6,
.search__header .h6 {
  font-size: 16px;
}

.search__card {
  background: rgba(11, 15, 24, 0.8);
  border-radius: 10px;
}

.search__form {
  position: relative;
}

.search__form-footer-text {
  margin-top: 28px;
}

.search__form-footer-text p {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__form-footer-text p strong {
  font-weight: 700;
}

.search__form-footer-text p strong br {
  display: none;
}

.search__form .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 40px;
}

.search__form .row:last-child {
  border-bottom: none;
}

.search__option {
  cursor: pointer;
  background-color: #2d3343;
  padding: 17px 20px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.search__option-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.search__option.active {
  border: 1px solid #0094e1;
}

.search__option span {
  margin-top: 10px;
}

.search__option span:before {
  width: 8px;
  height: 8px;
}

.search__option h3,
.search__option .h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
}

.search__option p {
  padding-top: 3px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #fff;
}

.search__line {
  position: relative;
}

.search__line:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.1019607843);
  z-index: 1;
}

.search__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 27px;
}

.search__input-wrapper .button {
  margin-top: 16px;
}

.search__contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__contact-icon {
  margin-right: 17px;
}

.search__contact-text {
  max-width: 280px;
  width: 100%;
}

.search__contact-text p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.search__contact-text p strong {
  font-weight: 700;
}

.search__contact-number {
  margin-left: 35px;
}

.search__contact-number a {
  font-weight: 700;
  font-size: 22px;
  line-height: 82%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #17ae77;
}

.search__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 186%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__payments {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search__payments p {
  margin-top: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__payments-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 21px;
}

.search__footer {
  margin-top: 45px;
  margin-bottom: 40px;
}

.search__footer p {
  font-weight: 300;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__result-footer-text {
  margin-top: 0;
}

.search__result-checkbox {
  font-weight: 300;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #fff;
}

.search__result-head {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.search__result-head--form {
  padding: 0;
  margin-bottom: 30px;
}

.search__result-head h2,
.search__result-head .h2 {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__result-head h3,
.search__result-head .h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__result-head p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.search__result-head p a {
  color: #fff;
  font-weight: 700;
}

.container-750 {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .search__option {
    padding: 10px 14px;
  }
  .search__option-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .search__option p {
    padding-bottom: 0;
  }
  .search__header {
    flex-direction: column;
    gap: 18px;
  }
  .search__line--md {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .search__line--md:before {
    display: none;
  }
  .search__line--md > div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 21px;
    margin-bottom: 15px;
  }
  .search__form .row {
    padding: 23px 18px;
  }
  .search__form .row:nth-child(2) {
    gap: 12px;
  }
  .search__form-footer-text {
    margin-top: 14px;
  }
  .search__contact {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .search__contact p {
    text-align: center;
  }
  .search__contact * {
    margin: 0;
  }
  .search__input-wrapper {
    margin-top: 0;
    gap: 12px;
  }
  .search__input-wrapper .button {
    margin-top: 8px;
  }
  .search__payments-wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .search__result-head {
    padding: 0;
  }
  .search__result-head h2,
  .search__result-head .h2 {
    font-size: 20px;
  }
  .search__result-head h3,
  .search__result-head .h3 {
    font-size: 16px;
  }
  .search__result-head p {
    font-size: 14px;
  }
  .search__result-head p br {
    display: none;
  }
  .search__result-head--form {
    margin-bottom: 20px;
  }
  .search__result-checkbox,
  .search__airport h4,
  .search__airport .h4,
  .search__airport h5,
  .search__airport .h5 {
    font-size: 12px;
  }
  .search__airport-icon img {
    width: 43px;
    height: 43px;
  }
  .search__option h3,
  .search__option .h3 {
    font-size: 16px;
  }
  .search .ratedExcellent {
    font-size: 12px;
  }
  .search__header {
    padding: 20px 0;
  }
  .search__logo img {
    max-width: 185px;
  }
  .search__form-footer-text p strong br {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .search .ratedExcellent {
    flex-wrap: wrap;
  }
  .search__option p {
    font-size: 10px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #0c0f19;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
a {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  /* overflow-x:hidden; */
  height: 100%;
  background-color: #466ce9;
  touch-action: pan-y;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1450px;
}

.container-750 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: 850px;
  width: 100%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.container-750 > .row {
  width: 100%;
}

.rtl-line {
  position: relative;
}

.rtl-line.active:before {
  width: 100%;
  left: 0;
  right: 0;
}

.rtl-line:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  transition: all 0.3s ease;
}

.rtl-line:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}

.air-datepicker {
  background-color: #2d3343 !important;
  border: 1px solid #0094e1 !important;
  border-radius: 10px !important;
}

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

.air-datepicker-nav--title {
  color: #fff !important;
  font-weight: 600;
}

.air-datepicker-cell {
  color: #fff;
  font-weight: 500;
}

.air-datepicker-cell.-disabled- {
  color: #8f8b8b !important;
}

.air-datepicker--content {
  padding: 10px !important;
}

.air-datepicker-nav {
  padding: 10px !important;
  border-bottom: 1px solid #0094e1 !important;
}

.air-datepicker-body--day-name {
  font-weight: 500;
  color: #ffcd9d !important;
}

.title h2,
.title .h2 {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.subtitle {
  margin-top: 10px;
}

.subtitle p {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.ratedExcellent {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.ratedExcellent strong {
  font-weight: 700;
}

.ratedExcellent img {
  margin-left: 5px;
  margin-bottom: 0.5px;
}

.ratedExcellent svg {
  display: inline-block;
  max-width: 91px;
  height: 22px;
  margin: 0 5px 0.9px;
}

.ratedExcellent--small {
  font-size: 14px;
}

section {
  padding: 60px 0;
}

@media screen and (max-width: 992px) {
  .ratedExcellent {
    font-size: 12px;
  }
  section {
    padding: 50px 0;
  }
  .title h2,
  .title .h2 {
    font-size: 28px;
  }
  .subtitle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 576px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .title {
    margin: 0 auto;
    max-width: 320px;
  }
  .title h2,
  .title .h2 {
    margin: 0 auto;
    font-size: 24px;
  }
  section {
    padding: 25px 0;
  }
  .subtitle p {
    margin: 12px auto 0;
    max-width: 220px;
    font-size: 14px;
  }
  .search .ratedExcellent {
    max-width: 250px;
  }
  .ratedExcellent {
    font-size: 11px;
  }
  .ratedExcellent svg {
    max-width: 75px;
    margin-bottom: -1.7px;
  }
  .limit-rows {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .limit-rows button {
    margin-top: 5px;
    background-color: transparent;
    color: #ffcd9d;
    outline: none;
    border: none;
    font-size: 14px;
  }
  .limit-rows p {
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
  }
  .limit-rows.no-limit p {
    max-height: var(--full-height) !important;
  }
}/*# sourceMappingURL=style.css.map */