@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&family=Source+Serif+Pro:wght@900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap');

@font-face {
  font-family: 'Gilroy 700';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 600';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy 500';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis 700';
  src: url("../fonts/Metropolis-Bold.eot");
  src: url("../fonts/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Bold.woff2") format("woff2"), url("../fonts/Metropolis-Bold.woff") format("woff"), url("../fonts/Metropolis-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis 400';
  src: url("../fonts/Metropolis-Regular.eot");
  src: url("../fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Regular.woff2") format("woff2"), url("../fonts/Metropolis-Regular.woff") format("woff"), url("../fonts/Metropolis-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis 600';
  src: url("../fonts/Metropolis-SemiBold.eot");
  src: url("../fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-SemiBold.woff2") format("woff2"), url("../fonts/Metropolis-SemiBold.woff") format("woff"), url("../fonts/Metropolis-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bootstrap SCSS */
:root {
  --metro-400: 'Metropolis 400';
  --metro-600: 'Metropolis 600';
  --metro-700: 'Metropolis 700';
  --noto:  "Noto Sans", sans-serif;

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

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

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

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

h1, 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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #E1BB80;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

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

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

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

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

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #E1BB80;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

@media (max-width: 575px) {
  .modal-footer {
    justify-content: center;
  }
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* /Bootstrap SCSS */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

html, body {
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  html.nav-opened, body.nav-opened {
    overflow: hidden;
  }
  html.nav-opened #main-header, body.nav-opened #main-header {
    padding-bottom: 30px;
    background-color: #222;
  }
  html.nav-opened #main-header.on-scroll .nav-holder, body.nav-opened #main-header.on-scroll .nav-holder {
    top: 82px;
  }
}

@media screen and (max-width: 767px) {
  html.nav-opened #main-header.on-scroll .nav-holder, body.nav-opened #main-header.on-scroll .nav-holder {
    top: 75px;
    height: calc(100vh - 75px);
  }
}

body {
  padding: 0;
  background: #222;
  line-height: normal;
  font-family: 'Metropolis 400';
  font-size: 16px;
  font-weight: 400;
  color: #FAFAFF;
  overflow-x: hidden;
}

body:not(.home) {
  padding: 215px 0 0 0;
}

@media screen and (max-width: 1399px) {
  body:not(.home) {
    padding: 150px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  body:not(.home) {
    padding: 130px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  body:not(.home) {
    padding: 115px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

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

img {
  max-width: 100%;
  border: none;
}

a {
  display: inline-block;
  line-height: 26px;
  color: #FAFAFF;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.disabled {
  pointer-events: none;
  color: #ddd;
}

@media screen and (min-width: 992px) {
  a:hover {
    color: #E1BB80;
    text-decoration: none;
  }
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #FAFAFF;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

.container {
  padding: 0 15px;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 45px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

form .form-group {
  margin: 0 0 25px 0;
}

form label {
  display: block;
}

.form-group label {
  position: relative;
  top: 39px;
  left: 17px;
  margin: 0;
  line-height: 16px;
  color: #D4D4D4;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.form-control {
  height: 54px;
  padding: 0 15px;
  line-height: 16px;
  border: 0;
  background: #2C2C2C;
  color: #D5D5D5;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 8px;
}

.form-control:focus {
  background: #2C2C2C;
  color: #D4D4D4;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #747476;
}

.form-control::-moz-placeholder {
  color: #747476;
}

.form-control:-ms-input-placeholder {
  color: #747476;
}

.form-control:-moz-placeholder {
  color: #747476;
}

textarea.form-control {
  min-height: 145px !important;
}

.form-group {
  position: relative;
}

input.form-control + label,
textarea.form-control + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  margin: auto 0;
  height: 16px;
  color: #747476;
  cursor: text;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

textarea.form-control {
  padding-top: 15px;
}

textarea.form-control + label {
  top: 15px;
  bottom: auto;
}

.on-focus input.form-control,
.has-value input.form-control {
  padding-top: 15px;
}

.on-focus textarea.form-control,
.has-value textarea.form-control {
  padding-top: 23px;
}

.on-focus input.form-control + label,
.has-value input.form-control + label {
  font-size: 12px;
  color: #E1BB80;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}

.on-focus textarea.form-control + label,
.has-value textarea.form-control + label {
  font-size: 12px;
  color: #E1BB80;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.btn {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:active, .btn:focus, .btn:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-primary, .btn-secondary {
  padding: 13px 37px;
  background: #E1BB80;
  border: 2px solid #E1BB80;
  color: #222;
  font-size: 16px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .btn.btn-primary:hover {
    background: transparent;
    color: #E1BB80;
  }
  .btn.btn-primary:active {
    background: #E1BB80;
    color: #000;
  }
}

.btn-secondary {
  background-color: transparent;
  border-color: #e1bb80;
  color: #E1BB80;
}

@media screen and (min-width: 992px) {
  .btn-secondary:hover {
    background: #E1BB80;
    border: 2px solid #E1BB80;
    color: #222;
  }
  .btn.btn-secondary:active {
    background: #d0aa71;
    border: 2px solid #d0aa71;
    color: #222;
  }
}

.more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  color: #E1BB80;
  font-size: 16px;
  font-weight: 400;
}

.more-btn::after {
  content: '';
  position: relative;
  left: 0;
  height: 14px;
  width: 16px;
  margin: 0 0 0 7px;
  background: url("/wp-content/uploads/2022/06/more-btn-arrow.svg") right center no-repeat;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .more-btn:hover {
    color: #fff;
  }
  .more-btn:hover::after {
    left: 5px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 575px) {
  .more-btn {
    font-size: 12px;
  }
}

.position-modal .modal-dialog {
  width: 1150px;
  max-width: calc(100vw - 200px);
}

@media screen and (max-width: 767px) {
  .position-modal .modal-dialog {
    max-width: calc(100vw - 90px);
    margin: 30px auto;
  }
}

@media screen and (max-width: 460px) {
  .position-modal .modal-dialog {
    max-width: calc(100vw - 60px);
    margin: 30px auto;
  }
}

.position-modal .modal-dialog .modal-content {
  border: 0;
  background: #2A2A2A;
  border-radius: 8px;
}

.position-modal .modal-dialog .modal-content .modal-header {
  display: block;
  padding: 80px 65px 100px 65px;
  border: 0;
}

@media screen and (max-width: 1399px) {
  .position-modal .modal-dialog .modal-content .modal-header {
    padding: 60px 65px;
  }
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-header {
    padding: 40px 35px;
  }
}

@media screen and (max-width: 460px) {
  .position-modal .modal-dialog .modal-content .modal-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.position-modal .modal-dialog .modal-content .modal-header .level {
  display: block;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-header .level {
    font-size: 24px;
  }
}

.position-modal .modal-dialog .modal-content .modal-header .position-name {
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1399px) {
  .position-modal .modal-dialog .modal-content .modal-header .position-name {
    line-height: 40px;
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-header .position-name {
    line-height: 1.3;
    font-size: 32px;
  }
}

.position-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 73px;
  right: 73px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 32px;
  height: 32px;
  background: url("/wp-content/uploads/2022/06/close-modal-icon.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

@media screen and (max-width: 1299px) {
  .position-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .position-modal .modal-dialog .modal-content .modal-header .btn-close:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  .position-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}

.position-modal .modal-dialog .modal-content .modal-body {
  padding: 0 65px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-body {
    padding: 0 35px;
  }
}

@media screen and (max-width: 460px) {
  .position-modal .modal-dialog .modal-content .modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.position-modal .modal-dialog .modal-content .modal-body .block {
  padding: 0 0 80px 0;
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-body .block {
    padding: 0 0 50px 0;
  }
}

.position-modal .modal-dialog .modal-content .modal-body .block.last {
  padding: 0 0 8px 0;
}

.position-modal .modal-dialog .modal-content .modal-body .block .block-heading {
  margin: 30px 0 51px 0;
  padding: 22px 0 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.19);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-body .block .block-heading {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
}

.position-modal .modal-dialog .modal-content .modal-body .block p {
  margin: 0 0 26px 0;
  line-height: 30px;
}

.position-modal .modal-dialog .modal-content .modal-body .block p:last-child {
  margin: 0;
}

.position-modal .modal-dialog .modal-content .modal-body .block ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 2px 0;
}

.position-modal .modal-dialog .modal-content .modal-body .block ul li:last-child {
  margin: 0;
}

.position-modal .modal-dialog .modal-content .modal-body .block ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.position-modal .modal-dialog .modal-content .modal-footer {
  padding: 0 65px 95px 65px;
  border: 0;
}

@media screen and (max-width: 1399px) {
  .position-modal .modal-dialog .modal-content .modal-footer {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 991px) {
  .position-modal .modal-dialog .modal-content .modal-footer {
    padding: 30px 35px;
  }
}

@media screen and (max-width: 460px) {
  .position-modal .modal-dialog .modal-content .modal-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.position-modal .modal-dialog .modal-content .modal-footer button {
  padding: 19px 30px 23px 30px;
}

.modal-backdrop {
  background: rgba(34, 34, 34, 0.68);
}

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

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 55px 0;
}

.pagination li {
  margin: 0 10px 0 0;
  font-family: var(--metro-700);
  border-radius: 50%;
}

.pagination li a,
.pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #D0D0D0;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .pagination {
    margin: 25px 0 35px 0;
  }
  .pagination li {
    display: none;
    margin: 0 5px 0 0;
  }
  .pagination li:nth-child(1),
  .pagination li:nth-child(2),
  .pagination li:nth-child(3),
  .pagination li.separator,
  .pagination li.last-page,
  .pagination li.next {
    display: inline;
  }
}

@media screen and (max-width: 345px) {
  .pagination li a,
  .pagination li span {
    width: 30px;
    height: 30px;
  }
}

.pagination li.separator {
  color: #707070;
}

.pagination li.separator span {
  width: auto;
}

.pagination li:hover a,
.pagination li.active a {
  background-color: #E1BB80;
  color: #222;
}

.pagination li.next {
  margin: 0 0 0 30px;
}

.pagination li.next a {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  background: transparent url("/wp-content/uploads/2022/06/next-page-arrow.svg") right center no-repeat;
  font-family: var(--metro-600);
  color: #D0D0D0;
  border-radius: 0;
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  #main-header a:hover {
    color: #fff;
  }
}

#main-header .container {
  position: relative;
}

#main-header .top-bar {
  padding: 5px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(225, 187, 128, 0.1);
  display: none;
}

#main-header .top-bar .social-media li {
  margin: 0 8px 0 0;
}

@media screen and (min-width: 992px) {
  #main-header .top-bar .social-media li a:hover {
    opacity: .70;
  }
}

@media screen and (max-width: 767px) {
  #main-header .top-bar {
    margin: 0 0 13px 0;
  }
}

@media screen and (max-width: 575px) {
  #main-header .top-bar {
    padding: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 460px) {
  #main-header .top-bar .social-media {
    display: none !important;
  }
  #main-header .top-bar .header-contacts {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main-header .top-bar .social-media li:last-child {
  margin: 0;
}

#main-header .top-bar .header-contacts li {
  margin: 0 25px 0 0;
}

#main-header .top-bar .header-contacts li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .top-bar .header-contacts li img {
  margin: 0 8px 0 0;
}

#main-header .top-bar .header-contacts li:last-child {
  margin: 0;
}

#main-header .navbar > .container > .row {
    height: 88px;
}

#main-header .navbar .navbar-brand {
  position: relative;
  z-index: 1;
}

#main-header .navbar .navbar-brand img {
  min-width: 132px;
  width: 132px;
}

@media screen and (max-width: 767px) {
  #main-header .navbar .navbar-brand img {
    width: auto;
    min-width: 1px;
    height: 19px;
  }
}

#main-header .navbar .menu-toggle {
  position: relative;
  width: 28px;
  height: 20px;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none !important;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  #main-header .navbar .menu-toggle {
    display: none;
  }
  #main-header .nav-holder .navbar-nav>li.dropdown.has-mega-menu .dropdown-menu .row>.nav-item {
    width: 33.3333%;
    flex: 0 0 auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) *.5);
  }
}

#main-header .navbar .menu-toggle .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  background: #fafaff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #main-header .navbar .menu-toggle .icon {
    -webkit-transition: none;
    transition: none;
  }
}

#main-header .navbar .menu-toggle .icon::before,
#main-header .navbar .menu-toggle .icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 3px;
  background: #fafaff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #main-header .navbar .menu-toggle .icon::before, #main-header .navbar .menu-toggle .icon::after {
    -webkit-transition: none;
    transition: none;
  }
}

#main-header .navbar .menu-toggle .icon::before {
  top: -9px;
  left: 0;
  right: auto;
}

#main-header .navbar .menu-toggle .icon::after {
  top: 9px;
  right: 0;
  bottom: 0;
}

#main-header .navbar .menu-toggle.opened .icon {
  background-color: transparent;
}

#main-header .navbar .menu-toggle.opened .icon::before {
  width: 28px;
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}

#main-header .navbar .menu-toggle.opened .icon::after {
  width: 28px;
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder {
    display: none;
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    height: calc(100vh - 124px);
    padding: 48px 50px 100px 50px;
    background: #222;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  #main-header .nav-holder::-webkit-scrollbar {
    display: none;
  }
  #main-header .nav-holder .mobile-view {
    margin: 75px 0 0 0;
  }
  #main-header .nav-holder .mobile-view .block {
    margin: 0 0 55px 0;
    font-size: 18px;
  }
  #main-header .nav-holder .mobile-view .block:last-child {
    margin: 0;
  }
  #main-header .nav-holder .mobile-view .block .block-heading {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  #main-header .nav-holder .mobile-view .block p a {
    line-height: 35px;
  }
  #main-header .nav-holder .mobile-view .block ul li:last-child {
    margin: 0;
  }
  #main-header .block p {
    margin: 0px !important;
  }
  #main-header .block p:nth-child(3) {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #main-header .nav-holder {
    top: 106px;
    height: calc(100vh - 106px);
    padding: 48px 45px 50px 45px;
  }
}

@media screen and (max-width: 575px) {
  #main-header .nav-holder {
    top: 96px;
    height: calc(100vh - 96px);
    padding: 24px 15px 50px 15px;
  }
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav {
    display: block !important;
  }
}

#main-header .nav-holder .navbar-nav > li {
  margin: 0 70px 0 0;
}

@media screen and (max-width: 1199px) {
  #main-header .nav-holder .navbar-nav > li {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  #main-header .nav-holder .navbar-nav > li {
    margin: 0 0 25px 0;
  }
}

#main-header .nav-holder .navbar-nav > li:last-child {
  margin: 0!important;
}

#main-header .nav-holder .navbar-nav > li > a {
  padding: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #FAFAFF;
  cursor: pointer;
}

#main-header .nav-holder .navbar-nav > li a:hover {
    color: rgb(255, 212, 145);
}

