/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./node_modules/bootstrap/scss/bootstrap.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #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: #198754;
  --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: 25, 135, 84;
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
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;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -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.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-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;
  }
}
.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.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.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.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.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.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.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.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.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.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.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.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: 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-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.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;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-sm-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-sm-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-md-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-md-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-lg-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-lg-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-xl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (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-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;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/owl.carousel/dist/assets/owl.carousel.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/owl.carousel/dist/assets/owl.theme.default.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./src/assets/css/animate.min.css ***!
  \************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

.bounce{animation-name:bounce;transform-origin:center bottom}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{animation-name:flash}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pulse{animation-name:pulse}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

.rubberBand{animation-name:rubberBand}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

.shake{animation-name:shake}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

.headShake{animation-timing-function:ease-in-out;animation-name:headShake}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{transform-origin:top center;animation-name:swing}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

.tada{animation-name:tada}

@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}

.wobble{animation-name:wobble}

@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{animation-name:jello;transform-origin:center}

@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}

.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}

.bounceIn{animation-duration:.75s;animation-name:bounceIn}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}

.bounceInDown{animation-name:bounceInDown}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}

.bounceInLeft{animation-name:bounceInLeft}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

.bounceInUp{animation-name:bounceInUp}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}

.bounceOut{animation-duration:.75s;animation-name:bounceOut}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}

.bounceOutDown{animation-name:bounceOutDown}

@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{animation-name:bounceOutLeft}

@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.bounceOutUp{animation-name:bounceOutUp}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInDownBig{animation-name:fadeInDownBig}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}

.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}

@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}

.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}

.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}

@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}

.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}

.rotateIn{animation-name:rotateIn}

@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

.rotateInDownLeft{animation-name:rotateInDownLeft}

@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

.rotateInUpLeft{animation-name:rotateInUpLeft}

@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}

.rotateOut{animation-name:rotateOut}

@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}

.rotateOutDownLeft{animation-name:rotateOutDownLeft}

@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutUpLeft{animation-name:rotateOutUpLeft}

@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}

.hinge{animation-duration:2s;animation-name:hinge}

@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}

.jackInTheBox{animation-name:jackInTheBox}

@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}

.rollIn{animation-name:rollIn}

@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{animation-name:rollOut}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInUp{animation-name:zoomInUp}

@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutDown{animation-name:zoomOutDown}

@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

.zoomOutLeft{animation-name:zoomOutLeft}

@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutUp{animation-name:zoomOutUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInUp{animation-name:slideInUp}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}

.slideOutDown{animation-name:slideOutDown}

@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}

.slideOutLeft{animation-name:slideOutLeft}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}

.slideOutRight{animation-name:slideOutRight}

@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}

.slideOutUp{animation-name:slideOutUp}

.animated{animation-duration:1s;animation-fill-mode:both}

.animated.infinite{animation-iteration-count:infinite}

.animated.delay-1s{animation-delay:1s}

.animated.delay-2s{animation-delay:2s}

.animated.delay-3s{animation-delay:3s}

.animated.delay-4s{animation-delay:4s}

.animated.delay-5s{animation-delay:5s}

.animated.fast{animation-duration:.8s}

.animated.faster{animation-duration:.5s}

.animated.slow{animation-duration:2s}

.animated.slower{animation-duration:3s}

