: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-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Proxima-Nova-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.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 {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 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;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.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.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* .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.33333%;
  }
  .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.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .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.33333%;
  }
  .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.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .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.33333%;
  }
  .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.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .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.33333%;
  }
  .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.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .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.33333%;
  }
  .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.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .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;
  } */
}

/* .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-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
} */

/* .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;
}
.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;
} */

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-pills .nav-link {
  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;
} */

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.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%;
  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%;
  color: #fff;
  text-align: center;
  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-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    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 li {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.table {
  --bs-table-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);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #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;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  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;
}

@font-face {
  font-family: "Proxima-Nova-Light";
  src: url("../fonts/Proxima-Nova-Light.eot");
  src: url("../fonts/Proxima-Nova-Light.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Proxima-Nova-Light.woff") format("woff"), url("../fonts/Proxima-Nova-Light.woff2") format("woff2"),
    url("../fonts/Proxima-Nova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Proxima-Nova-Regular";
  src: url("../fonts/Proxima-Nova-Regular.eot");
  src: url("../fonts/Proxima-Nova-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Proxima-Nova-Regular.woff") format("woff"),
    url("../fonts/Proxima-Nova-Regular.woff2") format("woff2"),
    url("../fonts/Proxima-Nova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Proxima-Nova-Bold";
  src: url("../fonts/Proxima-Nova-Bold.eot");
  src: url("../fonts/Proxima-Nova-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Proxima-Nova-Bold.woff") format("woff"), url("../fonts/Proxima-Nova-Bold.woff2") format("woff2"),
    url("../fonts/Proxima-Nova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("../fonts/Raleway-SemiBold.eot");
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica-Neue-Regular";
  src: url("../fonts/Helvetica-Neue-Regular.eot");
  src: url("../fonts/Helvetica-Neue-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Helvetica-Neue-Regular.woff") format("woff"),
    url("../fonts/Helvetica-Neue-Regular.woff2") format("woff2"),
    url("../fonts/Helvetica-Neue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica-Neue-Bold";
  src: url("../fonts/Helvetica-Neue-Bold.eot");
  src: url("../fonts/Helvetica-Neue-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Helvetica-Neue-Bold.woff") format("woff"),
    url("../fonts/Helvetica-Neue-Bold.woff2") format("woff2"),
    url("../fonts/Helvetica-Neue-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "JennaSue";
  src: url("../fonts/JennaSue.eot");
  src: url("../fonts/JennaSue.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/JennaSue.woff") format("woff"), url("../fonts/JennaSue.woff2") format("woff2"),
    url("../fonts/JennaSue.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  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;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.r {
  box-shadow: inset 0 0 10px red;
}

*,
html {
  font-family: "Proxima-Nova-Light";
}

body {
  font-family: "Proxima-Nova-Light";
  color: #606060;
  font-size: 16px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

.back-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  transition: all 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .back-layer {
    transition: none;
  }
}
.back-layer.show-layer {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .back-layer.show-layer {
    transition: none;
  }
}

.full-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.custome-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1540px) {
  .custome-container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  .custome-container {
    max-width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .custome-container {
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .custome-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .custome-container {
    max-width: 100%;
  }
}

.common-banner {
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  background-color: #263238;
  padding-top: 170px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1540px) {
  .common-banner {
    min-height: auto;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .common-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.common-banner .comman-banner-content {
  width: 100%;
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .common-banner .comman-banner-content {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.common-banner .comman-banner-content .comman-banner-text {
  text-align: center;
}
.common-banner .comman-banner-content .comman-banner-text .page-name {
  font-family: "JennaSue";
  font-size: 4.375rem;
  line-height: 1.2;
  color: #ffa402;
}
@media only screen and (max-width: 1540px) {
  .common-banner .comman-banner-content .comman-banner-text .page-name {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .common-banner .comman-banner-content .comman-banner-text .page-name {
    font-size: 1.875rem;
    line-height: 3.6875rem;
  }
}
.common-banner .comman-banner-content .comman-banner-text h2 {
  font-family: "Raleway-Bold";
  font-size: 5rem;
  line-height: 5.875rem;
  color: #ffa402;
}
.common-banner .comman-banner-content .comman-banner-text h2 strong {
  font-family: inherit;
}
@media only screen and (max-width: 1540px) {
  .common-banner .comman-banner-content .comman-banner-text h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
@media only screen and (max-width: 1200px) {
  .common-banner .comman-banner-content .comman-banner-text h2 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .common-banner .comman-banner-content .comman-banner-text h2 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media only screen and (max-width: 576px) {
  .common-banner .comman-banner-content .comman-banner-text h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.common-banner .comman-banner-content .comman-banner-text p {
  font-family: "Raleway-Regular";
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #ffffff;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1540px) {
  .common-banner .comman-banner-content .comman-banner-text p {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .common-banner .comman-banner-content .comman-banner-text p {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 992px) {
  .common-banner .comman-banner-content .comman-banner-text p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.common-banner .banner_button {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .common-banner .banner_button .btn {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.btn {
  padding: 16px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 4px;
}
.btn-warning {
  color: #ffffff;
  border-color: #ffa402;
  background-color: #ffa402;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #ffffff;
  background-color: #ffa402;
}

.tab-button-box {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.tab-button-box .btn {
  font-family: "Proxima-Nova-Regular";
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 5px 7px;
  width: 100%;
  max-width: 184px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  .tab-button-box .btn {
    max-width: 100%;
    margin: 4px 0;
  }
}
.tab-button-box .btn.btn-outline-warning {
  color: #ffa402;
  border-color: #ffa402;
}
.tab-button-box .btn.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ffa402;
  border-color: #ffa402;
}
.tab-button-box .btn.btn-outline-secondary {
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.tab-button-box .btn.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

/* Header css */

header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 999;
  transition: background 200ms ease-in-out;
}
header .header-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1540px) {
  header .header-container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-container {
    max-width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  header .header-container {
    max-width: 100%;
  }
}
header .header-container .header-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  header .header-container .header-box {
    justify-content: center;
  }
}
header .header-container .header-box .mobile-icon {
  display: none;
}
@media only screen and (max-width: 992px) {
  header .header-container .header-box .mobile-icon {
    display: block;
    color: #ffffff;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 18px;
    margin-top: 18px;
    line-height: 30px;
  }
}
header .header-container .header-box .log {
  width: 209px;
  height: auto;
  margin-top: 24px;
  margin-bottom: 18px;
  transition: all 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  header .header-container .header-box .log {
    transition: none;
  }
}
header .header-container .header-box .log a {
  display: block;
}
header .header-container .header-box .log a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  header .header-container .header-box .log {
    width: 170px;
    margin: 10px 0;
    text-align: center;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  header .header-container .header-box .social-box {
    display: none;
  }
}
header .header-container .header-box .social-box .social-link {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}
header .header-container .header-box .social-box .social-link li {
  list-style: none;
  display: flex;
}
header .header-container .header-box .social-box .social-link li a {
  min-width: 65px;
  max-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #b2b2b2;
  text-decoration: none;
  font-size: 1.375rem;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  header .header-container .header-box .social-box .social-link li a {
    min-width: 45px;
    max-width: 45px;
    font-size: 1.125rem;
  }
}
header .header-container .header-box .social-box .social-link li:first-child a {
  border-left: 1px solid #b2b2b2;
}
header .menu {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
}
@media only screen and (max-width: 992px) {
  header .menu {
    border-top: 1px solid #b2b2b2;
    border-bottom: none;
  }
}
header .menu nav.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 98px;
}
header .menu nav.nav-menu .nav-close {
  position: absolute;
  right: -5px;
  top: 0;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 39px;
  color: #ffffff;
  display: none;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #e49200;
  border-radius: 30px;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu .nav-close {
    display: block;
  }
}
@media only screen and (max-width: 1540px) {
  header .menu nav.nav-menu {
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu {
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background: #ffa402;
    margin-left: -100%;
    padding-top: 40px;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  header .menu nav.nav-menu {
    transition: none;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu.show-nav {
    margin-left: 0;
  }
}
header .menu nav.nav-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul {
    width: 100%;
    display: inline;
    flex-wrap: wrap;
  }
}
header .menu nav.nav-menu ul li {
  list-style: none;
  padding: 9px 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1540px) {
  header .menu nav.nav-menu ul li {
    padding: 9px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li {
    padding: 9px 16px;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
    flex-wrap: wrap;
  }
}
header .menu nav.nav-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Proxima-Nova-Light";
  font-size: 1.125rem;
  line-height: 22px;
}
header .menu nav.nav-menu ul li a:hover {
  color: #ffa402;
}
header .menu nav.nav-menu ul li a.active {
  color: #ffa402;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li a.active {
    color: #606060;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li a {
    width: 100%;
    padding: 12px 16px;
  }
}
header .menu nav.nav-menu ul li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li:first-child {
    padding: 0;
  }
}
header .menu nav.nav-menu ul li > a {
  text-transform: uppercase;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: rgba(41, 40, 40, 0.95);
  display: flex;
  justify-content: center;
  -webkit-box-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  overflow-y: hidden;
  transform-origin: top;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar-thumb {
  background-color: #ffa402;
  border-radius: 6px;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #ffa402;
  border: 4px solid transparent;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper::-webkit-scrollbar-button {
  display: none;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 100%;
    background: #ea990b;
    max-height: calc(100vh - 165px);
    height: 0;
    overflow-y: hidden;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper.show-mega {
  -webkit-box-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .close-megamenu {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  background: #373737;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .close-megamenu {
    display: none;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .close-megamenu:hover {
  background: #ffa402;
  color: #ffffff;
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container {
    padding: 0;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 110px;
}
@media only screen and (max-width: 1540px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper {
    margin: 0 -8px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper {
    margin: 0;
    padding: 0;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box {
  min-width: 216px;
  max-width: 216px;
  margin: 15px;
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box {
    margin: 8px;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a {
  height: 100%;
  background: #373737;
  padding: 30px 16px 24px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #707070;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a {
    border-radius: 0;
    border: none;
    background: transparent;
    justify-content: left;
    padding: 12px 16px;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a img {
  max-height: 60px;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a img {
    display: none;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a p {
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
  min-width: 100%;
  text-align: center;
  margin-top: 18px;
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-box-wrapper .mega-menu-box a p {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content {
  text-align: center;
  margin-top: 55px;
  padding-bottom: 99px;
}
@media only screen and (max-width: 1540px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content {
    margin: 0;
    padding: 10px;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content h2 {
  font-family: "Raleway-Bold";
  font-size: 2.875rem;
  line-height: 3.375rem;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content h2 {
    display: none;
  }
}
header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content .btn-warning {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  color: #ffffff;
  padding: 17px 16px;
  width: 100%;
  max-width: 300px;
  margin-top: 18px;
  background-color: #ffa402;
  border-color: #ffa402;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content .btn-warning {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper .mega-menu-container .mega-menu-content .btn-warning {
    max-width: 100%;
    margin-top: 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) {
  header .menu nav.nav-menu ul li .mega-menu-wrapper#mega-marketing .mega-box-wrapper .mega-menu-box {
    max-width: 310px;
    width: 100%;
  }
}
header .menu nav.nav-menu .btn-quote {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: "Proxima-Nova-Bold";
  color: #ffa402;
  padding: 12px 20px 11px;
  line-height: 18px;
  border-radius: 6px;
  margin-left: 36px;
}
@media only screen and (max-width: 1540px) {
  header .menu nav.nav-menu .btn-quote {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  header .menu nav.nav-menu .btn-quote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  header .menu nav.nav-menu .btn-quote {
    position: fixed;
    right: 11px;
    top: 11px;
  }
}
@media only screen and (max-width: 576px) {
  header .menu nav.nav-menu .btn-quote {
    display: none;
  }
}
header.fixed-header {
  background: #242424;
  transition: background 200ms ease-in-out;
  -webkit-box-shadow: 0 6px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 4px -6px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 6px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 4px -6px rgba(0, 0, 0, 0.75);
}
header.fixed-header .header-container .header-box .log {
  width: 140px;
  margin-top: 12px;
  margin-bottom: 12px;
}
header.fixed-header .header-container .header-box .social-box .social-link li a {
  border-right: 1px solid #474747;
}
header.fixed-header .header-container .header-box .social-box .social-link li:first-child a {
  border-left: 1px solid #474747;
}
header.fixed-header .menu {
  border-top: 1px solid #474747;
  border-bottom: none;
}
@media only screen and (max-width: 992px) {
  header.fixed-header .menu {
    border: none;
  }
}
header.fixed-header .menu nav.nav-menu ul li .mega-menu-wrapper {
  max-height: calc(100vh - 126px);
}
@media only screen and (max-width: 992px) {
  header.fixed-header .menu nav.nav-menu ul li .mega-menu-wrapper {
    max-height: 100%;
  }
}

/* we are top */

.weAreTop {
  margin-top: 80px;
  width: 100%;
  background-color: #ffa402;
  padding: 57px 15px;
  background-image: url(../images/bottom-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .weAreTop {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .weAreTop {
    background-image: none;
    margin-top: 30px;
  }
}
.weAreTop .weAreTop-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .weAreTop .weAreTop-container {
    max-width: 1280px;
  }
}
.weAreTop .weAreTop-container .weAreTop-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weAreTop .weAreTop-container .weAreTop-content .img-pencil {
  min-width: 106px;
  max-width: 106px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .weAreTop .weAreTop-container .weAreTop-content .img-pencil {
    display: none;
  }
}
.weAreTop .weAreTop-container .weAreTop-content .img-mail {
  min-width: 218px;
  max-width: 218px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .weAreTop .weAreTop-container .weAreTop-content .img-mail {
    display: none;
  }
}
.weAreTop .weAreTop-container .weAreTop-content .weAreTop-text {
  text-align: center;
  max-width: 900px;
}
@media only screen and (max-width: 992px) {
  .weAreTop .weAreTop-container .weAreTop-content .weAreTop-text {
    max-width: 100%;
  }
}
.weAreTop .weAreTop-container .weAreTop-content .weAreTop-text h2 {
  font-family: "Raleway-Regular";
  font-size: 2.5rem;
  line-height: 2.75rem;
  color: #ffffff;
}
.weAreTop .weAreTop-container .weAreTop-content .weAreTop-text h2 span {
  font-family: "Raleway-Bold";
}
@media only screen and (max-width: 992px) {
  .weAreTop .weAreTop-container .weAreTop-content .weAreTop-text h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.weAreTop .weAreTop-container .weAreTop-content .weAreTop-text .btn-outline-light {
  width: 216px;
  text-align: center;
  padding: 15px;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.3125rem;
  margin-top: 19px;
}

/* footer */

.footer-main {
  width: 100%;
  background: #242424;
  padding: 30px 16px;
}

@media only screen and (max-width: 1200px) {
  .footer-main {
    padding: 64px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main {
    padding: 34px 10px;
  }
}
.footer-main .footer-wrapper {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer-main .footer-wrapper {
    flex-wrap: wrap;
  }
}
.footer-main .footer-wrapper .footer-detail {
  min-width: 587px;
  max-width: 587px;
}
@media only screen and (max-width: 1200px) {
  .footer-main .footer-wrapper .footer-detail {
    min-width: 400px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-main .footer-wrapper .footer-detail {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer-main .footer-wrapper .footer-detail .fd-content {
  width: 100%;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-text h3 {
  font-family: "Raleway-Regular";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .footer-main .footer-wrapper .footer-detail .fd-content .fd-text h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-text .btn-outline-light {
  margin-top: 23px;
  width: 216px;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info {
  margin-top: 32px;
}
@media only screen and (max-width: 992px) {
  .footer-main .footer-wrapper .footer-detail .fd-content .fd-info {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main .footer-wrapper .footer-detail .fd-content .fd-info {
    flex-wrap: wrap;
  }
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li {
  width: 100%;
  margin-bottom: 18px;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li:last-child {
  margin-bottom: 0;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li h4 {
  font-family: "Proxima-Nova-Bold";
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #ffa402;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li p {
  font-family: "Proxima-Nova-Regular";
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li p a {
  color: #ffffff;
  text-decoration: none;
}
.footer-main .footer-wrapper .footer-detail .fd-content .fd-info .info-li p a:hover {
  color: #ffa402;
}
.footer-main .footer-wrapper .footer-menubox {
  min-width: calc(100% - 587px);
  max-width: calc(100% - 587px);
}
@media only screen and (max-width: 1200px) {
  .footer-main .footer-wrapper .footer-menubox {
    min-width: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 992px) {
  .footer-main .footer-wrapper .footer-menubox {
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row {
    flex-wrap: wrap;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row .fm-col {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row .fm-col {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col label,
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col h2 {
  font-family: "Proxima-Nova-Bold";
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #ffa402;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col label h2,
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col label label,
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col h2 h2,
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col h2 label {
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu {
  margin-top: 16px;
}
@media only screen and (max-width: 576px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li {
  margin-bottom: 14px;
}
@media only screen and (max-width: 576px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li {
    margin-bottom: 0;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li a {
  font-family: "Proxima-Nova-Regular";
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li a {
    padding: 10px;
    display: inline-block;
  }
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li a:hover {
  color: #ffa402;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-menu li:last-child {
  margin-bottom: 0;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social {
  width: 100%;
  margin-top: 22px;
  padding-right: 20px;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social ul {
  display: flex;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social ul li {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #ffffff;
  margin-right: 10px;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social ul li:hover {
  background: #ffa402;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social ul li:last-child {
  margin-right: 0;
}
.footer-main .footer-wrapper .footer-menubox .fm-row .fm-col .ft-social ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #242424;
  text-decoration: none;
  font-size: 1.25rem;
}

.testimonial-section {
  margin-top: 78px;
}
.testimonial-section .testimonial-container {
  width: 100%;
  max-width: 1164px;
  height: auto;
  margin: 0 auto;
}
.testimonial-section .testimonial-container .testimonial-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-section .testimonial-container .testimonial-content h2 {
  font-family: "Raleway-Regular";
  font-size: 2.875rem;
  line-height: 2.8125rem;
  color: #606060;
}
@media only screen and (max-width: 768px) {
  .testimonial-section .testimonial-container .testimonial-content h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.testimonial-section .testimonial-container .testimonial-content h2 .yellow-bold {
  font-family: "Raleway-SemiBold";
  color: #ffa402;
}
.testimonial-section .testimonial-container .testimonial-content h2 .grey-bold {
  font-family: "Raleway-SemiBold";
}
.testimonial-section .testimonial-container .carousel-testimonial {
  margin-top: 22px;
}
.testimonial-section .testimonial-container .carousel-testimonial .carousel-inner {
  width: 100%;
  padding: 0px 55px;
}
@media only screen and (max-width: 768px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-inner {
    padding: 0px 10px;
  }
}
.testimonial-section .testimonial-container .carousel-testimonial .carousel-inner .carousel-item .testimonial-box {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-inner .carousel-item .testimonial-box {
    flex-wrap: wrap;
    background: #efefef;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-img {
  max-width: 442px;
  min-width: 442px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-img {
    max-width: 100%;
    min-width: 100%;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-img
  img {
  width: 100%;
  height: auto;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-img
    img {
    border-radius: 20px;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box {
  max-width: calc(100% - 442px);
  min-width: calc(100% - 442px);
  border-radius: 0 10px 10px 0;
  background: #efefef;
  padding: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box {
    max-width: 100%;
    min-width: 100%;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box {
    padding: 40px 20px;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box
  .testimonial-text {
  position: relative;
  padding-left: 54px;
  padding-top: 48px;
}
@media only screen and (max-width: 768px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box
    .testimonial-text {
    padding-left: 35px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box
    .testimonial-text {
    padding: 0;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box
  .testimonial-text
  .quote {
  width: 54px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box
    .testimonial-text
    .quote {
    width: 30px;
    height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box
    .testimonial-text
    .quote {
    display: none;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box
  .testimonial-text
  .para {
  font-family: "Raleway-Regular";
  font-size: 1.375rem;
  line-height: 1.5625rem;
  color: #606060;
}
@media only screen and (max-width: 576px) {
  .testimonial-section
    .testimonial-container
    .carousel-testimonial
    .carousel-inner
    .carousel-item
    .testimonial-box
    .testimonial-content-box
    .testimonial-text
    .para {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box
  .testimonial-text
  h3 {
  font-family: "Raleway-Bold";
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #606060;
  margin-top: 8px;
}
.testimonial-section
  .testimonial-container
  .carousel-testimonial
  .carousel-inner
  .carousel-item
  .testimonial-box
  .testimonial-content-box
  .testimonial-text
  .name {
  font-family: "Helvetica-Neue-Regular";
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #606060;
}
.testimonial-section .testimonial-container .carousel-testimonial .carousel-control-prev {
  width: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-prev {
    left: 20px;
  }
}
.testimonial-section .testimonial-container .carousel-testimonial .carousel-control-next {
  width: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-next {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-next {
    right: 20px;
  }
}
.testimonial-section .testimonial-container .carousel-testimonial .carousel-control-prev i,
.testimonial-section .testimonial-container .carousel-testimonial .carousel-control-next i {
  color: #b0b0b0;
  font-size: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-prev i,
  .testimonial-section .testimonial-container .carousel-testimonial .carousel-control-next i {
    font-size: 1.875rem;
    color: #242424;
  }
}

.grey-bold {
  font-family: "Raleway-SemiBold";
}

.yellow-bold {
  font-family: "Raleway-SemiBold";
  color: #ffa402;
}