#main-header .nav-holder .navbar-nav > li.current-menu-item a {
    color: rgb(225, 187, 128);
    pointer-events: none;
    border-bottom: 1px solid transparent;
    border-color: rgb(225, 187, 128);
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li > a {
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown > a {
  position: relative;
}

#main-header .nav-holder .navbar-nav > li.dropdown > a.dropdown-toggle {
  position: relative;
  padding-right: 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main-header .nav-holder .navbar-nav > li.dropdown > a.dropdown-toggle::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border: 0;
  height: 7px;
  width: 12px;
  background: url("/wp-content/themes/wdmarket-com/app/assets/images/header-arrow-down.svg") center center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown > a.dropdown-toggle::after {
    top: 0;
    bottom: auto;
    width: 30px;
    height: 30px;
    background: #E1BB80 url("/wp-content/uploads/2022/06/nav-plus-icon.svg") center center no-repeat;
    border-radius: 50%;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown > a[aria-expanded="true"] {
  color: #FAFAFF;
}

#main-header .nav-holder .navbar-nav > li.dropdown > a[aria-expanded="true"]::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown > a[aria-expanded="true"] {
    color: #B3B3B3;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown > a[aria-expanded="true"]::after {
    background: #E1BB80 url("/wp-content/uploads/2022/06/nav-minus-icon.svg") center center no-repeat;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 420px;
  min-width: 420px;
  border: 0;
  padding: 23px 0;
  margin: 0;
  background: #222;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 33px 0 0 12px;
    opacity: 1;
    visibility: visible;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu.show {
    display: block;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li {
  margin: 0 0 17px 0;
}

#main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li:last-child {
  margin: 0;
}

#main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a {
  display: block;
  padding: 5px 25px;
  background: none;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}

#main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a .icon {
  width: 45px;
  margin: 0 0 0 -45px;
  padding-right: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a .icon {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
    color: #E1BB80;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a:hover .icon {
    margin: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown .dropdown-menu > li > a {
    padding: 2px 0;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu {
  position: static;
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu {
  top: calc(100% + 20px);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 40px 30px 0 30px;
  background-color: #222;
  box-shadow: unset !important;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu {
    padding: 12px 0 0 12px;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 25px;
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .row {
  margin: 0;
}

/*#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .row [class*="col-"] {*/
/*  padding: 0;*/
/*}*/

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .row [class*="col-"]:last-child .block {
    margin: 0;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block {
  /*padding: 0 0 0 55px;*/
  padding:0px;
  margin: 0 0 45px 0;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block {
    padding: 0;
    margin: 0 0 27px 0;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category {
  position: relative;
  margin: 0 0 10px -55px;
  line-height: 22px;
  font-size: 20px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  cursor: default;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category {
    margin: 0 !important;
    padding-right: 35px;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category::after {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto 0;
    border: 0;
    height: 7px;
    width: 12px;
    background: url("/wp-content/uploads/2022/06/nav-dropdown-arrow.svg") center center no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category.show {
    color: #B3B3B3;
  }
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category.show::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: .7;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category .icon {
  width: 55px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .category .icon {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .sub-categories {
    display: none;
    padding: 10px 0 0 10px;
  }
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .sub-categories li {
  margin: 0 0 15px 0;
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .sub-categories li:last-child {
  margin: 0;
}

#main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .sub-categories li a {
  font-size: 16px;
  color: #B3B3B3;
}

@media screen and (min-width: 992px) {
  #main-header .nav-holder .navbar-nav > li.dropdown.has-mega-menu .dropdown-menu .block .sub-categories li a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  #main-header .nav-holder .navbar-nav > li.dropdown:hover > a::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #main-header .nav-holder .navbar-nav > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

#main-header .lang-bar {
  position: absolute;
  top: -35px;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#main-header .lang-bar.inline {
  position: relative;
  top: auto;
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  #main-header .lang-bar {
    display: none;
  }
}

#main-header .lang-bar .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
}

#main-header .lang-bar .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background: transparent;
  border: 0;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#main-header .lang-bar .dropdown-toggle.show {
  background: rgba(34, 34, 34, 0.6);
}

#main-header .lang-bar .dropdown-toggle::after {
  height: 7px;
  width: 12px;
  margin: 0 0 0 7px;
  background: url("/wp-content/uploads/2022/06/nav-dropdown-arrow.svg") center center no-repeat;
  border: 0;
}

#main-header .lang-bar .dropdown-toggle span {
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
}

#main-header .lang-bar .dropdown-menu {
  width: 90px;
  min-width: 90px;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(34, 34, 34, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 0px 0px 3px 3px;
}

#main-header .lang-bar .dropdown-menu a {
  height: 32px;
  padding: 0 15px;
  background: none;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #main-header .lang-bar .dropdown-menu a:hover {
    background: rgba(213, 177, 122, 0.15);
  }
}

#main-header .lang-bar .dropdown-menu a img {
  border-radius: 3px;
}

#main-header.on-scroll {
  /* top: -37px; */
  padding: 0 0 30px 0;
  background-color: #222;
}

@media screen and (max-width: 767px) {
  #main-header.on-scroll {
    padding-bottom: 13px;
  }
}

#main-header.on-scroll .lang-bar:not(.inline) {
  top: -25px;
}

/* .page-heading {
    margin: 0 0 80px 0;
    line-height: 60px;
    font-size: 50px;
  }
  
  @media screen and (max-width: 1399px) {
    .page-heading {
      margin: 0 0 50px;
      line-height: 1.3;
      font-size: 50px;
    }
  }
  
  @media screen and (max-width: 1199px) {
    .page-heading {
      font-size: 40px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .page-heading {
      font-size: 36px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .page-heading {
      margin: 0 0 30px 0;
      font-size: 32px;
    }
  }
  
  @media screen and (max-width: 460px) {
    .page-heading {
      font-size: 28px;
    }
  }
  
  .page-heading span {
    display: block;
    color: #e1bb80;
  } */

.section-heading, .page-heading {
  margin: 0 0 42px 0;
  line-height: 65px;
  font-size: 65px;
  font-family: var(--metro-700);
  color: #FAFAFF;
  text-shadow: -3px 4px 0px rgba(225, 187, 128, 0.3);
}

.page-heading-holder {
  margin: 0 0 52px 0;
}

.page-heading-holder .page-heading {
  margin: 0 0 16px 0;
}

.page-heading-holder .sub-heading {
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .section-heading, .page-heading {
    line-height: 63px;
    font-size: 60px;
  }
}

@media screen and (max-width: 1299px) {
  .section-heading, .page-heading {
    line-height: 64px;
    font-size: 54px;
  }
}

@media screen and (max-width: 1299px) {
  .section-heading, .page-heading {
    line-height: 38px;
    font-size: 32px;
  }
}

.section-heading-holder {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 991px) {
  .section-heading-holder {
    margin: 0 0 42px 0;
  }
}

.section-heading-holder .section-heading {
  margin: 0 !important;
}

.section-heading-holder .sub-heading {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .section-heading-holder .sub-heading {
    margin: 7px 0 0 0;
  }
}

.section.hero {
  background: #222 url("/wp-content/uploads/2022/06/dots-bg.png") 0 0 repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding: 210px 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding: 130px 0 30px 0;
  }
}

.section.hero .container .row {
  width: 100%;
  margin: 0;
}

.section.hero .container .row [class*="col-"] {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .section.hero .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
  }
  .section.hero .text {
    max-width: 615px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .section.hero {
    min-height: 100vh;
  }
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.hero {
    min-height: 1px;
    padding-top: 170px;
  }
  .section.hero .container {
    display: block;
    min-height: 1px;
  }
}

.section.hero .heading {
  margin: 0 0 19px 0;
  line-height: 55px;
  font-size: 50px;
  font-family: 'Metropolis 700';
  font-weight: 700;
}

@media screen and (max-width: 1299px) {
  .section.hero .heading {
    line-height: 53px;
    font-size: 44px;
  }
}

.section.hero .heading strong {
  color: #e1bb80;
}

.section.hero .text p {
  margin: 0 0 55px 0;
  line-height: 25px;
  font-size: 18px;
}

.section.hero .buttons .btn {
  margin: 0 25px 0 0;
  text-align: center;
}

.section.hero .buttons .btn:last-child {
  margin: 0;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .section.hero .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 50px 0;
  }
  .section.hero .buttons .btn {
    width: calc(50% - 12.5px);
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .buttons .btn {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

@media screen and (min-width: 768px) {
  @-webkit-keyframes upDown {
    0% {
      top: 10px;
    }
    50% {
      top: 18px;
    }
    100% {
      top: 10px;
    }
  }
  @keyframes upDown {
    0% {
      top: 10px;
    }
    50% {
      top: 18px;
    }
    100% {
      top: 10px;
    }
  }
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes upDown {
    0% {
      top: 5px;
    }
    50% {
      top: 10px;
    }
    100% {
      top: 5px;
    }
  }
  @keyframes upDown {
    0% {
      top: 5px;
    }
    50% {
      top: 10px;
    }
    100% {
      top: 5px;
    }
  }
}

.section.hero .main-image {
  position: relative;
  pointer-events: none;
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.hero .main-image img {
    max-height: 70vh;
  }
}

@media screen and (max-width: 1199px) {
  .section.hero .main-image {
    max-width: 85%;
  }
}

.section.hero .main-image .icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  padding: 5px;
  background: #2B2B2B;
  border: 1px solid #E1BB80;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-box-shadow: 0px 4px 8px rgba(9, 9, 9, 0.15);
          box-shadow: 0px 4px 8px rgba(9, 9, 9, 0.15);
  border-radius: 50%;
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.hero .main-image .icons .icon {
    width: 65px;
    height: 65px;
  }
  .section.hero .main-image .icons .icon img {
    max-width: 70%;
  }
}

@media screen and (max-width: 1199px) {
  .section.hero .main-image .icons .icon {
    width: 65px;
    height: 65px;
  }
  .section.hero .main-image .icons .icon img {
    max-width: 70%;
  }
}

.section.hero.aos-animate .main-image .icons .icon.icon-1 {
  top: 29.36%;
  left: auto;
  right: 53.85%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.section.hero.aos-animate .main-image .icons .icon.icon-2 {
  top: 36.03%;
  left: auto;
  right: 23.42%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.section.hero.aos-animate .main-image .icons .icon.icon-3 {
  top: 55.49%;
  left: auto;
  right: 10px;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.section.hero.aos-animate .main-image .icons .icon.icon-4 {
  top: 71.26%;
  left: auto;
  right: 30.63%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.section.hero.aos-animate .main-image .icons .icon.icon-5 {
  top: 70.46%;
  left: auto;
  right: 66.48%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.section.hero.aos-animate .main-image .icons .icon.icon-6 {
  top: 44.6%;
  left: auto;
  right: 83.88%;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.section.hero .scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 15px;
  bottom: 35px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  z-index: 1;
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.hero .scroll-down {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.hero .scroll-down {
    position: static;
    margin: 0 auto 45px;
    width: 130px;
  }
}

.section.hero .scroll-down .icon {
  position: relative;
  height: 40px;
  width: 28px;
  margin: 0 10px 0 0;
  border: 0;
  background: url("/wp-content/uploads/2022/06/scroll-down-icon.svg") center bottom no-repeat;
}

.section.hero .scroll-down .icon::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background: url("/wp-content/uploads/2022/06/scroll-down-arrow-icon.svg") center top no-repeat;
  -webkit-animation-name: upDown;
  animation-name: upDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media screen and (max-width: 767px) {
  .section.hero .scroll-down {
    position: static;
    margin: 65px 0;
  }
  .section.hero .scroll-down .icon {
    height: 23px;
    width: 16px;
    background-size: contain;
  }
  .section.hero .scroll-down .icon::before {
    top: 0;
    width: 8px;
    height: 8px;
    background-size: contain;
  }
}

@media screen and (min-width: 992px) {
  .section.hero .scroll-down:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .section.hero .logos {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 35px;
  }
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.hero .logos {
    position: static;
    margin: 50px 0 0 0;
  }
}

.section.hero .logos .container {
  height: auto;
}

.section.hero .logos .list li {
  position: relative;
  padding: 0 32px 0 0;
  margin: 0 32px 0 0;
}

.section.hero .logos .list li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 33px;
  background: #302F2F;
}

.section.hero .logos .list li:last-child {
  margin: 0;
  padding-right: 0;
}

.section.hero .logos .list li:last-child::after {
  content: normal;
}

.section.hero .cms-list {
  margin: 0 0 55px 0;
}

.section.hero .cms-list li {
  font-family: var(--metro-700);
}

@media screen and (min-width: 768px) {
  .section.hero .cms-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: 1px solid #302F2F;
  }
}

.section.hero .cms-list li .icon {
  margin: 0 8px 0 0;
}

.section.hero .cms-list li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  .section.hero .cms-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .section.hero .cms-list li {
    line-height: 12px;
    font-family: var(--metro-400);
    font-size: 12px;
  }
  .section.hero .cms-list li .icon,
  .section.hero .cms-list li span {
    display: block;
  }
  .section.hero .cms-list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 23px;
    margin: 0 0 3px 0;
  }
  .section.hero .cms-list li .icon img {
    max-height: 100%;
  }
}

/* Hero v2 */
.section.hero.v-2 {
  position: relative;
}

.section.hero.v-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2022/07/lion-1-2.png") right top no-repeat;
}

.section.hero.v-2 .heading {
  margin: 0 0 10px 0;
  line-height: 68px;
  font-size: 56px;
}

.section.hero.v-2 .heading,
.section.hero.v-2 .text p {
  max-width: 700px;
}

@media screen and (max-width: 1499px) {
  .section.hero.v-2 .heading {
    line-height: 69px;
    font-size: 60px;
  }
  .section.hero.v-2::before {
    background-size: 50vw;
  }
}

@media screen and (max-width: 1299px) {
  .section.hero.v-2 .heading {
    line-height: 64px;
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero.v-2::before {
    background-size: 60vw;
  }
  .section.hero.v-2 .heading {
    line-height: 40px;
    font-size: 34px;
  }
}

@media screen and (max-width: 575px) {
  .section.hero.v-2::before {
    background-size: 80vw;
  }
}

.section.hero.v-2 .text {
  max-width: 100%;
}

.section.hero.v-2 .text p {
  margin: 0 0 45px 0;
}

.section.our-services {
  padding: 190px 0 175px 0;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .section.our-services {
    padding-top: 150px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services {
    padding-top: 85px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero.v-2 .text p {
    padding-right: 20%;
    margin: 0 0 22px 0;
    font-size: 16px;
  }
}

.section.our-services .section-heading {
  position: relative;
  top: -8px;
  padding-right: 50px;
}

@media screen and (max-width: 900px) {
  .section.our-services .section-heading {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.our-services .section-heading {
    text-align: center;
  }
  .section.our-services .section-heading span {
    position: relative;
  }
  .section.our-services .section-heading span::before {
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    height: 17px;
    background: url("/wp-content/uploads/2022/06/text-underline-icon.svg") top center no-repeat;
    background-size: contain;
  }
}

.section.our-services .mobile-view .view-more {
  font-size: 16px;
}

.section.our-services .text {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1299px) {
  .section.our-services .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services .text {
    font-size: 16px;
  }
}

.section.our-services .text p {
  line-height: 33px;
}

@media screen and (max-width: 991px) {
  .section.our-services .text p {
    line-height: 24px;
  }
}

.section.our-services .text p:last-child {
  margin: 0;
}

.section.our-services .list {
  position: relative;
  margin: 28px 0 0 0;
}

@media screen and (min-width: 1200px) {
  .section.our-services .list {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services .list {
    margin: 35px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .section.our-services .list {
    margin: 5px 0 0 0;
  }
}

.section.our-services .list::before {
  content: attr(data-text);
  display: block;
  line-height: 17px;
  font-size: 200px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  opacity: 0.1;
}

@media screen and (max-width: 1199px) {
  .section.our-services .list::before {
    font-size: 161px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services .list::before {
    margin: 0 0 0 -115px;
  }
}

@media screen and (max-width: 767px) {
  .section.our-services .list::before {
    margin: 0 0 0 -90px;
  }
}

@media screen and (max-width: 575px) {
  .section.our-services .list::before {
    font-size: 50px;
    margin: 0px;
  }
}

.section.our-services .list .row {
  position: relative;
}

@media screen and (min-width: 1400px) {
  .section.our-services .list .row {
    margin: 0 -27.5px;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services .list .row {
    margin: 0 -24px;
  }
}

@media screen and (max-width: 767px) {
  .section.our-services .list .row {
    margin: 0 -6px;
  }
}

@media screen and (min-width: 1400px) {
  .section.our-services .list .row [class*="col-"] {
    padding: 0 27.5px;
    margin: 0 0 55px 0;
  }
}

@media screen and (max-width: 1399px) {
  .section.our-services .list .row [class*="col-"] {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .section.our-services .list .row [class*="col-"] {
    padding: 0 24px;
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .section.our-services .list .row [class*="col-"] {
    padding: 0 6px;
    margin: 0 0 12px 0;
  }
}

.section.our-services .block {
  height: 100%;
  padding: 0 25px 30px 25px;
  background: #2B2B2B;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .section.our-services .block {
    padding: 0 15px 12px 15px;
  }
}

.section.our-services .block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100px;
  margin: 0 0 20px 0;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .section.our-services .block .icon {
    height: 80px;
    margin: 0 0 30px 0;
  }
  .section.our-services .block .icon img {
    display: none;
  }
  .section.our-services .block .icon::before {
    content: attr(data-number);
    display: block;
    line-height: 50px;
    font-size: 64px;
    font-family: 'Metropolis 700';
    font-weight: 700;
    color: rgba(250, 250, 255, 0.9);
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 575px) {
  .section.our-services .block .icon {
    height: 50px;
    margin: 0 0 10px 0;
  }
  .section.our-services .block .icon::before {
    line-height: 30px;
    font-size: 32px;
  }
}

.section.our-services .block .services-name {
  margin: 0 0 10px 0;
  line-height: 29px;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

@media screen and (max-width: 575px) {
  .section.our-services .block .services-name {
    margin: 0;
    font-size: 16px;
  }
}

.section.our-services .block .text {
  margin: 0 0 22px 0;
  font-weight: 500;
  font-size: 16px;
  opacity: .7;
}

@media screen and (max-width: 991px) {
  .section.our-services .block .text {
    margin: 0 0 27px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .section.our-services .block .text {
    margin: 0 0 15px 0;
    font-size: 12px;
  }
}

.section.our-services .block .text p {
  line-height: 24px;
}

@media (max-width: 575px) {
  .section.our-services .block .text p {
    line-height: 18px;
  }
}

.section.our-services .block .text p:last-child {
  margin: 0;
}

.section.our-services .view-all {
  padding: 10px 0 0 0;
}

.section.our-services .view-all a {
  font-size: 24px;
  font-family: 'Metropolis 700';
  font-weight: 700;
}

.section.our-services .view-all a::after {
  content: '->';
  position: relative;
  left: 0;
  margin: 0 0 0 7px;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .section.our-services .view-all a:hover {
    color: #E1BB80;
  }
  .section.our-services .view-all a:hover::after {
    left: 5px;
  }
}

.section.testimonials {
  background: #1D1D1D;
  /* */
}

@media screen and (min-width: 1300px) {
  .section.testimonials .container {
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .section.testimonials .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    bottom: 0;
    height: 100vh;
    width: 60%;
    margin: auto 0;
    background: url("/wp-content/uploads/2022/07/Avatars.png") right center no-repeat;
    opacity: .1;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .section.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 115px 0;
    min-height: 100vh;
    /* */
  }
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
  .section.testimonials .container::after {
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .section.testimonials .container::after {
    width: 100%;
  }
}

.section.testimonials .section-heading-holder {
  position: relative;
  z-index: 1;
}

.section.testimonials.aos-animate .container::after {
  opacity: 1;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.section.testimonials .testimonials-holder {
  position: relative;
  z-index: 2;
}

/*  */
.section.testimonials .swiper-holder {
  max-width: 590px;
}

@media screen and (max-width: 1299px) {
  .section.testimonials .swiper-holder {
    max-width: 520px;
  }
}

@media screen and (max-width: 991px) {
  .section.testimonials .swiper-holder {
    max-width: 100%;
  }
}

.section.testimonials .swiper-container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1299px) {
  .section.testimonials .section-heading-holder {
    background-size: contain !important;
  }
}

.section.testimonials .section-heading-holder {
  width: 445px;
  height: 445px;
}

@media screen and (min-width: 992px) {
  .section.testimonials .section-heading-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("/wp-content/uploads/2022/06/heading-ellipse.svg") left center no-repeat;
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .section.testimonials .section-heading-holder {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 1040px) {
  .section.testimonials .section-heading-holder {
    width: 340px;
    height: 340px;
  }
}

.section.testimonials .section-heading-holder > div {
  margin-left: 40%;
  min-width: 100%;
}

.section.testimonials .section-heading-holder .section-heading {
  max-width: 80%;
}

@media screen and (max-width: 1040px) and (min-width: 992px) {
  .section.testimonials .section-heading-holder .section-heading {
    line-height: 53px;
    font-size: 42px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 992px) {
  .section.testimonials .section-heading-holder .sub-heading {
    max-width: 200px;
  }
}

@media screen and (max-width: 1299px) {
  .section.testimonials .section-heading-holder > div {
    margin-left: 20%;
  }
}

@media screen and (max-width: 991px) {
  .section.testimonials .section-heading-holder {
    position: relative;
    width: auto;
    height: auto;
  }
  .section.testimonials .section-heading-holder::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -30px;
    width: 127px;
    height: 127px;
    background: url("/wp-content/uploads/2022/06/heading-ellipse.svg") center center no-repeat;
    background-size: contain;
  }
  .section.testimonials .section-heading-holder > div {
    margin-left: 0;
  }
}

.section.testimonials .testimonial {
  padding: 48px;
  background: #202020 url("/wp-content/uploads/2022/06/quotes-icon.svg") calc(100% - 45px) 50px no-repeat;
  -webkit-box-shadow: 0px 8px 16px rgba(9, 9, 9, 0.1);
          box-shadow: 0px 8px 16px rgba(9, 9, 9, 0.1);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .section.testimonials .testimonial {
    padding: 25px;
  }
}

.section.testimonials .testimonial .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin: 0 25px 0 0;
  border: 4px solid #E1BB80;
  border-radius: 50%;
}

.section.testimonials .testimonial .stars-holder {
  position: relative;
  width: 95px;
  height: 15px;
  margin: 0 0 15px 0;
  background: url("/wp-content/uploads/2022/06/stars-grey.svg") left center no-repeat;
}

.section.testimonials .testimonial .stars-holder .stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2022/06/stars.svg") left center no-repeat;
}

.section.testimonials .stars-holder .stars.stars-1 {
  width: 20%;
}

.section.testimonials .stars-holder .stars.stars-2 {
  width: 40%;
}

.section.testimonials .stars-holder .stars.stars-3 {
  width: 60%;
}

.section.testimonials .stars-holder .stars.stars-4 {
  width: 80%;
}

.section.testimonials .stars-holder .stars.stars-5 {
  width: 100%;
}

.section.testimonials .testimonial .photo img {
  border-radius: 50%;
}

.section.testimonials .testimonial .info .name {
  display: block;
  margin: 0 0 6px 0;
  line-height: 20px;
  font-size: 18px;
  font-family: var(--metro-700);
  color: #FAFAFF;
}

.section.testimonials .testimonial .info .position {
  display: block;
  line-height: 16px;
  font-size: 16px;
  color: #8E8E8E;
}

.section.testimonials .testimonial .text {
  margin: 30px 0 0 0;
}

.section.testimonials .testimonial .text p {
  margin: 0 0 15px 0;
  line-height: 24px;
}

.section.testimonials .testimonial .text p:last-child {
  margin: 0;
}

.section.testimonials .slider-nav-holder {
  position: relative;
  margin: 28px 0 0 0;
}

.section.testimonials .slider-nav-holder .swiper-button-next,
.section.testimonials .slider-nav-holder .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 16px;
  color: #434343;
  font-family: var(--metro-700);
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section.testimonials .slider-nav-holder .swiper-button-next:hover,
.section.testimonials .slider-nav-holder .swiper-button-prev:hover {
  color: #E1BB80;
}

.section.testimonials .slider-nav-holder .swiper-button-next::after,
.section.testimonials .slider-nav-holder .swiper-button-prev::after {
  content: normal;
}

.section.testimonials .slider-nav-holder .swiper-button-prev::before,
.section.testimonials .slider-nav-holder .swiper-button-next::after {
  content: '';
  width: 27px;
  height: 24px;
  margin: 0 7px 0 0;
  background: url("/wp-content/uploads/2022/06/dashed-left-arrow.svg") left center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section.testimonials .slider-nav-holder .swiper-button-next::after {
  margin: 0 0 0 7px;
  background: url("/wp-content/uploads/2022/06/dashed-right-arrow.svg") left center no-repeat;
}

@media screen and (min-width: 992px) {
  .section.testimonials .slider-nav-holder .swiper-button-prev:hover::before {
    background: url("/wp-content/uploads/2022/06/dashed-left-arrow-hover.svg") left center no-repeat;
  }
  .section.testimonials .slider-nav-holder .swiper-button-next:hover::after {
    background: url("/wp-content/uploads/2022/06/dashed-right-arrow-hover.svg") left center no-repeat;
  }
}

.section.testimonials .slider-nav-holder .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: static;
}

.section.testimonials .slider-nav-holder .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #434343;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section.testimonials .slider-nav-holder .swiper-pagination .swiper-pagination-bullet:hover {
  background: #E1BB80;
}

.section.testimonials .slider-nav-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background: #E1BB80;
}

@media screen and (max-width: 767px) {
  .section.testimonials .testimonial {
    padding: 15px;
    background-size: 35px;
    background-position: calc(100% - 15px) 20px;
  }
  .section.testimonials .testimonial .photo {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin: 0 15px 0 0;
    border-width: 3px;
  }
  .section.testimonials .testimonial .info .name {
    margin: 0 0 2px 0;
    font-size: 16px;
  }
  .section.testimonials .testimonial .info .position {
    font-size: 14px;
  }
  .section.testimonials .testimonial .text {
    margin: 25px 0 0 0;
  }
}

/* Home sections: Build / Launch / Scale / Upgrade*/
.section.build,
.section.launch,
.section.scale,
.section.upgrade {
  position: relative;
  padding: 120px 0;
}

@media screen and (max-width: 991px) {
  .section.build,
  .section.launch,
  .section.scale,
  .section.upgrade,
  .testimonials.section {
    position: relative;
    padding: 80px 0;
  }
}

.section.build,
.section.portfolio,
.section.contacts-form {
  background: #222 url("/wp-content/uploads/2022/06/dots-bg.png") 0 0 repeat;
}

.section.build .section-heading-holder,
.section.launch .section-heading-holder,
.section.scale .section-heading-holder,
.section.upgrade .section-heading-holder {
  max-width: 440px;
  margin: 0 0 90px 0;
}

.section.launch .section-heading-holder {
  margin: 0 0 130px 0;
}

@media screen and (max-width: 575px) {
  .section.launch .section-heading-holder {
    margin: 0 0 60px 0;
  }
}

.section.build .text-block .icon,
.section.launch .text-block .icon,
.section.scale .text-block .icon,
.section.upgrade .text-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 52px;
  margin: 0 0 27px 0;
}

@media screen and (min-width: 768px) {
  .section.build .text-block.inline-icon .icon,
  .section.launch .text-block.inline-icon .icon,
  .section.scale .text-block.inline-icon .icon {
    width: 85px;
    min-width: 85px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.build .text-block .icon,
  .section.launch .text-block .icon,
  .section.scale .text-block .icon,
  .section.upgrade .text-block .icon {
    height: auto;
    margin: 0 0 15px 0;
  }
}

.section.build .text-block .block-heading,
.section.launch .text-block .block-heading,
.section.scale .text-block .block-heading,
.section.upgrade .text-block .block-heading {
  margin: 0 0 10px 0;
  line-height: 28px;
  font-size: 24px;
  font-family: var(--metro-700);
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .section.build .text-block .block-heading,
  .section.launch .text-block .block-heading,
  .section.scale .text-block .block-heading,
  .section.upgrade .text-block .block-heading {
    line-height: 26px;
    font-size: 21px;
  }
}

.section.build .text-block .text p,
.section.launch .text-block .text p,
.section.scale .text-block .text p,
.section.upgrade .text-block .text p {
  margin: 0 0 14px 0;
  line-height: 24px;
}

@media screen and (max-width: 1299px) {
  .section.build .text-block .text p,
  .section.launch .text-block .text p,
  .section.scale .text-block .text p,
  .section.upgrade .text-block .text p {
    font-size: 15px;
  }
}

.section.build .texts-blocks-list .text-block,
.section.scale .texts-blocks-list .text-block,
.section.upgrade .texts-blocks-list .text-block {
  margin: 0 0 80px 0;
}

.section.launch .texts-blocks-list .text-block {
  margin: 0 0 52px 0;
}

@media screen and (max-width: 991px) {
  .section.build .text-block {
    margin: 0 0 58px 0 !important;
  }
}

.section.launch .texts-blocks-list .row,
.section.upgrade .texts-blocks-list .row {
  margin: 0 -25px;
}

.section.launch .texts-blocks-list .row > [class*="col-"],
.section.upgrade .texts-blocks-list .row > [class*="col-"] {
  padding: 0 25px;
}

@media screen and (max-width: 1299px) {
  .section.build .image-holder {
    padding-right: 50px;
  }
}

.section.launch {
  background: #1D1D1D;
}

.ellipse-image {
  position: relative;
  pointer-events: none;
}

.ellipse-image .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  padding: 5px;
  background: #2B2B2B;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0px 4px 8px rgba(9, 9, 9, 0.15);
          box-shadow: 0px 4px 8px rgba(9, 9, 9, 0.15);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 50%;
}

.ellipse-image .icon img {
  max-height: 100%;
}

@media screen and (min-width: 992px) {
  .build.section .ellipse-image {
    margin: 100px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  .ellipse-image .icon {
    width: 24px;
    height: 24px;
  }
}

.build.section.aos-animate .ellipse-image .icon.icon-1 {
  top: -65px;
  left: auto;
  right: 50px;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.build.section.aos-animate .ellipse-image .icon.icon-2 {
  top: 0;
  left: auto;
  right: -65px;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media screen and (max-width: 1550px) and (min-width: 992px) {
  .build.section.aos-animate .ellipse-image .icon.icon-2 {
    right: -15px;
  }
}

.build.section.aos-animate .ellipse-image .icon.icon-3 {
  top: 30px;
  left: auto;
  right: 22.2%;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.build.section.aos-animate .ellipse-image .icon.icon-4 {
  top: 27.8%;
  left: auto;
  right: 8px;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.build.section.aos-animate .ellipse-image .icon.icon-5 {
  top: 41.49%;
  left: auto;
  right: -21.25%;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media screen and (max-width: 1550px) and (min-width: 992px) {
  .build.section.aos-animate .ellipse-image .icon.icon-5 {
    right: -55px;
  }
}

.build.section.aos-animate .ellipse-image .icon.icon-6 {
  top: 57.73%;
  left: auto;
  right: 50px;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.build.section.aos-animate .ellipse-image .icon.icon-7 {
  top: 73.19%;
  left: auto;
  right: -65px;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.build.section.aos-animate .ellipse-image .icon.icon-8 {
  top: 88.04%;
  left: auto;
  right: 19.63%;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.build.section.aos-animate .ellipse-image .icon.icon-9 {
  top: -100px;
  left: auto;
  right: 31.83%;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media screen and (max-width: 991px) {
  .section.build .section-heading-holder {
    margin: 0 0 65px 0;
  }
  .build.section.aos-animate .ellipse-image {
    margin-bottom: 40px;
  }
  .build.section.aos-animate .ellipse-image img {
    max-height: 205px;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-1 {
    top: -35px;
    left: auto;
    right: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-2 {
    top: 5px;
    left: auto;
    right: -40px;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-3 {
    top: 15px;
    left: auto;
    right: 50px;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-4 {
    top: 29.26%;
    left: auto;
    right: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-5 {
    top: 39.02%;
    left: auto;
    right: -20.22%;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-6 {
    top: 58.53%;
    left: auto;
    right: 22px;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-7 {
    top: 73.17%;
    left: auto;
    right: -11.02%;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-8 {
    top: 87.8%;
    left: auto;
    right: 14.7%;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .build.section.aos-animate .ellipse-image .icon.icon-9 {
    top: -24.39%;
    left: auto;
    right: 28.67%;
    margin: 0;
    opacity: 1;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

@media screen and (min-width: 992px) {
  .build.section .text-block {
    max-width: 490px;
  }
}

.build.section,
.launch.section,
.upgrade.section {
  position: relative;
  padding-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .build.section,
  .launch.section,
  .upgrade.section {
    padding-bottom: 25px;
  }
}

.launch.section .bg-icons,
.upgrade.section .bg-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 640px;
  min-height: 420px;
  background: url("/wp-content/uploads/2022/06/launch-bg.svg") top right no-repeat;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.launch.section .bg-icons .icon,
.upgrade.section .bg-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #2E2E2E;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .launch.section .bg-icons,
  .upgrade.section .bg-icons {
    width: 50vw;
    min-height: 100%;
    background-size: contain;
  }
  .launch.section .bg-icons .icon,
  .upgrade.section .bg-icons .icon {
    width: 23px;
    height: 23px;
  }
  .launch.section .bg-icons .icon img,
  .upgrade.section .bg-icons .icon img {
    max-height: 60%;
  }
}

.launch.section.aos-animate .bg-icons,
.upgrade.section.aos-animate .bg-icons {
  opacity: 1;
}

.launch.section.aos-animate .bg-icons .icon.icon-1,
.upgrade.section.aos-animate .bg-icons .icon.icon-1 {
  top: 30px;
  right: 117.96%;
  opacity: 1;
}

.launch.section.aos-animate .bg-icons .icon.icon-2,
.upgrade.section.aos-animate .bg-icons .icon.icon-2 {
  top: 75px;
  right: 54.68%;
  opacity: 1;
}

.launch.section.aos-animate .bg-icons .icon.icon-3,
.upgrade.section.aos-animate .bg-icons .icon.icon-3 {
  top: 220px;
  right: 92.18%;
  opacity: 1;
}

.launch.section.aos-animate .bg-icons .icon.icon-4,
.upgrade.section.aos-animate .bg-icons .icon.icon-4 {
  top: 300px;
  right: 31.25%;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .launch.section.aos-animate .bg-icons .icon.icon-1,
  .upgrade.section.aos-animate .bg-icons .icon.icon-1 {
    top: 15px;
    right: 87.96%;
  }
  .launch.section.aos-animate .bg-icons .icon.icon-2,
  .upgrade.section.aos-animate .bg-icons .icon.icon-2 {
    top: 29px;
    right: 27.68%;
  }
  .launch.section.aos-animate .bg-icons .icon.icon-3,
  .upgrade.section.aos-animate .bg-icons .icon.icon-3 {
    top: 69px;
    right: 55.18%;
  }
  .launch.section.aos-animate .bg-icons .icon.icon-4,
  .upgrade.section.aos-animate .bg-icons .icon.icon-4 {
    top: 110px;
    right: 5px;
  }
}

.launch.section .container,
.upgrade.section .container {
  position: relative;
  z-index: 1;
}

.scale.section .section-heading-holder {
  margin: 0 0 175px 0;
}

.scale.section .image-holder {
  padding-left: 50px;
}

.scale.section.aos-animate .ellipse-image .icon.icon-1 {
  top: -60px;
  left: 18.8%;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.scale.section.aos-animate .ellipse-image .icon.icon-2 {
  top: 0;
  left: -45px;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.scale.section.aos-animate .ellipse-image .icon.icon-3 {
  top: 25.7%;
  left: 57px;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.scale.section.aos-animate .ellipse-image .icon.icon-4 {
  top: 50.2%;
  left: -70px;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.scale.section.aos-animate .ellipse-image .icon.icon-5 {
  top: 65.8%;
  left: 15.67%;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.scale.section.aos-animate .ellipse-image .icon.icon-6 {
  top: 92.18%;
  left: -5px;
  right: auto;
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.scale.section .text-block:last-child {
  margin: 0;
}

.upgrade.section {
  background-color: #1D1D1D;
}

.upgrade.section .section-heading-holder {
  margin: 0 0 100px 0;
}

.portfolio.section {
  overflow: hidden;
}
.launch.section {
  overflow: hidden;
}

/* /Home sections: Build / Launch / Scale / Upgrade*/
.section.portfolio {
  padding: 120px 0 0 0;
}

@media screen and (max-width: 991px) {
  .section.portfolio {
    padding: 75px 0 0 0;
  }
}

.section.portfolio .section-heading {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 991px) {
  .section.portfolio .section-heading {
    margin: 0 0 45px 0;
  }
}

@media screen and (min-width: 576px) {
  .section.portfolio .list {
    margin: 0;
  }
  .section.portfolio .list [class*="col-"] {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .section.portfolio .list {
    padding: 0 15px;
  }
}

.section.portfolio .list .project,
.portfolio-list-page .list .project {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 427px;
  width: 100%;
  padding: 13px 25px;
  background-size: cover !important;
  overflow: hidden;
}

.section.portfolio .list .project::before,
.portfolio-list-page .list .project::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
}

.section.portfolio .list .project::after,
.portfolio-list-page .list .project::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -150%;
  width: 93px;
  height: 74px;
  margin: auto;
  background: url("/wp-content/uploads/2022/06/portfolio-arrow.svg") center center no-repeat;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  z-index: 2;
}

.section.portfolio .list .project .info-holder,
.portfolio-list-page .list .project .info-holder {
  position: absolute;
  bottom: -100%;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
}

.section.portfolio .list .project .info-holder .type,
.portfolio-list-page .list .project .info-holder .type {
  margin: 0 0 1px 0;
  font-size: 16px;
}

.section.portfolio .list .project .info-holder .name,
.portfolio-list-page .list .project .info-holder .name {
  position: relative;
  top: 50px;
  line-height: 30px;
  font-size: 26px;
  font-family: var(--metro-700);
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media screen and (min-width: 992px) {
  .section.portfolio .project:hover::before,
  .portfolio-list-page .project:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .section.portfolio .project:hover::after,
  .portfolio-list-page .project:hover::after {
    bottom: 0;
    opacity: 1;
  }
  .section.portfolio .list .project:hover .info-holder,
  .portfolio-list-page .list .project:hover .info-holder {
    bottom: 25px;
  }
  .section.portfolio .list .project:hover .info-holder .name,
  .portfolio-list-page .list .project:hover .info-holder .name {
    top: 0;
  }
}

.section.portfolio .list .all-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2D2D2D;
  line-height: 40px;
  font-family: var(--metro-700);
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -3px 3px 0px #e1bb80;
  overflow: hidden;
  text-align: center;
}

.section.portfolio .list .all-projects .holder {
  text-align: right;
}

.section.portfolio .list .all-projects .holder .arrow {
  position: relative;
  display: block;
}

.section.portfolio .list .all-projects .holder .arrow::after {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  margin: 8px 0 0 0;
  background: url("/wp-content/uploads/2022/06/all-projects-arrow.svg") right bottom no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section.portfolio .list .all-projects .holder .arrow::before {
  content: '';
  position: absolute;
  right: 50vw;
  height: 30px;
  width: 50px;
  background: url("/wp-content/uploads/2022/06/all-projects-arrow-yellow.svg") right bottom no-repeat;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section.portfolio .list .all-projects span {
  display: block;
  margin: 0 0 5px 0;
  line-height: 26px;
  font-size: 26px;
  text-shadow: none;
}

.section.portfolio .list .all-projects span strong {
  color: #E1BB80;
}

@media screen and (min-width: 992px) {
  .section.portfolio .list .all-projects:hover .arrow::before {
    right: 0;
  }
  .section.portfolio .list .all-projects:hover .arrow::after {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.portfolio .list .project .info-holder {
    bottom: 15px;
  }
  .section.portfolio .list .project .info-holder .name {
    top: 0;
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 575px) {
  .section.portfolio .list .project {
    height: auto;
    min-height: 280px;
    margin: 0 0 25px 0;
    padding: 15px;
    border-radius: 8px;
  }
  .section.portfolio .list .project img {
    border-radius: 8px;
  }
  .section.portfolio .list .all-projects {
    min-height: 280px;
    line-height: 36px;
    font-size: 36px;
    border-radius: 8px;
  }
  .section.portfolio .list .all-projects span {
    font-size: 24px;
  }
  .section.portfolio .list .all-projects .holder .arrow::before {
    content: normal;
  }
}

.latest-articles.section {
  padding: 120px 0;
  background: #1D1D1D;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .latest-articles.section {
    padding: 75px 0;
    max-width: 100vw;
  }
}

.latest-articles.section .section-heading-holder {
  margin: 0 0 82px 0;
}

@media screen and (max-width: 991px) {
  .latest-articles.section .section-heading-holder {
    margin: 0 0 45px 0;
  }
}

.latest-articles.section .section-heading-holder .more-btn {
  font-family: var(--metro-700);
}

@media screen and (max-width: 575px) {
  .latest-articles.section .section-heading-holder .more-btn {
    display: none;
  }
  .latest-articles.section .mobile-all-projects {
    margin: 45px 0 0 0;
  }
  .latest-articles.section .mobile-all-projects .more-btn {
    font-size: 16px;
    font-family: var(--metro-700);
  }
}

.latest-articles .posts-list .row {
  margin: 0 -12.5px;
}

.latest-articles .posts-list .row [class*="col-"] {
  padding: 0 12.5px;
}

.latest-articles .post .featured-image {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 6px;
}

.latest-articles .post .featured-image img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 6px;
}

@media screen and (min-width: 992px) {
  .latest-articles .post .featured-image:hover img {
    zoom: 1.1;
  }
}

.latest-articles .post .entry-meta {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #747476;
}

.latest-articles .post .category {
  padding: 4px 11px;
  line-height: normal;
  background: #242424;
  border: 1px solid #2D2D2D;
  color: #747476;
  font-size: 14px;
  text-align: center;
  border-radius: 17px;
}

.latest-articles .post .entry-title {
  line-height: 24px;
  font-family: var(--metro-700);
  font-size: 18px;
}

.latest-articles .post .entry-title a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .latest-articles .post .category:hover {
    background-color: #E1BB80;
    border-color: #E1BB80;
    color: #222;
  }
  .latest-articles .post .entry-title:hover a {
    color: #E1BB80;
  }
}

.latest-articles .owl-carousel {
  min-width: 120vw;
}

@media screen and (max-width: 499px) {
  .latest-articles .owl-carousel {
    min-width: 110vw;
  }
}

@media screen and (max-width: 380px) {
  .latest-articles .owl-carousel {
    min-width: 130vw;
  }
}

.latest-articles .newsletter {
  position: relative;
  padding: 115px 25px 150px 25px;
  background: #222 url("/wp-content/uploads/2022/06/side-newsletter-bg-icon.svg") top right no-repeat;
  -webkit-box-shadow: 0px 8px 16px rgba(9, 9, 9, 0.1);
          box-shadow: 0px 8px 16px rgba(9, 9, 9, 0.1);
  border-radius: 8px;
}

@media screen and (max-width: 1299px) {
  .latest-articles .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .latest-articles .newsletter {
    padding: 80px 15px 150px 15px;
    margin-top: 55px;
    overflow: hidden;
  }
  .latest-articles .newsletter .form-name {
    max-width: 150px;
  }
  .latest-articles .newsletter input[type="submit"],
  .latest-articles .newsletter button[type="submit"] {
    width: 100%;
  }
}

.latest-articles .newsletter::before,
.latest-articles .newsletter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2022/06/side-newsletter-top-icon.svg") top left no-repeat;
}

.latest-articles .newsletter::after {
  background: url("/wp-content/uploads/2022/06/side-newsletter-bottom-icon.svg") bottom right no-repeat;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .latest-articles .newsletter::before,
  .latest-articles .newsletter::after {
    background-size: 80%;
  }
}

@media screen and (max-width: 991px) {
  .latest-articles .newsletter::before {
    top: -32px;
  }
}

.latest-articles .newsletter form {
  position: relative;
  z-index: 1;
}

.latest-articles .newsletter .form-name {
  margin: 0 0 9px 0;
  line-height: 29px;
  color: #FAFAFF;
  font-size: 24px;
  text-transform: uppercase;
}

.latest-articles .newsletter p {
  margin: 0 0 28px 0;
  line-height: 22px;
  color: #C9C9C9;
}

.latest-articles .newsletter input[type="email"] {
  height: 48px;
  background: #2C2C2C url("/wp-content/uploads/2022/06/input-email-icon.svg") 15px center no-repeat;
  padding: 0 20px 0 40px;
}

.latest-articles .newsletter .form-group {
  margin: 0 0 15px 0;
}

.latest-articles .newsletter form input[type="submit"],
.latest-articles .newsletter form button[type="submit"] {
  padding: 14px 25px;
  font-family: var(--metro-600);
}

.section.tech-stack {
  padding: 115px 0;
}

@media screen and (max-width: 991px) {
  .section.tech-stack {
    padding: 60px 0;
  }
}

@media screen and (max-width: 575px) {
  .section.tech-stack .section-heading {
    font-size: 24px;
  }
}

.section.tech-stack .list li {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .section.tech-stack .list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    margin: 0 0 23px 0;
  }
  .section.tech-stack .list li .icon img {
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .section.tech-stack .list li .icon img {
    opacity: .4;
    max-width: 45px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 575px) {
  .section.tech-stack .list li .icon img {
    max-width: 35px;
  }
}

.section.tech-stack .list li span {
  font-family: 'Metropolis 700';
  font-weight: 700;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section.tech-stack .list li:last-child {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .section.tech-stack .list li:hover .icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .section.tech-stack .list li:hover span {
    color: #FAFAFF;
  }
}

@media screen and (max-width: 991px) {
  .section.tech-stack ul.list {
    float: left;
    width: 100%;
    display: block !important;
  }
  .section.tech-stack ul.list li {
    float: left;
    margin: 0 8px;
    width: calc(33% - 16px);
  }
  .section.tech-stack ul.list li img {
    padding-bottom: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100%;
  }
}

.section.contacts-form {
  padding: 120px 0;
}

@media screen and (max-width: 991px) {
  .section.contacts-form {
    padding: 77px 0 80px 0;
  }
}

.section.contacts-form .section-heading {
  padding: 0;
  margin: 0 0 20px 0 !important;
}

.section.contacts-form.section-heading-holder {
  margin: 0 0 47px 0;
}

.section.contacts-form .inline-links {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 575px) {
  .section.contacts-form .inline-links {
    margin: 0 0 55px 0;
  }
}

.section.contacts-form .inline-links li {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 575px) {
  .section.contacts-form .inline-links li {
    margin: 0 20px 0 0;
  }
  .section.contacts-form .inline-links li img {
    max-width: 20px;
    max-height: 20px;
  }
}

.section.contacts-form .contacts-list li {
  margin: 0 0 46px 0;
  font-size: 24px;
  color: #747476;
}

@media screen and (max-width: 991px) {
  .section.contacts-form .contacts-list {
    margin-bottom: 43px;
  }
  .section.contacts-form .contacts-list li {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
}

.section.contacts-form .contacts-list li a {
  color: #747476;
}

@media screen and (min-width: 992px) {
  .section.contacts-form .contacts-list li a:hover {
    color: #E1BB80;
  }
}

.section.contacts-form .contacts-list li strong {
  display: block;
  margin: 0 0 17px 0;
  line-height: 24px;
  color: #FAFAFF;
}

@media screen and (max-width: 991px) {
  .section.contacts-form .contacts-list li strong {
    margin: 0 0 15px 0;
    line-height: 18px;
  }
}

.section.contacts-form .contacts-list li:last-child {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .section.contacts-form form {
    width: 385px;
    min-width: 385px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section.contacts-form form {
    width: 100%;
    margin: 0;
  }
}

.section.contacts-form form input[type="submit"],
.section.contacts-form form button[type="submit"] {
  width: 100%;
  min-height: 58px;
  font-size: 20px;
}

.section.partners {
  padding: 175px 0 100px 0;
  background: url("/wp-content/uploads/2022/06/dots-bg.png") 0 0 repeat;
  background-size: contain;
}

.section.partners .section-heading {
  margin: 0 0 28px 0;
  font-size: 32px;
  font-family: var(--metro-700);
  color: #9a9a9a;
  text-shadow: none;
}

.section.partners .section-heading .amount {
  line-height: 45px;
  font-size: 45px;
  color: #222;
  /* -webkit-text-stroke: 1px #E1BB80; */
  text-shadow: -1px -1px 0 #E1BB80, 1px -1px 0 #E1BB80, -1px 1px 0 #E1BB80, 1px 1px 0 #E1BB80;
}

.section.partners .section-heading .amount::after {
  content: '+';
  display: inline-block;
  margin: 0 0 0 1px;
  line-height: 32px;
  font-size: 32px;
  color: #E1BB80;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .section.partners {
    padding: 52px 0 80px 0;
  }
  .section.partners .section-heading {
    margin: 0 0 18px 0;
    line-height: 32px;
    font-size: 24px;
  }
  .section.partners .section-heading .amount {
    line-height: 32px;
    font-size: 32px;
  }
  .section.partners .section-heading .amount::after {
    line-height: 24px;
    font-size: 24px;
  }
}

.section.partners .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .section.partners .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px !important;
    padding: 20px;
    background-color: #2a2a2a;
    border-radius: 10px;
    max-width: 170px;
    min-width: 170px;
    min-height: 130px;
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section.partners .list li {
    width: 25%;
    margin: 15px 0;
  }
  .section.partners .section-heading {
    margin: 0 0 15px 0;
  }
  .partners.section ul.list li.our-partners-item img {
    max-width: 215px;
    background-color: #2a2a2a;
    padding: 10px;
    min-height: 115px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .section.partners .list li:nth-child(5n+0) {
    margin-right: 0;
  }
  li.our-partners-item.aos-init.aos-animate {
    background-color: #2a2a2a;
    padding: 10px;
    margin: 5px !important;
    border-radius: 10px;
    justify-items: center;
    min-width: 235px;
    max-width: 235px;
  }
  .partners.section ul.list li.our-partners-item img {
    min-height: 105px;
  }
}

@media screen and (max-width: 575px) {
  .section.partners .list li {
    width: 46%;
    margin: 8px auto 8px 8px !important;
    background-color: #2a2a2a;
    border-radius: 5px;
    padding: 5px;
    min-height: 90px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.section.duk-accordion .section-heading {
  margin: 0 0 68px 0;
  padding-right: 30%;
  line-height: 96px;
  font-size: 80px;
}

@media screen and (max-width: 1399px) {
  .section.duk-accordion .section-heading {
    line-height: 130%;
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .section.duk-accordion .section-heading {
    line-height: 130%;
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .section.duk-accordion .section-heading {
    margin: 0 0 53px 0;
    padding: 0;
    font-size: 40px;
    text-align: center;
  }
  .section.duk-accordion .section-heading span {
    display: inline-block;
    position: relative;
  }
  .section.duk-accordion .section-heading span::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 17px;
    background: url("/wp-content/uploads/2022/06/text-underline-icon-2.svg") left center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .section.duk-accordion .section-heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .section.duk-accordion .section-heading {
    font-size: 0;
  }
  .section.duk-accordion .section-heading::before {
    content: attr(data-mobile-text);
    display: inline-block;
    padding: 0 0 33px 0;
    font-size: 32px;
    background: url("/wp-content/uploads/2022/06/text-underline-sm-icon.svg") center bottom no-repeat;
    background-size: 62px;
  }
}

.section.duk-accordion .accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FAFAFF;
  border-radius: 0;
}

.section.duk-accordion .accordion .accordion-item .accordion-header {
  border: 0;
}

.section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 31px 40px 31px 0;
  background: transparent;
  font-size: 24px;
  font-weight: 800;
  color: #FAFAFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1399px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 25px 40px 25px 0;
  }
}

@media screen and (max-width: 991px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 21px 40px 21px 0;
  }
}

@media screen and (max-width: 767px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 13.5px 60px 13.5px 0;
    line-height: normal;
    font-size: 20px;
  }
}

.section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 12px;
  background: url("/wp-content/uploads/2022/06/accordion-arrow.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    right: 20px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}

.section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button .number {
  min-width: 60px;
}

@media screen and (max-width: 991px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button .number {
    min-width: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section.duk-accordion .accordion .accordion-item .accordion-header .accordion-button .number {
    font-size: 14px;
  }
}

.section.duk-accordion .accordion .accordion-item .accordion-body {
  padding: 0 0 40px 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .section.duk-accordion .accordion .accordion-item .accordion-body {
    padding: 0 0 30px 0;
  }
}

.section.duk-accordion .accordion .accordion-item .accordion-body p:last-child {
  margin: 0;
}

.inner-page.about-us {
  padding: 0 55px;
  margin: 0 0 35px 0;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us {
    padding: 0;
  }
}

.inner-page.about-us .block-heading {
  margin: 0 0 58px 0;
  line-height: normal;
  font-family: 'Metropolis 700';
  font-weight: 700;
  font-size: 40px;
  color: rgba(250, 250, 255, 0.7);
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .block-heading {
    margin: 0 0 40px 0;
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .block-heading {
    margin: 0 0 15px 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .block-heading {
    margin: 0 0 10px 0;
  }
}

.inner-page.about-us .intro-text {
  margin: 0 0 170px 0;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .intro-text {
    font-size: 21px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .intro-text {
    margin: 0 0 125px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .intro-text {
    font-size: 14px;
  }
}

.inner-page.about-us .intro-text .heading {
  margin: 0 0 35px 0;
  font-weight: 500;
  font-size: 70px;
  line-height: 130%;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .intro-text .heading {
    font-size: 55px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .intro-text .heading {
    font-size: 47px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .intro-text .heading {
    margin: 0 0 25px 0;
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .intro-text .heading {
    font-size: 32px;
  }
}

.inner-page.about-us .intro-text .heading span {
  display: block;
  margin: 0 0 15px 0;
  line-height: normal;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media screen and (max-width: 1299px) {
  .inner-page.about-us .intro-text .heading span {
    font-size: 21px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .intro-text .heading span {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .intro-text .heading span {
    margin: 0 0 7px 0;
    font-size: 14px;
  }
}

.inner-page.about-us .intro-text .heading strong {
  font-weight: 800;
  text-transform: uppercase;
}

.inner-page.about-us .intro-text p {
  padding-right: 25%;
  line-height: 150%;
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .intro-text p {
    padding: 0;
  }
}

.inner-page.about-us .intro-text p:last-child {
  margin: 0;
}

.inner-page.about-us .team .list .member {
  margin: 0 0 140px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member {
    margin: 0 0 83px 0;
  }
}

.inner-page.about-us .team .list .member:last-child {
  margin: 0 0 160px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member:last-child {
    margin: 0 0 145px 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member:last-child {
    margin: 0 0 65px 0;
  }
}

.inner-page.about-us .team .list .member .photo {
  min-width: 37.05%;
  max-width: 302px;
  margin: 0 60px 0 0;
  border-radius: 8px;
}

.inner-page.about-us .team .list .member .photo img {
  max-width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member .photo img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member .photo {
    min-width: 37.2%;
    margin: 0 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.about-us .team .list .member .photo {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member .photo {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
  }
}

.inner-page.about-us .team .list .member .details {
  padding: 15px 0 0 0;
  font-family: 'Metropolis 700';
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member .details {
    padding: 0;
  }
}

.inner-page.about-us .team .list .member .details .name {
  margin: 0 0 11px 0;
  font-size: 40px;
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .list .member .details .name {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .list .member .details .name {
    margin: 0 0 7px 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member .details .name {
    margin: 0 0 2px 0;
    font-size: 24px;
  }
}

.inner-page.about-us .team .list .member .details .position {
  margin: 0 0 88px 0;
  font-size: 24px;
  color: rgba(250, 250, 255, 0.4);
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .inner-page.about-us .team .list .member .details .position {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .list .member .details .position {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member .details .position {
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.about-us .team .list .member .details .position {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .list .member .details .position {
    font-size: 12px;
  }
}

.inner-page.about-us .team .list .member .details .quote {
  margin: 0;
  font-size: 24px;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .team .list .member .details .quote {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .list .member .details .quote {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member .details .quote {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.about-us .team .list .member .details .quote {
    font-size: 14px;
  }
}

.inner-page.about-us .team .list .member .details .quote p {
  margin: 0 0 30px 0;
  line-height: 140%;
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .list .member .details .quote p {
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .list .member .details .quote p {
    margin: 0 0 20px 0;
  }
}

.inner-page.about-us .team .list .member .details .quote p:first-child::before {
  content: '"';
}

.inner-page.about-us .team .list .member .details .quote p:last-child {
  margin: 0;
}

.inner-page.about-us .team .list .member .details .quote p:last-child::after {
  content: '"';
}

@media screen and (min-width: 576px) {
  .inner-page.about-us .team .list .member:nth-child(2n+0) .details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 3%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .inner-page.about-us .team .list .member:nth-child(2n+0) .details {
    padding: 0;
  }
}

@media screen and (min-width: 576px) {
  .inner-page.about-us .team .list .member:nth-child(2n+0) .photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 60px;
  }
}

.inner-page.about-us .team .wide-photo img {
  margin: 0 0 20px 0;
  border-radius: 8px;
}

.inner-page.about-us .team .wide-photo .text {
  font-size: 24px;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .team .wide-photo .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.about-us .team .wide-photo .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .wide-photo .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.about-us .team .wide-photo .text {
    font-size: 14px;
  }
}

.inner-page.about-us .team .wide-photo .text p {
  margin: 0 0 20px 0;
  line-height: 36px;
}

@media screen and (max-width: 1399px) {
  .inner-page.about-us .team .wide-photo .text p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .team .wide-photo .text p {
    line-height: 24px;
  }
}

.inner-page.about-us .team .wide-photo .text p:last-child {
  margin: 0;
}

.inner-page.about-us .duk-accordion {
  margin: 190px 0 0 0;
}

@media screen and (max-width: 991px) {
  .inner-page.about-us .duk-accordion {
    margin: 150px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.about-us .duk-accordion {
    margin: 120px 0 0 0;
  }
}

.inner-page.services .heading-holder {
  margin: 0 0 75px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.services .heading-holder {
    margin: 0 0 65px 0;
  }
}

@media screen and (min-width: 768px) {
  .inner-page.services .heading-holder .page-heading {
    padding-right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .heading-holder .page-heading {
    margin: 0 0 20px 0;
  }
}

.inner-page.services .heading-holder .text {
  font-size: 22px;
}

@media screen and (max-width: 1299px) {
  .inner-page.services .heading-holder .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.services .heading-holder .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .heading-holder .text {
    font-size: 14px;
  }
}

.inner-page.services .heading-holder .text p {
  line-height: 33px;
}

@media screen and (max-width: 1299px) {
  .inner-page.services .heading-holder .text p {
    line-height: 1.7;
  }
}

.inner-page.services .heading-holder .text p:last-child {
  margin: 0;
}

.inner-page.services .sidebar {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .inner-page.services .sidebar .services-categories {
    padding: 15px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .inner-page.services .sidebar .services-categories {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .sidebar .services-categories {
    margin: 0 0 50px 0;
  }
}

.inner-page.services .sidebar .services-categories li {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1399px) {
  .inner-page.services .sidebar .services-categories li {
    margin: 0 0 28px 0;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.services .sidebar .services-categories li {
    margin: 0 0 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .sidebar .services-categories li {
    margin: 0 0 14px 0;
  }
}

.inner-page.services .sidebar .services-categories li:last-child {
  margin: 0;
}

.inner-page.services .sidebar .services-categories li a {
  display: inline-block;
  line-height: 30px;
  font-weight: 500;
  font-size: 26px;
  color: rgba(250, 250, 255, 0.38);
}

@media screen and (min-width: 992px) {
  .inner-page.services .sidebar .services-categories li a:hover {
    color: #FAFAFF;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page.services .sidebar .services-categories li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 1299px) {
  .inner-page.services .sidebar .services-categories li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.services .sidebar .services-categories li a {
    line-height: normal;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .sidebar .services-categories li a {
    font-size: 16px;
    font-weight: 500;
  }
}

.inner-page.services .sidebar .services-categories li.active {
  pointer-events: none;
}

.inner-page.services .sidebar .services-categories li.active a {
  color: #FAFAFF;
}

.inner-page.services .list .post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 463px;
  padding: 100px 25px 27px 25px;
  margin: 0 0 80px 0;
  background-size: cover !important;
}

@media screen and (max-width: 991px) {
  .inner-page.services .list .post {
    min-height: 300px;
    padding: 30px 15px 15px 15px;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services .list .post {
    min-height: 275px;
    margin: 0 0 30px 0;
  }
}

.inner-page.services .list .post::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(355.39deg, rgba(18, 18, 19, 0.9) 2.91%, rgba(18, 18, 19, 0.27) 95.56%);
}

.inner-page.services .list .post .details {
  position: relative;
  z-index: 1;
}

.inner-page.services .list .post .details .entry-heading {
  margin: 0 0 15px 0;
  line-height: 30px;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .inner-page.services .list .post .details .entry-heading {
    margin: 0 0 8px 0;
    line-height: 20px;
    font-size: 18px;
  }
}

.inner-page.services .list .post .details .excerpt {
  margin: 0 0 20px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 1399px) {
  .inner-page.services .list .post .details .excerpt {
    line-height: 1.4;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.services .list .post .details .excerpt {
    padding-right: 25%;
    margin: 0 0 8px 0;
    line-height: 18px;
    font-size: 12px;
    opacity: .71;
  }
}

@media screen and (max-width: 430px) {
  .inner-page.services .list .post .details .excerpt {
    padding-right: 20px;
  }
}

.inner-page.services .list .post .details .more-btn {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .inner-page.services .list .post .details .more-btn {
    font-size: 14px;
  }
}

.inner-page.services-single .container > .row {
  margin: 0 -12.5px;
}

.inner-page.services-single .container > .row > [class*="col-"] {
  padding: 0 12.5px;
}

.inner-page.services-single header {
  position: relative;
  margin: 0 0 25px 0;
}

.inner-page.services-single header .page-heading {
  display: block;
  padding: 0 0 5px 0;
  max-width: 90%;
  line-height: 60px;
  background: #222;
  color: #FAFAFF;
  font-family: 'Metropolis 700';
  font-weight: 700;
  font-size: 44px;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .inner-page.services-single header .page-heading {
    line-height: 50px;
    font-size: 38px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.services-single header .page-heading {
    line-height: 40px;
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  .inner-page.services-single header .page-heading {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services-single header .page-heading {
    max-width: 100%;
    margin: 0 0 20px 0;
    line-height: 37px;
    font-size: 31px;
    text-align: left;
  }
}

.inner-page.services-single header .page-heading span {
  position: relative;
  color: #FAFAFF;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .inner-page.services-single header .page-heading span {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .inner-page.services-single header .page-heading::after {
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    bottom: 0;
    width: 60px;
    background: url("/wp-content/uploads/2022/06/heading-image.svg") right center no-repeat;
    background-size: cover;
  }
}

.inner-page.services-single header .image img {
  border-radius: 8px;
}

.inner-page.services-single .text {
  font-family: 'Metropolis 400';
  font-size: 18px;
  color: #FAFAFF;
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .text {
    font-size: 16px;
  }
}

.inner-page.services-single .text h2, .inner-page.services-single .text h3, .inner-page.services-single .text h4, .inner-page.services-single .text h5, .inner-page.services-single .text strong, .inner-page.services-single .text b {
  font-family: 'Metropolis 700';
}

.inner-page.services-single .text h2 {
  margin: 0 0 40px 0;
  line-height: 35px;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .inner-page.services-single .text h2 {
    line-height: 30px;
    font-size: 24px;
  }
}

.inner-page.services-single .text p {
  margin: 0 0 27px 0;
  line-height: 27px;
}

.inner-page.services-single .text .ol-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  counter-reset: process-counter;
}

.inner-page.services-single .text .ol-list li {
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 180px 0;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .text .ol-list li {
    font-size: 16px;
  }
}

.inner-page.services-single .text .ol-list li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #E1BB80;
}

@media screen and (max-width: 575px) {
  .inner-page.services-single .text .ol-list li::before {
    top: 10px;
  }
}

.inner-page.services-single .text .ol-list li h3 {
  display: block;
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .inner-page.services-single .text .ol-list li h3 {
    line-height: 26px;
    font-size: 21px;
  }
}

.inner-page.services-single .text .ol-list li p {
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .text .ol-list li p {
    line-height: 1.5;
  }
}

.inner-page.services-single .text .ol-list li p:last-child {
  margin: 0;
}

.inner-page.services-single .text .ol-list.sm-gap li {
  margin: 0 0 75px 0;
}

.inner-page.services-single .text .ol-list.sm-gap li:last-child {
  margin: 0;
}

.inner-page.services-single .text ul {
  margin: 0 0 30px 0;
}

.inner-page.services-single .text ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 17px 0;
  line-height: 24px;
}

.inner-page.services-single .text ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2022/06/li-arrow.svg") center center no-repeat;
}

.inner-page.services-single .text .logos {
  margin: 0 -10px 130px -10px;
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .text .logos {
    margin-bottom: 70px;
  }
}

.inner-page.services-single .text .logos > [class*="col-"] {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.inner-page.services-single .text .logos:last-child {
  margin-bottom: 0;
}

.inner-page.services-single .related-projects {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .inner-page.services-single .related-projects {
    margin: 150px 0 60px 0;
  }
}

.inner-page.services-single .related-projects .block-heading {
  margin: 0 0 65px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .related-projects .block-heading {
    margin: 0 0 35px 0;
  }
}

.inner-page.services-single .related-projects .owl-carousel {
  width: 160vw;
}

@media screen and (max-width: 1599px) {
  .inner-page.services-single .related-projects .owl-carousel {
    width: 140vw;
  }
}

@media screen and (max-width: 1499px) {
  .inner-page.services-single .related-projects .owl-carousel {
    width: 115vw;
  }
}

@media screen and (max-width: 1299px) {
  .inner-page.services-single .related-projects .owl-carousel {
    width: 125vw;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.services-single .related-projects .owl-carousel {
    width: 115vw;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.services-single .related-projects .owl-carousel {
    width: calc(100vw - 30px);
  }
}

.inner-page.services-single .related-projects img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .inner-page.services-single .related-projects img:hover {
    opacity: .85;
  }
}

.success-stories .page-heading {
  margin: 0 0 55px 0;
}

@media screen and (max-width: 767px) {
  .success-stories .page-heading {
    margin: 0 0 40px 0;
    line-height: 65px;
    font-size: 65px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .success-stories .page-heading {
    margin: 0 0 34px 0;
    line-height: 32px;
    font-size: 32px;
  }
}

.success-stories .list {
  margin: 0 -12px 30px -12px;
}

.success-stories .list [class*="col-"] {
  padding: 0 12px;
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .success-stories .list {
    padding-right: 25px;
  }
}

.success-stories .post {
  border-radius: 8px;
  background: #2D2D2D;
}

.success-stories .post .featured-image {
  border-radius: 8px 8px 0px 0px;
}

.success-stories .post .featured-image img {
  border-radius: 8px 8px 0px 0px;
}

.success-stories .post .details {
  padding: 25px;
}

.success-stories .post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #BBB;
}

.success-stories .post .entry-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.success-stories .post .entry-meta li::after {
  content: '';
  width: 4px;
  height: 4px;
  margin: 0 8px;
  background-color: #bbb;
  border-radius: 50%;
}

.success-stories .post .entry-meta li:last-child::after {
  content: normal;
}

.success-stories .post .entry-title {
  margin: 0 0 8px 0;
  line-height: 30px;
  font-family: var(--metro-700);
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .success-stories .post .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.success-stories .post .entry-title a {
  color: #FAFAFF;
}

@media screen and (min-width: 992px) {
  .success-stories .post .entry-title a:hover {
    color: #E1BB80;
  }
}

.success-stories .post .excerpt {
  margin: 0 0 22px 0;
  line-height: 24px;
  font-size: 16px;
  color: #C1C1C1;
}

.success-stories .post.single {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .success-stories .post.single {
    padding: 0 0 125px 0;
  }
}

.success-stories .post.single .featured-image {
  margin: 0 0 32px;
}

.success-stories .post.single .entry-title {
  margin: 0 0 20px 0;
  line-height: 40px;
  font-size: 32px;
  color: #FAFAFF;
}

@media screen and (max-width: 575px) {
  .success-stories .post.single .entry-title {
    line-height: 37px;
    font-size: 28px;
  }
}

.success-stories .post.single .entry-meta {
  margin: 0;
}

.success-stories .post.single .entry-content {
  margin: 47px 0 0 0;
  padding: 52px 0 0 0;
  border-top: 1px solid rgba(225, 187, 128, 0.1);
}

@media screen and (max-width: 575px) {
  .success-stories .post.single .entry-content {
    margin: 37px 0 0 0;
    padding: 42px 0 0 0;
  }
}

.success-stories .post.single .share-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C1C1C1;
  font-size: 14px;
}

.success-stories .post.single .share-post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}

.success-stories .post.single .share-post ul li {
  padding: 0 15px;
  border-right: 1px solid rgba(225, 187, 128, 0.1);
}

.success-stories .post.single .share-post ul li:last-child {
  border: 0;
}

.success-stories .post.single .share-post ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .success-stories .post.single .entry-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .success-stories .post.single .entry-holder .entry-meta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 15px 0;
  }
}

.success-stories .post.single .entry-content {
  line-height: 24px;
  color: #C1C1C1;
}

.success-stories .post.single .entry-content h2,
.success-stories .post.single .entry-content h3 {
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 24px;
  color: #ddd;
  /* text-transform: uppercase; */
}

.success-stories .post.single .entry-content p {
  margin: 0 0 23px 0;
}

.success-stories .post.single .entry-content p:last-child {
  margin: 0;
}

.success-stories .post.single footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 25px 0 0 0;
}

@media screen and (max-width: 767px) {
  .inner-page.services-single .sidebar,
  .success-stories .sidebar {
    margin-top: 50px;
  }
  .success-stories .post.single footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .success-stories.single .share-post span {
    display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .success-stories .container > .row {
    margin: 0 -20px;
  }
  .success-stories .container > .row > [class*="col-"] {
    padding: 0 20px;
  }
}

.inner-page.services-single .sidebar .widget,
.success-stories .sidebar .widget {
  margin: 0 0 50px 0;
}

.inner-page.services-single .sidebar .widget-heading,
.success-stories .sidebar .widget-heading {
  margin: 0 0 25px 0;
  line-height: 30px;
  font-size: 24px;
  font-family: 'Metropolis 700';
  text-transform: uppercase;
}

/* @media screen and (max-width: 1199px) {
    .inner-page.services-single .sidebar .widget-heading,
    .success-stories .widget-heading {
      line-height: 24px;
      font-size: 18px;
    }
  } */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .inner-page.services-single .sidebar .widget-heading,
  .success-stories .sidebar .widget-heading {
    line-height: 26px !important;
    font-size: 18px !important;
  }
  .inner-page.services-single .sidebar ul.links li a,
  .success-stories .sidebar ul.links li a {
    line-height: 22px;
    font-size: 18px;
  }
}

.inner-page.services-single .sidebar ul li.has-icon,
.success-stories .sidebar ul li.has-icon {
  position: relative;
  padding: 0 0 0 25px;
}

.inner-page.services-single .sidebar ul li.has-icon::before,
.success-stories .sidebar ul li.has-icon::before {
  content: '';
  position: absolute;
  left: 0;
}

.inner-page.services-single .sidebar ul li.has-icon.phone::before,
.success-stories .sidebar ul li.has-icon.phone::before {
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2022/06/sidebar-phone-icon.svg") center center no-repeat;
}

.inner-page.services-single .sidebar ul li.has-icon.email::before,
.success-stories .sidebar ul li.has-icon.email::before {
  top: 5px;
  width: 18px;
  height: 14px;
  background: url("/wp-content/uploads/2022/06/sidebar-email-icon.svg") center center no-repeat;
}

.inner-page.services-single .sidebar ul.links li,
.success-stories .sidebar ul.links li {
  margin: 0 0 8px 0;
}

.inner-page.services-single .sidebar ul.links li:last-child,
.success-stories .sidebar ul.links li:last-child {
  margin: 0;
}

.inner-page.services-single .sidebar ul.links li a,
.success-stories .sidebar ul.links li a {
  line-height: 25px;
  font-size: 20px;
  color: #747476;
  font-family: 'Metropolis 600';
}

@media screen and (max-width: 1199px) {
  .inner-page.services-single .sidebar ul.links li a {
    line-height: 20px;
    font-size: 16px;
  }
}

.inner-page.services-single .sidebar ul.links li a:hover,
.success-stories .sidebar ul.links li a:hover {
  color: #fff;
}

.inner-page.services-single .sidebar .btn,
.success-stories .sidebar .btn {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-family: 'Metropolis 600';
  text-align: center;
}

.inner-page.services-single .sidebar .contact .image,
.success-stories .sidebar .contact .image {
  margin: 0 0 30px 0;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .inner-page.services-single .sidebar .contact .image,
  .success-stories .sidebar .contact .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.inner-page.services-single .sidebar .contact ul,
.success-stories .sidebar .contact ul {
  margin: 0 0 33px 0;
}

.inner-page.services-single .sidebar .contact ul li,
.success-stories .sidebar .contact ul li {
  margin: 0 0 10px 0;
  font-family: 'Metropolis 400';
  font-size: 16px;
}

.inner-page.services-single .sidebar .contact ul li:last-child,
.success-stories .sidebar .contact ul li:last-child {
  margin: 0;
}

.inner-page.services-single .sidebar .newsletter,
.success-stories .sidebar .newsletter {
  text-align: right;
}

.inner-page.services-single .sidebar .newsletter .widget-heading,
.success-stories .sidebar .newsletter .widget-heading {
  text-align: left;
}

.inner-page.services-single .sidebar .newsletter .form-group,
.success-stories .sidebar .newsletter .form-group {
  margin: 0 0 8px 0;
}

.inner-page.services-single .sidebar .newsletter input[type="email"],
.success-stories .sidebar .newsletter input[type="email"],
.single-news .post-sidebar .newsletter input[type="email"] {
  height: 48px;
  padding: 0 20px 0 40px;
  border: 0;
  background: #2C2C2C url("/wp-content/uploads/2022/06/sidebar-dark-email-icon.svg") 15px center no-repeat;
  color: #fff;
  font-family: 'Metropolis 400';
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner-page.services-single .sidebar .newsletter input[type="email"],
  .success-stories .sidebar .newsletter input[type="email"] {
    font-size: 13px;
  }
}

.inner-page.services-single .sidebar .newsletter input[type="email"]::-webkit-input-placeholder,
.success-stories .sidebar .newsletter input[type="email"]::-webkit-input-placeholder {
  color: #747476;
}

.inner-page.services-single .sidebar .newsletter input[type="email"]::-moz-placeholder,
.success-stories .sidebar .newsletter input[type="email"]::-moz-placeholder {
  color: #747476;
}

.inner-page.services-single .sidebar .newsletter input[type="email"]:-ms-input-placeholder,
.success-stories .sidebar .newsletter input[type="email"]:-ms-input-placeholder {
  color: #747476;
}

.inner-page.services-single .sidebar .newsletter input[type="email"]:-moz-placeholder,
.success-stories .sidebar .newsletter input[type="email"]:-moz-placeholder {
  color: #747476;
}

.inner-page.services-single .sidebar .newsletter .btn,
.success-stories .sidebar .newsletter .btn {
  display: inline-block;
  width: auto;
  min-width: 145px;
  padding-left: 10px;
  padding-right: 10px;
}

.inner-page.contacts {
  max-width: 1110px;
  margin: 0 auto 150px;
}

.inner-page.contacts .page-heading {
  margin: 0 0 65px 0;
  line-height: 83.2px;
  font-size: 64px;
}

@media screen and (max-width: 1399px) {
  .inner-page.contacts .page-heading {
    line-height: 1.3;
    font-size: 59px;
  }
}

@media screen and (min-width: 1200px) {
  .inner-page.contacts .page-heading {
    max-width: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.contacts .page-heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.contacts .page-heading {
    margin: 0 0 45px 0;
    font-size: 32px;
  }
}

.inner-page.contacts form {
  max-width: 480px;
}

@media screen and (max-width: 1399px) {
  .inner-page.contacts form {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.contacts form {
    margin: 0 0 70px 0;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.contacts form .form-group {
    margin: 0 0 55px 0;
  }
}

.inner-page.contacts form textarea {
  min-height: 54px;
  height: 54px;
}

.inner-page.contacts form input[type="submit"],
.inner-page.contacts form button[type="submit"] {
  width: 100%;
  padding: 18px 30px;
}

@media screen and (min-width: 992px) {
  .inner-page.contacts form input[type="submit"],
  .inner-page.contacts form button[type="submit"] {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner-page.contacts .details {
    text-align: right;
  }
}

.inner-page.contacts .details .block {
  max-width: 330px;
  margin: 0 0 55px 0;
  line-height: 36px;
  font-size: 24px;
}

@media screen and (max-width: 1499px) {
  .inner-page.contacts .details .block {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.contacts .details .block {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner-page.contacts .details .block {
    max-width: 280px;
  }
  .inner-page.contacts .details .block .inline-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.contacts .details .block {
    max-width: 100%;
  }
}

.inner-page.contacts .details .block:last-child {
  margin: 0;
}

.inner-page.contacts .details .block .block-heading {
  margin: 0 0 24px 0;
  font-weight: 800;
  font-size: 27px;
}

@media screen and (max-width: 991px) {
  .inner-page.contacts .details .block .block-heading {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.contacts .details .block ul:not(.inline-links) li {
    margin: 0 0 12px 0;
  }
}

.inner-page.contacts .details .block ul:not(.inline-links) li:last-child {
  margin: 0;
}

.inner-page.contacts .details .block .inline-links {
  margin: 37px 0 0 0;
}

.inner-page.contacts .details .block .inline-links li {
  margin: 0 0 0 30px;
}

@media screen and (min-width: 992px) {
  .inner-page.contacts .details .block .inline-links li a:hover {
    opacity: .65;
  }
}

.inner-page.contacts .details .block .inline-links li:first-child {
  margin: 0;
}

.inner-page.posts-list .row {
  margin: 0 -10px;
}

.inner-page.posts-list .row [class*="col-"] {
  padding: 0 10px;
  margin: 0 0 55px 0;
}

@media screen and (max-width: 575px) {
  .inner-page.posts-list .row [class*="col-"] {
    margin-bottom: 75px;
  }
  .inner-page.posts-list .row [class*="col-"]:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .inner-page.posts-list .page-heading {
    margin: 0 0 50px 0;
    line-height: 62px;
    font-size: 48px;
  }
}

.inner-page.posts-list .categories-list {
  position: relative;
  margin: 0 0 65px 0;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .inner-page.posts-list .categories-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.posts-list .categories-list {
    margin: 0 0 45px 0;
    border: 0;
  }
}

.inner-page.posts-list .categories-list li {
  margin: 0 50px 0 0;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 991px) {
  .inner-page.posts-list .categories-list li {
    margin: 0;
  }
}

.inner-page.posts-list .categories-list li:last-child {
  margin: 0;
}

.inner-page.posts-list .categories-list li a {
  position: relative;
  display: inline-block;
  padding: 15px 15px 0 15px;
  color: rgba(255, 255, 255, 0.3);
}

.inner-page.posts-list .categories-list li a::before {
  content: '';
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: 100%;
  border-top: 5px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media screen and (max-width: 1199px) {
  .inner-page.posts-list .categories-list li a {
    font-size: 17px;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.posts-list .categories-list li a:hover {
    color: #fff;
  }
  .inner-page.posts-list .categories-list li a:hover::before {
    border-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.posts-list .categories-list li a {
    padding: 15px 10px 0 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.posts-list .categories-list li a {
    padding: 15px 0 15px 35px;
    font-size: 17px;
  }
}

.inner-page.posts-list .categories-list li:first-child a::before {
  left: 0;
  right: 0;
}

.inner-page.posts-list .categories-list li.current a {
  pointer-events: none;
  color: #fff;
}

.inner-page.posts-list .categories-list li.current a::before {
  border-color: #E1BB80;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .inner-page.posts-list .categories-list .owl-carousel {
    width: calc(100vw - 15px);
    overflow: hidden;
  }
  .inner-page.posts-list .categories-list .owl-carousel .owl-item > div {
    text-align: center;
  }
  .inner-page.posts-list .categories-list a {
    display: block;
    padding: 10px;
    background: #181818;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
  }
  .inner-page.posts-list .categories-list a.current {
    color: #222;
    font-family: 'Metropolis 700';
    font-weight: 700;
    background: #E1BB80;
  }
}

.inner-page.posts-list .post .featured-image {
  margin: 0 0 22px 0;
}

.inner-page.posts-list .post .featured-image img {
  border-radius: 4px;
}

.inner-page.posts-list .post .featured-image a {
  display: block;
}

@media screen and (min-width: 992px) {
  .inner-page.posts-list .post .featured-image a:hover {
    opacity: .85;
  }
}

.inner-page.posts-list .post .details .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .inner-page.posts-list .post .details .entry-meta {
    font-size: 14px;
  }
}

.inner-page.posts-list .post .details .entry-meta li {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 6px 0 0;
  font-weight: 400;
}

.inner-page.posts-list .post .details .entry-meta li::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.inner-page.posts-list .post .details .entry-meta li a {
  font-weight: 800;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .inner-page.posts-list .post .details .entry-meta li a:hover {
    color: #E1BB80;
  }
}

.inner-page.posts-list .post .details .entry-meta li:last-child {
  margin: 0;
  padding: 0;
}

.inner-page.posts-list .post .details .entry-meta li:last-child::after {
  content: normal;
}

.inner-page.posts-list .post .details .entry-title {
  margin: 0 0 20px 0;
  font-size: 32px;
}

@media screen and (max-width: 1499px) {
  .inner-page.posts-list .post .details .entry-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.posts-list .post .details .entry-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .inner-page.posts-list .post .details .entry-title {
    font-size: 18px;
  }
}

.inner-page.posts-list .post .details .entry-title a {
  line-height: 38px;
}

@media screen and (max-width: 1499px) {
  .inner-page.posts-list .post .details .entry-title a {
    line-height: 1.4;
  }
}

.inner-page.posts-list .post .details .excerpt {
  margin: 0 0 35px 0;
  line-height: 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.inner-page.posts-list .post .details .read-more {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .inner-page.posts-list .post .details .read-more {
    padding: 14.5px 45px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.posts-list .post .details .read-more {
    width: 100%;
    text-align: center;
  }
}

.inner-page.posts-list .post .details .read-more::after {
  content: '\2192';
  position: relative;
  left: 0;
  margin: 0 0 0 5px;
  font-size: 18px;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .inner-page.posts-list .post .details .read-more:hover {
    color: #fff;
  }
  .inner-page.posts-list .post .details .read-more:hover::after {
    left: 5px;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page.posts-list .post.wide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .inner-page.posts-list .post.wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.inner-page.posts-list .post.wide .featured-image {
  min-width: 54.26%;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 991px) {
  .inner-page.posts-list .post.wide .featured-image {
    margin: 0 35px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.posts-list .post.wide .featured-image {
    margin: 0 0 22px 0;
  }
}

.inner-page.posts-list .post.wide .details .entry-title {
  font-size: 40px;
}

@media screen and (max-width: 1499px) {
  .inner-page.posts-list .post.wide .details .entry-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.posts-list .post.wide .details .entry-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.posts-list .post.wide .details .entry-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .inner-page.posts-list .post.wide .details .entry-title {
    font-size: 18px;
  }
}

.inner-page.posts-list .post.wide .details .entry-title a {
  line-height: 48px;
}

@media screen and (max-width: 1499px) {
  .inner-page.posts-list .post.wide .details .entry-title a {
    line-height: 1.3;
  }
}

@media screen and (max-width: 1399px) and (min-width: 768px) {
  .inner-page.posts-list .post.wide .details .excerpt {
    display: -webkit-box;
    max-height: 90px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .inner-page.posts-list .post.wide .details .excerpt {
    max-height: 70px;
    -webkit-line-clamp: 2;
  }
}

.inner-page.testimonials .page-heading {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .inner-page.testimonials .page-heading {
    margin: 0 0 115px 0;
  }
}

.inner-page.testimonials .list .row {
  margin: 0 -20px;
}

.inner-page.testimonials .list .row [class*="col-"] {
  padding: 0 20px;
  margin: 0 0 40px 0;
}

.inner-page.testimonials .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 30px 32px 40px 32px;
  background: #2A2A2A;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .inner-page.testimonials .testimonial {
    padding: 25px;
  }
}

.inner-page.testimonials .testimonial .posted-on {
  display: block;
  margin: 0 0 11px 0;
  font-size: 16px;
  font-weight: 800;
  color: rgba(250, 250, 255, 0.6);
  text-transform: capitalize;
}

.inner-page.testimonials .testimonial .text {
  margin: 0 0 30px 0;
}

.inner-page.testimonials .testimonial .text p {
  margin: 0 0 30px 0;
  line-height: 150%;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 1499px) {
  .inner-page.testimonials .testimonial .text p {
    font-size: 21px;
    font-weight: 400;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page.testimonials .testimonial .text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.testimonials .testimonial .text p {
    font-size: 16px;
  }
}

.inner-page.testimonials .testimonial .text p:last-child {
  margin: 0;
}

.inner-page.testimonials .testimonial .stars-holder {
  position: relative;
  width: 95px;
  height: 15px;
  margin: 10px 0 0 0;
  background: url("/wp-content/uploads/2022/06/stars-grey.svg") left center no-repeat;
}

.inner-page.testimonials .testimonial .stars-holder .stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2022/06/stars.svg") left center no-repeat;
}

.inner-page.testimonials .testimonial .stars-holder .stars.stars-1 {
  width: 20%;
}

.inner-page.testimonials .testimonial .stars-holder .stars.stars-2 {
  width: 40%;
}

.inner-page.testimonials .testimonial .stars-holder .stars.stars-3 {
  width: 60%;
}

.inner-page.testimonials .testimonial .stars-holder .stars.stars-4 {
  width: 80%;
}

.inner-page.testimonials .testimonial .stars-holder .stars.stars-5 {
  width: 100%;
}

.inner-page.testimonials .testimonial .photo {
  width: 78px;
  margin: 0 25px 0 0;
  border-radius: 50%;
}

.inner-page.testimonials .testimonial .photo img {
  border-radius: 50%;
}

.inner-page.testimonials .testimonial .info .name {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 575px) {
  .inner-page.testimonials .testimonial .info .name {
    font-size: 16px;
  }
}

.inner-page.testimonials .testimonial .info .position {
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .inner-page.testimonials .testimonial .info .position {
    font-size: 12px;
  }
}

.inner-page.vaccancies .block-heading {
  margin: 0 0 112px 0;
  padding: 24px 0 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.19);
  font-family: 'Metropolis 700';
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1299px) {
  .inner-page.vaccancies .block-heading {
    margin: 0 0 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.vaccancies .block-heading {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .block-heading {
    margin: 0 0 50px 0;
  }
}

.inner-page.vaccancies .intro-text {
  margin: 0 0 185px 0;
}

@media screen and (max-width: 1399px) {
  .inner-page.vaccancies .intro-text {
    margin: 0 0 120px 0;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .intro-text {
    margin: 0 0 80px 0;
  }
}

.inner-page.vaccancies .intro-text img {
  border-radius: 8px;
}

.inner-page.vaccancies .intro-text .text {
  margin: 40px 0 0 0;
  padding: 0 160px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .inner-page.vaccancies .intro-text .text {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.vaccancies .intro-text .text {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .intro-text .text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .intro-text .text {
    padding: 0;
  }
}

.inner-page.vaccancies .intro-text .text p {
  line-height: 48px;
  font-size: 32px;
}

@media screen and (max-width: 1399px) {
  .inner-page.vaccancies .intro-text .text p {
    line-height: 1.6;
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.vaccancies .intro-text .text p {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .intro-text .text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .intro-text .text p {
    font-size: 16px;
  }
}

.inner-page.vaccancies .intro-text .text p:last-child {
  margin: 0;
}

.inner-page.vaccancies .positions-list {
  margin: 0 0 135px 0;
}

@media screen and (max-width: 767px) {
  .inner-page.vaccancies .positions-list {
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .positions-list .owl-carousel {
    width: 120vw;
  }
}

@media screen and (max-width: 460px) {
  .inner-page.vaccancies .positions-list .owl-carousel {
    width: 150vw;
  }
}

.inner-page.vaccancies .positions-list .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-page.vaccancies .positions-list .owl-carousel .owl-item > div {
  height: 100%;
}

.inner-page.vaccancies .positions-list .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 45px 30px 50px 30px;
  background: #2A2A2A;
  border-radius: 8px;
}

@media screen and (max-width: 1199px) {
  .inner-page.vaccancies .positions-list .position {
    padding: 30px;
  }
}

.inner-page.vaccancies .positions-list .position .level {
  margin: 0 0 2px 0;
  font-size: 16px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

.inner-page.vaccancies .positions-list .position .position-name {
  margin: 0 0 22px 0;
  font-family: 'Metropolis 700';
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 1299px) {
  .inner-page.vaccancies .positions-list .position .position-name {
    font-size: 19px;
  }
}

.inner-page.vaccancies .positions-list .position p {
  margin: 0 0 40px 0;
  line-height: 150%;
  font-weight: 300;
  font-size: 20px;
}

@media screen and (max-width: 1399px) {
  .inner-page.vaccancies .positions-list .position p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.vaccancies .positions-list .position p {
    font-size: 16px;
  }
}

.inner-page.vaccancies .positions-list .position .more-btn {
  font-size: 20px;
}

@media screen and (max-width: 1399px) {
  .inner-page.vaccancies .positions-list .position .more-btn {
    font-size: 18px;
  }
}

.inner-page.vaccancies .our-values .section-heading {
  margin: 0 0 52px 0;
}

.inner-page.vaccancies .our-values .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: values-counter;
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .our-values .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .our-values .list {
    display: block;
  }
}

.inner-page.vaccancies .our-values .list li {
  width: 25%;
  padding: 0 50px 0 0;
  counter-increment: values-counter;
}

@media screen and (min-width: 992px) {
  .inner-page.vaccancies .our-values .list li:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.vaccancies .our-values .list li {
    width: 50%;
    padding: 0 20px;
    margin: 0 0 50px 0;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .our-values .list li {
    width: 100%;
    padding: 0;
  }
}

.inner-page.vaccancies .our-values .list li::before {
  content: "0" counter(values-counter);
  display: block;
  margin: 0 0 34px 0;
  font-size: 96px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  line-height: 96px;
  color: #fff;
}

@media screen and (max-width: 1299px) {
  .inner-page.vaccancies .our-values .list li::before {
    line-height: 80px;
    font-size: 80px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.vaccancies .our-values .list li::before {
    margin: 0 0 25px 0;
    line-height: 70px;
    font-size: 70px;
  }
}

.inner-page.vaccancies .our-values .list li span {
  display: block;
  line-height: 30px;
  font-weight: 300;
}

@media screen and (max-width: 1299px) {
  .inner-page.vaccancies .our-values .list li span {
    line-height: 1.5;
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.vaccancies .our-values .list li span {
    font-size: 16px;
  }
}

.inner-page.portfolio .heading-holder {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 1399px) {
  .inner-page.portfolio .heading-holder {
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio .heading-holder {
    margin: 0 0 30px 0;
  }
}

.inner-page.portfolio .heading-holder .page-heading {
  margin: 0;
}

.inner-page.portfolio .heading-holder .view-all {
  line-height: normal;
  font-size: 32px;
  font-weight: 800;
}

@media screen and (max-width: 1199px) {
  .inner-page.portfolio .heading-holder .view-all {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .heading-holder .view-all {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio .heading-holder .view-all {
    font-size: 16px;
  }
}

.inner-page.portfolio .categories-list {
  position: relative;
  margin: 0 0 65px 0;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .categories-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio .categories-list {
    margin: 0 0 45px 0;
    border: 0;
  }
}

.inner-page.portfolio .categories-list li {
  margin: 0 50px 0 0;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .categories-list li {
    margin: 0;
  }
}

.inner-page.portfolio .categories-list li:last-child {
  margin: 0;
}

.inner-page.portfolio .categories-list li a {
  position: relative;
  display: inline-block;
  padding: 15px 15px 0 15px;
  color: rgba(255, 255, 255, 0.3);
}

.inner-page.portfolio .categories-list li a::before {
  content: '';
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: 100%;
  border-top: 5px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media screen and (max-width: 1199px) {
  .inner-page.portfolio .categories-list li a {
    font-size: 17px;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio .categories-list li a:hover {
    color: #fff;
  }
  .inner-page.portfolio .categories-list li a:hover::before {
    border-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio .categories-list li a {
    padding: 15px 10px 0 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio .categories-list li a {
    padding: 15px 0 15px 35px;
    font-size: 17px;
  }
}

.inner-page.portfolio .categories-list li:first-child a::before {
  left: 0;
  right: 0;
}

.inner-page.portfolio .categories-list li.current a {
  pointer-events: none;
  color: #fff;
}

.inner-page.portfolio .categories-list li.current a::before {
  border-color: #E1BB80;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio .categories-list .owl-carousel {
    width: 100vw;
  }
  .inner-page.portfolio .categories-list .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .inner-page.portfolio .categories-list .owl-carousel .owl-item > div {
    text-align: center;
  }
  .inner-page.portfolio .categories-list a {
    display: block;
    padding: 10px;
    background: #181818;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
  }
  .inner-page.portfolio .categories-list a.current {
    color: #222;
    font-family: 'Metropolis 700';
    font-weight: 700;
    background: #E1BB80;
  }
}

.inner-page.portfolio .list {
  margin: 105px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .inner-page.portfolio .list {
    margin: 75px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio .list {
    margin: 60px 0 0 0;
    padding: 0 45px;
  }
}

@media screen and (max-width: 480px) {
  .inner-page.portfolio .list {
    padding: 0 30px;
  }
}

.inner-page.portfolio .list .project {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 800px;
  width: 33.3333%;
  padding: 35px 25px;
  background-size: cover !important;
  overflow: hidden;
}

@media screen and (max-width: 1499px) {
  .inner-page.portfolio .list .project {
    height: 90vh;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .list .project {
    height: 480px;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio .list .project {
    height: 364px;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .inner-page.portfolio .list .project:last-child {
    margin: 0;
  }
}

.inner-page.portfolio .list .project::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10;
}

.inner-page.portfolio .list .project::after {
  content: '';
  position: absolute;
  left: 0;
  right: calc(100% + 200px);
  bottom: -200px;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  background: #fff url("/wp-content/uploads/2022/06/portfolio-arrow.svg") center center no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1399px) {
  .inner-page.portfolio .list .project::after {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }
}

.inner-page.portfolio .list .project .info-holder {
  position: relative;
  bottom: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.inner-page.portfolio .list .project .info-holder .type {
  margin: 0 0 13px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .list .project .info-holder .type {
    margin: 0 0 3px 0;
    font-size: 8px;
  }
}

.inner-page.portfolio .list .project .info-holder .name {
  line-height: 100%;
  font-size: 48px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  color: #FAFAFF;
}

@media screen and (max-width: 1399px) {
  .inner-page.portfolio .list .project .info-holder .name {
    font-size: 37px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio .list .project .info-holder .name {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio .list .project:hover .info-holder {
    bottom: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .inner-page.portfolio .list:hover .project:hover::after {
    bottom: 275px;
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio .list:hover .project::before {
    opacity: 1;
    visibility: visible;
  }
  .inner-page.portfolio .list:hover .project:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .inner-page.portfolio .list:hover .project:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 1400px) {
  .inner-page.portfolio-single .container.main-container {
    max-width: 1210px;
  }
}

.inner-page.portfolio-single .project-name {
  margin: 0 0 105px 0;
  font-weight: 800;
  font-size: 56px;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  .inner-page.portfolio-single .project-name {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio-single .project-name {
    margin: 0 0 50px 0;
    font-size: 33px;
  }
}

.inner-page.portfolio-single .project-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FAFAFF;
}

.inner-page.portfolio-single .project-name a::before {
  content: '';
  position: relative;
  left: 0;
  width: 42px;
  height: 30px;
  margin: 0 30px 0 0;
  background: url("/wp-content/uploads/2022/06/portfolio-back-arrow.svg") center center no-repeat;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio-single .project-name:hover a::before {
    left: -5px;
  }
}

.inner-page.portfolio-single .project-main-image {
  height: 685px;
  margin: 0 0 45px 0;
  background-size: cover !important;
}

@media screen and (max-width: 1399px) {
  .inner-page.portfolio-single .project-main-image {
    height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .project-main-image {
    background: none !important;
    height: auto;
  }
}

.inner-page.portfolio-single .project-main-image img {
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio-single .project-main-image img {
    display: none;
  }
}

.inner-page.portfolio-single .short-details {
  margin: 0 0 170px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .short-details {
    margin: 0 0 130px 0;
  }
}

.inner-page.portfolio-single .short-details .years {
  display: block;
  margin: 0 0 17px 0;
  font-size: 44px;
  font-weight: 800;
}

.inner-page.portfolio-single .short-details .made-parts li {
  margin: 0 0 18px 0;
  color: rgba(250, 250, 255, 0.6);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .inner-page.portfolio-single .short-details .made-parts li a:hover {
    color: #fff;
  }
}

.inner-page.portfolio-single .short-details .made-parts li:last-child {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .short-details .summary-text {
    margin: 60px 0 0 0;
  }
}

.inner-page.portfolio-single .short-details .summary-text p {
  margin: 0 0 32px 0;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .short-details .summary-text p {
    line-height: 2;
    font-size: 18px;
  }
}

.inner-page.portfolio-single .short-details .summary-text p:last-child {
  margin: 0;
}

.inner-page.portfolio-single .short-details .more-btn {
  margin: 49px 0 0 0;
}

.inner-page.portfolio-single .sections-block .section {
  margin: 0 0 150px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section {
    margin: 0 0 120px 0;
  }
}

.inner-page.portfolio-single .sections-block .section:last-child {
  margin: 0;
}

.inner-page.portfolio-single .sections-block .section .section-heading {
  position: relative;
  margin: 58px 0 0 0;
  line-height: 56px;
  font-size: 56px;
}

@media screen and (max-width: 1299px) {
  .inner-page.portfolio-single .sections-block .section .section-heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page.portfolio-single .sections-block .section .section-heading {
    line-height: 50px;
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .section-heading {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio-single .sections-block .section .section-heading {
    margin: 0 0 40px 0;
    line-height: 45px;
    font-size: 40px;
  }
}

.inner-page.portfolio-single .sections-block .section .section-heading span {
  position: relative;
  z-index: 1;
}

.inner-page.portfolio-single .sections-block .section .section-heading::before {
  content: attr(data-number);
  position: absolute;
  top: -18px;
  left: -25px;
  font-size: 137px;
  font-family: 'Metropolis 700';
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1199px) {
  .inner-page.portfolio-single .sections-block .section .section-heading::before {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page.portfolio-single .sections-block .section .section-heading::before {
    font-size: 100px;
  }
}

.inner-page.portfolio-single .sections-block .section img {
  border-radius: 4px;
}

.inner-page.portfolio-single .sections-block .section .text p {
  margin: 0 0 32px 0;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .text p {
    line-height: 2;
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio-single .sections-block .section .text p {
    line-height: 1.7;
    font-size: 16px;
  }
}

.inner-page.portfolio-single .sections-block .section .text p:last-child {
  margin: 0;
}

.inner-page.portfolio-single .sections-block .section .images {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .images {
    margin: 50px 0 0 0;
  }
}

.inner-page.portfolio-single .sections-block .section .images > img, .inner-page.portfolio-single .sections-block .section .images figure {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .images > img, .inner-page.portfolio-single .sections-block .section .images figure {
    margin: 0 0 50px 0;
  }
}

.inner-page.portfolio-single .sections-block .section .images > img figcaption, .inner-page.portfolio-single .sections-block .section .images figure figcaption {
  display: block;
  margin: 15px 0 0 0;
  line-height: 1.4;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .images > img figcaption, .inner-page.portfolio-single .sections-block .section .images figure figcaption {
    line-height: 1.6;
    font-size: 16px;
  }
}

.inner-page.portfolio-single .sections-block .section .images > img:last-child, .inner-page.portfolio-single .sections-block .section .images figure:last-child {
  margin: 0;
}

.inner-page.portfolio-single .sections-block .section .colors-palette {
  margin: 53px 0 0 0;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .colors-palette {
    margin: 35px 0 0 0;
  }
}

.inner-page.portfolio-single .sections-block .section .colors-palette .color {
  width: 63px;
  height: 63px;
  margin: 0 24px 0 0;
  border-radius: 50%;
}

@media screen and (max-width: 1299px) {
  .inner-page.portfolio-single .sections-block .section .colors-palette .color {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section .colors-palette .color {
    width: 35px;
    height: 35px;
  }
}

.inner-page.portfolio-single .sections-block .section .colors-palette .color:last-child {
  margin: 0;
}

.inner-page.portfolio-single .sections-block .section.mobile-images .images img:nth-child(2) {
  margin: 145px 0 0 50px;
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section.mobile-images .images img:nth-child(2) {
    margin: 50px 0 0 0;
  }
}

@media screen and (max-width: 1299px) {
  .inner-page.portfolio-single .sections-block .section.mobile-images .images img {
    max-width: calc(50% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .inner-page.portfolio-single .sections-block .section.mobile-images .images img {
    max-width: calc(50% - 25px);
  }
}

@media screen and (max-width: 575px) {
  .inner-page.portfolio-single .sections-block .section.mobile-images .images img {
    max-width: calc(50% - 15px);
  }
}

.blog-post {
  max-width: 1160px;
}

.blog-post > .row {
  margin: 0 -12.5px;
}

.blog-post > .row > [class*="col-"] {
  padding: 0 12.5px;
}

.blog-post .main-post.post {
  margin-bottom: 0;
}

.blog-post .main-post.post header {
  margin: 0 0 40px 0;
}

.blog-post .main-post.post .post-thumb {
  position: relative;
}

.blog-post .main-post.post .posted-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
  color: #fff;
}

.blog-post .main-post.post .posted-by img {
  margin: 0 12px 0 0;
  border-radius: 50%;
}

.blog-post .main-post.post .posted-on span {
  display: block;
}

.blog-post .main-post.post .entry-title {
  margin: 0 0 23px 0;
  font-family: "Noto Sans", sans-serif;
  line-height: 46px;
  font-size: 36px;
}

@media screen and (max-width: 1199px) {
  .blog-post .main-post.post .entry-title {
    line-height: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .blog-post .main-post.post .entry-title {
    margin: 0 0 30px 0;
    line-height: 34px;
    font-size: 26px;
  }
}

.blog-post .main-post.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
  font-size: 16px;
}

.blog-post .main-post.post .entry-meta li {
  position: relative;
  padding: 0;
  margin: 0 15px 0 0;
  font-weight: 400;
}

.blog-post .main-post.post .entry-meta li a {
  padding: 3px 20px;
  line-height: 26px;
  font-size: 16px;
}

.blog-post .main-post.post .entry-meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog-post .main-post.post .entry-content {
  line-height: 26px;
  font-family: 'Gilroy 500';
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .blog-post .main-post.post .entry-content {
    font-size: 16px;
  }
}

.blog-post .main-post.post .entry-content a {
  color: #E1BB80;
}

.blog-post .main-post.post .entry-content a:hover {
  text-decoration: underline;
}

.blog-post .main-post.post .entry-content p {
  margin: 0 0 23px 0;
  line-height: 26px;
}

@media screen and (max-width: 1499px) {
  .blog-post .main-post.post .entry-content p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .main-post.post .entry-content p {
    margin: 0 0 15px 0;
  }
}

.blog-post .main-post.post .entry-content img {
  margin: 0 0 10px 0;
}

.blog-post .main-post.post .entry-content figure {
  margin: 30px 0 38px 0;
}

.blog-post .main-post.post .entry-content figure figcaption {
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

.blog-post .main-post.post .entry-content h2, .blog-post .main-post.post .entry-content h3 {
  margin: 0 0 33px 0;
  line-height: 46px;
  font-family: 'Gilroy 700';
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

@media screen and (max-width: 1499px) {
  .blog-post .main-post.post .entry-content h2, .blog-post .main-post.post .entry-content h3 {
    line-height: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .blog-post .main-post.post .entry-content h2, .blog-post .main-post.post .entry-content h3 {
    line-height: normal;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .main-post.post .entry-content h2, .blog-post .main-post.post .entry-content h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
  }
}

.blog-post .main-post.post .entry-content h3 {
  margin: 0 0 25px 0;
  font-size: 24px;
  line-height: 34px;
}

@media screen and (max-width: 1199px) {
  .blog-post .main-post.post .entry-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.blog-post .main-post.post .entry-content h4 {
  font-size: 30px;
  line-height: normal;
}

@media screen and (max-width: 1499px) {
  .blog-post .main-post.post .entry-content h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .blog-post .main-post.post .entry-content h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .main-post.post .entry-content h4 {
    font-size: 16px;
  }
}

.blog-post .main-post.post .entry-content ul {
  margin: 0 0 30px 0;
}

.blog-post .main-post.post .entry-content ul li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 7px 0;
}

.blog-post .main-post.post .entry-content ul li b, .blog-post .main-post.post .entry-content ul li strong {
  font-family: 'Gilroy 700';
}

.blog-post .main-post.post .entry-content ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-post .main-post.post .entry-content table {
  width: 100%;
  margin: 0 0 50px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  border-collapse: collapse;
}

@media screen and (max-width: 1199px) {
  .blog-post .main-post.post .entry-content table {
    font-size: 16px;
  }
}

.blog-post .main-post.post .entry-content table thead tr th {
  padding: 10px 30px;
  background-color: #E3BB80;
  color: #222;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .blog-post .main-post.post .entry-content table thead tr th {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .main-post.post .entry-content table thead tr th {
    padding: 10px;
  }
}

@media screen and (max-width: 575px) {
  .blog-post .main-post.post .entry-content table thead tr th {
    font-size: 14px;
  }
}

.blog-post .main-post.post .entry-content table thead tr th:first-child {
  border-radius: 20px 0 0 0;
}

.blog-post .main-post.post .entry-content table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}

.blog-post .main-post.post .entry-content table tbody tr td {
  padding: 10px 30px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .blog-post .main-post.post .entry-content table tbody tr td {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .blog-post .main-post.post .entry-content table tbody tr td {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .blog-post .main-post.post .entry-content table tbody tr td {
    font-size: 14px;
  }
}

.blog-post .main-post.post .entry-content table tbody tr:nth-child(2n+0) td {
  background-color: #282828;
}

.blog-post .main-post.post .entry-content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

.blog-post .main-post.post .entry-content table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.blog-post .main-post.post .entry-content .row {
  margin: 0 -10px;
}

.blog-post .main-post.post .entry-content .row > [class*="col-"] {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.blog-post .main-post.post .entry-content .row > [class*="col-"] img {
  margin: 0;
}

.blog-post .main-post.post .accordion {
  margin: 0 0 40px 0;
  background: none;
  border-radius: 10px;
}

.blog-post .main-post.post .accordion .accordion-item {
  margin: 0;
  border: 0;
  background: none;
  border-radius: 10px;
}

.blog-post .main-post.post .accordion .accordion-item.show {
  background-color: #282828;
}

.blog-post .main-post.post .accordion .accordion-item:last-child {
  margin: 0;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header {
  margin: 0;
  border: 0;
  line-height: normal;
  border-radius: 10px;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px 55px 20px 25px;
  background: none;
  border: 0;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  white-space: normal;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 35px 15px 15px;
  }
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button::after {
  content: normal;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 10px;
  margin: auto 0;
  background: url("/wp-content/uploads/2022/06/post-accordion-arrow-down-icon.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  font-weight: 700;
  color: #E3BB80;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] span::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.blog-post .main-post.post .accordion .accordion-item .accordion-body {
  padding: 0 25px 20px 25px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  border-radius: 0;
}

@media screen and (max-width: 575px) {
  .blog-post .main-post.post .accordion .accordion-item .accordion-body {
    padding: 0 15px 20px 15px;
  }
}

.blog-post .main-post.post .accordion .accordion-item .accordion-body p {
  margin: 0 0 15px 0;
  line-height: 26px;
}

.blog-post .main-post.post .accordion .accordion-item .accordion-body p:last-child {
  margin: 0;
}

.blog-post .main-post.post iframe {
  min-width: 100%;
  max-width: 100%;
  /* height: auto; */
  min-height: 300px;
  margin: 0 0 30px 0;
}

.blog-post .main-post.post .share-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px 0;
}

.blog-post .main-post.post .share-social-media span {
  margin: 0 13px 0 0;
}

.blog-post .main-post.post .share-social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.blog-post .main-post.post .share-social-media ul li {
  margin: 0 8px 0 0;
  padding: 0;
}

.blog-post .main-post.post .share-social-media ul li img {
  margin: 0;
}

.blog-post .main-post.post .share-social-media ul li::before {
  content: normal !important;
}

.blog-post .main-post.post blockquote {
  margin: 30px 0 30px 30px;
  padding: 0 0 0 25px;
  border-left: 2px solid #E3BB80;
}

@media screen and (max-width: 767px) {
  .blog-post .main-post.post blockquote {
    margin-left: 0;
  }
}

.blog-post .main-post.post blockquote > h2, .blog-post .main-post.post blockquote > h3, .blog-post .main-post.post blockquote > h4, .blog-post .main-post.post blockquote > h5 {
  display: block;
  margin: 0 0 10px 0;
  line-height: 34px;
  color: #E3BB80;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.blog-post .back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 50px 0;
  line-height: 26px;
  color: #E3BB80;
  font-family: var(--noto);
  font-weight: 600;
}

.blog-post .back-link::before {
  content: '';
  height: 18px;
  width: 32px;
  margin: 0 10px 0 0;
  background: url("/wp-content/uploads/2022/06/back-link-arrow.svg") left center no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .blog-post .back-link:hover {
    color: #fff;
  }
  .blog-post .back-link:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 991px) {
  .blog-post .post-sidebar {
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.blog-post .post-sidebar .help-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  margin: 0 0 30px 0;
  padding: 25px;
  background-size: cover !important;
}

.blog-post .post-sidebar .help-cta .name {
  margin: 0 0 10px 0;
  line-height: 34px;
  font-family: 'Gilroy 600';
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .blog-post .post-sidebar .help-cta .name {
    line-height: 27px;
    font-size: 21px;
  }
}

.blog-post .post-sidebar .help-cta .more-btn {
  width: 49px;
  height: 49px;
  background: #fff url("/wp-content/uploads/2022/06/help-cta-arrow.svg") center center no-repeat;
  border-radius: 50%;
}

.blog-post .post-sidebar .help-cta .more-btn::after {
  content: normal;
}

@media screen and (min-width: 992px) {
  .blog-post .post-sidebar .help-cta .more-btn:hover {
    background-color: #E1BB80;
  }
}

.blog-post .post-sidebar .widget {
  margin: 0 0 56px 0;
}

.blog-post .post-sidebar .widget-heading {
    margin: 0 0 20px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: 'Metropolis 700';
    text-transform: uppercase;
}

.blog-post .post-sidebar .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
  .blog-post .post-sidebar .post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.blog-post .post-sidebar .post:first-child {
  padding-top: 0;
}

.blog-post .post-sidebar .post > .featured-image, .blog-post .post-sidebar .post > .image {
  width: 130px;
  min-width: 130px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1199px) {
  .blog-post .post-sidebar .post > .featured-image, .blog-post .post-sidebar .post > .image {
    width: 80px;
    min-width: 80px;
    margin: 0 15px 0 0;
  }
}

.blog-post .post-sidebar .post .details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-post .post-sidebar .post .details .entry-title {
  margin: 0 0 5px 0;
  line-height: normal;
  font-family: var(--noto);
  font-weight: 600;
  font-size: 16px;
}

.blog-post .post-sidebar .post .details .entry-title a {
  line-height: 26px;
}

.blog-post .post-sidebar .post .details .posted-on {
  display: block;
  line-height: 23px;
  font-family: var(--noto);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 575px) {
  .blog-post .post-sidebar .post .details .entry-title {
    font-size: 14px;
  }
  .blog-post .post-sidebar .post .details .entry-title a {
    line-height: 22px;
  }
}

.blog-post .post-sidebar .tags .widget-heading {
  margin: 0 0 25px 0;
}

.blog-post .post-sidebar .tags .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post .post-sidebar .tags .tags-list a {
  padding: 3px 15px;
  margin: 0 20px 20px 0;
  line-height: 25px;
  background: #E1BB80;
  border: 2px solid #E1BB80;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .blog-post .post-sidebar .tags .tags-list a:hover {
    background: transparent;
    color: #E1BB80;
  }
  .blog-post .post-sidebar .tags .tags-list a:active {
    background: #E1BB80;
    color: #000;
  }
}

.blog-post .post-sidebar .tags.services .tags-list a {
  border: 2px solid #fff;
  background: none;
  color: #FFF;
}

.blog-post .post-sidebar .tags.services .tags-list a:hover {
  color: #E1BB80;
  border: 2px solid #E1BB80;
}

#main-footer {
  position: relative;
  padding: 80px 0;
  background-color: #1d1d1d;
}

#main-footer .idea-block {
  padding: 0;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  #main-footer .idea-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #main-footer {
    padding-bottom: 40px;
  }
}

#main-footer .idea-block .heading {
  margin: 0 0 30px 0;
  line-height: 70px;
  font-size: 65px;
  font-family: var(--metro-700);
  text-shadow: -3px 4px 0px rgb(225 187 128 / 30%);
}

@media screen and (max-width: 1299px) {
  #main-footer .idea-block .heading {
    line-height: 64px;
    font-size: 54px;
  }
}

@media screen and (max-width: 991px) {
  #main-footer .idea-block .heading {
    line-height: 54px;
    font-size: 44px;
  }
}

#main-footer .idea-block p {
  margin: 0 0 38px 0;
  line-height: 24px;
  max-width: 485px;
}

@media screen and (max-width: 575px) {
  #main-footer .idea-block p {
    margin: 0 0 45px 0;
    line-height: 18px;
    font-size: 12px;
  }
}

#main-footer .idea-block .contact-link {
  display: inline-block;
  padding: 0 0 1px 0;
  line-height: 28px;
  border-bottom: 3px solid #E1BB80;
  font-size: 24px;
  font-family: var(--metro-700);
}

@media screen and (max-width: 575px) {
  #main-footer .idea-block a {
    padding: 0 0 5px 0;
  }
}

#main-footer .logo {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 991px) {
  #main-footer .logo {
    margin: 0 0 22px 0;
  }
}

@media screen and (max-width: 575px) {
  #main-footer .logo {
    margin: 0 0 12px 0;
  }
}

#main-footer .logo img {
  display: inline-block;
}

@media screen and (max-width: 1499px) {
  #main-footer .logo img {
    max-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .logo {
    margin-bottom: 25px;
  }
}

#main-footer .footer-contacts {
  margin: 0 0 45px 0;
}

@media screen and (max-width: 767px) {
  #main-footer .footer-contacts {
    margin: 0 0 25px 0;
  }
}

#main-footer .additional-links li {
  color: #555;
}

#main-footer .additional-links li a {
  color: #555;
}

@media screen and (min-width: 992px) {
  #main-footer .additional-links li a:hover {
    color: #E1BB80;
  }
}

#main-footer .additional-links li::after {
  content: '|';
  margin: 0 7px 0 4px;
}

#main-footer .additional-links li:last-child::after {
  content: normal;
}

@media screen and (max-width: 767px) {
  #main-footer .additional-links {
    margin: 40px 0 0 0;
  }
}

#main-footer .footer-contacts > li {
  margin: 0 0 1px 0;
  line-height: 22px;
  text-align: left;
}

#main-footer .footer-contacts > li:last-child {
  margin: 18px 0 0 0;
}

#main-footer .footer-contacts > li li {
  margin: 0;
  line-height: normal;
}

#main-footer .footer-contacts > li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-footer .footer-contacts > li li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  padding-right: 5px;
}

#main-footer .footer-contacts > li li .icon img {
  max-width: 18px;
}

#main-footer .clutch-reviews {
  margin: 0 0 28px 0;
}

#main-footer .footer-contacts > li li.has-top-margin {
  margin-top: 20px;
}

#main-footer .inline-links li {
  margin: 0 0 0 15px;
}

@media screen and (max-width: 991px) {
  #main-footer .inline-links li {
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 992px) {
  #main-footer .inline-links li a:hover {
    opacity: .65;
  }
}

@media screen and (max-width: 991px) {
  #main-footer .inline-links li a img {
    max-width: 22px;
    max-height: 20px;
  }
}

#main-footer .inline-links li:first-child {
  margin: 0;
}

/*Blog posts*/
.blog-posts {
  display: none;
}

.blog-posts.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*PortFolio posts*/
.inner-page.portfolio .list .project {
  display: none;
}

.inner-page.portfolio .list .project.current {
  display: block;
}

/* Contact  Form*/
#wd-contact-form.contact-form input {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 16px 0;
  border: 0;
  border-bottom: 2px solid #FAFAFF;
  background: transparent;
  /*text-transform: capitalize;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: #FAFAFF;
}

.contact-form ::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 24px;
  color: #FAFAFF;
}

.contact-form :-ms-input-placeholder {
  font-weight: 500;
  font-size: 24px;
  color: #FAFAFF;
}

.contact-form ::-ms-input-placeholder {
  font-weight: 500;
  font-size: 24px;
  color: #FAFAFF;
}

.contact-form ::placeholder {
  font-weight: 500;
  font-size: 24px;
  color: #FAFAFF;
}

.contact-form .ginput_container {
  margin: 0;
  padding: 0px 0 5px 0;
}

@media screen and (max-width: 575px) {
  .contact-form ::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #FAFAFF;
  }
  .contact-form :-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #FAFAFF;
  }
  .contact-form ::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #FAFAFF;
  }
  .contact-form ::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #FAFAFF;
  }
  .contact-form .ginput_container {
    margin: 0 0 15px 0;
    padding: 0px 0 5px 0;
  }
  #wd-contact-form.contact-form input {
    font-size: 16px;
    padding: 0 0 16px 0;
    border: 0;
    border-bottom: 2px solid #FAFAFF;
    background: transparent;
    /*text-transform: capitalize;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #FAFAFF;
  }
  .btn.btn-primary, #wd-contact-form #gform_submit_button_1 .btn.btn-primary, #wd-contact-form #gform_submit_button_2 {
    padding: 15px 43px;
    font-size: 16px;
    margin-top: 5px;
  }
}

/*  Partners List item*/

.partners.section {
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .partners.section .list li.list-partners-item {
    width: 46%;
    margin: 8px auto 8px 8px !important;
    padding: 0;
  }
}

.partners.section .owl-carousel {
  width: 100vw;
}

.partners.section .owl-carousel img {
  width: auto;
  max-width: 90px;
}

@media screen and (max-width: 400px) {
  .partners.section .owl-carousel img {
    max-width: 80px;
  }
}

.partners.section .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Tech Stack Mobile */
.section.tech-stack .mobile-view ul :last-child {
  margin-left: 8px;
}

/* Footer Mobile and Desktop*/
#main-footer .container .mobile-icons a {
  margin: 0 0 15px 0;
}

#main-footer .container .idea-block a {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 767px) {
  #main-footer .idea-block {
    padding: 0;
  }
  #main-footer .container .idea-block a {
    margin: 0 0 61px 0;
  }
}

#main-footer .container .desktop-clutch a {
  margin: 0 0 15px 0;
}

@media screen and (max-width: 575px) {
  #main-footer .idea-block .heading {
    margin: 0 0 15px 0;
    line-height: 38px;
    font-size: 32px;
  }
}

/*about us page changes*/
.about-us img {
  border-radius: 10px;
}

.about-us .name {
  /*text-align: center;*/
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

a, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* Ecommerce services */

.ecommerce-services .page-heading-holder {
  margin: 0 0 65px 0;
}

.ecommerce-services {
  margin: 0 0 100px 0;
}

.ecommerce-services .nav-tabs {
  margin: 0 0 65px 0;
  border: 0;
}

.ecommerce-services .nav-tabs .nav-item .nav-link {
  padding: 0 20px 15px 20px;
  min-width: 220px;
  line-height: 24px;
  border: 0;
  background: none;
  border-bottom: 6px solid #40392F;
  color: #99948C;
  font-size: 24px;
  border-radius: 0;
}

.ecommerce-services .tab-pane {
  padding: 0;
}

.ecommerce-services .nav-tabs .nav-item .nav-link[aria-selected="true"] {
  color: #E1BB80;
  border-color: #E1BB80;
}

@media screen and (min-width: 992px) {
  .ecommerce-services .nav-tabs .nav-item .nav-link:hover {
    color: #E1BB80;
  }
}

.ecommerce-services .services-list {
  margin: 0 -12px;
}

.ecommerce-services .services-list [class*="col-"] {
  padding: 0 12px;
}

.ecommerce-services .services-list .service {
  margin-bottom: 24px;
  background: #2D2D2D;
  border-radius: 8px;
}

.ecommerce-services .services-list .service .image {
  overflow: hidden;
}

.ecommerce-services .services-list .service .image img {
  border-radius: 8px 8px 0px 0px;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .ecommerce-services .services-list .service .image:hover img {
    transform: scale(1.1);
  }
}


.ecommerce-services .services-list .service .details {
  padding: 24px 15px;
}

.ecommerce-services .services-list .service .details .name {
  margin: 0 0 17px 0;
  line-height: 26px;
  font-size: 20px;
  font-family: var(--metro-700);
}

.ecommerce-services .services-list .service .details .name a {
  color: #FAFAFF;
}

@media screen and (min-width: 992px) {
  .ecommerce-services .services-list .service .details .name a:hover {
    color: #E1BB80;
  }
}

.ecommerce-services .services-list .service .excerpt {
  margin: 0 0 22px 0;
  line-height: 24px;
  color: #BBB;
}

.modal.ecommerce-modal .modal-dialog {
  max-width: 998px;
  margin-top: 19.51vh;
  margin-bottom: 19.51vh;
}

.modal.ecommerce-modal .modal-dialog .modal-content {
  background: #2D2D2D;
  border: 2px solid #474747;
  border-radius: 8px;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 24px;
  right: 34px;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 0;
  background: url('/wp-content/uploads/2022/06/modal-close.svg') center center no-repeat;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .modal.ecommerce-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}


.modal.ecommerce-modal .modal-dialog .modal-content .modal-body {
  padding: 48px 95px 15px 48px;
  line-height: 24px;
  color: #ddd;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body > .row {
  margin: 0 -30px;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body > .row > [class*="col-"] {
  padding: 0 30px;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body p {
  margin: 0 0 25px 0;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body ul li {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  line-height: 22px;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #E1BB80;
  border-radius: 50%;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body h5,
.modal.ecommerce-modal .modal-dialog .modal-content .modal-body h6 {
  margin: 0 0 18px 0;
  line-height: 32px;
  font-size: 32px;
  font-family: var(--metro-700);
  color: #ddd;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body h6 {
  line-height: 30px;
  font-size: 24px;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body ul li:last-child {
  margin: 0;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-body p:last-child {
  margin: 0;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-footer {
  padding: 0 95px 42px 0;
  border: 0;
}

@media (max-width: 575px) {
  .modal.ecommerce-modal .modal-dialog .modal-content .modal-footer {
    padding: 0 0 42px 0;
  }
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-footer .price {
  position: relative;
  top: 6px;
  margin: 0 105px 0 0;
  font-family: var(--metro-700);
  line-height: 18px;
  font-size: 18px;
  color: #FAFAFF;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .modal.ecommerce-modal .modal-dialog .modal-content .modal-footer .price {
    margin: 0px;
    margin-bottom: 20px;
  }
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-footer .price strong {
  display: block;
  margin: 2px 0 0 0;
  line-height: 48px;
  font-size: 48px;
  color: #E1BB80;
}

.modal.ecommerce-modal .modal-dialog .modal-content .modal-footer .btn {
  padding: 9px 28px;
  font-size: 18px;
}

/* Updated portfolio list page */

.portfolio-list-page {
  margin: 0 0 95px 0;
}

.portfolio-list-page .page-heading-holder {
  margin: 0 0 67px 0;
}

.portfolio-list-page .page-heading-holder .page-heading {
  line-height: 65px;
  font-size: 65px;
}

@media screen and (max-width: 1200px) {
  .portfolio-list-page .nav-tabs {
    margin-left: -12px;
    margin-right: -12px;
  }
  .portfolio-list-page .nav-tabs .nav-item {
    width: calc(25% - 24px);
    margin: 0 12px;
  }
  .portfolio-list-page .nav-tabs .nav-item .nav-link {
    min-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-list-page .page-heading-holder {
    margin: 0 0 43px 0;
  }
  .portfolio-list-page .nav-tabs .nav-item .nav-link {
    padding: 0 0 8px 0;
    font-size: 18px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-list-page .nav-tabs {
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 15px);
  }
  .portfolio-list-page .nav-tabs .nav-item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-list-page .page-heading-holder .page-heading {
    margin: 0 0 13px 0;
    line-height: 32px;
    font-size: 32px;
  }
}

.portfolio-list-page .list {
  margin: 0 -12px;
}

.portfolio-list-page .list [class*="col-"] {
  padding: 0 12px;
  margin: 0 0 24px 0;
}

.portfolio-list-page .list .project {
  border-radius: 8px;
}

.portfolio-list-page .list .contact-us-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  height: 100%;
  background-color: #2D2D2D;
  border-radius: 8px;
  text-align: center;
}

.portfolio-list-page .list .contact-us-cta .heading {
  margin: 0 0 27px 0;
  line-height: 50px;
  font-size: 44px;
  font-family: var(--metro-700);
  color: #fff;
  text-transform: uppercase;
}

.portfolio-list-page .list .contact-us-cta span {
  display: block;
  padding: 0 15%;
  margin: 0 0 42px 0;
  line-height: 24px;
}

.portfolio-list-page .list .contact-us-cta .btn {
  width: auto;
  min-width: 165px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .portfolio-list-page .list .contact-us-cta .heading {
    margin: 0 0 20px 0;
    line-height: 44px;
    font-size: 38px;
  }
  .portfolio-list-page .list .contact-us-cta span {
    padding: 0 5%;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-list-page .list .project {
    height: 405px;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .portfolio-list-page .list .project {
    height: 405px;
  }
  .portfolio-list-page .list .contact-us-cta {
    padding: 44px 48px;
  }
  .portfolio-list-page .list .contact-us-cta .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: left;
  }
  .portfolio-list-page .list .contact-us-cta .info-holder > div {
    max-width: 50%;
  }
  .portfolio-list-page .list .contact-us-cta .heading {
    margin: 0 0 8px 0;
    line-height: 40px;
    font-size: 36px;
    text-align: left;
  }
  .portfolio-list-page .list .contact-us-cta span {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .portfolio-list-page .list .contact-us-cta {
    padding: 44px 30px;
  }
  .portfolio-list-page .list .contact-us-cta .heading {
    line-height: 38px;
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-list-page .list .project {
    height: 280px;
  }
  .portfolio-list-page .list .contact-us-cta {
    padding: 34px 20px;
  }
  .portfolio-list-page .list .contact-us-cta .heading {
    margin: 0 0 5px 0;
  }
  .portfolio-list-page .list .contact-us-cta span {
    padding: 0 5%;
    margin: 0 0 20px 0;
  }
}

.ecommerce-services .nav-tabs,
.portfolio-list-page .nav-tabs {
  margin: 0 0 65px 0;
  border: 0;
}

.portfolio-list-page .nav-tabs .nav-item {
  margin: 0 24px 0 0;
}

.ecommerce-services .nav-tabs .nav-item {
  margin-top: 10px;
}

.ecommerce-services .nav-tabs .nav-item:last-child {
  margin-top: 10px !important;
}

.ecommerce-services .nav-tabs .nav-item:last-child,
.portfolio-list-page .nav-tabs .nav-item:last-child {
  margin: 0;
}

.ecommerce-services .nav-tabs .nav-item .nav-link,
.portfolio-list-page .nav-tabs .nav-item .nav-link {
  padding: 0 20px 15px 20px;
  min-width: 220px;
  line-height: 24px;
  border: 0;
  background: none;
  border-bottom: 6px solid #40392F;
  color: #99948C;
  font-size: 24px;
  border-radius: 0;
}
.ecommerce-services .nav-tabs .nav-item .nav-link[aria-selected="true"],
.portfolio-list-page .nav-tabs .nav-item .nav-link[aria-selected="true"] {
  color: #E1BB80;
  border-color: #E1BB80;
}

@media screen and (min-width: 992px) {
  .ecommerce-services .nav-tabs .nav-item .nav-link:hover,
  .portfolio-list-page .nav-tabs .nav-item .nav-link:hover {
    border-color: #E1BB80;
    color: #E1BB80;
  }
}

@media screen and (max-width: 991px) {
.portfolio-list-page .nav-tabs .nav-item .nav-link {
    padding: 0 0 8px 0;
    font-size: 18px;
    white-space: nowrap;
}}

@media screen and (max-width: 1200px){
.portfolio-list-page .nav-tabs .nav-item .nav-link {
    min-width: 100%;
}}

/*single service image p tag fix*/
.single-service-ecom-images p {
    display: none;
}

/* Start News page */
.news-page {
    padding: 0 0 90px 0;
}

.news-page .posts-list {
    position: relative;
    padding: 0 0 0 125px;
}


@media screen and (max-width: 1299px) {
    .news-page .posts-list {
    padding: 0 0 0 100px;
    }
}

@media screen and (min-width: 1200px) {
    .news-page .posts-list::before {
    content: '';
    position: absolute;
    top: -50vh;
    left: -20px;
    bottom: -400px;
    width: 2px;
    background-color: #3A3A3A;
    }  
}

@media screen and (max-width: 1199px) {
    .news-page .posts-list {
    position: relative;
    padding: 0;
    }
}

.news-page .posts-list .post .posted-on {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: calc(100% + 45px);
    bottom: 0;
    height: 22px;
    width: 110px;
    margin: auto 0;
    padding: 0 0 0 30px;
    color: #E1BB80;
    font-size: 16px;
}

.news-page .posts-list .post .mobile-posted-on {
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #E1BB80;
}

@media screen and (max-width: 1299px) {
    .news-page .posts-list .post .posted-on {
    right: calc(100% + 20px);
    }
}

@media screen and (max-width: 1199px) {
    .news-page .posts-list .post .posted-on {
    display: none;
    }
}

.news-page .posts-list .post .posted-on::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
    background: url('/../wp-content/uploads/2022/10/posted-on-circle-icon.svg') center center no-repeat;
}

.news-page .posts-list .post {
    margin: 0 0 49px 0;
    z-index: 2;
}

@media screen and (min-width: 576px) {
    .news-page .posts-list .post {
    position: relative;
    display: flex;
    align-items: flex-start;
    }
}

.news-page .posts-list .post header {
    position: relative;
    margin: 0 25px 0 0;
}

.news-page .posts-list .post .featured-image {
    min-width: 200px;
}

@media screen and (max-width: 991px) {
    .news-page .posts-list .post .featured-image {
    min-width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .news-page .posts-list .post header {
    margin: 0 0 15px 0;
    }

    .news-page .posts-list .post .featured-image {
    min-width: 100%;
    margin: 0;
    }
}

.news-page .posts-list .post .featured-image img {
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

@media screen {
    @media (min-width: 992px) {
    .news-page .posts-list .post .featured-image img:hover {
        opacity: .85;
    }
    }
}

.news-page .posts-list .post .entry-title {
    margin: 0 0 19px 0;
    line-height: 24px;
    font-family: var(--metro-700);
    font-size: 24px;
}

.news-page .posts-list .post .entry-title a {
    line-height: 30px;
}

@media screen and (max-width: 1199px) {
    .news-page .posts-list .post .entry-title,
    .news-page .posts-list .post .entry-title a {
    line-height: 29px;
    }
}

.news-page .posts-list .post .excerpt {
    margin: 0 0 14px 0;
    line-height: 24px;
    color: #C1C1C1;
}

.news-page .posts-list .post .excerpt p {
    margin: 0 0 25px 0;
}

.news-page .posts-list .post .excerpt p:last-child {
    margin: 0;
}
  

@media screen and (max-width: 767px) {
    .news-page .sidebar {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .news-page .container > .row {
        margin: 0 -20px;
    }

    .news-page .container > .row > [class*="col-"] {
        padding: 0 20px;
    }
}

.news-page .sidebar .widget {
    margin: 0 0 50px 0;
}

.news-page .sidebar .widget-heading {
    margin: 0 0 25px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: 'Metropolis 700';
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .news-page .sidebar .widget-heading {
        line-height: 26px !important;
        font-size: 18px !important;
    }

    .news-page .sidebar ul.links li a, .single-news .post-sidebar ul.links li a {
        line-height: 22px;
        font-size: 18px;
    }
}

.news-page .sidebar ul li.has-icon, .single-news .post-sidebar ul li.has-icon {
    position: relative;
    padding: 0 0 0 25px;
}

.news-page .sidebar ul li.has-icon::before, .single-news .post-sidebar ul li.has-icon::before {
    content: '';
    position: absolute;
    left: 0;
}

.news-page .sidebar ul li.has-icon.phone::before, .single-news .post-sidebar ul li.has-icon.phone::before {
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/2022/06/sidebar-phone-icon.svg") center center no-repeat;
}

.news-page .sidebar ul li.has-icon.email::before, .single-news .post-sidebar ul li.has-icon.email::before {
    top: 2px;
    width: 18px;
    height: 14px;
    background: url("/wp-content/uploads/2022/06/sidebar-email-icon.svg") center center no-repeat;
}

.news-page .sidebar ul.links li, .single-news .post-sidebar ul.links li {
    margin: 0 0 10px 0;
}

.news-page .sidebar ul.links li:last-child, .single-news .post-sidebar ul.links li:last-child {
    margin: 0;
}

.news-page .sidebar ul.links li a, .single-news .post-sidebar ul.links li a {
    line-height: 25px;
    font-size: 20px;
    color: #747476;
    font-family: 'Metropolis 600';
}

.news-page .sidebar ul.links li a:hover, .single-news .post-sidebar ul.links li a:hover {
    color: #fff;
}

.news-page .sidebar .btn  {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    font-family: 'Metropolis 600';
    text-align: center;
}

.news-page .sidebar .contact .image, .single-news .post-sidebar .contact .image {
    margin: 0 0 30px 0;
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .news-page .sidebar .contact .image, .single-news .post-sidebar .contact .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.news-page .sidebar .contact ul {
    margin: 0 0 33px 0;
}

.news-page .sidebar .contact ul li, .single-news .post-sidebar .contact ul li {
    margin: 0 0 8px 0;
    font-family: 'Metropolis 400';
    font-size: 16px;
}

.single-news .post-sidebar .contact ul li:last-child {
    margin: 0 0 30px 0;
}

.news-page .sidebar .contact ul li:last-child {
    margin: 0;
}

.news-page .sidebar .newsletter {
    text-align: right;
}

.news-page .sidebar .newsletter .widget-heading {
    text-align: left;
}

.news-page .sidebar .newsletter .form-group {
    margin: 0 0 15px 0;
}

.news-page .sidebar .newsletter input[type="email"] {
    height: 48px;
    padding: 0 20px 0 40px;
    border: 0;
    background: #2C2C2C url("/wp-content/uploads/2022/06/sidebar-dark-email-icon.svg") 15px center no-repeat;
    color: #fff;
    font-family: 'Metropolis 400';
    font-size: 16px;
    text-align: left;
    border-radius: 8px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .news-page .sidebar .newsletter input[type="email"] {
        font-size: 13px;
    }
}

.news-page .sidebar .newsletter input[type="email"]::-webkit-input-placeholder {
    color: #747476;
}

.news-page .sidebar .newsletter input[type="email"]::-moz-placeholder {
    color: #747476;
}

.news-page .sidebar .newsletter input[type="email"]:-ms-input-placeholder {
    color: #747476;
}

.news-page .sidebar .newsletter input[type="email"]:-moz-placeholder {
    color: #747476;
}

.news-page .sidebar .newsletter .btn  {
    display: inline-block;
    width: auto;
    min-width: 145px;
    padding-left: 10px;
    padding-right: 10px;
}
  
.page-template-page-news header#main-header {
    padding: 0 0 30px 0;
    background-color: #222;
}

.single-news .post-thumb img {
    width: 100%;
}

.single-news .blog-post .main-post.post .entry-meta li a.category {
    pointer-events: none;
}

.single-news .blog-post .main-post.post .posted-by a {
    pointer-events: none;
}
/* END News page */

/*START Header spacing fix for News section to be implamented */
#main-header .nav-holder .navbar-nav > li {
    margin: 0px 58px 0 0!important;
}

@media screen and (max-width: 1199px) {
    #main-header .nav-holder .navbar-nav > li {
        margin: 0 26px 0 0!important;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    body .country-selector.weglot-dropdown {
        margin-right: 16px;
        margin-top: 0;
    }
}

.country-selector.weglot-dropdown .wgcurrent span.wglanguage-name {
    display: flex!important;
}


/*END Header spacing fix for News section to be implamented */

/* START 404 css edzhus */
.container-404 {
  margin-bottom: 135px;
}
.content-404 h1 {
  font-family: 'Metropolis 700';
  font-weight: 800;
  font-size: 120px;
  line-height: 120px;
  color: #E1BB80;
}
.content-404 p {
  max-width: 430px;
}
.content-404 h2 {
  text-transform: uppercase;
}
/* END 404 css edzhus */

/* START of success story css*/
.success-story-page .content-col {
  background: #2d2d2d;
  padding: 25px;
  border-radius: 0px 10px 10px 0px;
}
.success-story-page .img-col {
  padding: 0px;
}
.success-story-page .row {
  margin: 0px !important;
}
@media (min-width: 1220px) {
  .success-story-page .img-col {
    width: 45%;
  }
  .success-story-page .content-col {
    width: 55%;
  }
}
@media (min-width: 991px) and (max-width: 1220px) {
  .success-story-page .img-col {
    width: 50%;
  }
  .success-story-page .content-col {
    width: 50%;
    padding: 15px;
  }
  .success-story-page .content-col h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
  }
  .success-story-page .content-col .excerpt {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
}
.success-story-page .posts-list article {
  margin-bottom: 25px;
}
.success-story-page .posts-list article:last-child {
  margin-bottom: 0px;
}
.success-story-page .posts-list .circle-divider {
  width: 5px;
  height: 5px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 8px;
  margin-top: -1px;
}
.success-story-page .posts-list .post-meta p,
.success-story-page .posts-list .post-meta span {
  margin: 0px;
  font-size: 14px;
  color: #BBBBBB;
  line-height: 14px;
}
.success-story-page .posts-list .post-meta {
  margin-bottom: 15px;
}

.success-story-page .posts-list h3 a {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px !important;
  color: #fafafa;
  margin-bottom: 15px;
}
.success-story-page .posts-list .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #bbb;
}

.success-story-page .posts-list .featured-image img {
  border-radius: 10px 0px 0px 10px;
}
.success-story-page .posts-list {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .success-story-page .posts-list {
    margin-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .success-story-page .posts-list .featured-image img {
    border-radius: 10px 10px 0px 0px;
  }
  .success-story-page .content-col {
    border-radius: 0px 0px 10px 10px;
  }
}
.single-success-story .post-sidebar .newsletter input[type="email"] {
  height: 48px;
  padding: 0 20px 0 40px;
  border: 0;
  background: #2C2C2C url("/wp-content/uploads/2022/06/sidebar-dark-email-icon.svg") 15px center no-repeat;
  color: #fff;
  font-family: 'Metropolis 400';
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
}

.success-story-page {
  padding: 0 0 90px 0;
}

@media screen and (max-width: 767px) {
  .success-story-page .sidebar {
      margin-top: 50px;
  }
}

.success-story-page .sidebar .widget {
  margin: 0 0 50px 0;
}

.success-story-page .sidebar .widget-heading {
  margin: 0 0 25px 0;
  line-height: 30px;
  font-size: 24px;
  font-family: 'Metropolis 700';
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .success-story-page .sidebar .widget-heading {
      line-height: 26px !important;
      font-size: 18px !important;
  }

  .success-story-page .sidebar ul.links li a, .single-success-story .post-sidebar ul.links li a {
      line-height: 22px;
      font-size: 18px;
  }
}

.success-story-page .sidebar ul li.has-icon, .single-success-story .post-sidebar ul li.has-icon {
  position: relative;
  padding: 0 0 0 25px;
}

.success-story-page .sidebar ul li.has-icon::before, .single-success-story .post-sidebar ul li.has-icon::before {
  content: '';
  position: absolute;
  left: 0;
}

.success-story-page .sidebar ul li.has-icon.phone::before, .single-success-story .post-sidebar ul li.has-icon.phone::before {
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2022/06/sidebar-phone-icon.svg") center center no-repeat;
}

.success-story-page .sidebar ul li.has-icon.email::before, .single-success-story .post-sidebar ul li.has-icon.email::before {
  top: 2px;
  width: 18px;
  height: 14px;
  background: url("/wp-content/uploads/2022/06/sidebar-email-icon.svg") center center no-repeat;
}

.success-story-page .sidebar ul.links li, .single-success-story .post-sidebar ul.links li {
  margin: 0 0 10px 0;
}

.success-story-page .sidebar ul.links li:last-child, .single-success-story .post-sidebar ul.links li:last-child {
  margin: 0;
}

.success-story-page .sidebar ul.links li a, .single-success-story .post-sidebar ul.links li a {
  line-height: 25px;
  font-size: 20px;
  color: #747476;
  font-family: 'Metropolis 600';
}

.success-story-page .sidebar ul.links li a:hover, .single-success-story .post-sidebar ul.links li a:hover {
  color: #fff;
}

.success-story-page .sidebar .btn  {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-family: 'Metropolis 600';
  text-align: center;
}

.success-story-page .sidebar .contact .image, .single-success-story .post-sidebar .contact .image {
  margin: 0 0 30px 0;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .success-story-page .sidebar .contact .image, .single-success-story .post-sidebar .contact .image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
}

.success-story-page .sidebar .contact ul {
  margin: 0 0 33px 0;
}

.success-story-page .sidebar .contact ul li, .single-success-story .post-sidebar .contact ul li {
  margin: 0 0 8px 0;
  font-family: 'Metropolis 400';
  font-size: 16px;
}

.single-success-story .post-sidebar .contact ul li:last-child {
  margin: 0 0 30px 0;
}

.success-story-page .sidebar .contact ul li:last-child {
  margin: 0;
}

.success-story-page .sidebar .newsletter {
  text-align: right;
}

.success-story-page .sidebar .newsletter .widget-heading {
  text-align: left;
}

.success-story-page .sidebar .newsletter .form-group {
  margin: 0 0 15px 0;
}

.success-story-page .sidebar .newsletter input[type="email"] {
  height: 48px;
  padding: 0 20px 0 40px;
  border: 0;
  background: #2C2C2C url("/wp-content/uploads/2022/06/sidebar-dark-email-icon.svg") 15px center no-repeat;
  color: #fff;
  font-family: 'Metropolis 400';
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .success-story-page .sidebar .newsletter input[type="email"] {
      font-size: 13px;
  }
}

.success-story-page .sidebar .newsletter input[type="email"]::-webkit-input-placeholder {
  color: #747476;
}

.success-story-page .sidebar .newsletter input[type="email"]::-moz-placeholder {
  color: #747476;
}

.success-story-page .sidebar .newsletter input[type="email"]:-ms-input-placeholder {
  color: #747476;
}

.success-story-page .sidebar .newsletter input[type="email"]:-moz-placeholder {
  color: #747476;
}

.success-story-page .sidebar .newsletter .btn  {
  display: inline-block;
  width: auto;
  min-width: 145px;
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-page-news header#main-header {
  padding: 0 0 30px 0;
  background-color: #222;
}

.single-success-story .post-thumb img {
  width: 100%;
}

.single-success-story .blog-post .main-post.post .entry-meta li a.category {
  pointer-events: none;
}

.single-success-story .blog-post .thumbnail-image img {
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-success-story .blog-post .entry-title {
  margin-bottom: 30px;
}

.single-success-story .blog-post .circle-divider {
  width: 5px;
  height: 5px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 8px;
  margin-top: -1px;
}
.single-success-story .blog-post .post-meta p,
.single-success-story .blog-post .post-meta span {
  margin: 0px;
  font-size: 14px;
  color: #BBBBBB;
  line-height: 14px;
}
.single-success-story .blog-post .main-post.post header {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgba(225, 187, 128, 0.1);
}
.single-success-story .blog-post .social-sharing .facebook-logo {
  background: url("/wp-content/uploads/2023/06/Vector.svg");
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .single-success-story .blog-post .post-sidebar {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
}}
@media screen and (max-width: 767px) {
  .single-success-story .blog-post .post-sidebar {
    margin-top: 50px;
    padding-top: 0px;
    border: none;
}}
.single-success-story .post-sidebar .btn {
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-family: 'Metropolis 600';
  text-align: center;
}
/* END of success story css*/