@media (prefers-reduced-motion:reduce), (print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./src/assets/css/boxicons.min.css ***!
  \*************************************************************************************************************************************************************************************************************************/
@font-face{font-family:'boxicons';font-weight:normal;font-style:normal;src:url('boxicons.eot');src:url('boxicons.eot')format('embedded-opentype'),url('boxicons.woff2')format('woff2'),url('boxicons.woff')format('woff'),url('boxicons.ttf')format('truetype'),url('boxicons.svg?#boxicons')format('svg')}.bx{font-family:'boxicons'!important;font-weight:normal;font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@keyframes spin{0{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes burst{0{transform:scale(1);opacity:1}90%{transform:scale(1.5);opacity:0}}@keyframes flashing{0{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes fade-left{0{transform:translateX(0);opacity:1}75%{transform:translateX(-20px);opacity:0}}@keyframes fade-right{0{transform:translateX(0);opacity:1}75%{transform:translateX(20px);opacity:0}}@keyframes fade-up{0{transform:translateY(0);opacity:1}75%{transform:translateY(-20px);opacity:0}}@keyframes fade-down{0{transform:translateY(0);opacity:1}75%{transform:translateY(20px);opacity:0}}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.95,.95,.95)rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{transform:scale3d(1,1,1)rotate3d(0,0,1,10deg)}40%,60%,80%{transform:rotate3d(0,0,1,-10deg)}to{transform:scale3d(1,1,1)}}.bx-spin{animation:spin 2s linear infinite}.bx-spin-hover:hover{animation:spin 2s linear infinite}.bx-tada{animation:tada 1.5s ease infinite}.bx-tada-hover:hover{animation:tada 1.5s ease infinite}.bx-flashing{animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{animation:flashing 1.5s infinite linear}.bx-burst{animation:burst 1.5s infinite linear}.bx-burst-hover:hover{animation:burst 1.5s infinite linear}.bx-fade-up{animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{animation:fade-up 1.5s infinite linear}.bx-fade-down{animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{animation:fade-down 1.5s infinite linear}.bx-fade-left{animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{animation:fade-left 1.5s infinite linear}.bx-fade-right{animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3.0!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'}.bx-rotate-180{transform:rotate(180deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'}.bx-rotate-270{transform:rotate(270deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)'}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)'}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-adobe:before{content:"\e900"}.bxl-algolia:before{content:"\e901"}.bxl-audible:before{content:"\e902"}.bxl-figma:before{content:"\e903"}.bxl-redbubble:before{content:"\e904"}.bxl-etsy:before{content:"\e905"}.bxl-gitlab:before{content:"\e906"}.bxl-patreon:before{content:"\e907"}.bxl-facebook-circle:before{content:"\e908"}.bxl-imdb:before{content:"\e909"}.bxl-jquery:before{content:"\e90a"}.bxl-pinterest-alt:before{content:"\e90b"}.bxl-500px:before{content:"\e90c"}.bxl-airbnb:before{content:"\e90d"}.bxl-amazon:before{content:"\e90e"}.bxl-android:before{content:"\e90f"}.bxl-angular:before{content:"\e910"}.bxl-apple:before{content:"\e911"}.bxl-baidu:before{content:"\e912"}.bxl-behance:before{content:"\e913"}.bxl-bing:before{content:"\e914"}.bxl-bitcoin:before{content:"\e915"}.bxl-blogger:before{content:"\e916"}.bxl-bootstrap:before{content:"\e917"}.bxl-chrome:before{content:"\e918"}.bxl-codepen:before{content:"\e919"}.bxl-creative-commons:before{content:"\e91a"}.bxl-css3:before{content:"\e91b"}.bxl-dailymotion:before{content:"\e91c"}.bxl-deviantart:before{content:"\e91d"}.bxl-digg:before{content:"\e91e"}.bxl-digitalocean:before{content:"\e91f"}.bxl-discord:before{content:"\e920"}.bxl-discourse:before{content:"\e921"}.bxl-dribbble:before{content:"\e922"}.bxl-dropbox:before{content:"\e923"}.bxl-drupal:before{content:"\e924"}.bxl-ebay:before{content:"\e925"}.bxl-edge:before{content:"\e926"}.bxl-facebook:before{content:"\e927"}.bxl-facebook-square:before{content:"\e928"}.bxl-firefox:before{content:"\e929"}.bxl-flickr:before{content:"\e92a"}.bxl-flickr-square:before{content:"\e92b"}.bxl-foursquare:before{content:"\e92c"}.bxl-git:before{content:"\e92d"}.bxl-github:before{content:"\e92e"}.bxl-google:before{content:"\e92f"}.bxl-google-plus:before{content:"\e930"}.bxl-google-plus-circle:before{content:"\e931"}.bxl-html5:before{content:"\e932"}.bxl-instagram:before{content:"\e933"}.bxl-instagram-alt:before{content:"\e934"}.bxl-internet-explorer:before{content:"\e935"}.bxl-invision:before{content:"\e936"}.bxl-javascript:before{content:"\e937"}.bxl-joomla:before{content:"\e938"}.bxl-jsfiddle:before{content:"\e939"}.bxl-kickstarter:before{content:"\e93a"}.bxl-less:before{content:"\e93b"}.bxl-linkedin:before{content:"\e93c"}.bxl-linkedin-square:before{content:"\e93d"}.bxl-magento:before{content:"\e93e"}.bxl-mailchimp:before{content:"\e93f"}.bxl-mastercard:before{content:"\e940"}.bxl-medium:before{content:"\e941"}.bxl-medium-old:before{content:"\e942"}.bxl-medium-square:before{content:"\e943"}.bxl-messenger:before{content:"\e944"}.bxl-microsoft:before{content:"\e945"}.bxl-nodejs:before{content:"\e946"}.bxl-opera:before{content:"\e947"}.bxl-paypal:before{content:"\e948"}.bxl-periscope:before{content:"\e949"}.bxl-pinterest:before{content:"\e94a"}.bxl-play-store:before{content:"\e94b"}.bxl-pocket:before{content:"\e94c"}.bxl-product-hunt:before{content:"\e94d"}.bxl-quora:before{content:"\e94e"}.bxl-react:before{content:"\e94f"}.bxl-reddit:before{content:"\e950"}.bxl-redux:before{content:"\e951"}.bxl-sass:before{content:"\e952"}.bxl-shopify:before{content:"\e953"}.bxl-skype:before{content:"\e954"}.bxl-slack:before{content:"\e955"}.bxl-slack-old:before{content:"\e956"}.bxl-snapchat:before{content:"\e957"}.bxl-soundcloud:before{content:"\e958"}.bxl-spotify:before{content:"\e959"}.bxl-squarespace:before{content:"\e95a"}.bxl-stack-overflow:before{content:"\e95b"}.bxl-stripe:before{content:"\e95c"}.bxl-telegram:before{content:"\e95d"}.bxl-trello:before{content:"\e95e"}.bxl-tumblr:before{content:"\e95f"}.bxl-twitch:before{content:"\e960"}.bxl-twitter:before{content:"\e961"}.bxl-unsplash:before{content:"\e962"}.bxl-vimeo:before{content:"\e963"}.bxl-visa:before{content:"\e964"}.bxl-vk:before{content:"\e965"}.bxl-vuejs:before{content:"\e966"}.bxl-whatsapp:before{content:"\e967"}.bxl-whatsapp-square:before{content:"\e968"}.bxl-wikipedia:before{content:"\e969"}.bxl-windows:before{content:"\e96a"}.bxl-wix:before{content:"\e96b"}.bxl-wordpress:before{content:"\e96c"}.bxl-yahoo:before{content:"\e96d"}.bxl-yelp:before{content:"\e96e"}.bxl-youtube:before{content:"\e96f"}.bx-accessibility:before{content:"\e970"}.bx-add-to-queue:before{content:"\e971"}.bx-adjust:before{content:"\e972"}.bx-alarm:before{content:"\e973"}.bx-alarm-add:before{content:"\e974"}.bx-alarm-off:before{content:"\e975"}.bx-album:before{content:"\e976"}.bx-align-justify:before{content:"\e977"}.bx-align-left:before{content:"\e978"}.bx-align-middle:before{content:"\e979"}.bx-align-right:before{content:"\e97a"}.bx-analyse:before{content:"\e97b"}.bx-anchor:before{content:"\e97c"}.bx-angry:before{content:"\e97d"}.bx-aperture:before{content:"\e97e"}.bx-archive:before{content:"\e97f"}.bx-archive-in:before{content:"\e980"}.bx-archive-out:before{content:"\e981"}.bx-area:before{content:"\e982"}.bx-arrow-back:before{content:"\e983"}.bx-at:before{content:"\e984"}.bx-award:before{content:"\e985"}.bx-badge:before{content:"\e986"}.bx-badge-check:before{content:"\e987"}.bx-ball:before{content:"\e988"}.bx-band-aid:before{content:"\e989"}.bx-bar-chart:before{content:"\e98a"}.bx-bar-chart-alt:before{content:"\e98b"}.bx-bar-chart-alt-2:before{content:"\e98c"}.bx-bar-chart-square:before{content:"\e98d"}.bx-barcode:before{content:"\e98e"}.bx-basket:before{content:"\e98f"}.bx-basketball:before{content:"\e990"}.bx-bath:before{content:"\e991"}.bx-battery:before{content:"\e992"}.bx-bed:before{content:"\e993"}.bx-bell:before{content:"\e994"}.bx-bell-minus:before{content:"\e995"}.bx-bell-off:before{content:"\e996"}.bx-bell-plus:before{content:"\e997"}.bx-bitcoin:before{content:"\e998"}.bx-block:before{content:"\e999"}.bx-bluetooth:before{content:"\e99a"}.bx-body:before{content:"\e99b"}.bx-bold:before{content:"\e99c"}.bx-bolt-circle:before{content:"\e99d"}.bx-book:before{content:"\e99e"}.bx-book-bookmark:before{content:"\e99f"}.bx-book-content:before{content:"\e9a0"}.bx-bookmark:before{content:"\e9a1"}.bx-bookmark-minus:before{content:"\e9a2"}.bx-bookmark-plus:before{content:"\e9a3"}.bx-bookmarks:before{content:"\e9a4"}.bx-book-open:before{content:"\e9a5"}.bx-border-all:before{content:"\e9a6"}.bx-border-bottom:before{content:"\e9a7"}.bx-border-left:before{content:"\e9a8"}.bx-border-radius:before{content:"\e9a9"}.bx-border-right:before{content:"\e9aa"}.bx-border-top:before{content:"\e9ab"}.bx-bot:before{content:"\e9ac"}.bx-bowling-ball:before{content:"\e9ad"}.bx-box:before{content:"\e9ae"}.bx-briefcase:before{content:"\e9af"}.bx-briefcase-alt:before{content:"\e9b0"}.bx-briefcase-alt-2:before{content:"\e9b1"}.bx-brightness:before{content:"\e9b2"}.bx-brightness-half:before{content:"\e9b3"}.bx-broadcast:before{content:"\e9b4"}.bx-brush:before{content:"\e9b5"}.bx-brush-alt:before{content:"\e9b6"}.bx-bug:before{content:"\e9b7"}.bx-bug-alt:before{content:"\e9b8"}.bx-building:before{content:"\e9b9"}.bx-building-house:before{content:"\e9ba"}.bx-buildings:before{content:"\e9bb"}.bx-bulb:before{content:"\e9bc"}.bx-bullseye:before{content:"\e9bd"}.bx-buoy:before{content:"\e9be"}.bx-bus:before{content:"\e9bf"}.bx-cake:before{content:"\e9c0"}.bx-calculator:before{content:"\e9c1"}.bx-calendar:before{content:"\e9c2"}.bx-calendar-alt:before{content:"\e9c3"}.bx-calendar-check:before{content:"\e9c4"}.bx-calendar-event:before{content:"\e9c5"}.bx-calendar-minus:before{content:"\e9c6"}.bx-calendar-plus:before{content:"\e9c7"}.bx-calendar-x:before{content:"\e9c8"}.bx-camera:before{content:"\e9c9"}.bx-camera-off:before{content:"\e9ca"}.bx-captions:before{content:"\e9cb"}.bx-car:before{content:"\e9cc"}.bx-card:before{content:"\e9cd"}.bx-caret-down:before{content:"\e9ce"}.bx-caret-left:before{content:"\e9cf"}.bx-caret-right:before{content:"\e9d0"}.bx-caret-up:before{content:"\e9d1"}.bx-carousel:before{content:"\e9d2"}.bx-cart:before{content:"\e9d3"}.bx-cart-alt:before{content:"\e9d4"}.bx-cast:before{content:"\e9d5"}.bx-certification:before{content:"\e9d6"}.bx-chalkboard:before{content:"\e9d7"}.bx-chart:before{content:"\e9d8"}.bx-chat:before{content:"\e9d9"}.bx-check:before{content:"\e9da"}.bx-checkbox:before{content:"\e9db"}.bx-checkbox-checked:before{content:"\e9dc"}.bx-checkbox-square:before{content:"\e9dd"}.bx-check-circle:before{content:"\e9de"}.bx-check-double:before{content:"\e9df"}.bx-check-shield:before{content:"\e9e0"}.bx-check-square:before{content:"\e9e1"}.bx-chevron-down:before{content:"\e9e2"}.bx-chevron-left:before{content:"\e9e3"}.bx-chevron-right:before{content:"\e9e4"}.bx-chevrons-down:before{content:"\e9e5"}.bx-chevrons-left:before{content:"\e9e6"}.bx-chevrons-right:before{content:"\e9e7"}.bx-chevrons-up:before{content:"\e9e8"}.bx-chevron-up:before{content:"\e9e9"}.bx-chip:before{content:"\e9ea"}.bx-circle:before{content:"\e9eb"}.bx-clinic:before{content:"\e9ec"}.bx-clipboard:before{content:"\e9ed"}.bx-closet:before{content:"\e9ee"}.bx-cloud:before{content:"\e9ef"}.bx-cloud-download:before{content:"\e9f0"}.bx-cloud-drizzle:before{content:"\e9f1"}.bx-cloud-lightning:before{content:"\e9f2"}.bx-cloud-light-rain:before{content:"\e9f3"}.bx-cloud-rain:before{content:"\e9f4"}.bx-cloud-snow:before{content:"\e9f5"}.bx-cloud-upload:before{content:"\e9f6"}.bx-code:before{content:"\e9f7"}.bx-code-alt:before{content:"\e9f8"}.bx-code-block:before{content:"\e9f9"}.bx-code-curly:before{content:"\e9fa"}.bx-coffee:before{content:"\e9fb"}.bx-cog:before{content:"\e9fc"}.bx-collapse:before{content:"\e9fd"}.bx-collection:before{content:"\e9fe"}.bx-columns:before{content:"\e9ff"}.bx-command:before{content:"\ea00"}.bx-comment:before{content:"\ea01"}.bx-comment-dots:before{content:"\ea02"}.bx-compass:before{content:"\ea03"}.bx-confused:before{content:"\ea04"}.bx-conversation:before{content:"\ea05"}.bx-cool:before{content:"\ea06"}.bx-copy:before{content:"\ea07"}.bx-copy-alt:before{content:"\ea08"}.bx-copyright:before{content:"\ea09"}.bx-credit-card:before{content:"\ea0a"}.bx-credit-card-alt:before{content:"\ea0b"}.bx-crop:before{content:"\ea0c"}.bx-crosshair:before{content:"\ea0d"}.bx-crown:before{content:"\ea0e"}.bx-cube:before{content:"\ea0f"}.bx-cube-alt:before{content:"\ea10"}.bx-cuboid:before{content:"\ea11"}.bx-customize:before{content:"\ea12"}.bx-cut:before{content:"\ea13"}.bx-cycling:before{content:"\ea14"}.bx-cylinder:before{content:"\ea15"}.bx-data:before{content:"\ea16"}.bx-desktop:before{content:"\ea17"}.bx-detail:before{content:"\ea18"}.bx-devices:before{content:"\ea19"}.bx-dialpad:before{content:"\ea1a"}.bx-dialpad-alt:before{content:"\ea1b"}.bx-diamond:before{content:"\ea1c"}.bx-directions:before{content:"\ea1d"}.bx-disc:before{content:"\ea1e"}.bx-dish:before{content:"\ea1f"}.bx-dislike:before{content:"\ea20"}.bx-dizzy:before{content:"\ea21"}.bx-dna:before{content:"\ea22"}.bx-dock-bottom:before{content:"\ea23"}.bx-dock-left:before{content:"\ea24"}.bx-dock-right:before{content:"\ea25"}.bx-dock-top:before{content:"\ea26"}.bx-dollar:before{content:"\ea27"}.bx-dollar-circle:before{content:"\ea28"}.bx-dots-horizontal:before{content:"\ea29"}.bx-dots-horizontal-rounded:before{content:"\ea2a"}.bx-dots-vertical:before{content:"\ea2b"}.bx-dots-vertical-rounded:before{content:"\ea2c"}.bx-doughnut-chart:before{content:"\ea2d"}.bx-down-arrow:before{content:"\ea2e"}.bx-down-arrow-alt:before{content:"\ea2f"}.bx-down-arrow-circle:before{content:"\ea30"}.bx-download:before{content:"\ea31"}.bx-downvote:before{content:"\ea32"}.bx-droplet:before{content:"\ea33"}.bx-dumbbell:before{content:"\ea34"}.bx-duplicate:before{content:"\ea35"}.bx-edit:before{content:"\ea36"}.bx-edit-alt:before{content:"\ea37"}.bx-envelope:before{content:"\ea38"}.bx-equalizer:before{content:"\ea39"}.bx-error:before{content:"\ea3a"}.bx-error-alt:before{content:"\ea3b"}.bx-error-circle:before{content:"\ea3c"}.bx-euro:before{content:"\ea3d"}.bx-exit:before{content:"\ea3e"}.bx-exit-fullscreen:before{content:"\ea3f"}.bx-expand:before{content:"\ea40"}.bx-export:before{content:"\ea41"}.bx-extension:before{content:"\ea42"}.bx-face:before{content:"\ea43"}.bx-fast-forward:before{content:"\ea44"}.bx-fast-forward-circle:before{content:"\ea45"}.bx-female:before{content:"\ea46"}.bx-female-sign:before{content:"\ea47"}.bx-file:before{content:"\ea48"}.bx-file-blank:before{content:"\ea49"}.bx-file-find:before{content:"\ea4a"}.bx-film:before{content:"\ea4b"}.bx-filter:before{content:"\ea4c"}.bx-filter-alt:before{content:"\ea4d"}.bx-fingerprint:before{content:"\ea4e"}.bx-first-aid:before{content:"\ea4f"}.bx-first-page:before{content:"\ea50"}.bx-flag:before{content:"\ea51"}.bx-folder:before{content:"\ea52"}.bx-folder-minus:before{content:"\ea53"}.bx-folder-open:before{content:"\ea54"}.bx-folder-plus:before{content:"\ea55"}.bx-font:before{content:"\ea56"}.bx-font-color:before{content:"\ea57"}.bx-font-family:before{content:"\ea58"}.bx-font-size:before{content:"\ea59"}.bx-food-menu:before{content:"\ea5a"}.bx-food-tag:before{content:"\ea5b"}.bx-football:before{content:"\ea5c"}.bx-fridge:before{content:"\ea5d"}.bx-fullscreen:before{content:"\ea5e"}.bx-gas-pump:before{content:"\ea5f"}.bx-ghost:before{content:"\ea60"}.bx-gift:before{content:"\ea61"}.bx-git-branch:before{content:"\ea62"}.bx-git-commit:before{content:"\ea63"}.bx-git-compare:before{content:"\ea64"}.bx-git-merge:before{content:"\ea65"}.bx-git-pull-request:before{content:"\ea66"}.bx-git-repo-forked:before{content:"\ea67"}.bx-globe:before{content:"\ea68"}.bx-globe-alt:before{content:"\ea69"}.bx-grid:before{content:"\ea6a"}.bx-grid-alt:before{content:"\ea6b"}.bx-grid-horizontal:before{content:"\ea6c"}.bx-grid-small:before{content:"\ea6d"}.bx-grid-vertical:before{content:"\ea6e"}.bx-group:before{content:"\ea6f"}.bx-handicap:before{content:"\ea70"}.bx-happy:before{content:"\ea71"}.bx-happy-alt:before{content:"\ea72"}.bx-happy-beaming:before{content:"\ea73"}.bx-happy-heart-eyes:before{content:"\ea74"}.bx-hash:before{content:"\ea75"}.bx-hdd:before{content:"\ea76"}.bx-heading:before{content:"\ea77"}.bx-headphone:before{content:"\ea78"}.bx-health:before{content:"\ea79"}.bx-heart:before{content:"\ea7a"}.bx-help-circle:before{content:"\ea7b"}.bx-hide:before{content:"\ea7c"}.bx-highlight:before{content:"\ea7d"}.bx-history:before{content:"\ea7e"}.bx-hive:before{content:"\ea7f"}.bx-home:before{content:"\ea80"}.bx-home-alt:before{content:"\ea81"}.bx-home-circle:before{content:"\ea82"}.bx-horizontal-center:before{content:"\ea83"}.bx-hotel:before{content:"\ea84"}.bx-hourglass:before{content:"\ea85"}.bx-id-card:before{content:"\ea86"}.bx-image:before{content:"\ea87"}.bx-image-add:before{content:"\ea88"}.bx-image-alt:before{content:"\ea89"}.bx-images:before{content:"\ea8a"}.bx-import:before{content:"\ea8b"}.bx-infinite:before{content:"\ea8c"}.bx-info-circle:before{content:"\ea8d"}.bx-italic:before{content:"\ea8e"}.bx-joystick:before{content:"\ea8f"}.bx-joystick-alt:before{content:"\ea90"}.bx-joystick-button:before{content:"\ea91"}.bx-key:before{content:"\ea92"}.bx-label:before{content:"\ea93"}.bx-landscape:before{content:"\ea94"}.bx-laptop:before{content:"\ea95"}.bx-last-page:before{content:"\ea96"}.bx-laugh:before{content:"\ea97"}.bx-layer:before{content:"\ea98"}.bx-layout:before{content:"\ea99"}.bx-left-arrow:before{content:"\ea9a"}.bx-left-arrow-alt:before{content:"\ea9b"}.bx-left-arrow-circle:before{content:"\ea9c"}.bx-left-down-arrow-circle:before{content:"\ea9d"}.bx-left-indent:before{content:"\ea9e"}.bx-left-top-arrow-circle:before{content:"\ea9f"}.bx-like:before{content:"\eaa0"}.bx-line-chart:before{content:"\eaa1"}.bx-link:before{content:"\eaa2"}.bx-link-alt:before{content:"\eaa3"}.bx-link-external:before{content:"\eaa4"}.bx-lira:before{content:"\eaa5"}.bx-list-check:before{content:"\eaa6"}.bx-list-minus:before{content:"\eaa7"}.bx-list-ol:before{content:"\eaa8"}.bx-list-plus:before{content:"\eaa9"}.bx-list-ul:before{content:"\eaaa"}.bx-loader:before{content:"\eaab"}.bx-loader-alt:before{content:"\eaac"}.bx-loader-circle:before{content:"\eaad"}.bx-lock:before{content:"\eaae"}.bx-lock-alt:before{content:"\eaaf"}.bx-lock-open:before{content:"\eab0"}.bx-lock-open-alt:before{content:"\eab1"}.bx-log-in:before{content:"\eab2"}.bx-log-in-circle:before{content:"\eab3"}.bx-log-out:before{content:"\eab4"}.bx-log-out-circle:before{content:"\eab5"}.bx-magnet:before{content:"\eab6"}.bx-mail-send:before{content:"\eab7"}.bx-male:before{content:"\eab8"}.bx-male-sign:before{content:"\eab9"}.bx-map:before{content:"\eaba"}.bx-map-alt:before{content:"\eabb"}.bx-map-pin:before{content:"\eabc"}.bx-meh:before{content:"\eabd"}.bx-meh-alt:before{content:"\eabe"}.bx-meh-blank:before{content:"\eabf"}.bx-memory-card:before{content:"\eac0"}.bx-menu:before{content:"\eac1"}.bx-menu-alt-left:before{content:"\eac2"}.bx-menu-alt-right:before{content:"\eac3"}.bx-message:before{content:"\eac4"}.bx-message-alt:before{content:"\eac5"}.bx-message-alt-dots:before{content:"\eac6"}.bx-message-dots:before{content:"\eac7"}.bx-message-rounded:before{content:"\eac8"}.bx-message-rounded-dots:before{content:"\eac9"}.bx-message-square:before{content:"\eaca"}.bx-message-square-dots:before{content:"\eacb"}.bx-microphone:before{content:"\eacc"}.bx-microphone-off:before{content:"\eacd"}.bx-minus:before{content:"\eace"}.bx-minus-circle:before{content:"\eacf"}.bx-mobile:before{content:"\ead0"}.bx-mobile-alt:before{content:"\ead1"}.bx-mobile-landscape:before{content:"\ead2"}.bx-mobile-vibration:before{content:"\ead3"}.bx-money:before{content:"\ead4"}.bx-moon:before{content:"\ead5"}.bx-mouse:before{content:"\ead6"}.bx-mouse-alt:before{content:"\ead7"}.bx-move:before{content:"\ead8"}.bx-move-horizontal:before{content:"\ead9"}.bx-move-vertical:before{content:"\eada"}.bx-movie:before{content:"\eadb"}.bx-music:before{content:"\eadc"}.bx-navigation:before{content:"\eadd"}.bx-news:before{content:"\eade"}.bx-no-entry:before{content:"\eadf"}.bx-note:before{content:"\eae0"}.bx-notepad:before{content:"\eae1"}.bx-notification:before{content:"\eae2"}.bx-notification-off:before{content:"\eae3"}.bx-package:before{content:"\eae4"}.bx-paint:before{content:"\eae5"}.bx-paint-roll:before{content:"\eae6"}.bx-palette:before{content:"\eae7"}.bx-paperclip:before{content:"\eae8"}.bx-paper-plane:before{content:"\eae9"}.bx-paragraph:before{content:"\eaea"}.bx-paste:before{content:"\eaeb"}.bx-pause:before{content:"\eaec"}.bx-pause-circle:before{content:"\eaed"}.bx-pen:before{content:"\eaee"}.bx-pencil:before{content:"\eaef"}.bx-phone:before{content:"\eaf0"}.bx-phone-call:before{content:"\eaf1"}.bx-phone-incoming:before{content:"\eaf2"}.bx-phone-outgoing:before{content:"\eaf3"}.bx-photo-album:before{content:"\eaf4"}.bx-pie-chart:before{content:"\eaf5"}.bx-pie-chart-alt:before{content:"\eaf6"}.bx-pie-chart-alt-2:before{content:"\eaf7"}.bx-pin:before{content:"\eaf8"}.bx-planet:before{content:"\eaf9"}.bx-play:before{content:"\eafa"}.bx-play-circle:before{content:"\eafb"}.bx-plug:before{content:"\eafc"}.bx-plus:before{content:"\eafd"}.bx-plus-circle:before{content:"\eafe"}.bx-plus-medical:before{content:"\eaff"}.bx-poll:before{content:"\eb00"}.bx-polygon:before{content:"\eb01"}.bx-pound:before{content:"\eb02"}.bx-power-off:before{content:"\eb03"}.bx-printer:before{content:"\eb04"}.bx-pulse:before{content:"\eb05"}.bx-purchase-tag:before{content:"\eb06"}.bx-purchase-tag-alt:before{content:"\eb07"}.bx-pyramid:before{content:"\eb08"}.bx-question-mark:before{content:"\eb09"}.bx-radar:before{content:"\eb0a"}.bx-radio:before{content:"\eb0b"}.bx-radio-circle:before{content:"\eb0c"}.bx-radio-circle-marked:before{content:"\eb0d"}.bx-receipt:before{content:"\eb0e"}.bx-rectangle:before{content:"\eb0f"}.bx-redo:before{content:"\eb10"}.bx-rename:before{content:"\eb11"}.bx-repeat:before{content:"\eb12"}.bx-reply:before{content:"\eb13"}.bx-reply-all:before{content:"\eb14"}.bx-repost:before{content:"\eb15"}.bx-reset:before{content:"\eb16"}.bx-restaurant:before{content:"\eb17"}.bx-revision:before{content:"\eb18"}.bx-rewind:before{content:"\eb19"}.bx-rewind-circle:before{content:"\eb1a"}.bx-right-arrow:before{content:"\eb1b"}.bx-right-arrow-alt:before{content:"\eb1c"}.bx-right-arrow-circle:before{content:"\eb1d"}.bx-right-down-arrow-circle:before{content:"\eb1e"}.bx-right-indent:before{content:"\eb1f"}.bx-right-top-arrow-circle:before{content:"\eb20"}.bx-rocket:before{content:"\eb21"}.bx-rotate-left:before{content:"\eb22"}.bx-rotate-right:before{content:"\eb23"}.bx-rss:before{content:"\eb24"}.bx-ruble:before{content:"\eb25"}.bx-ruler:before{content:"\eb26"}.bx-run:before{content:"\eb27"}.bx-rupee:before{content:"\eb28"}.bx-sad:before{content:"\eb29"}.bx-save:before{content:"\eb2a"}.bx-screenshot:before{content:"\eb2b"}.bx-search:before{content:"\eb2c"}.bx-search-alt:before{content:"\eb2d"}.bx-search-alt-2:before{content:"\eb2e"}.bx-selection:before{content:"\eb2f"}.bx-select-multiple:before{content:"\eb30"}.bx-send:before{content:"\eb31"}.bx-server:before{content:"\eb32"}.bx-shape-circle:before{content:"\eb33"}.bx-shape-square:before{content:"\eb34"}.bx-shape-triangle:before{content:"\eb35"}.bx-share:before{content:"\eb36"}.bx-share-alt:before{content:"\eb37"}.bx-shekel:before{content:"\eb38"}.bx-shield:before{content:"\eb39"}.bx-shield-alt:before{content:"\eb3a"}.bx-shield-alt-2:before{content:"\eb3b"}.bx-shield-quarter:before{content:"\eb3c"}.bx-shocked:before{content:"\eb3d"}.bx-shopping-bag:before{content:"\eb3e"}.bx-show:before{content:"\eb3f"}.bx-show-alt:before{content:"\eb40"}.bx-shuffle:before{content:"\eb41"}.bx-sidebar:before{content:"\eb42"}.bx-sitemap:before{content:"\eb43"}.bx-skip-next:before{content:"\eb44"}.bx-skip-next-circle:before{content:"\eb45"}.bx-skip-previous:before{content:"\eb46"}.bx-skip-previous-circle:before{content:"\eb47"}.bx-sleepy:before{content:"\eb48"}.bx-slider:before{content:"\eb49"}.bx-slider-alt:before{content:"\eb4a"}.bx-slideshow:before{content:"\eb4b"}.bx-smile:before{content:"\eb4c"}.bx-sort:before{content:"\eb4d"}.bx-sort-a-z:before{content:"\eb4e"}.bx-sort-down:before{content:"\eb4f"}.bx-sort-up:before{content:"\eb50"}.bx-sort-z-a:before{content:"\eb51"}.bx-spa:before{content:"\eb52"}.bx-space-bar:before{content:"\eb53"}.bx-spreadsheet:before{content:"\eb54"}.bx-square:before{content:"\eb55"}.bx-square-rounded:before{content:"\eb56"}.bx-star:before{content:"\eb57"}.bx-station:before{content:"\eb58"}.bx-stats:before{content:"\eb59"}.bx-sticker:before{content:"\eb5a"}.bx-stop:before{content:"\eb5b"}.bx-stop-circle:before{content:"\eb5c"}.bx-stopwatch:before{content:"\eb5d"}.bx-store:before{content:"\eb5e"}.bx-store-alt:before{content:"\eb5f"}.bx-street-view:before{content:"\eb60"}.bx-strikethrough:before{content:"\eb61"}.bx-subdirectory-left:before{content:"\eb62"}.bx-subdirectory-right:before{content:"\eb63"}.bx-sun:before{content:"\eb64"}.bx-support:before{content:"\eb65"}.bx-swim:before{content:"\eb66"}.bx-sync:before{content:"\eb67"}.bx-tab:before{content:"\eb68"}.bx-table:before{content:"\eb69"}.bx-tag:before{content:"\eb6a"}.bx-target-lock:before{content:"\eb6b"}.bx-task:before{content:"\eb6c"}.bx-taxi:before{content:"\eb6d"}.bx-tennis-ball:before{content:"\eb6e"}.bx-terminal:before{content:"\eb6f"}.bx-test-tube:before{content:"\eb70"}.bx-text:before{content:"\eb71"}.bx-time:before{content:"\eb72"}.bx-time-five:before{content:"\eb73"}.bx-timer:before{content:"\eb74"}.bx-tired:before{content:"\eb75"}.bx-toggle-left:before{content:"\eb76"}.bx-toggle-right:before{content:"\eb77"}.bx-tone:before{content:"\eb78"}.bx-train:before{content:"\eb79"}.bx-transfer:before{content:"\eb7a"}.bx-transfer-alt:before{content:"\eb7b"}.bx-trash:before{content:"\eb7c"}.bx-trash-alt:before{content:"\eb7d"}.bx-trending-down:before{content:"\eb7e"}.bx-trending-up:before{content:"\eb7f"}.bx-trophy:before{content:"\eb80"}.bx-tv:before{content:"\eb81"}.bx-underline:before{content:"\eb82"}.bx-undo:before{content:"\eb83"}.bx-unlink:before{content:"\eb84"}.bx-up-arrow:before{content:"\eb85"}.bx-up-arrow-alt:before{content:"\eb86"}.bx-up-arrow-circle:before{content:"\eb87"}.bx-upload:before{content:"\eb88"}.bx-upside-down:before{content:"\eb89"}.bx-upvote:before{content:"\eb8a"}.bx-usb:before{content:"\eb8b"}.bx-user:before{content:"\eb8c"}.bx-user-check:before{content:"\eb8d"}.bx-user-circle:before{content:"\eb8e"}.bx-user-minus:before{content:"\eb8f"}.bx-user-pin:before{content:"\eb90"}.bx-user-plus:before{content:"\eb91"}.bx-user-voice:before{content:"\eb92"}.bx-user-x:before{content:"\eb93"}.bx-vertical-center:before{content:"\eb94"}.bx-video:before{content:"\eb95"}.bx-video-off:before{content:"\eb96"}.bx-video-plus:before{content:"\eb97"}.bx-video-recording:before{content:"\eb98"}.bx-voicemail:before{content:"\eb99"}.bx-volume:before{content:"\eb9a"}.bx-volume-full:before{content:"\eb9b"}.bx-volume-low:before{content:"\eb9c"}.bx-volume-mute:before{content:"\eb9d"}.bx-walk:before{content:"\eb9e"}.bx-wallet:before{content:"\eb9f"}.bx-wallet-alt:before{content:"\eba0"}.bx-water:before{content:"\eba1"}.bx-wifi:before{content:"\eba2"}.bx-wifi-off:before{content:"\eba3"}.bx-wind:before{content:"\eba4"}.bx-window:before{content:"\eba5"}.bx-window-close:before{content:"\eba6"}.bx-window-open:before{content:"\eba7"}.bx-windows:before{content:"\eba8"}.bx-wink-smile:before{content:"\eba9"}.bx-wink-tongue:before{content:"\ebaa"}.bx-won:before{content:"\ebab"}.bx-world:before{content:"\ebac"}.bx-wrench:before{content:"\ebad"}.bx-x:before{content:"\ebae"}.bx-x-circle:before{content:"\ebaf"}.bx-yen:before{content:"\ebb0"}.bx-zoom-in:before{content:"\ebb1"}.bx-zoom-out:before{content:"\ebb2"}.bxs-add-to-queue:before{content:"\ebb3"}.bxs-adjust:before{content:"\ebb4"}.bxs-adjust-alt:before{content:"\ebb5"}.bxs-alarm:before{content:"\ebb6"}.bxs-alarm-add:before{content:"\ebb7"}.bxs-alarm-off:before{content:"\ebb8"}.bxs-album:before{content:"\ebb9"}.bxs-ambulance:before{content:"\ebba"}.bxs-analyse:before{content:"\ebbb"}.bxs-angry:before{content:"\ebbc"}.bxs-archive:before{content:"\ebbd"}.bxs-archive-in:before{content:"\ebbe"}.bxs-archive-out:before{content:"\ebbf"}.bxs-area:before{content:"\ebc0"}.bxs-award:before{content:"\ebc1"}.bxs-baby-carriage:before{content:"\ebc2"}.bxs-badge:before{content:"\ebc3"}.bxs-badge-check:before{content:"\ebc4"}.bxs-ball:before{content:"\ebc5"}.bxs-band-aid:before{content:"\ebc6"}.bxs-bank:before{content:"\ebc7"}.bxs-bar-chart-alt-2:before{content:"\ebc8"}.bxs-bar-chart-square:before{content:"\ebc9"}.bxs-barcode:before{content:"\ebca"}.bxs-basket:before{content:"\ebcb"}.bxs-bath:before{content:"\ebcc"}.bxs-battery:before{content:"\ebcd"}.bxs-battery-charging:before{content:"\ebce"}.bxs-battery-full:before{content:"\ebcf"}.bxs-battery-low:before{content:"\ebd0"}.bxs-bed:before{content:"\ebd1"}.bxs-bell:before{content:"\ebd2"}.bxs-bell-minus:before{content:"\ebd3"}.bxs-bell-off:before{content:"\ebd4"}.bxs-bell-plus:before{content:"\ebd5"}.bxs-bell-ring:before{content:"\ebd6"}.bxs-bolt:before{content:"\ebd7"}.bxs-bolt-circle:before{content:"\ebd8"}.bxs-book:before{content:"\ebd9"}.bxs-book-bookmark:before{content:"\ebda"}.bxs-book-content:before{content:"\ebdb"}.bxs-bookmark:before{content:"\ebdc"}.bxs-bookmark-minus:before{content:"\ebdd"}.bxs-bookmark-plus:before{content:"\ebde"}.bxs-bookmarks:before{content:"\ebdf"}.bxs-bookmark-star:before{content:"\ebe0"}.bxs-book-open:before{content:"\ebe1"}.bxs-bot:before{content:"\ebe2"}.bxs-bowling-ball:before{content:"\ebe3"}.bxs-box:before{content:"\ebe4"}.bxs-briefcase:before{content:"\ebe5"}.bxs-briefcase-alt:before{content:"\ebe6"}.bxs-briefcase-alt-2:before{content:"\ebe7"}.bxs-brightness:before{content:"\ebe8"}.bxs-brightness-half:before{content:"\ebe9"}.bxs-brush:before{content:"\ebea"}.bxs-brush-alt:before{content:"\ebeb"}.bxs-bug:before{content:"\ebec"}.bxs-bug-alt:before{content:"\ebed"}.bxs-building:before{content:"\ebee"}.bxs-building-house:before{content:"\ebef"}.bxs-buildings:before{content:"\ebf0"}.bxs-bulb:before{content:"\ebf1"}.bxs-buoy:before{content:"\ebf2"}.bxs-bus:before{content:"\ebf3"}.bxs-business:before{content:"\ebf4"}.bxs-cake:before{content:"\ebf5"}.bxs-calculator:before{content:"\ebf6"}.bxs-calendar:before{content:"\ebf7"}.bxs-calendar-alt:before{content:"\ebf8"}.bxs-calendar-check:before{content:"\ebf9"}.bxs-calendar-event:before{content:"\ebfa"}.bxs-calendar-minus:before{content:"\ebfb"}.bxs-calendar-plus:before{content:"\ebfc"}.bxs-calendar-x:before{content:"\ebfd"}.bxs-camera:before{content:"\ebfe"}.bxs-camera-off:before{content:"\ebff"}.bxs-camera-plus:before{content:"\ec00"}.bxs-capsule:before{content:"\ec01"}.bxs-captions:before{content:"\ec02"}.bxs-car:before{content:"\ec03"}.bxs-card:before{content:"\ec04"}.bxs-caret-down-circle:before{content:"\ec05"}.bxs-caret-left-circle:before{content:"\ec06"}.bxs-caret-right-circle:before{content:"\ec07"}.bxs-caret-up-circle:before{content:"\ec08"}.bxs-carousel:before{content:"\ec09"}.bxs-cart:before{content:"\ec0a"}.bxs-cart-alt:before{content:"\ec0b"}.bxs-certification:before{content:"\ec0c"}.bxs-chalkboard:before{content:"\ec0d"}.bxs-chart:before{content:"\ec0e"}.bxs-chat:before{content:"\ec0f"}.bxs-checkbox:before{content:"\ec10"}.bxs-checkbox-checked:before{content:"\ec11"}.bxs-check-circle:before{content:"\ec12"}.bxs-check-shield:before{content:"\ec13"}.bxs-check-square:before{content:"\ec14"}.bxs-chip:before{content:"\ec15"}.bxs-circle:before{content:"\ec16"}.bxs-city:before{content:"\ec17"}.bxs-clinic:before{content:"\ec18"}.bxs-cloud:before{content:"\ec19"}.bxs-cloud-download:before{content:"\ec1a"}.bxs-cloud-lightning:before{content:"\ec1b"}.bxs-cloud-rain:before{content:"\ec1c"}.bxs-cloud-upload:before{content:"\ec1d"}.bxs-coffee:before{content:"\ec1e"}.bxs-coffee-alt:before{content:"\ec1f"}.bxs-cog:before{content:"\ec20"}.bxs-collection:before{content:"\ec21"}.bxs-color-fill:before{content:"\ec22"}.bxs-comment:before{content:"\ec23"}.bxs-comment-add:before{content:"\ec24"}.bxs-comment-detail:before{content:"\ec25"}.bxs-comment-dots:before{content:"\ec26"}.bxs-comment-error:before{content:"\ec27"}.bxs-compass:before{content:"\ec28"}.bxs-component:before{content:"\ec29"}.bxs-confused:before{content:"\ec2a"}.bxs-contact:before{content:"\ec2b"}.bxs-conversation:before{content:"\ec2c"}.bxs-cool:before{content:"\ec2d"}.bxs-copy:before{content:"\ec2e"}.bxs-copy-alt:before{content:"\ec2f"}.bxs-coupon:before{content:"\ec30"}.bxs-credit-card:before{content:"\ec31"}.bxs-credit-card-alt:before{content:"\ec32"}.bxs-crown:before{content:"\ec33"}.bxs-cube:before{content:"\ec34"}.bxs-cube-alt:before{content:"\ec35"}.bxs-cuboid:before{content:"\ec36"}.bxs-customize:before{content:"\ec37"}.bxs-cylinder:before{content:"\ec38"}.bxs-dashboard:before{content:"\ec39"}.bxs-data:before{content:"\ec3a"}.bxs-detail:before{content:"\ec3b"}.bxs-devices:before{content:"\ec3c"}.bxs-direction-left:before{content:"\ec3d"}.bxs-direction-right:before{content:"\ec3e"}.bxs-directions:before{content:"\ec3f"}.bxs-disc:before{content:"\ec40"}.bxs-discount:before{content:"\ec41"}.bxs-dish:before{content:"\ec42"}.bxs-dislike:before{content:"\ec43"}.bxs-dizzy:before{content:"\ec44"}.bxs-dock-bottom:before{content:"\ec45"}.bxs-dock-left:before{content:"\ec46"}.bxs-dock-right:before{content:"\ec47"}.bxs-dock-top:before{content:"\ec48"}.bxs-dollar-circle:before{content:"\ec49"}.bxs-doughnut-chart:before{content:"\ec4a"}.bxs-down-arrow:before{content:"\ec4b"}.bxs-down-arrow-circle:before{content:"\ec4c"}.bxs-down-arrow-square:before{content:"\ec4d"}.bxs-download:before{content:"\ec4e"}.bxs-downvote:before{content:"\ec4f"}.bxs-drink:before{content:"\ec50"}.bxs-droplet:before{content:"\ec51"}.bxs-droplet-half:before{content:"\ec52"}.bxs-duplicate:before{content:"\ec53"}.bxs-edit:before{content:"\ec54"}.bxs-edit-alt:before{content:"\ec55"}.bxs-eject:before{content:"\ec56"}.bxs-envelope:before{content:"\ec57"}.bxs-eraser:before{content:"\ec58"}.bxs-error:before{content:"\ec59"}.bxs-error-alt:before{content:"\ec5a"}.bxs-error-circle:before{content:"\ec5b"}.bxs-exit:before{content:"\ec5c"}.bxs-extension:before{content:"\ec5d"}.bxs-eyedropper:before{content:"\ec5e"}.bxs-face:before{content:"\ec5f"}.bxs-factory:before{content:"\ec60"}.bxs-fast-forward-circle:before{content:"\ec61"}.bxs-file:before{content:"\ec62"}.bxs-file-blank:before{content:"\ec63"}.bxs-file-css:before{content:"\ec64"}.bxs-file-doc:before{content:"\ec65"}.bxs-file-find:before{content:"\ec66"}.bxs-file-gif:before{content:"\ec67"}.bxs-file-html:before{content:"\ec68"}.bxs-file-image:before{content:"\ec69"}.bxs-file-jpg:before{content:"\ec6a"}.bxs-file-js:before{content:"\ec6b"}.bxs-file-json:before{content:"\ec6c"}.bxs-file-md:before{content:"\ec6d"}.bxs-file-pdf:before{content:"\ec6e"}.bxs-file-plus:before{content:"\ec6f"}.bxs-file-png:before{content:"\ec70"}.bxs-file-txt:before{content:"\ec71"}.bxs-film:before{content:"\ec72"}.bxs-filter-alt:before{content:"\ec73"}.bxs-first-aid:before{content:"\ec74"}.bxs-flag:before{content:"\ec75"}.bxs-flag-alt:before{content:"\ec76"}.bxs-flame:before{content:"\ec77"}.bxs-flask:before{content:"\ec78"}.bxs-folder:before{content:"\ec79"}.bxs-folder-minus:before{content:"\ec7a"}.bxs-folder-open:before{content:"\ec7b"}.bxs-folder-plus:before{content:"\ec7c"}.bxs-food-menu:before{content:"\ec7d"}.bxs-fridge:before{content:"\ec7e"}.bxs-gas-pump:before{content:"\ec7f"}.bxs-ghost:before{content:"\ec80"}.bxs-gift:before{content:"\ec81"}.bxs-graduation:before{content:"\ec82"}.bxs-grid:before{content:"\ec83"}.bxs-grid-alt:before{content:"\ec84"}.bxs-group:before{content:"\ec85"}.bxs-hand-down:before{content:"\ec86"}.bxs-hand-left:before{content:"\ec87"}.bxs-hand-right:before{content:"\ec88"}.bxs-hand-up:before{content:"\ec89"}.bxs-happy:before{content:"\ec8a"}.bxs-happy-alt:before{content:"\ec8b"}.bxs-happy-beaming:before{content:"\ec8c"}.bxs-happy-heart-eyes:before{content:"\ec8d"}.bxs-hdd:before{content:"\ec8e"}.bxs-heart:before{content:"\ec8f"}.bxs-help-circle:before{content:"\ec90"}.bxs-hide:before{content:"\ec91"}.bxs-home:before{content:"\ec92"}.bxs-home-circle:before{content:"\ec93"}.bxs-hot:before{content:"\ec94"}.bxs-hotel:before{content:"\ec95"}.bxs-hourglass:before{content:"\ec96"}.bxs-hourglass-bottom:before{content:"\ec97"}.bxs-hourglass-top:before{content:"\ec98"}.bxs-id-card:before{content:"\ec99"}.bxs-image:before{content:"\ec9a"}.bxs-image-add:before{content:"\ec9b"}.bxs-image-alt:before{content:"\ec9c"}.bxs-inbox:before{content:"\ec9d"}.bxs-info-circle:before{content:"\ec9e"}.bxs-institution:before{content:"\ec9f"}.bxs-joystick:before{content:"\eca0"}.bxs-joystick-alt:before{content:"\eca1"}.bxs-joystick-button:before{content:"\eca2"}.bxs-key:before{content:"\eca3"}.bxs-keyboard:before{content:"\eca4"}.bxs-label:before{content:"\eca5"}.bxs-landmark:before{content:"\eca6"}.bxs-landscape:before{content:"\eca7"}.bxs-laugh:before{content:"\eca8"}.bxs-layer:before{content:"\eca9"}.bxs-layout:before{content:"\ecaa"}.bxs-left-arrow:before{content:"\ecab"}.bxs-left-arrow-circle:before{content:"\ecac"}.bxs-left-arrow-square:before{content:"\ecad"}.bxs-left-down-arrow-circle:before{content:"\ecae"}.bxs-left-top-arrow-circle:before{content:"\ecaf"}.bxs-like:before{content:"\ecb0"}.bxs-lock:before{content:"\ecb1"}.bxs-lock-alt:before{content:"\ecb2"}.bxs-lock-open:before{content:"\ecb3"}.bxs-lock-open-alt:before{content:"\ecb4"}.bxs-log-in:before{content:"\ecb5"}.bxs-log-in-circle:before{content:"\ecb6"}.bxs-log-out:before{content:"\ecb7"}.bxs-log-out-circle:before{content:"\ecb8"}.bxs-magic-wand:before{content:"\ecb9"}.bxs-magnet:before{content:"\ecba"}.bxs-map:before{content:"\ecbb"}.bxs-map-alt:before{content:"\ecbc"}.bxs-map-pin:before{content:"\ecbd"}.bxs-megaphone:before{content:"\ecbe"}.bxs-meh:before{content:"\ecbf"}.bxs-meh-alt:before{content:"\ecc0"}.bxs-meh-blank:before{content:"\ecc1"}.bxs-memory-card:before{content:"\ecc2"}.bxs-message:before{content:"\ecc3"}.bxs-message-alt:before{content:"\ecc4"}.bxs-message-alt-dots:before{content:"\ecc5"}.bxs-message-dots:before{content:"\ecc6"}.bxs-message-rounded:before{content:"\ecc7"}.bxs-message-rounded-dots:before{content:"\ecc8"}.bxs-message-square:before{content:"\ecc9"}.bxs-message-square-dots:before{content:"\ecca"}.bxs-microphone:before{content:"\eccb"}.bxs-microphone-alt:before{content:"\eccc"}.bxs-microphone-off:before{content:"\eccd"}.bxs-minus-circle:before{content:"\ecce"}.bxs-minus-square:before{content:"\eccf"}.bxs-mobile:before{content:"\ecd0"}.bxs-mobile-vibration:before{content:"\ecd1"}.bxs-moon:before{content:"\ecd2"}.bxs-mouse:before{content:"\ecd3"}.bxs-mouse-alt:before{content:"\ecd4"}.bxs-movie:before{content:"\ecd5"}.bxs-music:before{content:"\ecd6"}.bxs-navigation:before{content:"\ecd7"}.bxs-news:before{content:"\ecd8"}.bxs-no-entry:before{content:"\ecd9"}.bxs-note:before{content:"\ecda"}.bxs-notepad:before{content:"\ecdb"}.bxs-notification:before{content:"\ecdc"}.bxs-notification-off:before{content:"\ecdd"}.bxs-offer:before{content:"\ecde"}.bxs-package:before{content:"\ecdf"}.bxs-paint:before{content:"\ece0"}.bxs-paint-roll:before{content:"\ece1"}.bxs-palette:before{content:"\ece2"}.bxs-paper-plane:before{content:"\ece3"}.bxs-parking:before{content:"\ece4"}.bxs-paste:before{content:"\ece5"}.bxs-pen:before{content:"\ece6"}.bxs-pencil:before{content:"\ece7"}.bxs-phone:before{content:"\ece8"}.bxs-phone-call:before{content:"\ece9"}.bxs-phone-incoming:before{content:"\ecea"}.bxs-phone-outgoing:before{content:"\eceb"}.bxs-photo-album:before{content:"\ecec"}.bxs-pie-chart:before{content:"\eced"}.bxs-pie-chart-alt:before{content:"\ecee"}.bxs-pie-chart-alt-2:before{content:"\ecef"}.bxs-pin:before{content:"\ecf0"}.bxs-plane:before{content:"\ecf1"}.bxs-plane-alt:before{content:"\ecf2"}.bxs-plane-land:before{content:"\ecf3"}.bxs-planet:before{content:"\ecf4"}.bxs-plane-take-off:before{content:"\ecf5"}.bxs-playlist:before{content:"\ecf6"}.bxs-plug:before{content:"\ecf7"}.bxs-plus-circle:before{content:"\ecf8"}.bxs-plus-square:before{content:"\ecf9"}.bxs-polygon:before{content:"\ecfa"}.bxs-printer:before{content:"\ecfb"}.bxs-purchase-tag:before{content:"\ecfc"}.bxs-purchase-tag-alt:before{content:"\ecfd"}.bxs-pyramid:before{content:"\ecfe"}.bxs-quote-alt-left:before{content:"\ecff"}.bxs-quote-alt-right:before{content:"\ed00"}.bxs-quote-left:before{content:"\ed01"}.bxs-quote-right:before{content:"\ed02"}.bxs-quote-single-left:before{content:"\ed03"}.bxs-quote-single-right:before{content:"\ed04"}.bxs-radio:before{content:"\ed05"}.bxs-receipt:before{content:"\ed06"}.bxs-rectangle:before{content:"\ed07"}.bxs-rename:before{content:"\ed08"}.bxs-report:before{content:"\ed09"}.bxs-rewind-circle:before{content:"\ed0a"}.bxs-right-arrow:before{content:"\ed0b"}.bxs-right-arrow-circle:before{content:"\ed0c"}.bxs-right-arrow-square:before{content:"\ed0d"}.bxs-right-down-arrow-circle:before{content:"\ed0e"}.bxs-right-top-arrow-circle:before{content:"\ed0f"}.bxs-rocket:before{content:"\ed10"}.bxs-ruler:before{content:"\ed11"}.bxs-sad:before{content:"\ed12"}.bxs-save:before{content:"\ed13"}.bxs-school:before{content:"\ed14"}.bxs-search:before{content:"\ed15"}.bxs-search-alt-2:before{content:"\ed16"}.bxs-select-multiple:before{content:"\ed17"}.bxs-send:before{content:"\ed18"}.bxs-server:before{content:"\ed19"}.bxs-share:before{content:"\ed1a"}.bxs-share-alt:before{content:"\ed1b"}.bxs-shield:before{content:"\ed1c"}.bxs-shield-alt-2:before{content:"\ed1d"}.bxs-ship:before{content:"\ed1e"}.bxs-shocked:before{content:"\ed1f"}.bxs-shopping-bag:before{content:"\ed20"}.bxs-shopping-bag-alt:before{content:"\ed21"}.bxs-show:before{content:"\ed22"}.bxs-skip-next-circle:before{content:"\ed23"}.bxs-skip-previous-circle:before{content:"\ed24"}.bxs-skull:before{content:"\ed25"}.bxs-sleepy:before{content:"\ed26"}.bxs-slideshow:before{content:"\ed27"}.bxs-smile:before{content:"\ed28"}.bxs-sort-alt:before{content:"\ed29"}.bxs-spa:before{content:"\ed2a"}.bxs-spreadsheet:before{content:"\ed2b"}.bxs-square:before{content:"\ed2c"}.bxs-square-rounded:before{content:"\ed2d"}.bxs-star:before{content:"\ed2e"}.bxs-star-half:before{content:"\ed2f"}.bxs-stopwatch:before{content:"\ed30"}.bxs-store:before{content:"\ed31"}.bxs-store-alt:before{content:"\ed32"}.bxs-sun:before{content:"\ed33"}.bxs-tag:before{content:"\ed34"}.bxs-tag-x:before{content:"\ed35"}.bxs-taxi:before{content:"\ed36"}.bxs-tennis-ball:before{content:"\ed37"}.bxs-terminal:before{content:"\ed38"}.bxs-time:before{content:"\ed39"}.bxs-time-five:before{content:"\ed3a"}.bxs-timer:before{content:"\ed3b"}.bxs-tired:before{content:"\ed3c"}.bxs-toggle-left:before{content:"\ed3d"}.bxs-toggle-right:before{content:"\ed3e"}.bxs-tone:before{content:"\ed3f"}.bxs-torch:before{content:"\ed40"}.bxs-to-top:before{content:"\ed41"}.bxs-traffic:before{content:"\ed42"}.bxs-traffic-barrier:before{content:"\ed43"}.bxs-train:before{content:"\ed44"}.bxs-trash:before{content:"\ed45"}.bxs-trash-alt:before{content:"\ed46"}.bxs-tree:before{content:"\ed47"}.bxs-trophy:before{content:"\ed48"}.bxs-truck:before{content:"\ed49"}.bxs-t-shirt:before{content:"\ed4a"}.bxs-up-arrow:before{content:"\ed4b"}.bxs-up-arrow-circle:before{content:"\ed4c"}.bxs-up-arrow-square:before{content:"\ed4d"}.bxs-upside-down:before{content:"\ed4e"}.bxs-upvote:before{content:"\ed4f"}.bxs-user:before{content:"\ed50"}.bxs-user-badge:before{content:"\ed51"}.bxs-user-check:before{content:"\ed52"}.bxs-user-circle:before{content:"\ed53"}.bxs-user-detail:before{content:"\ed54"}.bxs-user-minus:before{content:"\ed55"}.bxs-user-pin:before{content:"\ed56"}.bxs-user-plus:before{content:"\ed57"}.bxs-user-rectangle:before{content:"\ed58"}.bxs-user-voice:before{content:"\ed59"}.bxs-user-x:before{content:"\ed5a"}.bxs-vial:before{content:"\ed5b"}.bxs-video:before{content:"\ed5c"}.bxs-video-off:before{content:"\ed5d"}.bxs-video-plus:before{content:"\ed5e"}.bxs-video-recording:before{content:"\ed5f"}.bxs-videos:before{content:"\ed60"}.bxs-volume:before{content:"\ed61"}.bxs-volume-full:before{content:"\ed62"}.bxs-volume-low:before{content:"\ed63"}.bxs-volume-mute:before{content:"\ed64"}.bxs-wallet:before{content:"\ed65"}.bxs-wallet-alt:before{content:"\ed66"}.bxs-watch:before{content:"\ed67"}.bxs-watch-alt:before{content:"\ed68"}.bxs-widget:before{content:"\ed69"}.bxs-wine:before{content:"\ed6a"}.bxs-wink-smile:before{content:"\ed6b"}.bxs-wink-tongue:before{content:"\ed6c"}.bxs-wrench:before{content:"\ed6d"}.bxs-x-circle:before{content:"\ed6e"}.bxs-x-square:before{content:"\ed6f"}.bxs-yin-yang:before{content:"\ed70"}.bxs-zap:before{content:"\ed71"}.bxs-zoom-in:before{content:"\ed72"}.bxs-zoom-out:before{content:"\ed73"}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/magnific-popup/dist/magnific-popup.css ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./src/assets/css/flaticon.css ***!
  \*********************************************************************************************************************************************************************************************************************/
/*
Flaticon icon font: Flaticon
*/
@font-face {
	font-family: "Flaticon";
	src: url('Flaticon.eot');
	src: url('Flaticon.eot?#iefix') format("embedded-opentype"),
	url('Flaticon.woff2') format("woff2"),
	url('Flaticon.woff') format("woff"),
	url('Flaticon.ttf') format("truetype"),
	url('Flaticon.svg#Flaticon') format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url('Flaticon.svg#Flaticon') format("svg");
	}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
}
.flaticon-loupe:before { content: "\f100"; }
.flaticon-contact:before { content: "\f101"; }
.flaticon-curve-arrow:before { content: "\f102"; }
.flaticon-place:before { content: "\f103"; }
.flaticon-vision:before { content: "\f104"; }
.flaticon-category:before { content: "\f105"; }
.flaticon-event:before { content: "\f106"; }
.flaticon-like:before { content: "\f107"; }
.flaticon-position:before { content: "\f108"; }
.flaticon-quote:before { content: "\f109"; }
.flaticon-email:before { content: "\f10a"; }
.flaticon-verify:before { content: "\f10b"; }
.flaticon-left:before { content: "\f10c"; }
.flaticon-arrow:before { content: "\f10d"; }
.flaticon-telephone:before { content: "\f10e"; }
.flaticon-email-1:before { content: "\f10f"; }
.flaticon-left-arrow-1:before { content: "\f110"; }
.flaticon-arrow-1:before { content: "\f111"; }
.flaticon-play-button:before { content: "\f112"; }
.flaticon-confetti:before { content: "\f113"; }
.flaticon-project:before { content: "\f114"; }
.flaticon-customers:before { content: "\f115"; }
.flaticon-financial-advisor:before { content: "\f116"; }
.flaticon-clipboard:before { content: "\f117"; }
.flaticon-ebook:before { content: "\f118"; }
.flaticon-location-pin:before { content: "\f119"; }
.flaticon-banner:before { content: "\f11a"; }
.flaticon-mortgage-loan:before { content: "\f11b"; }
.flaticon-processing:before { content: "\f11c"; }
.flaticon-check:before { content: "\f11d"; }
.flaticon-forward:before { content: "\f11e"; }
.flaticon-phone:before { content: "\f11f"; }
.flaticon-idea:before { content: "\f120"; }
.flaticon-research:before { content: "\f121"; }
.flaticon-headphones:before { content: "\f122"; }
.flaticon-caution:before { content: "\f123"; }
.flaticon-big-data:before { content: "\f124"; }
.flaticon-money:before { content: "\f125"; }
.flaticon-share:before { content: "\f126"; }
.flaticon-tick:before { content: "\f127"; }
.flaticon-planet-earth:before { content: "\f128"; }
.flaticon-price-tag:before { content: "\f129"; }
.flaticon-clock:before { content: "\f12a"; }
.flaticon-pdf-file:before { content: "\f12b"; }
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./src/assets/css/meanmenu.css ***!
  \*********************************************************************************************************************************************************************************************************************/
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	height: 55px;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #ff3900;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ff3900;
    position: relative;
    height: 4px;
    margin-top: -5px;
    top: 8px;
    border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: 55px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #DBEEFD;
	text-decoration: none;
}
.mean-container .mean-nav ul li a.active {
	color: #000000;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #DBEEFD;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right ;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent;
	border: none !important;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
    display: none;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #FF2D55;
}
.main-nav {
    background: #000;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 999;
    height: auto;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #ffffff;
    text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
/* Responsive Style */
@media only screen and (max-width: 991px) {
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .logo {
		text-decoration: none;
        position: absolute;
        top: 11px;
        z-index: 999;
        left: 15px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
    }
    .mean-container .mean-bar {
        background-color: #ffffff;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        padding: 20px 15px 0 0;
        margin-top: -5px;
    }
    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll;
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .main-nav {
        display: none !important;
    }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
@File: Ribo HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
** - Brand Area Style
** - About Area Style
** - Schedule Area Style
** - Serve Area Style
** - Counter Area Style
** - Progress Area Style
** - Seo Area Style
** - Service Area Style
** - Service Details Area Style
** - Case Studies Area Style
** - History Area Style
** - Work Area Style
** - Mission Area Style
** - Pricing Area Style
** - Team Area Style
** - Testimonial Area Style
** - Blog Area Style
** - Blog Details Area Style
** - Project Area Style
** - Faq Area Style
** - Contact Area Style
** - User All Area Style
** - Footer Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Page-navigation Area Style 
** - Preloader CSS Style
** - Back To Top Button Style
** - Animation CSS Style
*******************************************
/*

/*================================================
Default CSS
=================================================*/
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Nunito Sans", sans-serif;
  color: #6c6c6c;
}
p {
  color: #6c6c6c;
}
a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Livvic", sans-serif;
  line-height: 1.4;
  color: #1a1b1e;
}
h3 {
  font-size: 20px;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-45 {
  padding-top: 50px;
}
.border-radius {
  border-radius: 5px !important;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.color-title {
  color: #1a1b1e !important;
}
/*default-btn*/
.default-btn {
  z-index: 1;
  border: none;
  outline: none;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 12px 65px 12px 27px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.default-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ff3900;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 5.5px;
  right: 10px;
  transition: 0.7s;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.default-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.default-btn:hover i {
  background-color: transparent;
  color: #ffffff;
  border: 1px dashed #ffffff;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn-two {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 10px;
}
.default-btn-two i {
  position: relative;
  top: 3px;
}
.default-btn-two::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.default-btn-two:hover::before {
  width: 100%;
  opacity: 1;
}
.default-btn-two:hover {
  color: #ffffff;
}
/*section-title*/
.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 600;
  color: #ff3900;
}
.section-title h2 {
  font-size: 50px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.4;
}
.section-title h2 b {
  font-weight: 300;
}
.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
}
.sp-before {
  position: relative;
  margin-left: 45px;
}
.sp-before::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -45px;
  width: 45px;
  height: 1px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.sp-after {
  position: relative;
  margin-right: 45px;
}
.sp-after::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -45px;
  width: 45px;
  height: 1px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.h2-color {
  color: #2966be;
}
.h2-color2 {
  color: #2a284f;
}
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
}
.navbar-light .navbar-brand-sticky {
  display: none;
}
/* Main nav */
.main-nav {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #ff3900 !important;
}
.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #1a1b1e;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #ff3900 !important;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff3900 !important;
}
.main-nav nav .navbar-nav .nav-item a .active::before {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-top: 3px solid #ff3900;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #1a1b1e !important;
  position: relative;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0.25rem;
  color: #ff3900 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ff3900 !important;
  margin-left: 5px;
  border-radius: 0.25rem;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ff3900 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 100%;
}
.main-nav nav .side-nav {
  padding: 10px 18px 3px;
}
.main-nav nav .side-nav .side-item {
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.main-nav nav .side-nav .side-item .search-box {
  position: relative;
  top: -12px;
}
.main-nav nav .side-nav .side-item .search-box i {
  cursor: pointer;
  font-size: 18px;
  color: #ff3900;
  position: relative;
  display: inline-block;
  top: -2px;
  line-height: 35px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
}
.main-nav nav .side-nav .side-item .search-box:hover i {
  background-color: #1a1b1e;
  color: #ffffff;
}
.main-nav nav .side-nav .side-item .user-btn {
  position: relative;
  top: -12px;
}
.main-nav nav .side-nav .side-item .user-btn i {
  cursor: pointer;
  font-size: 18px;
  color: #ff3900;
  position: relative;
  display: inline-block;
  top: -2px;
  line-height: 35px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.main-nav nav .side-nav .side-item .user-btn:hover i {
  background-color: #1a1b1e;
  color: #ffffff;
}
.main-nav nav .side-nav .side-item .nav-menu-btn {
  padding: 10px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 50px;
  transition: 0.7s;
}
.main-nav nav .side-nav .side-item .nav-menu-btn:hover {
  background-image: linear-gradient(to right, #4400ff, #0077ff);
}
.main-nav nav .side-nav .side-item .search-box-2 {
  border-color: #f5f5f5;
  display: inline-block;
  position: relative;
  top: -16px;
  width: 300px;
}
.main-nav nav .side-nav .side-item .search-box-2 .form-control {
  height: 50px;
  width: 300px;
  border-radius: 5px;
}
.main-nav nav .side-nav .side-item .search-box-2 .form-control:focus {
  box-shadow: none !important;
  border: 1px solid #6c6c6c;
}
.main-nav nav .side-nav .side-item .search-box-2 .search-btn {
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: #ff3900;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
  font-size: 20px;
}
.main-nav nav .side-nav .side-item .search-box-2 .search-btn:hover {
  background-color: #2966be;
}
.nav-bar-two nav .navbar-nav .nav-item:hover a, .nav-bar-two nav .navbar-nav .nav-item .active {
  color: #ffffff !important;
}
.nav-bar-two nav .navbar-nav .nav-item a {
  color: #ffffff;
  position: relative;
}
.nav-bar-two nav .navbar-nav .nav-item a:hover, .nav-bar-two nav .navbar-nav .nav-item a :focus {
  color: #ffffff !important;
}
.nav-bar-two nav .navbar-nav .nav-item a:hover::before, .nav-bar-two nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}
.nav-bar-two nav .navbar-nav .nav-item a.active {
  color: #ffffff !important;
}
.nav-bar-two nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}
.nav-bar-two nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  background-color: #3f91de;
  opacity: 0;
  transition: 0.7s;
}
.nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
.nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}
.nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li a :focus::before, .nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  display: none;
}
.nav-bar-two nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  display: none;
}
.nav-bar-three nav .navbar-nav .nav-item a {
  position: relative;
}
.nav-bar-three nav .navbar-nav .nav-item a:hover::before, .nav-bar-three nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}
.nav-bar-three nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}
.nav-bar-three nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  background-color: #ff3900;
  opacity: 0;
  transition: 0.7s;
}
.nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
.nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}
.nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li a :focus::before, .nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  display: none;
}
.nav-bar-three nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  display: none;
}
.sticky-nav {
  top: 0;
  position: fixed;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .navbar-light .navbar-brand img {
  max-width: 130px;
}
.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.sticky-nav .main-nav .search-box i {
  background-color: #ff3900 !important;
  color: #ffffff !important;
}
.sticky-nav .main-nav .search-box:hover i {
  background-color: #1a1b1e !important;
  color: #ffffff !important;
}
.sticky-nav .main-nav .user-btn i {
  background-color: #ff3900 !important;
  color: #ffffff !important;
}
.sticky-nav .main-nav .user-btn:hover i {
  background-color: #1a1b1e !important;
  color: #ffffff !important;
}
.sticky-nav .nav-bar-two {
  top: 0;
  background-color: #2966be;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  right: 60px;
  top: 12px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #ff3900;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #2966be;
}
.side-nav-responsive .container {
  position: relative;
  display: flex;
  max-width: 100%;
}
.side-nav-responsive .container .container {
  position: absolute;
  right: 0;
  top: 55px;
  max-width: 300px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #ff3900;
  border-radius: 15px;
  padding: 10px 18px 3px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box {
  position: relative;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box i {
  cursor: pointer;
  font-size: 18px;
  color: #ff3900;
  position: relative;
  display: inline-block;
  top: -2px;
  line-height: 35px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box:hover i {
  background-color: #1a1b1e;
  color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav .user-btn {
  position: relative;
}
.side-nav-responsive .side-nav-inner .side-nav .user-btn i {
  cursor: pointer;
  font-size: 18px;
  color: #ff3900;
  position: relative;
  display: inline-block;
  top: -2px;
  line-height: 35px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.side-nav-responsive .side-nav-inner .side-nav .user-btn:hover i {
  background-color: #1a1b1e;
  color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav .nav-menu-btn {
  margin-top: 15px;
  padding: 10px 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #4400ff, #0077ff);
  border-radius: 50px;
  transition: 0.7s;
}
.side-nav-responsive .side-nav-inner .side-nav .nav-menu-btn:hover {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.side-nav-responsive .side-nav-inner .side-nav .search-box-2 {
  border-color: #f5f5f5;
  display: inline-block;
  max-width: 240px;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box-2 .form-control {
  height: 50px;
  width: 240px;
  border-radius: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box-2 .form-control:focus {
  box-shadow: none !important;
  border: 1px solid #6c6c6c;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box-2 .search-btn {
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: #ff3900;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
  font-size: 20px;
}
.side-nav-responsive .side-nav-inner .side-nav .search-box-2 .search-btn:hover {
  background-color: #2966be;
}
.side-nav-responsive .side-nav-inner .side-nav-two {
  padding: 10px 0 3px !important;
}
/*==================================
Search Overlay CSS
====================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}
.search-overlay .search-close .search-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-close:hover .search-close-line {
  background: #ff3900;
  transform: rotate(180deg);
}
.search-overlay .search-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}
.search-overlay .search-form form {
  position: relative;
}
.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #1a1b1e;
  padding: 3px 0 0 25px;
}
.search-overlay .search-form form .input-search::placeholder {
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #1a1b1e;
}
.search-overlay .search-form form .input-search:focus {
  border: none;
  outline: none;
}
.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}
.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #ffffff;
  height: 50px;
  border-radius: 50%;
  background-color: #ff3900;
  transition: 0.7s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}
.search-overlay .search-form form button:hover {
  background-color: #2966be;
  color: #ffffff;
}
.search-overlay .search-form form:hover {
  border: none;
  outline: none;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}
/*==================================
Main Banner Area CSS 
=================================*/
.banner-area {
  position: relative;
}
.banner-shape-right {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-shape-right img {
  max-width: 470px;
}
.banner-img {
  position: absolute;
  right: 0;
  top: 200px;
}
.banner-img img {
  max-width: 840px;
}
.banner-content {
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
.banner-content .title {
  border: 1px dashed #1a1b1e;
  border-radius: 50px;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  padding-right: 20px;
}
.banner-content .title i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #ffffff;
  display: inline-block;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 50px;
  text-align: center;
  margin-right: 5px;
}
.banner-content .title span {
  color: #1a1b1e;
  position: relative;
  top: -3px;
  font-weight: 600;
}
.banner-content h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 82px;
  color: #2966be;
  line-height: 1.2;
}
.banner-content h1 b {
  font-weight: 300;
}
.banner-content p {
  font-size: 20px;
  color: #1a1b1e;
  max-width: 720px;
}
.banner-content .banner-btn {
  margin-top: 50px;
}
.banner-content .banner-btn .get-btn {
  padding: 12px 65px 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 50px;
}
.banner-content .banner-btn .get-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ff3900;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 5.5px;
  right: 10px;
  transition: 0.7s;
}
.banner-content .banner-btn .get-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.banner-content .banner-btn .get-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.banner-content .banner-btn .get-btn:hover i {
  background-color: transparent;
  color: #ffffff;
  border: 1px dashed #ffffff;
}
.banner-content .banner-btn .call-btn {
  margin-left: 20px;
  padding: 12px 27px 12px 65px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  border-radius: 50px;
}
.banner-content .banner-btn .call-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #2966be;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 5.5px;
  left: 10px;
  transition: 0.7s;
}
.banner-content .banner-btn .call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.banner-content .banner-btn .call-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.banner-content .banner-btn .call-btn:hover i {
  background-color: transparent;
  color: #ffffff;
  border: 1px dashed #ffffff;
}
.banner-shape .shape1 {
  position: absolute;
  left: 0;
  top: 15%;
  animation: running-in 16s infinite linear;
}
.banner-shape .shape2 {
  position: absolute;
  left: 32%;
  top: 15%;
  animation: pulse 7s infinite;
}
.banner-shape .shape3 {
  position: absolute;
  left: 25%;
  top: 17%;
  animation: rotated360 6s infinite linear;
}
.banner-shape .shape4 {
  position: absolute;
  left: 50%;
  top: 40%;
  animation: rotated360 6s infinite linear;
}
.banner-shape .shape5 {
  position: absolute;
  left: 60%;
  top: 25%;
  animation: animationFramesOne 15s linear infinite;
}
.banner-area-two {
  background-image: url('home-two-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  position: relative;
}
.banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 900px;
  background-image: url('home-two-bg2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-content-two {
  padding-top: 170px;
  padding-bottom: 170px;
}
.banner-content-two span {
  color: #ffffff;
  background-color: #3b75c9;
  border-radius: 50px;
  width: 130px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
.banner-content-two h1 {
  font-size: 66px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 20px;
}
.banner-content-two h1 b {
  color: #ff3900;
  font-weight: 600;
}
.banner-content-two p {
  color: #ffffff;
  margin-bottom: 0;
}
.banner-content-two .banner-content-btn {
  margin-top: 30px;
}
.banner-content-two .banner-content-btn .learn-btn {
  padding: 12px 65px 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 50px;
}
.banner-content-two .banner-content-btn .learn-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ff3900;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 5.5px;
  right: 10px;
  transition: 0.7s;
}
.banner-content-two .banner-content-btn .learn-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.banner-content-two .banner-content-btn .learn-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.banner-content-two .banner-content-btn .learn-btn:hover i {
  background-color: transparent;
  color: #ffffff;
  border: 1px dashed #ffffff;
}
.banner-content-two .play-on-btn {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  top: -8px;
}
.banner-content-two .play-on-btn i {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.banner-content-two .play-on-btn:hover {
  color: #ff3900;
  letter-spacing: 0.25px;
}
.banner-content-two .play-on-btn:hover i {
  color: #ff3900;
}
.banner-img-2 {
  margin-top: 200px;
  position: relative;
  z-index: 1;
  animation: movebounce-up 9s infinite;
}
.banner-bottom-shape .shape-one {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.banner-bottom-shape .shape-two {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}
.banner-bottom-shape .shape-three {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}
.banner-bottom-shape .banner-dots1 {
  position: absolute;
  top: 22%;
  left: 35%;
  animation: flash 5s infinite;
}
.banner-bottom-shape .banner-dots2 {
  position: absolute;
  bottom: 13%;
  right: 12%;
  animation: flash 5s infinite;
}
.banner-area-three {
  position: relative;
}
.banner-content-three {
  padding-top: 200px;
  padding-bottom: -24px;
}
.banner-content-three span {
  color: #ff3900;
  background-color: #ffddd9;
  border-radius: 50px;
  width: 195px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
.banner-content-three h1 {
  font-size: 70px;
  color: #2a284f;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 30px;
}
.banner-content-three p {
  color: #2a284f;
  margin-bottom: 0;
  font-size: 18px;
  max-width: 680px;
}
.banner-content-three .banner-three-btn {
  margin-top: 30px;
}
.banner-content-three .banner-three-btn .explore-btn {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 10px;
}
.banner-content-three .banner-three-btn .explore-btn i {
  position: relative;
  top: 3px;
}
.banner-content-three .banner-three-btn .explore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.banner-content-three .banner-three-btn .explore-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.banner-content-three .play-two-btn {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ff3900;
  position: relative;
  overflow: hidden;
  top: -8px;
}
.banner-content-three .play-two-btn i {
  font-size: 20px;
  color: #ff3900;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.banner-content-three .play-two-btn:hover {
  color: #1a1b1e;
  letter-spacing: 0.25px;
}
.banner-content-three .play-two-btn:hover i {
  color: #1a1b1e;
}
.banner-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-img-3 img {
  max-width: 750px;
  height: 590px;
}
.banner-three-shape .shape1 {
  position: absolute;
  top: 15%;
  left: 40%;
}
.banner-three-shape .shape2 {
  position: absolute;
  bottom: 15%;
  left: 35%;
}
/*================================
Inner Banner
==================================*/
.inner-banner {
  background-image: url('banner-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 650px;
  background-image: url('banner-bg2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .inner-title {
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
}
.inner-banner .inner-title h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}
.inner-banner .inner-title ul li i {
  font-size: 28px;
  color: #ffffff;
  position: relative;
  top: 8px;
}
.inner-banner .inner-title ul li a {
  color: #ffffff;
}
.inner-banner .inner-title ul li a:hover {
  color: #ff3900;
}
.inner-banner .inner-title .inner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-banner .inner-title .inner-list li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.inner-banner .inner-title .inner-list li:last-child {
  margin-right: 0;
}
.inner-banner .inner-title .inner-list li i {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.inner-banner .inner-banner-shape .shape-one {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.inner-banner .inner-banner-shape .shape-two {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.inner-banner .inner-banner-shape .shape-three {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}
.inner-banner .inner-banner-shape .inner-banner-dots {
  position: absolute;
  top: 22%;
  left: 35%;
  animation: flash 5s infinite;
}
.inner-banner .inner-banner-shape .inner-banner-dots-2 {
  position: absolute;
  bottom: 32%;
  right: 10%;
  animation: flash 5s infinite;
}
/*==================================
Brand Area 
=================================*/
.brand-area {
  position: relative;
}
.brand-area .brand-item img {
  width: unset;
}
.brand-slider {
  max-width: 1140px;
  padding-bottom: 40px;
}
.brand-title h3 {
  font-size: 18px;
  color: #1a1b1e;
  margin-bottom: 40px;
}
.brand-title h3 a {
  color: #ff3900;
  border-bottom: 1px solid #ff3900;
}
.brand-title h3 a:hover {
  color: #2966be;
  border-color: #2966be;
}
.brand-logo-area {
  background-color: #f9f9f9;
  padding: 40px 0;
}
.brand-logo-item img {
  width: unset;
  height: 50px;
}
/*==================================
About Area
=================================*/
.about-area {
  position: relative;
}
.about-img {
  position: relative;
  margin-bottom: 30px;
}
.about-img img {
  position: relative;
  z-index: 1;
}
.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 50% 30% 50% 30%;
}
.about-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2966be;
  z-index: -1;
  border-radius: 30% 40% 30% 40%;
}
.about-content {
  margin-left: 70px;
  margin-bottom: 30px;
}
.about-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-content p {
  margin-bottom: 0;
}
.about-content .about-btn {
  margin-top: 40px;
}
.about-content .about-btn .play-btn {
  display: inline-block;
  color: #1a1b1e;
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  padding-left: 70px;
  transition: 0.7s;
}
.about-content .about-btn .play-btn span {
  position: relative;
  top: -6px;
}
.about-content .about-btn .play-btn:hover {
  color: #ff3900;
}
.about-content .about-btn .play-btn:hover i {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.about-content .about-btn .play-btn i {
  position: absolute;
  left: 0;
  top: -7px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #2966be;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  transition: 0.7s;
}
.about-shape .shape-1 {
  position: absolute;
  top: 30px;
  right: 0;
}
.about-shape .shape-1 img {
  max-width: 100px;
  height: 610px;
}
.about-shape .shape-2 {
  position: absolute;
  top: 7%;
  right: 30%;
  animation: animationFramesOne 15s linear infinite;
}
.about-shape .shape-3 {
  position: absolute;
  top: 30%;
  right: 10%;
  animation: rotated360 6s infinite linear;
}
.about-shape .shape-4 {
  position: absolute;
  top: 70%;
  right: 7%;
  animation: running-in 16s infinite linear;
}
.about-shape .shape-5 {
  position: absolute;
  top: 80%;
  right: 15%;
  animation: flash 5s infinite linear;
}
.about-content-two .section-title h2 {
  max-width: 485px;
  margin-bottom: 15px;
}
.about-content-two h3 {
  margin-bottom: 15px;
  font-weight: 500;
}
.about-content-two p {
  margin-bottom: 40px;
}
.about-content-two .about-list {
  margin-bottom: 20px;
  padding: 10px 7px 10px 40px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.about-content-two .about-list:hover::before {
  opacity: 1;
  width: 100%;
}
.about-content-two .about-list:hover span {
  color: #ffffff;
}
.about-content-two .about-list:hover p {
  color: #ffffff;
}
.about-content-two .about-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  transition: 0.7s;
  opacity: 0;
}
.about-content-two .about-list i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  background-color: #2966be;
  border-radius: 5px 5px 60px 5px;
}
.about-content-two .about-list span {
  color: #6c6c6c;
  margin-bottom: 10px;
  font-weight: 600;
}
.about-content-two .about-list p {
  color: #1a1b1e;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
}
.about-btn-two {
  margin-bottom: 30px;
}
.about-btn-two .about-more-btn {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 10px;
}
.about-btn-two .about-more-btn i {
  position: relative;
  top: 3px;
}
.about-btn-two .about-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0049b1, #1e71e6);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.about-btn-two .about-more-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.about-btn-two .contact-us-btn {
  margin-left: 20px;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #2a284f;
  border-radius: 10px;
}
.about-btn-two .contact-us-btn i {
  position: relative;
  top: 3px;
}
.about-btn-two .contact-us-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ff3900;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.about-btn-two .contact-us-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.about-widget-content {
  max-width: 610px;
}
.about-widget-content .section-title h2 {
  max-width: 485px;
  margin-bottom: 15px;
}
.about-widget-content h3 {
  margin-bottom: 15px;
  font-weight: 500;
}
.about-widget-content p {
  margin-bottom: 40px;
}
.about-widget-content .about-widget-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-widget-content .about-widget-list ul li {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.about-widget-content .about-widget-list ul li i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  background-color: #2966be;
  border-radius: 5px 5px 60px 5px;
}
.about-widget-content .about-widget-list ul li span {
  color: #6c6c6c;
  margin-bottom: 10px;
  font-weight: 600;
  margin-left: 45px;
}
.about-widget-content .about-widget-list ul li p {
  color: #6c6c6c;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  margin-left: 45px;
}
.about-widget-content .about-video {
  margin-top: 20px;
}
.about-widget-content .about-video .video-btn i {
  width: 70px;
  display: inline-block;
  text-align: center;
  height: 70px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  background-color: #ff3900;
  color: #ffffff;
  position: relative;
  border: 5px solid #ffc0b4;
}
.about-widget-content .about-video .video-btn i:hover {
  background-color: #2a284f;
  color: #ffffff;
  border-color: #2a284f;
}
.about-widget-content .about-video .video-btn i:hover::after {
  border-color: #2a284f;
}
.about-widget-content .about-video .video-btn i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #ff9880;
  transition: 0.7s;
}
.about-widget-content .about-video .video-btn:hover span {
  color: #2a284f;
}
.about-widget-content .about-video .video-btn span {
  font-size: 17px;
  font-weight: 600;
  color: #2966be;
  margin-left: 15px;
}
/*==================================
Schedule Area 
===================================*/
.schedule-width {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  background-color: #f9f9f9;
}
.schedule-content {
  max-width: 910px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.schedule-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.schedule-content .schedule-content-shape .shape1 {
  position: absolute;
  bottom: 50px;
  left: 3%;
  animation: running-in 16s infinite linear;
}
.schedule-content .schedule-content-shape .shape2 {
  position: absolute;
  bottom: 100px;
  right: 5%;
  animation: rotated360 6s infinite linear;
}
.schedule-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.schedule-shape img {
  max-width: 1240px;
}
/*==================================
Serve Area 
=================================*/
.serve-content {
  max-width: 585px;
  margin-left: auto;
  margin-bottom: 30px;
}
.serve-content .serve-list {
  margin-bottom: 20px;
  padding: 10px 20px 10px 40px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.serve-content .serve-list:hover::before {
  opacity: 1;
  width: 100%;
}
.serve-content .serve-list:hover span {
  color: #ffffff;
}
.serve-content .serve-list:hover p {
  color: #ffffff;
}
.serve-content .serve-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  transition: 0.7s;
  opacity: 0;
}
.serve-content .serve-list i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  background-color: #2966be;
  border-radius: 5px 5px 60px 5px;
}
.serve-content .serve-list span {
  color: #6c6c6c;
  margin-bottom: 10px;
  font-weight: 600;
}
.serve-content .serve-list p {
  color: #1a1b1e;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
.serve-content p {
  margin-top: 15px;
  margin-bottom: 35px;
}
.serve-img {
  margin-bottom: 30px;
}
/*==================================
Counter Area 
=================================*/
.counter-area {
  background-image: url('counter-shape-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.single-counter {
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-counter i {
  position: relative;
  display: inline-block;
  top: -15px;
  left: 0;
  font-size: 50px;
  color: #ff3900;
  margin-right: 15px;
}
.single-counter .content {
  display: inline-block;
}
.single-counter .content h3 {
  font-size: 40px;
  line-height: 0.7;
  margin-bottom: 10px;
  font-weight: 500;
}
.single-counter .content p {
  color: #1a1b1e;
  font-weight: 400;
  margin-bottom: 0;
}
.counter-area-two {
  background-image: url('counter-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
.counter-card {
  text-align: center;
  position: relative;
}
.counter-card::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 60px;
  border-right: 1px dashed #ffffff;
}
.counter-card h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}
.counter-card p {
  color: #ffffff;
  margin-bottom: 0;
}
.counter-area-two .col-lg-3:nth-child(4) .counter-card::before {
  display: none;
  border-right: none;
}
.counter-shape-top {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
/*==================================
Progress Area
=================================*/
.progress-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.progress-card {
  margin-bottom: 30px;
  padding: 60px;
  text-align: center;
  border-radius: 60% 40% 60% 40%;
  position: relative;
}
.progress-card:hover::before {
  animation: rotated360 6s infinite linear;
}
.progress-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 48% 50% 48% 50%;
  transition: 0.7s;
}
.progress-card img {
  margin-bottom: 25px;
}
.progress-card h3 {
  font-size: 40px;
  line-height: 0.7;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}
.progress-card p {
  color: #ffffff;
  margin-bottom: 0;
}
.pr-bg-color-1 {
  background-color: #2966be;
}
.pr-bg-color-1::before {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.pr-bg-color-2 {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.pr-bg-color-2::before {
  background-color: #2966be;
}
.pr-bg-color-3 {
  background-color: #1a1b1e;
  position: relative;
}
.pr-bg-color-3::before {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
/*==================================
Seo Area 
=================================*/
.seo-area {
  position: relative;
}
.seo-area::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 225px;
  width: 100%;
  background-image: url('seo-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.seo-width {
  max-width: 1190px;
  margin: 0 auto;
  padding: 40px 30px 0 50px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  border-radius: 5px;
}
.seo-form h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.seo-form .seo-form-area {
  padding: 5px;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 50px;
}
.seo-form .seo-form-area .seo-form-option {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 7px 0 7px 40px;
}
.seo-form .seo-form-area .form-group {
  position: relative;
  margin-bottom: 0;
}
.seo-form .seo-form-area .form-group i {
  position: absolute;
  top: 15px;
  left: 0;
  line-height: 1;
  font-size: 18px;
  color: #ff3900;
  z-index: 1;
}
.seo-form .seo-form-area .form-group .form-control {
  height: 50px;
  padding: 10px 20px 10px 25px;
  border: none;
  background-color: #ffffff;
  color: #969696;
  font-weight: 400;
  border-radius: 0;
}
.seo-form .seo-form-area .form-group .form-control.form-border {
  border-right: 1px solid #ebebeb;
}
.seo-form .seo-form-area .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.seo-form .seo-form-area .default-btn {
  margin-left: 20px;
}
.seo-form .seo-form-area .form-group .form-control::placeholder {
  color: var(--paragraphColor);
}
.seo-img {
  margin-left: 50px;
}
/*==================================
Service Area 
=================================*/
.services-area {
  position: relative;
}
.services-area .section-title h2 {
  max-width: 500px;
}
.services-card {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card img {
  margin-bottom: 20px;
  height: 75px;
}
.services-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.services-card h3 a {
  color: #2966be;
}
.services-card p {
  margin-bottom: 0;
}
.services-card .services-card-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.services-card-into {
  position: relative;
}
.services-card-into .services-dots {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -170px;
}
.services-card-into .services-dots img {
  z-index: -1;
}
.services-area .col-lg-4:nth-child(1) .services-card-into {
  margin-top: 170px;
}
.services-area .col-lg-4:nth-child(3) {
  margin-top: -210px;
}
.services-shape .services-bg {
  position: absolute;
  top: 200px;
  left: 0;
}
.services-shape .shape1 {
  position: absolute;
  top: 30%;
  left: 20%;
  animation: flash 5s infinite linear;
}
.services-shape .shape2 {
  position: absolute;
  top: 30%;
  right: 3%;
  animation: rotated360 6s infinite linear;
}
.services-area-two {
  position: relative;
  padding-bottom: 100px;
  padding-top: 50px;
}
.services-area-two .section-title {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}
.services-item {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 0px 18px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.services-item::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 30px;
  text-align: center;
  bottom: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
}
.services-item:hover h3 a {
  color: #ff3900;
}
.services-item h3 {
  margin-bottom: 25px;
}
.services-item h3 a {
  display: block;
  color: #4d4c6b;
}
.services-item .services-item-img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.services-item .services-item-img .img-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  border: 1px dashed #1a1b1e;
  border-radius: 50px;
  animation: rotated360 9s infinite linear;
}
.services-item .services-item-img .img-circle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  text-align: center;
  top: 20px;
  left: 0;
  background-color: #ff3900;
  border-radius: 50px;
}
.services-item .services-item-img a {
  display: block;
  top: 25px;
  position: relative;
  z-index: 1;
  animation: none;
}
.services-item .services-item-img a img {
  animation: none;
  max-width: 100%;
  height: 40px;
}
.services-item p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.services-item .learn-btn {
  color: #ff3900;
  font-weight: 600;
}
.services-item .learn-btn i {
  position: relative;
  top: 3px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px dashed #ff3900;
  border-radius: 50px;
  text-align: center;
  transition: 0.7s;
}
.services-item .learn-btn:hover {
  color: #2966be;
}
.services-item .learn-btn:hover i {
  color: #2966be;
  border-color: #2966be;
  animation: rotated360 9s infinite linear;
}
.service-two-shape .shape-in1 {
  position: absolute;
  top: 0;
  left: 20%;
  animation: flash 3s infinite linear;
}
.service-two-shape .shape-in2 {
  position: absolute;
  top: 30%;
  left: 5%;
  animation: animationFramesOne 15s linear infinite;
}
.service-two-shape .shape-in3 {
  position: absolute;
  top: 40%;
  left: 2%;
  animation: rotated360 6s infinite linear;
}
.service-two-shape .shape-in4 {
  position: absolute;
  top: 45%;
  right: 5%;
  animation: running-in 16s infinite linear;
}
.service-two-shape .shape-in5 {
  position: absolute;
  top: 60%;
  right: 2%;
  animation: flash 3s infinite linear;
}
.service-another {
  padding-top: 70px;
  position: relative;
}
.service-another .section-title h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.services-area-three .section-title p {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.services-item-two {
  text-align: center;
  padding: 30px;
}
.services-item-two:hover h3 a {
  color: #ff3900;
}
.services-item-two a {
  display: block;
}
.services-item-two a img {
  max-width: 100%;
  margin-bottom: 20px;
}
.services-item-two h3 {
  margin-bottom: 10px;
}
.services-item-two h3 a {
  color: #2a284f;
}
.services-item-two p {
  margin-bottom: 0;
}
.services-another-card {
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.services-another-card:hover::before {
  height: 100%;
  opacity: 1;
}
.services-another-card:hover a .service-icon {
  background-color: #ffffff;
  color: #ff3900;
}
.services-another-card:hover h3 a {
  color: #ffffff;
}
.services-another-card:hover p {
  color: #ffffff;
}
.services-another-card:hover .learn-btn {
  color: #ffffff;
}
.services-another-card:hover .learn-btn i {
  color: #ffffff;
  border-color: #ffffff;
  animation: rotated360 9s infinite linear;
}
.services-another-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(to bottom, #ff2500, #ff7100);
  opacity: 0;
  transition: 0.7s;
  border-radius: 5px;
}
.services-another-card a {
  display: block;
}
.services-another-card a .service-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50px;
  font-size: 30px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 20px;
}
.services-another-card h3 {
  margin-bottom: 15px;
}
.services-another-card h3 a {
  display: block;
  color: #2a284f;
}
.services-another-card p {
  margin-bottom: 15px;
}
.services-another-card .learn-btn {
  color: #ff3900;
  font-weight: 600;
}
.services-another-card .learn-btn i {
  position: relative;
  top: 3px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px dashed #ff3900;
  border-radius: 50px;
  text-align: center;
  transition: 0.7s;
}
.services-another-card .learn-btn:hover {
  color: #ffffff;
}
.services-another-card .learn-btn:hover i {
  color: #ffffff;
  border-color: #ffffff;
  animation: rotated360 9s infinite linear;
}
.service-another-shape .shape-1 {
  position: absolute;
  top: 10%;
  left: 10%;
  animation: animationFramesOne 15s linear infinite;
}
.service-another-shape .shape-2 {
  position: absolute;
  top: 50%;
  left: 3%;
  animation: rotated360 6s infinite linear;
}
.service-another-shape .shape-3 {
  position: absolute;
  top: 80%;
  left: 1%;
  animation: running-in 16s infinite linear;
}
.service-another-shape .shape-4 {
  position: absolute;
  top: 13%;
  right: 5%;
  animation: running-in 10s infinite linear;
}
.service-another-shape .shape-5 {
  position: absolute;
  top: 35%;
  right: 3%;
  animation: running-in 16s infinite linear;
}
.service-another-shape .shape-6 {
  position: absolute;
  top: 55%;
  right: 1%;
  animation: rotated360 6s infinite linear;
}
.service-icon-bg {
  background-color: #96e01e;
}
.service-icon-bg1 {
  background-color: #ff3900;
}
.service-icon-bg2 {
  background-color: #175dbf;
}
.service-icon-bg3 {
  background-color: #11aa25;
}
.service-icon-bg4 {
  background-color: #b60db1;
}
.service-icon-bg5 {
  background-color: #f51912;
}
.service-list-content {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.service-list-content:hover h3 {
  color: #ff3900;
}
.service-list-content h3 {
  font-size: 22px;
  color: #2a284f;
  margin-bottom: 10px;
  transition: 0.7s;
}
.service-list-content p {
  margin-bottom: 20px;
}
.service-list-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-list-content ul li {
  display: block;
  margin-bottom: 20px;
  color: #1a1b1e;
  font-size: 17px;
  font-weight: 600;
}
.service-list-content ul li:last-child {
  margin-bottom: 0;
}
.service-list-content ul li i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  background-color: #2966be;
  border-radius: 5px 10px 60px 10px;
  margin-right: 10px;
}
/*==================================
Service Details Area 
=================================*/
.services-left {
  margin-bottom: 30px;
}
.services-left p {
  margin-bottom: 30px;
}
.services-content img {
  margin-bottom: 30px;
}
.services-content h2 {
  font-size: 30px;
  color: #1a1b1e;
  margin-bottom: 20px;
}
.services-content p {
  margin-bottom: 30px;
}
.services-content-card {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}
.services-content-card:hover {
  transform: translateY(-5px);
}
.services-content-card:hover h3 {
  color: #ff3900;
}
.services-content-card h3 {
  margin-bottom: 10px;
  color: #2a284f;
  transition: 0.7s;
}
.services-content-card p {
  margin-bottom: 0;
}
.content-widget-area {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-widget-area .content-widget-text h2 {
  font-size: 28px;
  color: #1a1b1e;
  margin-bottom: 20px;
}
.content-widget-area .content-widget-text p {
  margin-bottom: 30px;
}
.content-widget-area .content-widget-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-widget-area .content-widget-text ul li {
  display: block;
  margin-bottom: 25px;
  color: #1a1b1e;
  font-size: 17px;
  font-weight: 600;
}
.content-widget-area .content-widget-text ul li:last-child {
  margin-bottom: 0;
}
.content-widget-area .content-widget-text ul li i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  background-color: #2966be;
  border-radius: 5px 10px 60px 10px;
  margin-right: 10px;
}
.services-widget-list {
  margin-top: 70px;
  margin-bottom: -80px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.services-widget-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px dashed #cacaca;
}
.services-widget-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-widget-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding: 20px 0;
}
.services-widget-list ul li:last-child {
  margin-right: 0;
}
.services-widget-list ul li:nth-child(1) {
  top: -15px;
}
.services-widget-list ul li:nth-child(2) {
  top: -85px;
}
.services-widget-list ul li:nth-child(3) {
  top: -15px;
}
.services-widget-list ul li:nth-child(4) {
  top: -85px;
}
.services-widget-list ul li.active span {
  background-color: #ff3900;
  border-color: #ffb3a5;
  color: #ffffff;
}
.services-widget-list ul li:hover span {
  background-color: #ff3900;
  border-color: #ffb3a5;
  color: #ffffff;
}
.services-widget-list ul li span {
  font-size: 18px;
  width: 75px;
  height: 75px;
  background-color: #ffffff;
  color: #ff3900;
  border-radius: 50px;
  text-align: center;
  line-height: 65px;
  font-weight: 600;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  border: 5px solid #fbfbfb;
  transition: 0.7s;
  display: inline-block;
}
.services-widget-list ul li .content {
  display: block;
  text-align: center;
}
.services-widget-list ul li .content h3 {
  font-weight: 500;
  line-height: 1;
}
.widget-category {
  margin-bottom: 35px;
  border: 1px dashed #ff3900;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}
.widget-category h3 {
  font-size: 20px;
  color: #1a1b1e;
  border-bottom: 1px dashed #ff3900;
  padding: 15px 30px;
  font-weight: 500;
}
.widget-category ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.widget-category ul li {
  display: block;
  padding: 10px 30px;
  margin: 10px 10px;
  font-size: 16px;
  background-color: #fef4f0;
  font-weight: 500;
}
.widget-category ul li a {
  color: #ff3900;
}
.widget-category ul li:hover {
  background-color: #ff3900;
}
.widget-category ul li:hover a {
  color: #ffffff;
}
.services-widget-two {
  margin-bottom: 35px;
  border: 1px dashed #ff3900;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}
.services-widget-two h2 {
  font-size: 20px;
  color: #1a1b1e;
  border-bottom: 1px dashed #ff3900;
  padding: 15px 30px;
  font-weight: 500;
}
.services-widget-two ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-widget-two ul li {
  display: block;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ff3900;
}
.services-widget-two ul li:last-child {
  border-bottom: none;
}
.services-widget-two ul li i {
  font-size: 40px;
  color: #ff3900;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 30px;
}
.services-widget-two ul li .content {
  display: inline-block;
  margin-left: 95px;
}
.services-widget-two ul li .content h3 {
  font-size: 17px;
  color: #6c6c6c;
  margin-bottom: 5px;
  font-weight: 400;
}
.services-widget-two ul li .content span {
  color: #2a284f;
  font-weight: 600;
  font-size: 16px;
}
.services-widget-two ul li .content span.active a {
  color: #ff3900;
}
.services-widget-two ul li .content span a {
  display: block;
  color: #2a284f;
  font-weight: 600;
}
.services-widget-two ul li .content span:hover {
  color: #ff3900;
}
.services-widget-two ul li .content span:hover a {
  color: #ff3900;
}
/*==================================
Case Studies Area 
=================================*/
.case-studies-content .images-top {
  margin-bottom: 30px;
}
.case-studies-content span {
  font-size: 16px;
  color: #ff3900;
  margin-bottom: 10px;
}
.case-studies-content h2 {
  font-size: 26px;
  color: #2a284f;
  margin-bottom: 20px;
}
.case-studies-content p {
  margin-bottom: 30px;
}
.case-study-card {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}
.case-study-card:hover {
  transform: translateY(-5px);
}
.case-study-card:hover .content h3 a {
  color: #ff3900;
}
.case-study-card a {
  display: block;
}
.case-study-card a img {
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
.case-study-card .content {
  padding: 20px;
}
.case-study-card .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.case-study-card .content h3 a {
  display: block;
  color: #2a284f;
  transition: 0.7s;
}
.case-study-card .content span {
  font-size: 16px;
  color: #6c6c6c;
}
/*==================================
History Area
=================================*/
.history-list {
  margin-top: 40px;
  margin-bottom: 70px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.history-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px dashed #cacaca;
}
.history-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.history-list ul li {
  display: inline-block;
  margin-right: 100px;
}
.history-list ul li:last-child {
  margin-right: 0;
}
.history-list ul li.active i {
  background-color: #ff3900;
  border-color: #ffb3a5;
  color: #ffffff;
}
.history-list ul li:hover i {
  background-color: #ff3900;
  border-color: #ffb3a5;
  color: #ffffff;
}
.history-list ul li i {
  font-size: 40px;
  width: 75px;
  height: 75px;
  background-color: #ffffff;
  color: #ff3900;
  border-radius: 50px;
  text-align: center;
  line-height: 65px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 5px solid #fbfbfb;
  transition: 0.7s;
}
.history-list ul li .content {
  display: block;
  text-align: center;
}
.history-list ul li .content h3 {
  font-weight: 500;
  line-height: 1;
}
.history-list ul li .content span {
  font-size: 16px;
  color: #1a1b1e;
  margin-bottom: 0;
}
.history-content {
  margin-bottom: 30px;
}
.history-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.history-content p {
  margin-bottom: 20px;
}
.history-content .default-btn {
  margin-top: 10px;
}
.history-img {
  margin-bottom: 30px;
  margin-left: 45px;
}
/*==================================
Courses Area 
=================================*/
.courses-area .section-title p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.courses-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 100px 30px 30px;
  position: relative;
  transition: 0.7s;
}
.courses-card:hover {
  transform: translateY(-10px);
}
.courses-card:hover h3 a {
  color: #ff3900;
}
.courses-card .instructor {
  margin-bottom: 15px;
}
.courses-card .instructor img {
  display: inline-block;
  margin-right: 10px;
}
.courses-card .instructor .name {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.courses-card .instructor .name a {
  display: block;
  color: #2a284f;
}
.courses-card h3 {
  max-width: 295px;
  color: #2a284f;
}
.courses-card h3 a {
  display: block;
  color: #2a284f;
}
.courses-card p {
  max-width: 400px;
  margin-bottom: 15px;
}
.courses-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.courses-card ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.courses-card ul li:last-child {
  margin-right: 0;
}
.courses-card ul li i {
  font-size: 16px;
  color: #ff3900;
  margin-right: 5px;
}
.courses-card .images {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1f1f1;
  border-radius: 0 0 0 100px;
}
.courses-card .images a {
  display: block;
}
.courses-card .images a img {
  max-width: 100%;
}
.courses-card .images .rate {
  position: absolute;
  top: 10px;
  right: 130px;
}
.courses-card .images .rate a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #ff2500, #ff7100);
}
/*==================================
Work Area 
=================================*/
.work-area {
  background-image: url('work-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.work-card {
  text-align: center;
  margin-bottom: 30px;
}
.work-card.active h2 {
  color: #ff3900;
}
.work-card.active h2::before {
  background-image: linear-gradient(to right, #ff2500, #ff7100) !important;
}
.work-card h2 {
  font-size: 40px;
  font-weight: 500;
  color: #2966be;
  width: 130px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30% 70% 30% 70%;
  position: relative;
}
.work-card h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2966be;
  border-radius: 70% 30% 70% 30%;
  transform: rotate(20deg);
}
.work-card h3 {
  font-size: 20px;
  color: #2966be;
  margin-top: 20px;
  margin-bottom: 10px;
}
.work-card p {
  margin-bottom: 0;
}
.work-shape {
  position: absolute;
  z-index: -1;
  top: 200px;
  left: 70px;
  right: 0;
}
.work-area-two {
  background-image: url('work-bg2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-item-list ul li {
  display: block;
  float: right;
  margin-bottom: 30px;
}
.work-item-list ul li h3 {
  color: #2a284f;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
}
.work-item-list ul li h3 span {
  margin-left: 15px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.work-item-list ul li h3 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #2966be;
  border-radius: 70% 40% 70% 40%;
}
.work-item-list ul li p {
  margin-bottom: 0;
  margin-right: 50px;
}
.work-item-list-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-item-list-2 ul li {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.work-item-list-2 ul li h3 {
  color: #2a284f;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
}
.work-item-list-2 ul li h3 span {
  margin-right: 15px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.work-item-list-2 ul li h3 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #2966be;
  border-radius: 70% 40% 70% 40%;
}
.work-item-list-2 ul li p {
  margin-bottom: 0;
  margin-left: 50px;
}
/*==================================
Mission Area 
=================================*/
.mission-area {
  padding-bottom: 50px;
  position: relative;
}
.mission-content {
  max-width: 580px;
  margin-left: auto;
}
.mission-content p {
  margin-top: 10px;
  margin-bottom: 40px;
}
.mission-content .mission-list {
  margin-bottom: 20px;
  padding: 10px 0px 10px 32px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.mission-content .mission-list:hover::before {
  opacity: 1;
  width: 100%;
}
.mission-content .mission-list:hover span {
  color: #ffffff;
}
.mission-content .mission-list:hover p {
  color: #ffffff;
}
.mission-content .mission-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  transition: 0.7s;
  opacity: 0;
}
.mission-content .mission-list i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  background-color: #2966be;
  border-radius: 5px 5px 60px 5px;
}
.mission-content .mission-list span {
  color: #6c6c6c;
  margin-bottom: 10px;
  font-weight: 600;
}
.mission-content .mission-list p {
  color: #1a1b1e;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.mission-img {
  margin-left: 40px;
}
.mission-shape .shape1 {
  position: absolute;
  top: 10%;
  left: 2%;
  animation: animationFramesOne 15s linear infinite;
}
.mission-shape .shape2 {
  position: absolute;
  top: 64%;
  left: 1%;
  animation: rotated360 6s infinite linear;
}
.mission-shape .shape3 {
  position: absolute;
  top: 10%;
  right: 45%;
  animation: rotated360 15s linear infinite;
}
.mission-shape .shape4 {
  position: absolute;
  top: 15%;
  right: 7%;
  animation: running-in 15s linear infinite;
}
/*==================================
Pricing Area 
=================================*/
.pricing-area {
  position: relative;
}
.pricing-area .section-title {
  margin-bottom: 45px;
}
.price-width {
  max-width: 1200px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  padding: 60px;
  margin: 0 auto;
}
.color-1 {
  color: #2966be;
}
.color-2 {
  color: #ff3900;
}
.color-3 {
  color: #1a1b1e;
}
.color-bg1 {
  background-color: #eaf3ff;
}
.color-bg2 {
  background-color: #fef4f0;
}
.color-bg3 {
  background-color: #f1f1f1;
}
.button-bg1 {
  background-image: linear-gradient(to right, #0f0788, #280fb8);
}
.button-bg1:hover {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.button-bg2 {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.button-bg2:hover {
  background-image: linear-gradient(to right, #070100fa, #030200a8);
}
.button-bg3 {
  background-image: linear-gradient(to right, #070100fa, #030200a8);
}
.button-bg3:hover {
  background-image: linear-gradient(to right, #0f0788, #280fb8);
}
.pricing-card {
  border: 1px dashed #94b7e2;
  padding: 5px;
  transition: 0.7s;
}
.pricing-card:hover {
  border-color: #ff3900;
}
.pricing-card .pricing-card-into {
  text-align: center;
  padding: 0 30px 30px;
}
.pricing-card .pricing-card-into .pricing-icon {
  position: relative;
  margin-top: -40px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  width: 95px;
  height: 95px;
  font-size: 35px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 95px;
}
.pricing-card .pricing-card-into h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px;
}
.pricing-card .price-rate {
  padding-bottom: 10px;
  border-bottom: 1px solid #b7d0ee;
  margin-bottom: 20px;
}
.pricing-card .price-rate h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
}
.pricing-card .price-rate span {
  font-size: 16px;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card ul li {
  display: block;
  color: #1a1b1e;
  margin-top: 3px;
}
.pricing-card ul li i {
  color: #2966be;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.pricing-card ul li del {
  color: #6c6c6c !important;
}
.pricing-card .purchase-btn {
  margin-top: 20px;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 50px;
  border: none;
  outline: none;
}
.pricing-shape .shape1 {
  position: absolute;
  top: 20%;
  left: 0%;
  animation: running-in 16s infinite linear;
}
.pricing-shape .shape2 {
  position: absolute;
  top: 50%;
  left: 1%;
  animation: flash 5s infinite linear;
}
.pricing-shape .shape3 {
  position: absolute;
  bottom: 3%;
  left: 3%;
  animation: animationFramesOne 15s linear infinite;
}
.pricing-shape .shape4 {
  position: absolute;
  top: 7%;
  right: 7%;
  animation: rotated360 6s infinite linear;
}
.pricing-shape .shape5 {
  position: absolute;
  top: 25%;
  right: 0;
  animation: flash 5s infinite linear;
}
.pricing-shape .shape6 {
  position: absolute;
  top: 65%;
  right: 2%;
  animation: running-in 16s infinite linear;
}
/*==================================
Team Area 
=================================*/
.team-area {
  position: relative;
}
.team-area .section-title p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.team-area .center .team-item .team-content {
  transform: scale(1);
}
.team-bg-before::before {
  background-color: #2966be;
}
.team-bg-before-2::before {
  background-color: #1a1b1e;
}
.team-bg-before-3::before {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}
.team-item {
  text-align: center;
  margin-bottom: 30px;
}
.team-item .team-img {
  position: relative;
  display: block;
}
.team-item .team-img img {
  border-radius: 40% 60% 40% 60%;
}
.team-item .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 60% 40% 60% 40%;
  z-index: -1;
  transform: rotate(23deg);
}
.team-item:hover .team-content {
  transform: scale(1);
}
.team-item .team-content {
  margin-top: 20px;
  transform: scale(0);
  transition: 0.7s;
}
.team-item .team-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.team-item .team-content h3 a {
  color: #2966be;
}
.team-item .team-content span {
  color: #1a1b1e;
  margin-bottom: 15px;
}
.team-item .team-content .social-link {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.team-item .team-content .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.team-item .team-content .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.team-item .team-content .social-link li:nth-child(1) a {
  color: #3b5998;
}
.team-item .team-content .social-link li:nth-child(1) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-item .team-content .social-link li:nth-child(2) a {
  color: #55acee;
}
.team-item .team-content .social-link li:nth-child(2) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-item .team-content .social-link li:nth-child(3) a {
  color: #ff0000;
}
.team-item .team-content .social-link li:nth-child(3) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-item .team-content .social-link li:nth-child(4) a {
  color: #c80000;
}
.team-item .team-content .social-link li:nth-child(4) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-shape .team-shape1 {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.team-shape .team-shape2 {
  position: absolute;
  top: 20%;
  left: 10%;
  animation: animationFramesOne 10s linear infinite;
}
.team-shape .team-shape3 {
  position: absolute;
  top: 20%;
  right: 10%;
  animation: rotated360 6s infinite linear;
}
.team-shape .team-shape4 {
  position: absolute;
  bottom: 5%;
  right: 40%;
  animation: animationFramesOne 10s linear infinite;
}
.team-two-shape .shape1 {
  position: absolute;
  top: 5%;
  left: 5%;
  animation: animationFramesOne 10s linear infinite;
}
.team-two-shape .shape2 {
  position: absolute;
  top: 40%;
  left: 2%;
  animation: rotated360 6s infinite linear;
}
.team-two-shape .shape3 {
  position: absolute;
  top: 60%;
  left: 1%;
  animation: running-in 15s linear infinite;
}
.team-two-shape .shape4 {
  position: absolute;
  top: 5%;
  right: 10%;
  animation: movebounce-up 4s linear infinite;
}
.team-two-shape .shape5 {
  position: absolute;
  top: 35%;
  right: 3%;
  animation: rotated360 6s infinite linear;
}
.team-two-shape .shape6 {
  position: absolute;
  top: 65%;
  right: 5%;
  animation: running-in 15s linear infinite;
}
.team-two-shape .shape7 {
  position: absolute;
  bottom: 0;
  right: 35%;
  animation: animationFramesOne 10s linear infinite;
}
.team-area-two {
  position: relative;
}
.team-area-two .section-title h2 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.team-area-two .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -90px;
  color: #ff3900 !important;
  background-color: transparent !important;
  transition: 0.7s;
}
.team-area-two .owl-nav .owl-prev i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  border: 1px dashed #ff3900;
}
.team-area-two .owl-nav .owl-prev:hover {
  color: #2a284f !important;
  background-color: transparent !important;
}
.team-area-two .owl-nav .owl-prev:hover i {
  border-color: #2a284f;
}
.team-area-two .owl-nav .owl-prev::before {
  content: "Prev";
  position: absolute;
  top: 0px;
  left: 35px;
  font-size: 16px;
  transition: transform 0.4s ease;
}
.team-area-two .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -90px;
  color: #ff3900 !important;
  background-color: transparent !important;
  transition: 0.7s;
}
.team-area-two .owl-nav .owl-next i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  border: 1px dashed #ff3900;
}
.team-area-two .owl-nav .owl-next:hover {
  color: #2a284f !important;
  background-color: transparent !important;
}
.team-area-two .owl-nav .owl-next:hover i {
  border-color: #2a284f;
}
.team-area-two .owl-nav .owl-next::before {
  content: "Next";
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 16px;
  transition: transform 0.4s ease;
}
.team-card {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 30px;
}
.team-card.active .content {
  transform: scale(1);
}
.team-card:hover .content {
  transform: scale(1);
}
.team-card a {
  display: block;
}
.team-card a img {
  max-width: 100%;
  border-radius: 5px;
}
.team-card .content {
  margin-top: 20px;
  transform: scale(0);
  transition: 0.7s;
}
.team-card .content h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.team-card .content h3 a {
  color: #2966be;
}
.team-card .content span {
  color: #1a1b1e;
  margin-bottom: 15px;
}
.team-card .content .social-link {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.team-card .content .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.team-card .content .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.team-card .content .social-link li:nth-child(1) a {
  color: #3b5998;
}
.team-card .content .social-link li:nth-child(1) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-card .content .social-link li:nth-child(2) a {
  color: #55acee;
}
.team-card .content .social-link li:nth-child(2) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-card .content .social-link li:nth-child(3) a {
  color: #ff0000;
}
.team-card .content .social-link li:nth-child(3) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-card .content .social-link li:nth-child(4) a {
  color: #c80000;
}
.team-card .content .social-link li:nth-child(4) a:hover {
  color: #ff3900;
  animation: tada 1s linear;
}
.team-card-mt {
  margin-top: 0 !important;
}
.team-rotated {
  transform: rotate(-5deg);
  margin-top: 100px;
}
.team-rotated-2 {
  transform: rotate(-3deg);
  margin-top: 90px;
}
/*==================================
Testimonial Area 
=================================*/
.testimonial-area {
  background-image: url('testimonial-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-area-mb {
  margin-bottom: 100px;
}
.testimonial-list {
  margin-left: auto;
  max-width: 610px;
  height: 530px;
  background-color: #ffdfd2;
  border-radius: 70% 50% 70% 50%;
  position: relative;
  border: 30px solid #ffe8df;
}
.testimonial-list .list-img-1 {
  position: absolute;
  top: -20px;
  left: 5%;
  animation: pulse 1s linear infinite;
}
.testimonial-list .list-img-2 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  animation: pulse 1s linear infinite;
}
.testimonial-list .list-img-3 {
  position: absolute;
  top: 60%;
  left: -50px;
  animation: pulse 1s linear infinite;
}
.testimonial-list .list-img-4 {
  position: absolute;
  top: 5%;
  right: -20px;
  animation: pulse 1s linear infinite;
}
.testimonial-list .list-img-5 {
  position: absolute;
  bottom: 0;
  right: 110px;
  animation: pulse 2s linear infinite;
}
.testimonial-title h2 {
  font-size: 40px;
  color: #2a284f;
  font-weight: 500;
  margin-bottom: 40px;
  margin-left: 70px;
}
.testimonial-slider {
  max-width: 510px;
  margin-left: 70px;
  background-color: #ffffff;
  border: 1px dashed #c3c3c3;
  padding: 30px 30px 50px 30px;
  position: relative;
}
.testimonial-slider .owl-nav {
  position: absolute;
  right: 60px;
  bottom: 35px;
}
.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  color: #ff3900 !important;
  background-color: transparent !important;
  transition: 0.7s;
}
.testimonial-slider .owl-nav .owl-next i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  border: 1px dashed #ff3900;
}
.testimonial-slider .owl-nav .owl-next:hover {
  color: #2a284f !important;
  background-color: transparent !important;
}
.testimonial-slider .owl-nav .owl-next:hover i {
  border-color: #2a284f;
}
.testimonial-slider .owl-nav .owl-next::before {
  content: "Next";
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 16px;
  transition: transform 0.4s ease;
}
.testimonial-item p {
  font-size: 22px;
  color: #2a284f;
  margin-bottom: 20px;
}
.testimonial-item .content {
  display: inline-block;
}
.testimonial-item .content img {
  display: inline-block;
  margin-right: 20px;
  width: 70px !important;
}
.testimonial-item .content .content-title {
  display: inline-block;
  top: 10px;
  position: relative;
}
.testimonial-item .content .content-title h3 {
  font-size: 17px;
  color: #2a284f;
  margin-bottom: 0;
}
.testimonial-item .content .content-title span {
  font-size: 14px;
  color: #6c6c6c;
}
.testimonial-text {
  background-image: url('testimonial-bg3.png');
  width: 220px;
  height: 175px;
  text-align: center;
  padding: 50px 0;
}
.testimonial-text h3 {
  font-size: 40px;
  color: #1a1b1e;
  line-height: 1;
}
.testimonial-text span {
  color: #1a1b1e;
  font-size: 16px;
}
.testimonial-content {
  position: relative;
  max-width: 100%;
  height: 460px;
}
.testimonial-content .testimonial-content1 {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-content .testimonial-content2 {
  position: absolute;
  top: 7%;
  right: -2%;
}
.testimonial-content .testimonial-content3 {
  position: absolute;
  top: 50%;
  left: 0;
}
.testimonial-content .testimonial-content4 {
  position: absolute;
  top: 50%;
  right: 0;
}
.testimonial-content .testimonial-shape1 {
  position: absolute;
  top: 40%;
  left: 5%;
}
.testimonial-content .testimonial-shape2 {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonial-slider-area {
  background-image: url('testimonial-bg2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 110px 85px 110px;
}
.testimonial-slider-area {
  position: relative;
}
.testimonial-slider-area .owl-nav .owl-prev {
  position: absolute;
  color: #ffffff !important;
  background-color: transparent !important;
  transition: 0.7s;
  font-size: 30px !important;
  left: 50% !important;
  bottom: -10px;
}
.testimonial-slider-area .owl-nav .owl-prev:hover {
  color: #2a284f !important;
}
.testimonial-slider-area .owl-nav .owl-next {
  position: absolute;
  color: #ffffff !important;
  background-color: transparent !important;
  transition: 0.7s;
  font-size: 30px !important;
  right: 37% !important;
  bottom: -10px;
}
.testimonial-slider-area .owl-nav .owl-next:hover {
  color: #2a284f !important;
}
.testimonial-title-2 h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.testimonial-item-2 p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.testimonial-item-2 .content {
  display: inline-block;
}
.testimonial-item-2 .content img {
  display: inline-block;
  margin-right: 20px;
  width: 70px !important;
}
.testimonial-item-2 .content .content-title {
  display: inline-block;
  top: 10px;
  position: relative;
}
.testimonial-item-2 .content .content-title h3 {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
}
.testimonial-item-2 .content .content-title span {
  font-size: 14px;
  color: #ffffff;
}
.testimonial-widget-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}
.testimonial-widget-item p {
  font-size: 22px;
  color: #2a284f;
  margin-bottom: 20px;
}
.testimonial-widget-item .content {
  display: inline-block;
}
.testimonial-widget-item .content img {
  display: inline-block;
  margin-right: 20px;
  width: 70px !important;
}
.testimonial-widget-item .content .content-title {
  display: inline-block;
  top: 10px;
  position: relative;
}
.testimonial-widget-item .content .content-title h3 {
  font-size: 17px;
  color: #2a284f;
  margin-bottom: 0;
}
.testimonial-widget-item .content .content-title span {
  font-size: 14px;
  color: #6c6c6c;
}
/*==================================
Blog Area 
=================================*/
.blog-area {
  position: relative;
}
.blog-area .section-title p {
  max-width: 620px;
}
.blog-bg {
  background-image: url('blog-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-bg2 {
  position: relative;
}
.blog-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  max-width: 1740px;
  margin: 0 auto;
  height: 80%;
}
.blog-title {
  margin-bottom: 45px;
}
.blog-title .section-title p {
  max-width: 620px;
}
.blog-btn {
  float: right;
  margin-top: 120px;
  margin-bottom: 45px;
}
.blog-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: 0.7s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-card:hover .content h3 a {
  color: #ff3900 !important;
}
.blog-card a {
  display: block;
}
.blog-card a img {
  max-width: 100%;
}
.blog-card .content {
  padding: 20px 30px;
}
.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 14px;
  color: #6c6c6c;
  margin-right: 30px;
}
.blog-card .content ul li:last-child {
  margin-right: 0;
}
.blog-card .content ul li i {
  color: #ff3900;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.blog-card .content ul li a {
  color: #6c6c6c;
  display: inline-block;
}
.blog-card .content ul li a:hover {
  color: #1a1b1e;
}
.blog-card .content h3 {
  margin-top: 5px;
  font-size: 22px;
  margin-bottom: 0;
}
.blog-card .content h3 a {
  display: block;
  color: #2966be;
}
.blog-card .content h3 .title-color {
  color: #2a284f !important;
}
.blog-shape .shape1 {
  position: absolute;
  top: 30%;
  left: 2%;
  animation: animationFramesOne 10s linear infinite;
}
.blog-shape .shape2 {
  position: absolute;
  top: 60%;
  left: 4%;
  animation: animationFramesOne 15s linear infinite;
}
.blog-shape .shape3 {
  position: absolute;
  top: 50%;
  right: 2%;
  animation: flash 5s infinite linear;
}
.blog-shape .shape4 {
  position: absolute;
  top: 80%;
  right: 4%;
  animation: rotated360 6s infinite linear;
}
.blog-area-widget .title h2 {
  font-size: 30px;
  color: #2a284f;
  margin-bottom: 30px;
}
/*==================================
Blog Details Area
=================================*/
.blog-details-area {
  padding-top: 50px;
}
.blog-article .blog-article-img {
  margin-bottom: 30px;
}
.blog-article .article-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.blog-article .article-content .content-text {
  position: relative;
}
.blog-article .article-content .content-text::before {
  content: "S";
  position: absolute;
  font-size: 95px;
  color: #2a284f;
  top: -40px;
  left: 0;
  font-weight: 600;
}
.blog-article .article-content .content-text p {
  margin-left: 75px;
  margin-bottom: 10px;
}
.blog-article .article-content .blockquote {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
  background-color: #fff6f2;
  padding: 20px;
  border: 1px dashed #ff3900;
}
.blog-article .article-content .blockquote::before {
  content: "\ecff";
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #ff3900;
  font-family: boxicons;
}
.blog-article .article-content .blockquote p {
  font-size: 21px;
  color: #1a1b1e;
  font-weight: 600;
  margin-top: 20px;
  margin-right: 65px;
  margin-left: 65px;
  text-align: center;
}
.blog-article .article-content .blockquote span {
  text-align: center;
  font-size: 14px;
  color: #ff3900;
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.blog-article .article-content .blockquote span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: #ff3900;
}
.blog-article .another-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.blog-article .another-content p {
  margin-bottom: 30px;
}
.blog-article .another-content .content-img {
  margin-bottom: 30px;
}
.blog-article .blog-article-share {
  border: 1px dashed #ff3900;
  background-color: #fff6f2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 8px;
  transition: 0.7s;
  color: #1a1b1e;
  font-weight: 600;
}
.blog-article .blog-article-share .blog-tag ul li a {
  color: #ff3900;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
  color: #2a284f;
}
.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.blog-article .blog-article-share .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}
.blog-article .blog-article-share .social-icon li:nth-child(1) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.blog-article .blog-article-share .social-icon li:nth-child(2) a {
  background-color: #55acee;
}
.blog-article .blog-article-share .social-icon li:nth-child(2) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.blog-article .blog-article-share .social-icon li:nth-child(3) a {
  background-color: #3f729b;
}
.blog-article .blog-article-share .social-icon li:nth-child(3) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.blog-article .blog-article-share .social-icon li:nth-child(4) a {
  background-color: #ff0000;
}
.blog-article .blog-article-share .social-icon li:nth-child(4) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.blog-article .blog-article-share .social-icon li:nth-child(5) a {
  background-color: #c80000;
}
.blog-article .blog-article-share .social-icon li:nth-child(5) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.blog-article .article-author {
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 60px 40px 10px;
}
.blog-article .article-author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-color: #0049b1;
  border-radius: 5px 5px 0 0;
}
.blog-article .article-author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .article-author ul li {
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 30px;
}
.blog-article .article-author ul li:last-child {
  margin-bottom: 0;
  border: none;
}
.blog-article .article-author ul li img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #ffffff;
}
.blog-article .article-author ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.blog-article .article-author ul li span {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}
.blog-article .article-author ul li p {
  margin-top: 30px;
  margin-bottom: 0;
}
.blog-article .article-author .author-social-link {
  position: absolute;
  top: 110px;
  right: 40px;
}
.blog-article .article-author .author-social-link .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.blog-article .article-author .author-social-link .social-icon li {
  display: inline-block;
  margin-right: 3px;
  padding: 0;
  margin-bottom: 0;
}
.blog-article .article-author .author-social-link .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.blog-article .article-author .author-social-link .social-icon li:hover a {
  color: #1a1b1e;
}
.blog-article .article-author .author-shape .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-article .article-author .author-shape .shape2 {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.blog-article .article-author .author-shape .shape-dots {
  position: absolute;
  top: 10%;
  right: 30%;
}
.blog-article .article-post {
  position: relative;
  margin-bottom: 40px;
}
.blog-article .article-post::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #eeeeee;
}
.blog-article .article-post .article-post-share {
  padding: 20px 30px;
  border: 1px dashed #ff3900;
}
.blog-article .article-post .article-post-share span {
  font-size: 14px;
  color: #ff3900;
  position: relative;
  font-weight: 600;
  margin-left: 40px;
  display: inline-block;
}
.blog-article .article-post .article-post-share span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #ff3900;
}
.blog-article .article-post .article-post-share span a {
  color: #ff3900;
  display: inline-block;
  margin-bottom: 0;
}
.blog-article .article-post .article-post-share span a:hover {
  color: #2a284f;
}
.blog-article .article-post .article-post-share a {
  display: block;
}
.blog-article .article-post .article-post-share a h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  transition: 0.7s;
  max-width: 600px;
  color: #2a284f;
}
.blog-article .article-post .article-post-share a h3:hover {
  color: #ff3900;
}
.blog-article .comments-wrap {
  margin-top: 20px;
  padding-top: 20px;
}
.blog-article .comments-wrap .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2a284f;
  font-weight: 500;
}
.blog-article .comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap ul li {
  position: relative;
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.blog-article .comments-wrap ul li:last-child {
  margin-bottom: 0;
  border: none;
}
.blog-article .comments-wrap ul li img {
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 30px;
}
.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.blog-article .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
}
.blog-article .comments-wrap ul li p {
  margin-bottom: 0;
}
.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ff3900;
  font-weight: 500;
}
.blog-article .comments-wrap ul li a:hover {
  color: #2a284f;
}
.blog-article .comments-wrap ul li.ml-30 {
  margin-left: 30px;
}
.blog-article .comments-form {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-article .comments-form .contact-form {
  background-color: #f4f4f4 !important;
}
.blog-article .comments-form .contact-form .form-group .form-control {
  border-radius: 25px;
}
.blog-widget-left {
  margin-bottom: 30px;
}
.blog-widget {
  margin-bottom: 35px;
  border: 1px dashed #ff3900;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}
.blog-widget .title {
  font-size: 20px;
  color: #1a1b1e;
  border-bottom: 1px dashed #ff3900;
  padding: 15px 30px;
  font-weight: 500;
}
.blog-widget .search-widget {
  padding: 20px 30px 30px;
}
.blog-widget .search-widget .search-form {
  position: relative;
}
.blog-widget .search-widget .search-form .form-control {
  height: 50px;
  border: 1px dashed #ff3900;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}
.blog-widget .search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.blog-widget .search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  transition: all 0.5s;
  border: none;
  outline: none;
}
.blog-widget .search-widget .search-form button i {
  color: #ffffff;
}
.blog-widget .search-widget .search-form button:hover {
  background-image: linear-gradient(to right, #001aff, #15094d);
}
.blog-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 20px 30px 30px;
}
.blog-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.blog-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.blog-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.blog-widget .widget-popular-post .item .thumb .full-image {
  width: 75px;
  height: 105px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: var(--titleColor);
}
.blog-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url('blog-post1.png');
}
.blog-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url('blog-post2.png');
}
.blog-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url('blog-post3.png');
}
.blog-widget .widget-popular-post .item .info {
  overflow: hidden;
}
.blog-widget .widget-popular-post .item .info span {
  display: block;
  color: #ff3900;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.blog-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.blog-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #2a284f;
}
.blog-widget .widget-popular-post .item .info .title-text a:hover {
  color: #ff3900;
}
.blog-widget .widget-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 180px;
}
.blog-widget .widget_categories {
  padding: 20px 30px;
}
.blog-widget .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-widget .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ededed;
}
.blog-widget .widget_categories ul li a {
  display: block;
  color: #6c6c6c;
  font-weight: normal;
}
.blog-widget .widget_categories ul li a span {
  float: right;
  font-size: 13px;
  color: #ff3900;
  font-weight: 600;
}
.blog-widget .widget_categories ul li a:hover {
  color: #ff3900;
}
.blog-widget .blog-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 20px;
}
.blog-widget .blog-widget-tag li {
  display: inline-block;
  padding: 0 5px;
  transition: 0.7s;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
}
.blog-widget .blog-widget-tag li a {
  color: #777777;
}
.blog-widget .blog-widget-tag li:hover a {
  color: #ff3900;
}
/*==================================
Project Area
=================================*/
.project-area {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  padding: 65px 0;
  max-width: 1740px;
  margin: 0 auto;
  position: relative;
}
.project-content {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.project-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
}
.project-content .project-btn {
  padding: 12px 30px;
  color: #ff3900;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #ffffff;
  border-radius: 10px;
}
.project-content .project-btn i {
  position: relative;
  top: 3px;
}
.project-content .project-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2a284f;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}
.project-content .project-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.project-content .project-btn:hover {
  color: #ffffff;
}
.project-shape .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.project-shape .shape2 {
  position: absolute;
  top: 0;
  right: 0;
}
/*==================================
Faq Area 
=================================*/
.faq-accordion {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 20px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background-color: #2a284f;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
  top: 15px;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-contact-wrap {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.faq-img {
  margin-bottom: 30px;
}
.data-table-area {
  padding-top: 60px;
  padding-bottom: 85px;
  background-image: url('data-table-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.data-table-content {
  margin-top: 40px;
}
.data-table-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 430px;
}
/*==================================
Contact Area 
===================================*/
.contact-area {
  padding-top: 50px;
}
.contact-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.contact-card i {
  font-size: 60px;
  color: #ff3900;
  margin-bottom: 10px;
}
.contact-card h3 {
  color: #2966be;
  margin-bottom: 10px;
}
.contact-card p {
  margin-bottom: 0;
  font-size: 16px;
}
.contact-card .contact-card-btn {
  margin-top: 20px;
  color: #ff3900;
  font-size: 16px;
  font-weight: 600;
}
.contact-card .contact-card-btn .plus-btn {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px dashed #ff3900;
  border-radius: 50px;
  text-align: center;
  transition: 0.7s;
}
.contact-img {
  max-width: 600px;
  margin-left: auto;
  margin-bottom: 30px;
}
.contact-section {
  position: relative;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  background-color: #fef4f0;
}
.contact-wrap {
  margin-left: 70px;
  margin-bottom: 30px;
}
.contact-form {
  padding: 50px;
  max-width: 800px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.contact-form .section-title {
  margin-bottom: 30px;
}
.contact-form .section-title h2 {
  font-size: 35px;
}
.contact-form h3 {
  font-size: 30px;
  color: #1a1b1e;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-form .form-group i {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #7f7f7f;
  z-index: 1;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #ffc0a7;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
}
.contact-form .form-group .form-control::placeholder {
  color: #7f7f7f;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 470px;
  border: none;
}
.contact-widget {
  margin-bottom: 35px;
  border: 1px dashed #ff3900;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}
.contact-widget h2 {
  font-size: 20px;
  color: #1a1b1e;
  border-bottom: 1px dashed #ff3900;
  padding: 15px 30px;
  font-weight: 500;
}
.contact-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-widget ul li {
  display: block;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ff3900;
}
.contact-widget ul li:last-child {
  border-bottom: none;
}
.contact-widget ul li i {
  font-size: 40px;
  color: #ff3900;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 30px;
}
.contact-widget ul li .content {
  display: inline-block;
  margin-left: 95px;
}
.contact-widget ul li .content h3 {
  font-size: 17px;
  color: #ff3900;
  margin-bottom: 5px;
}
.contact-widget ul li .content span {
  color: #2a284f;
  font-weight: 600;
  font-size: 16px;
}
.contact-widget ul li .content span a {
  display: block;
  color: #2a284f;
  font-weight: 600;
}
.contact-widget ul li .content span:hover {
  color: #ff3900;
}
.contact-widget ul li .content span:hover a {
  color: #ff3900;
}
/*==================================
User All Area 
=================================*/
.user-all-img {
  margin-bottom: 30px;
}
.user-all-form {
  margin-bottom: 30px;
}
.user-all-form .contact-form .agree-label label {
  font-weight: 600;
  color: #2a284f;
  margin-left: 10px;
  font-size: 17px;
}
.user-all-form .contact-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #1a1b1e;
  font-weight: 600;
  font-size: 17px;
}
.user-all-form .contact-form .forget:hover {
  color: #ff3900;
}
.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
}
.user-all-form .contact-form .account-desc a {
  color: #2a284f;
}
.user-all-form .contact-form .account-desc a:hover {
  color: #ff3900;
}
.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 26px;
  color: #2a284f;
  margin-bottom: 10px;
}
.single-content p {
  margin-bottom: 0;
}
/*==================================
Footer Area 
=================================*/
.footer-bg {
  background-image: url('footer-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer-bg2 {
  background-image: url('footer-bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer-top {
  border-bottom: 1px solid #e6e6e6;
}
.footer-img {
  margin-bottom: 20px;
}
.footer-social-icon .social-link {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-icon .social-link li {
  display: inline-block;
  margin-left: 5px;
}
.footer-social-icon .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
}
.footer-social-icon .social-link li:nth-child(1) a {
  background-color: #3b5998;
}
.footer-social-icon .social-link li:nth-child(1) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(2) a {
  background-color: #55acee;
}
.footer-social-icon .social-link li:nth-child(2) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(3) a {
  background-color: #3f729b;
}
.footer-social-icon .social-link li:nth-child(3) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(4) a {
  background-color: #ff0000;
}
.footer-social-icon .social-link li:nth-child(4) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(5) a {
  background-color: #c80000;
}
.footer-social-icon .social-link li:nth-child(5) a:hover {
  background-color: #ff3900;
  animation: tada 1s linear;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h3 {
  font-size: 24px;
  color: #2966be;
  margin-bottom: 15px;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  color: #6c6c6c;
  margin-bottom: 5px;
}
.footer-widget .footer-list li a {
  color: #6c6c6c;
}
.footer-widget .footer-list li a:hover {
  color: #ff3900;
  letter-spacing: 0.15px;
}
.footer-widget p {
  max-width: 300px;
  margin-bottom: 30px;
}
.footer-widget .footer-social-icon .social-link {
  float: none;
}
.footer-widget .footer-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list-two li {
  display: block;
  color: #6c6c6c;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.footer-widget .footer-list-two li i {
  color: #ff3900;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-widget .footer-list-two li a {
  color: #6c6c6c;
}
.footer-widget .footer-list-two li:hover {
  color: #ff3900;
}
.footer-widget .footer-list-two li:hover i {
  color: #2a284f;
}
.footer-widget .footer-list-two li:hover a {
  color: #ff3900;
}
.newsletter-form {
  position: relative;
  border-radius: 50px;
}
.newsletter-form .form-control {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 45px;
  line-height: 45px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}
.newsletter-form .form-control:focus {
  outline: none;
  border: none;
}
.newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 45px;
  padding: 0 30px;
  height: 45px;
  border: 0;
}
.copy-right-area {
  padding: 25px 15px;
  position: relative;
}
.copy-right-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.copy-right-area .copy-right-text p {
  color: #2966be;
  margin-bottom: 0;
}
.copy-right-area .copy-right-text p a {
  color: #ff3900;
  border-bottom: 1px solid #ff3900;
}
.copy-right-area .copy-right-text p a:hover {
  color: #1a1b1e;
  border-color: #1a1b1e;
}
.copy-right-list {
  float: right;
}
.copy-right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copy-right-list ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.copy-right-list ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -12px;
  height: 14px;
  width: 1px;
  background-color: #2966be;
}
.copy-right-list ul li:last-child {
  margin-right: 0;
}
.copy-right-list ul li:last-child::before {
  display: none;
}
.copy-right-list ul li a {
  color: #2966be;
}
/*=================================
404 Error Area
===================================*/
.error-area {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.error-area .error-content {
  text-align: center;
  position: relative;
}
.error-area .error-content img {
  max-width: 100%;
}
.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #ff3900;
  font-size: 35px;
}
.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #2a284f;
}
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #2966be;
}
.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('banner-bg2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  border: 5px solid #aec5df;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #2a284f;
  color: #5d5d5d;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #ff3900;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn-two {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}
.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #ff3900;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}
.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #2a284f;
}
/*=================================
Page-navigation Area Style
====================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ff3900;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #e6e8ec;
}
.pagination-area .page-numbers:hover {
  color: #ffffff;
  background-color: #ff3900;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 24px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  color: #ffffff;
  background-color: #ff3900;
}
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #ff3900;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}
.top-btn {
  background-image: linear-gradient(to right, #ff2500, #ff7100);
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 15px #ff3900;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  transition: 0.9s;
}
.top-btn:hover {
  background-image: linear-gradient(to right, #070100e7, #070300bb);
  box-shadow: 0 0 15px #1a1b1e;
  color: #ffffff;
}
/*==================================
Animation CSS
====================================*/
@keyframes rotated360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes opacity-option {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 1;
  }
}
@keyframes running-in {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movebounce-in {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/responsive.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 767px) {
  /* Default CSS */
  body {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    margin: 5px;
    padding: 8px 45px 8px 15px;
  }
  .default-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .default-btn-two {
    padding: 8px 20px;
  }

  .section-title span {
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    padding-top: 10px;
  }

  /* Default CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 110px;
    height: 40px;
    margin-top: -5px;
  }

  .d-in-line {
    display: none;
  }

  .side-nav-responsive {
    display: block;
  }

  .search-overlay .search-form form .input-search {
    height: 50px;
    padding: 0 0 0 15px;
  }

  .search-overlay .search-form {
    max-width: 100%;
    width: 100%;
  }
  .search-overlay .search-form form .input-search {
    height: 50px;
    padding: 0 0 0 15px;
  }
  .search-overlay .search-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }

  .side-nav-responsive .side-nav-inner .side-nav {
    text-align: center;
  }
  .side-nav-responsive .side-nav-inner .side-nav .side-item {
    padding-left: unset;
    margin: 0 10px;
    text-align: center;
  }

  /* Navbar CSS End */
  /* Main Banner CSS */
  .banner-content {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .banner-content .title {
    height: 32px;
    line-height: 30px;
    padding-right: 10px;
  }
  .banner-content .title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content .title span {
    top: -1px;
  }
  .banner-content h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 40px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-content .banner-btn {
    margin-top: 20px;
  }
  .banner-content .banner-btn .get-btn {
    margin: 5px;
    padding: 8px 45px 8px 15px;
  }
  .banner-content .banner-btn .get-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content .banner-btn .call-btn {
    margin: 5px;
    padding: 8px 15px 8px 45px;
  }
  .banner-content .banner-btn .call-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .banner-shape {
    display: none;
  }

  .banner-shape-right {
    display: none;
  }

  .banner-img {
    position: inherit;
    top: 0;
    margin-bottom: 50px;
  }
  .banner-img img {
    max-width: 100%;
    height: auto;
  }

  .banner-area-two {
    background-image: none;
    background-color: #2966be;
    height: auto;
  }
  .banner-area-two::before {
    display: none;
  }

  .banner-content-two {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .banner-content-two h1 {
    font-size: 40px;
  }
  .banner-content-two .banner-content-btn {
    margin-top: 30px;
  }
  .banner-content-two .banner-content-btn .learn-btn {
    padding: 8px 45px 8px 15px;
  }
  .banner-content-two .banner-content-btn .learn-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content-two .banner-content-btn .play-on-btn {
    margin-left: 15px;
    top: 0px;
  }

  .banner-img-2 {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .banner-bottom-shape {
    display: none;
  }

  .banner-content-three {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .banner-content-three h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .banner-content-three p {
    font-size: 16px;
  }
  .banner-content-three .banner-three-btn {
    margin-top: 20px;
  }
  .banner-content-three .banner-three-btn .explore-btn {
    padding: 8px 16px;
  }
  .banner-content-three .banner-three-btn .play-two-btn {
    margin-left: 15px;
    top: -5px;
  }

  .banner-img-3 {
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-img-3 img {
    max-width: 100%;
    height: auto;
  }

  .banner-three-shape {
    display: none;
  }

  /* Main Banner CSS End */
  /* Inner Banner CSS */
  .inner-banner {
    background-image: none;
    background-color: #0149b1;
    height: auto;
  }
  .inner-banner::before {
    display: none;
  }
  .inner-banner .inner-title {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .inner-banner .inner-title h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .inner-banner .inner-title ul li {
    font-size: 16px;
    margin-right: 0;
  }
  .inner-banner .inner-title .inner-list li {
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .inner-banner .inner-title .inner-list li i {
    font-size: 20px;
    top: 4px;
  }
  .inner-banner .inner-banner-shape {
    display: none;
  }

  /* Inner Banner CSS End */
  .schedule-shape {
    display: none;
  }

  /* Brand Area CSS */
  .brand-area {
    padding-bottom: 30px;
  }
  .brand-area .owl-nav {
    right: 0;
    left: 0;
    top: auto;
    bottom: -40px;
    margin-bottom: 0;
  }

  .brand-max {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-slider {
    max-width: 100%;
    padding-bottom: 0;
  }

  /* Brand Area CSS End */
  /* About Area CSS */
  .about-shape {
    display: none;
  }

  .about-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about-content .about-btn {
    margin-top: 25px;
  }
  .about-content .about-btn .play-btn {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 52px;
  }
  .about-content .about-btn .play-btn i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  .about-img-2 {
    margin-bottom: 30px;
  }

  .about-content-two h3 {
    font-size: 17px;
  }
  .about-content-two p {
    margin-bottom: 25px;
  }
  .about-content-two .about-list {
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .about-btn-two .about-more-btn {
    padding: 10px 20px;
  }
  .about-btn-two .contact-us-btn {
    padding: 10px 20px;
    margin-left: 15px;
  }

  .about-widget-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-widget-content {
    margin-bottom: 30px;
  }
  .about-widget-content h3 {
    font-size: 17px;
  }
  .about-widget-content p {
    margin-bottom: 25px;
  }
  .about-widget-content .about-widget-list ul li p {
    font-size: 16px;
  }

  /* About Area CSS End */
  .schedule-content {
    max-width: 100%;
    background-color: transparent;
    padding: 0 15px;
  }
  .schedule-content h2 {
    font-size: 24px;
  }

  .schedule-content-shape {
    display: none;
  }

  .serve-content p {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  /* Counter Area CSS */
  .counter-area {
    background-image: none;
    background-color: #fdeae2;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .single-counter {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-counter i {
    font-size: 40px;
  }
  .single-counter .content h3 {
    font-size: 35px;
  }

  .counter-area-two {
    background-image: none;
    background-color: #2966be;
    height: auto;
    padding-bottom: 20px;
  }

  .counter-shape-top {
    display: none;
  }

  .counter-card {
    margin-bottom: 20px;
  }
  .counter-card::before {
    display: none;
  }
  .counter-card h3 {
    font-size: 34px;
  }

  /* Counter Area CSS End */
  .progress-card {
    padding: 50px;
  }
  .progress-card h3 {
    font-size: 34px;
  }

  /* Seo Area CSS */
  .seo-area::before {
    display: none;
  }

  .seo-width {
    max-width: 100%;
    padding: 50px 15px 0 15px;
  }
  .seo-width h2 {
    font-size: 24px;
  }

  .seo-form {
    margin-bottom: 30px;
  }
  .seo-form .seo-form-area {
    border-radius: 0;
  }
  .seo-form .seo-form-area .seo-form-option {
    border-radius: 0;
    padding: 7px 15px 7px 15px;
  }
  .seo-form .seo-form-area .form-group {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.411);
  }
  .seo-form .seo-form-area .form-group .form-control.form-border {
    border-right: none;
  }

  .seo-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Seo Area CSS End */
  /* Service Area CSS */
  .services-area .col-lg-4:nth-child(1) .services-card-into {
    margin-top: 0;
  }
  .services-area .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

  .services-card-into .services-dots {
    display: none;
  }

  .services-area-two {
    padding-bottom: 30px;
  }

  .services-item::before {
    display: none;
  }

  .services-area-three .section-title p {
    margin-bottom: 30px;
  }

  .services-item-two {
    padding: 0 0 30px 0;
  }

  .services-shape {
    display: none;
  }

  .service-two-shape {
    display: none;
  }

  .service-another {
    padding-top: 50px;
  }

  .service-another-shape {
    display: none;
  }

  /* Service Area CSS End */
  /* Service Details Area CSS */
  .services-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .services-content p {
    margin-bottom: 20px;
  }

  .content-widget-area .content-widget-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .content-widget-area .content-widget-text p {
    margin-bottom: 20px;
  }

  .services-widget-list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .services-widget-list::before {
    display: none;
  }
  .services-widget-list ul li {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .services-widget-list ul li:nth-child(1) {
    top: 0;
  }
  .services-widget-list ul li:nth-child(2) {
    top: 0;
  }
  .services-widget-list ul li:nth-child(3) {
    top: 0;
  }
  .services-widget-list ul li:nth-child(4) {
    top: 0;
  }
  .services-widget-list ul li span {
    font-size: 15px;
    width: 55px;
    height: 55px;
    line-height: 45px;
  }
  .services-widget-list ul li .content h3 {
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
  }

  .content-widget-img {
    margin-bottom: 30px;
  }

  /* Service Details Area CSS End */
  /* History Area CSS */
  .history-list {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .history-list::before {
    display: none;
  }
  .history-list ul li {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .history-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .history-content p {
    margin-bottom: 10px;
  }

  .history-img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* History Area CSS End */
  /* Courses Area CSS */
  .courses-card {
    padding: 30px 20px;
  }
  .courses-card .images {
    position: inherit;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
  }
  .courses-card .images .rate {
    right: 175px;
  }
  .courses-card .images .rate a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  /* Courses Area CSS End */
  /* Work Area CSS */
  .work-area {
    background-image: none;
    position: relative;
  }
  .work-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fdeae2;
  }

  .work-shape {
    display: none;
  }

  .work-area-two {
    background-image: none;
    position: relative;
  }
  .work-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fdeae2;
  }

  .work-img-2 {
    margin-bottom: 30px;
  }

  /* Work Area CSS End */
  /* Mission Area CSS */
  .mission-content {
    margin-left: auto;
    margin-right: auto;
  }
  .mission-content p {
    margin-bottom: 30px;
  }
  .mission-content .mission-list {
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .mission-img {
    margin-left: auto;
    margin-right: auto;
  }

  .mission-shape {
    display: none;
  }

  /* Mission Area CSS End */
  /* Pricing Area CSS */
  .pricing-area .section-title {
    margin-bottom: 30px;
  }

  .pricing-shape {
    display: none;
  }

  .price-width {
    margin-top: 35px;
    max-width: 100%;
    padding: 50px 15px 20px 15px;
  }

  .pricing-card {
    margin-bottom: 30px;
  }
  .pricing-card .pricing-card-into {
    padding: 0 30px 20px;
  }
  .pricing-card .pricing-card-into .pricing-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
  }
  .pricing-card .pricing-card-into h3 {
    font-size: 18px;
    padding: 7px;
  }
  .pricing-card .price-rate h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0;
  }
  .pricing-card .purchase-btn {
    margin-top: 15px;
    padding: 9px 24px;
  }

  /* Pricing Area CSS End */
  /* Team Area CSS */
  .team-area.pt-100 {
    padding-top: 0;
  }

  .team-shape {
    display: none;
  }

  .team-two-shape {
    display: none;
  }

  .team-card {
    margin-top: 30px;
  }
  .team-card .content {
    transform: scale(1);
  }

  .team-rotated {
    transform: rotate(0deg);
    margin-top: 30px;
  }

  .team-rotated-2 {
    transform: rotate(0deg);
    margin-top: 30px;
  }

  .team-area-two {
    position: relative;
  }
  .team-area-two .section-title h2 {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-area-two .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
  }
  .team-area-two .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
  }

  /* Team Area CSS End */
  /* Testimonial Area CSS */
  .testimonial-area {
    background-image: none;
    background-color: #fdfdfd;
  }

  .testimonial-area-mb {
    margin-bottom: 0;
  }

  .testimonial-list {
    height: 350px;
    border: 15px solid #ffe8df;
  }
  .testimonial-list .list-img-1 img {
    max-width: 90px;
  }
  .testimonial-list .list-img-2 {
    top: 32%;
  }
  .testimonial-list .list-img-2 img {
    max-width: 75px;
  }
  .testimonial-list .list-img-3 {
    left: -10px;
  }
  .testimonial-list .list-img-3 img {
    max-width: 80px;
  }
  .testimonial-list .list-img-5 {
    right: 15%;
  }

  .testimonial-title {
    margin-top: 30px;
  }
  .testimonial-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }

  .testimonial-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-item p {
    font-size: 17px;
  }

  .testimonial-title-2 h2 {
    font-size: 25px;
  }

  .testimonial-content {
    height: 400px;
  }
  .testimonial-content .testimonial-content3 {
    top: 50%;
  }
  .testimonial-content .testimonial-content4 {
    top: 55%;
  }
  .testimonial-content .testimonial-shape1 {
    top: 37%;
  }
  .testimonial-content .testimonial-shape2 {
    top: 35%;
  }

  .testimonial-slider-area {
    background-image: none;
    background-color: #ff3900;
    padding: 40px 30px;
  }
  .testimonial-slider-area .owl-nav .owl-prev {
    bottom: -40px;
    left: 38% !important;
  }
  .testimonial-slider-area .owl-nav .owl-next {
    right: 40% !important;
    bottom: -40px;
  }

  .testimonial-item-2 p {
    font-size: 17px;
  }

  .testimonial-text {
    background-image: none;
    width: 150px;
    height: 140px;
    background-color: #ffffff;
    box-shadow: 0 0 15px #f1f1f1;
    border-radius: 50px 30px 50px 20px;
  }
  .testimonial-text h3 {
    font-size: 28px;
  }
  .testimonial-text span {
    font-size: 14px;
  }

  .testimonial-widget-item p {
    font-size: 18px;
  }

  /* Testimonial Area CSS End */
  /* Blog Area CSS */
  .blog-area {
    background-image: none;
    background-color: #fdeae2;
  }

  .blog-title {
    margin-bottom: 20px;
  }

  .blog-btn {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .blog-card .content {
    padding: 20px 15px;
  }
  .blog-card .content ul li {
    margin-right: 15px;
  }
  .blog-card .content h3 {
    font-size: 20px;
  }

  .blog-shape {
    display: none;
  }

  .blog-area-widget .title h2 {
    font-size: 26px;
  }

  /* Blog Area CSS End */
  /* Blog Details Area CSS */
  .blog-article .article-content h2 {
    font-size: 26px;
  }
  .blog-article .article-content .blockquote p {
    font-size: 18px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .blog-article .another-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .blog-article .another-content p {
    margin-bottom: 20px;
  }
  .blog-article .another-content .content-img {
    margin-bottom: 20px;
    padding: 0 7px;
  }
  .blog-article .another-content .content-img .col-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .blog-article .blog-article-share .social-icon {
    float: none;
    margin-bottom: 5px;
  }
  .blog-article .article-author {
    padding: 60px 40px 30px;
  }
  .blog-article .article-author ul li {
    padding-left: 0;
  }
  .blog-article .article-author ul li img {
    position: inherit;
  }
  .blog-article .article-author ul li h3 {
    color: #2a284f;
  }
  .blog-article .article-author ul li span {
    color: #2a284f;
  }
  .blog-article .article-author ul li p {
    margin-top: 0;
  }
  .blog-article .article-author .author-social-link {
    position: inherit;
    top: 0;
    right: auto;
    left: 0;
  }
  .blog-article .article-author .author-social-link .social-icon {
    float: none;
  }
  .blog-article .article-author .author-social-link .social-icon li a {
    color: #ff3900;
  }
  .blog-article .article-post::before {
    display: none;
  }
  .blog-article .article-post .article-post-share {
    margin-bottom: 10px;
  }
  .blog-article .comments-wrap .title {
    margin-bottom: 0;
  }
  .blog-article .comments-wrap ul li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .blog-article .comments-wrap ul li img {
    position: inherit;
    top: 0;
    left: 15px;
    margin-bottom: 20px;
  }
  .blog-article .comments-wrap ul li h3 {
    margin-left: 15px;
  }
  .blog-article .comments-wrap ul li span {
    margin-left: 15px;
  }
  .blog-article .comments-wrap ul li p {
    margin-left: 15px;
  }
  .blog-article .comments-wrap ul li a {
    position: inherit;
    top: 0;
    right: auto;
    margin-left: 15px;
    margin-top: 10px;
  }
  .blog-article .comments-wrap ul li.ml-30 {
    margin-left: 0;
  }

  /* Blog Details Area CSS End */
  .data-table-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-color: #2966be;
  }

  .data-table-content {
    margin-top: 0;
  }
  .data-table-content h2 {
    font-size: 24px;
  }

  .project-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .project-shape {
    display: none;
  }

  .project-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Contact Area CSS */
  .contact-card {
    padding: 10px 30px 40px 20px;
  }

  .contact-section {
    background-color: #fef4f0;
  }
  .contact-section::before {
    display: none;
  }

  .contact-img {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 30px 20px 25px 20px;
    max-width: 800px;
  }
  .contact-form .section-title {
    margin-bottom: 20px;
  }
  .contact-form .section-title h2 {
    font-size: 26px;
  }

  /* Contact Area CSS End */
  /* User All */
  .user-all-form .contact-form .agree-label label {
    font-size: 15px;
  }
  .user-all-form .contact-form .forget {
    margin-bottom: 10px;
    float: left;
    font-size: 15px;
  }

  /* User All End */
  /* Footer Area CSS */
  .footer-img img {
    max-width: 130px;
  }

  .footer-social-icon {
    margin-bottom: 30px;
  }
  .footer-social-icon .social-link {
    float: none;
  }

  .footer-widget.pl-5, .footer-widget.px-5 {
    padding-left: 0 !important;
  }

  .copy-right-area .copy-right-text p {
    padding: 0 15px;
    text-align: center;
  }

  .copy-right-list {
    float: none;
    text-align: center;
    margin-top: 7px;
  }

  /* Footer Area CSS End */
  /* Error Area CSS */
  .error-area {
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .error-area .error-content p {
    font-size: 16px;
    padding: 0 15px;
  }

  /* Error Area CSS End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }
  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 13px;
    font-size: 15px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form button {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 50px;
  }

  /* Coming Soon End */
  .pagination-area {
    margin-top: 0;
  }
  .pagination-area .page-numbers {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area-two .container-fluid {
    width: 540px;
  }

  .about-widget-area .container-fluid {
    width: 540px;
  }

  .seo-width h2 {
    text-align: center;
  }

  .serve-area .container-fluid {
    width: 540px;
  }

  .serve-img {
    text-align: center;
  }

  .history-list ul li {
    margin-right: 15px;
  }
  .history-list ul li i {
    font-size: 30px;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    line-height: 45px;
  }
  .history-list ul li .content h3 {
    font-size: 18px;
  }
  .history-list ul li .content span {
    font-size: 14px;
  }

  .services-left {
    margin-bottom: 0;
  }

  .services-widget-list {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .services-widget-list::before {
    display: block;
    top: 35px;
  }
  .services-widget-list ul li {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .services-widget-list ul li:nth-child(1) {
    top: -10px;
  }
  .services-widget-list ul li:nth-child(2) {
    top: -75px;
  }
  .services-widget-list ul li:nth-child(3) {
    top: -10px;
  }
  .services-widget-list ul li:nth-child(4) {
    top: -75px;
  }

  .courses-card {
    padding: 30px 100px 30px 30px;
  }
  .courses-card .images {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    border-radius: 0 0 0 100px;
  }
  .courses-card .images .rate {
    position: absolute;
    top: 10px;
    right: 130px;
  }

  .progress-card {
    padding: 40px 50px;
  }

  .team-area .section-title p {
    max-width: 465px;
  }

  .testimonial-slider-area {
    background-image: none;
    background-color: #ff3900;
    padding: 50px 30px;
  }
  .testimonial-slider-area .owl-nav .owl-prev {
    bottom: -10px;
    left: 50% !important;
  }
  .testimonial-slider-area .owl-nav .owl-next {
    right: 38% !important;
    bottom: -10px;
  }

  .contact-section .container-fluid {
    width: 540px;
  }

  .footer-social-icon {
    margin-bottom: 15px;
  }

  /* User All */
  .user-all-form .contact-form .forget {
    margin-bottom: 0;
    float: right;
  }

  /* User All End */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Default CSS */
  body {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    margin: 5px;
    padding: 8px 45px 8px 15px;
  }
  .default-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .section-title span {
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    padding-top: 10px;
  }

  /* Default CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 110px;
    height: 40px;
    margin-top: -5px;
  }

  .d-in-line {
    display: none;
  }

  .side-nav-responsive {
    display: block;
  }

  .search-overlay .search-form form .input-search {
    height: 50px;
    padding: 0 0 0 15px;
  }

  .search-overlay .search-form {
    max-width: 100%;
    width: 100%;
  }
  .search-overlay .search-form form .input-search {
    height: 50px;
    padding: 0 0 0 15px;
  }
  .search-overlay .search-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }

  .side-nav-responsive .side-nav-inner .side-nav {
    text-align: center;
  }
  .side-nav-responsive .side-nav-inner .side-nav .side-item {
    padding-left: unset;
    margin: 0 10px;
    text-align: center;
  }

  /* Navbar CSS End */
  /* Main Banner CSS */
  .banner-content {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .banner-content .title {
    height: 32px;
    line-height: 30px;
    padding-right: 10px;
  }
  .banner-content .title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content .title span {
    top: -1px;
  }
  .banner-content h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 40px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-content .banner-btn {
    margin-top: 20px;
  }
  .banner-content .banner-btn .get-btn {
    margin: 5px;
    padding: 8px 45px 8px 15px;
  }
  .banner-content .banner-btn .get-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content .banner-btn .call-btn {
    margin: 5px;
    padding: 8px 15px 8px 45px;
  }
  .banner-content .banner-btn .call-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .banner-shape {
    display: none;
  }

  .banner-shape-right {
    display: none;
  }

  .banner-img {
    position: inherit;
    top: 0;
    margin-bottom: 50px;
  }
  .banner-img img {
    max-width: 100%;
    height: auto;
  }

  .banner-area-two {
    background-image: none;
    background-color: #2966be;
    height: auto;
  }
  .banner-area-two .container-fluid {
    width: 720px;
  }
  .banner-area-two::before {
    display: none;
  }

  .banner-content-two {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .banner-content-two h1 {
    font-size: 40px;
  }
  .banner-content-two .banner-content-btn {
    margin-top: 30px;
  }
  .banner-content-two .banner-content-btn .learn-btn {
    padding: 8px 45px 8px 15px;
  }
  .banner-content-two .banner-content-btn .learn-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .banner-content-two .banner-content-btn .play-on-btn {
    margin-left: 15px;
    top: 0px;
  }

  .banner-img-2 {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .banner-bottom-shape {
    display: none;
  }

  .banner-area-three .container-fluid {
    width: 720px;
  }

  .banner-content-three {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .banner-content-three h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .banner-content-three p {
    font-size: 16px;
  }
  .banner-content-three .banner-three-btn {
    margin-top: 20px;
  }
  .banner-content-three .banner-three-btn .explore-btn {
    padding: 8px 16px;
  }
  .banner-content-three .banner-three-btn .play-two-btn {
    margin-left: 15px;
    top: -5px;
  }

  .banner-img-3 {
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-img-3 img {
    max-width: 100%;
    height: auto;
  }

  .banner-three-shape {
    display: none;
  }

  /* Main Banner CSS End */
  /* Inner Banner CSS */
  .inner-banner {
    background-image: none;
    background-color: #0149b1;
    height: auto;
  }
  .inner-banner::before {
    display: none;
  }
  .inner-banner .inner-title {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .inner-banner .inner-title h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .inner-banner .inner-title .inner-list {
    margin-top: 10px;
  }
  .inner-banner .inner-banner-shape {
    display: none;
  }

  /* Inner Banner CSS End */
  /* Brand Area CSS */
  .brand-area {
    padding-bottom: 30px;
  }
  .brand-area .owl-nav {
    right: 0;
    left: 0;
    top: auto;
    bottom: -40px;
    margin-bottom: 0;
  }

  .brand-max {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-slider {
    max-width: 100%;
    padding-bottom: 0;
  }

  /* Brand Area CSS End */
  /* About Area CSS */
  .about-area .container-fluid {
    width: 720px;
  }

  .about-widget-area .container-fluid {
    width: 720px;
  }

  .about-widget-content {
    margin-bottom: 30px;
  }
  .about-widget-content p {
    margin-bottom: 25px;
  }

  .about-shape {
    display: none;
  }

  .about-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about-content .about-btn {
    margin-top: 25px;
  }
  .about-content .about-btn .play-btn {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 52px;
  }
  .about-content .about-btn .play-btn i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  .about-area-two .container-fluid {
    width: 720px;
  }

  .about-img-2 {
    margin-bottom: 30px;
  }

  .about-content-two h3 {
    font-size: 17px;
  }
  .about-content-two p {
    margin-bottom: 25px;
  }
  .about-content-two .about-list {
    margin-right: 15px;
    margin-bottom: 30px;
  }

  /* About Area CSS End */
  .seo-width h2 {
    text-align: center;
  }

  /* Counter Area CSS */
  .counter-area {
    background-image: none;
    background-color: #fdeae2;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .counter-area .container {
    width: 540px;
  }

  .single-counter {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-counter i {
    font-size: 40px;
  }
  .single-counter .content h3 {
    font-size: 35px;
  }

  .counter-area-two {
    background-image: none;
    background-color: #2966be;
    height: auto;
    padding-bottom: 20px;
  }

  .counter-shape-top {
    display: none;
  }

  .counter-card {
    margin-bottom: 20px;
  }
  .counter-card::before {
    display: none;
  }
  .counter-card h3 {
    font-size: 34px;
  }

  /* Counter Area CSS End */
  .progress-card {
    padding: 50px;
  }
  .progress-card h3 {
    font-size: 34px;
  }

  /* Seo Area CSS */
  .seo-area::before {
    display: none;
  }

  .seo-width {
    max-width: 100%;
    padding: 50px 15px 0 15px;
  }
  .seo-width h2 {
    font-size: 24px;
  }

  .seo-form {
    margin-bottom: 30px;
  }
  .seo-form .seo-form-area .default-btn {
    margin-left: 0;
  }

  .seo-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Seo Area CSS End */
  .schedule-content {
    max-width: 100%;
    background-color: transparent;
    padding: 0 15px;
  }
  .schedule-content h2 {
    font-size: 24px;
  }

  .schedule-content-shape {
    display: none;
  }

  .serve-content p {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .schedule-shape {
    display: none;
  }

  /* Service Area CSS */
  .services-area .col-lg-4:nth-child(1) .services-card-into {
    margin-top: 0;
  }
  .services-area .col-lg-4:nth-child(3) {
    margin-top: 0;
  }

  .services-card-into .services-dots {
    display: none;
  }

  .services-shape {
    display: none;
  }

  .services-area-two {
    padding-bottom: 30px;
  }

  .services-item::before {
    display: none;
  }

  .services-shape {
    display: none;
  }

  .service-two-shape {
    display: none;
  }

  .services-area-three .section-title p {
    margin-bottom: 30px;
  }

  .services-item-two {
    padding: 0 0 30px 0;
  }

  .service-another {
    padding-top: 50px;
  }

  .service-another-shape {
    display: none;
  }

  .content-widget-img {
    margin-bottom: 30px;
  }

  /* Service Area CSS End */
  .services-content-card h3 {
    font-size: 18px;
  }

  .services-widget-list {
    margin-bottom: -50px;
  }
  .services-widget-list ul li {
    margin-right: 0;
  }

  .history-list {
    margin-bottom: 20px;
  }
  .history-list ul li {
    display: inline-block;
    margin-right: 35px;
  }

  .history-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .history-content p {
    margin-bottom: 10px;
  }

  .history-img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .serve-area .container-fluid {
    width: 720px;
  }

  .serve-content {
    margin-left: auto;
    margin-right: auto;
  }

  .courses-card h3 {
    max-width: 465px;
    color: #2a284f;
  }

  /* Work Area CSS */
  .work-area {
    background-image: none;
    position: relative;
  }
  .work-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fdeae2;
  }

  .work-shape {
    display: none;
  }

  .work-area-two {
    background-image: none;
    position: relative;
  }
  .work-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fdeae2;
  }

  .work-img-2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .work-item-list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .work-item-list-2 {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Work Area CSS End */
  /* Mission Area CSS */
  .mission-content {
    margin-left: auto;
    margin-right: auto;
  }
  .mission-content p {
    margin-bottom: 30px;
  }
  .mission-content .mission-list {
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .mission-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .mission-shape {
    display: none;
  }

  /* Mission Area CSS End */
  /* Pricing Area CSS */
  .pricing-area .section-title {
    margin-bottom: 30px;
  }

  .pricing-shape {
    display: none;
  }

  .price-width {
    margin-top: 35px;
    max-width: 100%;
    padding: 50px 15px 20px 15px;
  }

  .pricing-card {
    margin-bottom: 30px;
  }
  .pricing-card .pricing-card-into {
    padding: 0 30px 20px;
  }
  .pricing-card .pricing-card-into .pricing-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
  }
  .pricing-card .pricing-card-into h3 {
    font-size: 18px;
    padding: 7px;
  }
  .pricing-card .price-rate h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0;
  }
  .pricing-card .purchase-btn {
    margin-top: 15px;
    padding: 9px 24px;
  }

  /* Pricing Area CSS End */
  /* Team Area CSS */
  .team-area.pt-100 {
    padding-top: 0;
  }

  .team-shape {
    display: none;
  }

  .team-two-shape {
    display: none;
  }

  .team-card {
    margin-top: 30px;
  }
  .team-card .content {
    transform: scale(1);
  }

  .team-rotated {
    transform: rotate(0deg);
    margin-top: 30px;
  }

  .team-rotated-2 {
    transform: rotate(0deg);
    margin-top: 30px;
  }

  .team-area-two {
    position: relative;
  }
  .team-area-two .section-title h2 {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-area-two .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
  }
  .team-area-two .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
  }

  /* Team Area CSS End */
  /* Testimonial Area CSS */
  .testimonial-area {
    background-image: none;
    background-color: #fdfdfd;
  }

  .testimonial-area-mb {
    margin-bottom: 0;
  }

  .testimonial-list {
    border: 15px solid #ffe8df;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-title {
    margin-top: 30px;
  }
  .testimonial-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }

  .testimonial-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-item p {
    font-size: 17px;
  }

  .testimonial-content {
    height: 450px;
  }
  .testimonial-content .testimonial-content1 {
    left: 10%;
  }
  .testimonial-content .testimonial-content2 {
    right: 10%;
  }
  .testimonial-content .testimonial-content3 {
    top: 55%;
    left: 10%;
  }
  .testimonial-content .testimonial-content4 {
    right: 10%;
  }
  .testimonial-content .testimonial-shape1 {
    top: 43%;
    left: 20%;
  }
  .testimonial-content .testimonial-shape2 {
    top: 40%;
  }

  .testimonial-slider-area {
    background-image: none;
    background-color: #ff3900;
    padding: 40px 30px;
    margin-bottom: 50px;
  }

  .testimonial-title-2 h2 {
    font-size: 30px;
  }

  .testimonial-item-2 p {
    font-size: 17px;
  }

  .testimonial-widget-item p {
    font-size: 18px;
  }

  /* Testimonial Area CSS End */
  /* Blog Area CSS */
  .blog-area {
    background-image: none;
    background-color: #fdeae2;
  }

  .blog-bg2::before {
    display: none;
  }

  .blog-title {
    margin-bottom: 20px;
  }

  .blog-btn {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .blog-card .content {
    padding: 20px 15px;
  }
  .blog-card .content ul li {
    margin-right: 15px;
  }
  .blog-card .content h3 {
    font-size: 20px;
  }

  .blog-shape {
    display: none;
  }

  .project-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .project-shape {
    display: none;
  }

  .project-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Blog Area CSS End */
  .data-table-area {
    padding-bottom: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-color: #2966be;
  }

  .data-table-content {
    margin-top: 0;
  }
  .data-table-content h2 {
    font-size: 24px;
  }

  /* Contact Area CSS */
  .contact-card {
    padding: 10px 30px 40px 20px;
  }

  .contact-section {
    background-color: #fef4f0;
  }
  .contact-section .container-fluid {
    width: 720px;
  }
  .contact-section::before {
    display: none;
  }

  .contact-img {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 30px 20px 25px 20px;
  }
  .contact-form .section-title {
    margin-bottom: 20px;
  }
  .contact-form .section-title h2 {
    font-size: 26px;
  }

  /* Contact Area CSS End */
  /* Footer Area CSS */
  .footer-img img {
    max-width: 130px;
  }

  .footer-social-icon {
    margin-bottom: 30px;
  }
  .footer-social-icon .social-link {
    float: none;
  }

  .footer-widget.pl-5, .footer-widget.px-5 {
    padding-left: 0 !important;
  }

  .copy-right-area .copy-right-text p {
    padding: 0 15px;
    text-align: center;
  }

  .copy-right-list {
    float: none;
    text-align: center;
    margin-top: 7px;
  }

  /* Footer Area CSS End */
  /* Error Area CSS */
  .error-area {
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .error-area .error-content p {
    font-size: 16px;
    padding: 0 15px;
  }

  /* Error Area CSS End */
  /* Coming Soon */
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }

  /* Coming Soon End */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .main-nav nav .side-nav {
    padding: 10px 0 3px;
    margin-left: 10px;
  }
  .main-nav nav .side-nav .side-item {
    padding-left: 10px;
  }
  .main-nav nav .side-nav .side-item .search-box-2 {
    width: 180px;
  }
  .main-nav nav .side-nav .side-item .search-box-2 .form-control {
    width: 180px;
    border-radius: 5px;
    font-size: 14px;
  }
  .main-nav nav .side-nav .side-item .search-box-2 .search-btn {
    right: 3px;
    width: 40px;
    font-size: 16px;
  }
  .main-nav nav .side-nav .side-item .nav-menu-btn {
    padding: 10px 16px;
  }

  .navbar-light .navbar-brand img {
    max-width: 130px;
  }

  .banner-shape-right img {
    max-width: 330px;
  }

  .banner-img {
    top: 205px;
  }
  .banner-img img {
    max-width: 690px;
  }

  .banner-content h1 {
    font-size: 65px;
  }
  .banner-content p {
    max-width: 480px;
  }

  .banner-content-two {
    padding-top: 200px;
  }
  .banner-content-two h1 {
    font-size: 50px;
  }

  .banner-bottom-shape .banner-dots2 {
    bottom: 25%;
  }

  .banner-content-three h1 {
    font-size: 54px;
  }
  .banner-content-three p {
    max-width: 475px;
  }

  .banner-img-3 img {
    max-width: 520px;
    height: 540px;
  }

  .content-widget-area .content-widget-text h2 {
    font-size: 23px;
  }
  .content-widget-area .content-widget-text ul li {
    font-size: 15px;
  }
  .content-widget-area .content-widget-text ul li i {
    margin-right: 5px;
  }

  .services-widget-list {
    margin-bottom: -70px;
  }
  .services-widget-list ul li {
    margin-right: 0;
  }

  .services-content-card {
    padding: 30px 15px;
  }
  .services-content-card h3 {
    font-size: 17px;
  }

  .progress-card {
    padding: 50px;
  }
  .progress-card p {
    font-size: 14px;
  }

  .brand-slider {
    max-width: 900px;
  }

  .brand-area {
    border-bottom: 1px solid #e4e4e4;
  }
  .brand-area .owl-nav {
    right: -70px;
    top: -16px;
  }

  .about-content {
    margin-left: 15px;
  }

  .about-shape .shape-1 img {
    max-width: 60px;
    height: 610px;
  }

  .about-content-two .about-list {
    padding: 10px 10px 10px 40px;
  }
  .about-content-two .about-list p {
    font-size: 15px;
  }

  .seo-form .seo-form-area .seo-form-option {
    padding: 7px 0 7px 15px;
  }
  .seo-form .seo-form-area .default-btn {
    margin-left: 0;
    padding: 12px 60px 12px 16px;
  }

  .schedule-shape img {
    max-width: 100%;
  }

  .work-shape {
    top: 250px;
  }

  .courses-card h3 {
    max-width: 256px;
    color: #2a284f;
  }

  .team-area-two .owl-nav .owl-prev {
    left: 0;
  }
  .team-area-two .owl-nav .owl-next {
    right: 0;
  }

  .testimonial-slider {
    margin-left: 0;
  }

  .testimonial-list .list-img-3 {
    left: -5%;
  }

  .testimonial-content {
    height: 520px;
  }
  .testimonial-content .testimonial-content1 {
    left: -8%;
  }
  .testimonial-content .testimonial-content2 {
    right: -13%;
  }
  .testimonial-content .testimonial-content3 {
    left: -8%;
  }
  .testimonial-content .testimonial-content4 {
    right: -13%;
  }
  .testimonial-content .testimonial-shape1 {
    top: 33%;
  }
  .testimonial-content .testimonial-shape2 {
    top: 33%;
    left: 65px;
  }

  .testimonial-slider-area {
    background-image: none;
    background-color: #ff3900;
    padding: 40px 30px;
    margin-left: 30px;
  }

  .testimonial-item-2 p {
    font-size: 17px;
  }

  .testimonial-title-2 h2 {
    font-size: 30px;
  }

  .blog-card .content {
    padding: 20px 15px;
  }
  .blog-card .content ul li {
    margin-right: 5px;
  }

  .faq-accordion .accordion .accordion-title {
    font-size: 17px;
  }

  .footer-img img {
    max-width: 130px;
  }

  .footer-widget .footer-list li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .banner-shape-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .banner-shape-right img {
    max-width: 100%;
  }

  .banner-content {
    padding-top: 255px;
  }
  .banner-content p {
    max-width: 720px;
  }

  .banner-img {
    top: 155px;
  }
  .banner-img img {
    max-width: 1200px;
  }

  .banner-bottom-shape .banner-dots1 {
    top: 25%;
    left: 37%;
  }
  .banner-bottom-shape .banner-dots2 {
    right: 25%;
  }

  .banner-content-three {
    padding-top: 240px;
    padding-bottom: 170px;
  }

  .banner-img-3 img {
    max-width: 1040px;
    height: auto;
  }

  .banner-bottom-shape .shape-one {
    bottom: -40px;
  }
  .banner-bottom-shape .shape-two {
    bottom: -20px;
  }
  .banner-bottom-shape .shape-three {
    bottom: 0;
  }

  .inner-banner .inner-banner-shape .shape-one {
    bottom: 0;
  }
  .inner-banner .inner-banner-shape .shape-two {
    bottom: 25px;
  }
  .inner-banner .inner-banner-shape .shape-three {
    bottom: 50px;
  }

  .about-shape .shape-1 {
    top: 0;
  }
  .about-shape .shape-1 img {
    max-width: 100%;
    height: 740px;
  }

  .services-area-two {
    padding-top: 140px;
  }

  .work-shape {
    left: 0;
    right: 0;
    text-align: center;
  }

  .pricing-shape .shape1 {
    left: 5%;
  }
  .pricing-shape .shape2 {
    left: 10%;
  }
  .pricing-shape .shape3 {
    left: 7%;
  }
  .pricing-shape .shape4 {
    right: 15%;
  }
  .pricing-shape .shape5 {
    right: 5%;
  }
  .pricing-shape .shape6 {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) {
  .container-max {
    max-width: 1300px !important;
    margin: 0 auto;
  }

  .container-max-2 {
    max-width: 1460px !important;
    margin: 0 auto;
  }

  .brand-max {
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
  }

  .container {
    max-width: 1170px !important;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=styles.css.map*/