/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/main.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prata&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/bootstrap/scss/bootstrap.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #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", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-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:focus {
  outline: 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.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.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 5 6 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.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.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);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

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

.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.5rem;
}

.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.25rem;
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.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.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: 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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: 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");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/owl.carousel/dist/assets/owl.carousel.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/owl.carousel/dist/assets/owl.theme.default.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/animate.min.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/remixicon.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************/
/*
* Remix Icon v4.3.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2024-06-13
*/
@font-face {
  font-family: "remixicon";
  src: url('https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.eot'); /* IE9*/
  src: url('https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.woff2") format("woff2"),
  url("https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.woff") format("woff"),
  url('https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.svg#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-24-hours-fill:before { content: "\ea01"; }
.ri-24-hours-line:before { content: "\ea02"; }
.ri-4k-fill:before { content: "\ea03"; }
.ri-4k-line:before { content: "\ea04"; }
.ri-a-b:before { content: "\ea05"; }
.ri-account-box-fill:before { content: "\ea06"; }
.ri-account-box-line:before { content: "\ea07"; }
.ri-account-circle-fill:before { content: "\ea08"; }
.ri-account-circle-line:before { content: "\ea09"; }
.ri-account-pin-box-fill:before { content: "\ea0a"; }
.ri-account-pin-box-line:before { content: "\ea0b"; }
.ri-account-pin-circle-fill:before { content: "\ea0c"; }
.ri-account-pin-circle-line:before { content: "\ea0d"; }
.ri-add-box-fill:before { content: "\ea0e"; }
.ri-add-box-line:before { content: "\ea0f"; }
.ri-add-circle-fill:before { content: "\ea10"; }
.ri-add-circle-line:before { content: "\ea11"; }
.ri-add-fill:before { content: "\ea12"; }
.ri-add-line:before { content: "\ea13"; }
.ri-admin-fill:before { content: "\ea14"; }
.ri-admin-line:before { content: "\ea15"; }
.ri-advertisement-fill:before { content: "\ea16"; }
.ri-advertisement-line:before { content: "\ea17"; }
.ri-airplay-fill:before { content: "\ea18"; }
.ri-airplay-line:before { content: "\ea19"; }
.ri-alarm-fill:before { content: "\ea1a"; }
.ri-alarm-line:before { content: "\ea1b"; }
.ri-alarm-warning-fill:before { content: "\ea1c"; }
.ri-alarm-warning-line:before { content: "\ea1d"; }
.ri-album-fill:before { content: "\ea1e"; }
.ri-album-line:before { content: "\ea1f"; }
.ri-alert-fill:before { content: "\ea20"; }
.ri-alert-line:before { content: "\ea21"; }
.ri-aliens-fill:before { content: "\ea22"; }
.ri-aliens-line:before { content: "\ea23"; }
.ri-align-bottom:before { content: "\ea24"; }
.ri-align-center:before { content: "\ea25"; }
.ri-align-justify:before { content: "\ea26"; }
.ri-align-left:before { content: "\ea27"; }
.ri-align-right:before { content: "\ea28"; }
.ri-align-top:before { content: "\ea29"; }
.ri-align-vertically:before { content: "\ea2a"; }
.ri-alipay-fill:before { content: "\ea2b"; }
.ri-alipay-line:before { content: "\ea2c"; }
.ri-amazon-fill:before { content: "\ea2d"; }
.ri-amazon-line:before { content: "\ea2e"; }
.ri-anchor-fill:before { content: "\ea2f"; }
.ri-anchor-line:before { content: "\ea30"; }
.ri-ancient-gate-fill:before { content: "\ea31"; }
.ri-ancient-gate-line:before { content: "\ea32"; }
.ri-ancient-pavilion-fill:before { content: "\ea33"; }
.ri-ancient-pavilion-line:before { content: "\ea34"; }
.ri-android-fill:before { content: "\ea35"; }
.ri-android-line:before { content: "\ea36"; }
.ri-angularjs-fill:before { content: "\ea37"; }
.ri-angularjs-line:before { content: "\ea38"; }
.ri-anticlockwise-2-fill:before { content: "\ea39"; }
.ri-anticlockwise-2-line:before { content: "\ea3a"; }
.ri-anticlockwise-fill:before { content: "\ea3b"; }
.ri-anticlockwise-line:before { content: "\ea3c"; }
.ri-app-store-fill:before { content: "\ea3d"; }
.ri-app-store-line:before { content: "\ea3e"; }
.ri-apple-fill:before { content: "\ea3f"; }
.ri-apple-line:before { content: "\ea40"; }
.ri-apps-2-fill:before { content: "\ea41"; }
.ri-apps-2-line:before { content: "\ea42"; }
.ri-apps-fill:before { content: "\ea43"; }
.ri-apps-line:before { content: "\ea44"; }
.ri-archive-drawer-fill:before { content: "\ea45"; }
.ri-archive-drawer-line:before { content: "\ea46"; }
.ri-archive-fill:before { content: "\ea47"; }
.ri-archive-line:before { content: "\ea48"; }
.ri-arrow-down-circle-fill:before { content: "\ea49"; }
.ri-arrow-down-circle-line:before { content: "\ea4a"; }
.ri-arrow-down-fill:before { content: "\ea4b"; }
.ri-arrow-down-line:before { content: "\ea4c"; }
.ri-arrow-down-s-fill:before { content: "\ea4d"; }
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-arrow-drop-down-fill:before { content: "\ea4f"; }
.ri-arrow-drop-down-line:before { content: "\ea50"; }
.ri-arrow-drop-left-fill:before { content: "\ea51"; }
.ri-arrow-drop-left-line:before { content: "\ea52"; }
.ri-arrow-drop-right-fill:before { content: "\ea53"; }
.ri-arrow-drop-right-line:before { content: "\ea54"; }
.ri-arrow-drop-up-fill:before { content: "\ea55"; }
.ri-arrow-drop-up-line:before { content: "\ea56"; }
.ri-arrow-go-back-fill:before { content: "\ea57"; }
.ri-arrow-go-back-line:before { content: "\ea58"; }
.ri-arrow-go-forward-fill:before { content: "\ea59"; }
.ri-arrow-go-forward-line:before { content: "\ea5a"; }
.ri-arrow-left-circle-fill:before { content: "\ea5b"; }
.ri-arrow-left-circle-line:before { content: "\ea5c"; }
.ri-arrow-left-down-fill:before { content: "\ea5d"; }
.ri-arrow-left-down-line:before { content: "\ea5e"; }
.ri-arrow-left-fill:before { content: "\ea5f"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-right-fill:before { content: "\ea61"; }
.ri-arrow-left-right-line:before { content: "\ea62"; }
.ri-arrow-left-s-fill:before { content: "\ea63"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-arrow-left-up-fill:before { content: "\ea65"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-circle-fill:before { content: "\ea67"; }
.ri-arrow-right-circle-line:before { content: "\ea68"; }
.ri-arrow-right-down-fill:before { content: "\ea69"; }
.ri-arrow-right-down-line:before { content: "\ea6a"; }
.ri-arrow-right-fill:before { content: "\ea6b"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-right-up-fill:before { content: "\ea6f"; }
.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-up-circle-fill:before { content: "\ea71"; }
.ri-arrow-up-circle-line:before { content: "\ea72"; }
.ri-arrow-up-down-fill:before { content: "\ea73"; }
.ri-arrow-up-down-line:before { content: "\ea74"; }
.ri-arrow-up-fill:before { content: "\ea75"; }
.ri-arrow-up-line:before { content: "\ea76"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }
.ri-artboard-2-fill:before { content: "\ea79"; }
.ri-artboard-2-line:before { content: "\ea7a"; }
.ri-artboard-fill:before { content: "\ea7b"; }
.ri-artboard-line:before { content: "\ea7c"; }
.ri-article-fill:before { content: "\ea7d"; }
.ri-article-line:before { content: "\ea7e"; }
.ri-aspect-ratio-fill:before { content: "\ea7f"; }
.ri-aspect-ratio-line:before { content: "\ea80"; }
.ri-asterisk:before { content: "\ea81"; }
.ri-at-fill:before { content: "\ea82"; }
.ri-at-line:before { content: "\ea83"; }
.ri-attachment-2:before { content: "\ea84"; }
.ri-attachment-fill:before { content: "\ea85"; }
.ri-attachment-line:before { content: "\ea86"; }
.ri-auction-fill:before { content: "\ea87"; }
.ri-auction-line:before { content: "\ea88"; }
.ri-award-fill:before { content: "\ea89"; }
.ri-award-line:before { content: "\ea8a"; }
.ri-baidu-fill:before { content: "\ea8b"; }
.ri-baidu-line:before { content: "\ea8c"; }
.ri-ball-pen-fill:before { content: "\ea8d"; }
.ri-ball-pen-line:before { content: "\ea8e"; }
.ri-bank-card-2-fill:before { content: "\ea8f"; }
.ri-bank-card-2-line:before { content: "\ea90"; }
.ri-bank-card-fill:before { content: "\ea91"; }
.ri-bank-card-line:before { content: "\ea92"; }
.ri-bank-fill:before { content: "\ea93"; }
.ri-bank-line:before { content: "\ea94"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-bar-chart-2-line:before { content: "\ea96"; }
.ri-bar-chart-box-fill:before { content: "\ea97"; }
.ri-bar-chart-box-line:before { content: "\ea98"; }
.ri-bar-chart-fill:before { content: "\ea99"; }
.ri-bar-chart-grouped-fill:before { content: "\ea9a"; }
.ri-bar-chart-grouped-line:before { content: "\ea9b"; }
.ri-bar-chart-horizontal-fill:before { content: "\ea9c"; }
.ri-bar-chart-horizontal-line:before { content: "\ea9d"; }
.ri-bar-chart-line:before { content: "\ea9e"; }
.ri-barcode-box-fill:before { content: "\ea9f"; }
.ri-barcode-box-line:before { content: "\eaa0"; }
.ri-barcode-fill:before { content: "\eaa1"; }
.ri-barcode-line:before { content: "\eaa2"; }
.ri-barricade-fill:before { content: "\eaa3"; }
.ri-barricade-line:before { content: "\eaa4"; }
.ri-base-station-fill:before { content: "\eaa5"; }
.ri-base-station-line:before { content: "\eaa6"; }
.ri-basketball-fill:before { content: "\eaa7"; }
.ri-basketball-line:before { content: "\eaa8"; }
.ri-battery-2-charge-fill:before { content: "\eaa9"; }
.ri-battery-2-charge-line:before { content: "\eaaa"; }
.ri-battery-2-fill:before { content: "\eaab"; }
.ri-battery-2-line:before { content: "\eaac"; }
.ri-battery-charge-fill:before { content: "\eaad"; }
.ri-battery-charge-line:before { content: "\eaae"; }
.ri-battery-fill:before { content: "\eaaf"; }
.ri-battery-line:before { content: "\eab0"; }
.ri-battery-low-fill:before { content: "\eab1"; }
.ri-battery-low-line:before { content: "\eab2"; }
.ri-battery-saver-fill:before { content: "\eab3"; }
.ri-battery-saver-line:before { content: "\eab4"; }
.ri-battery-share-fill:before { content: "\eab5"; }
.ri-battery-share-line:before { content: "\eab6"; }
.ri-bear-smile-fill:before { content: "\eab7"; }
.ri-bear-smile-line:before { content: "\eab8"; }
.ri-behance-fill:before { content: "\eab9"; }
.ri-behance-line:before { content: "\eaba"; }
.ri-bell-fill:before { content: "\eabb"; }
.ri-bell-line:before { content: "\eabc"; }
.ri-bike-fill:before { content: "\eabd"; }
.ri-bike-line:before { content: "\eabe"; }
.ri-bilibili-fill:before { content: "\eabf"; }
.ri-bilibili-line:before { content: "\eac0"; }
.ri-bill-fill:before { content: "\eac1"; }
.ri-bill-line:before { content: "\eac2"; }
.ri-billiards-fill:before { content: "\eac3"; }
.ri-billiards-line:before { content: "\eac4"; }
.ri-bit-coin-fill:before { content: "\eac5"; }
.ri-bit-coin-line:before { content: "\eac6"; }
.ri-blaze-fill:before { content: "\eac7"; }
.ri-blaze-line:before { content: "\eac8"; }
.ri-bluetooth-connect-fill:before { content: "\eac9"; }
.ri-bluetooth-connect-line:before { content: "\eaca"; }
.ri-bluetooth-fill:before { content: "\eacb"; }
.ri-bluetooth-line:before { content: "\eacc"; }
.ri-blur-off-fill:before { content: "\eacd"; }
.ri-blur-off-line:before { content: "\eace"; }
.ri-body-scan-fill:before { content: "\eacf"; }
.ri-body-scan-line:before { content: "\ead0"; }
.ri-bold:before { content: "\ead1"; }
.ri-book-2-fill:before { content: "\ead2"; }
.ri-book-2-line:before { content: "\ead3"; }
.ri-book-3-fill:before { content: "\ead4"; }
.ri-book-3-line:before { content: "\ead5"; }
.ri-book-fill:before { content: "\ead6"; }
.ri-book-line:before { content: "\ead7"; }
.ri-book-marked-fill:before { content: "\ead8"; }
.ri-book-marked-line:before { content: "\ead9"; }
.ri-book-open-fill:before { content: "\eada"; }
.ri-book-open-line:before { content: "\eadb"; }
.ri-book-read-fill:before { content: "\eadc"; }
.ri-book-read-line:before { content: "\eadd"; }
.ri-booklet-fill:before { content: "\eade"; }
.ri-booklet-line:before { content: "\eadf"; }
.ri-bookmark-2-fill:before { content: "\eae0"; }
.ri-bookmark-2-line:before { content: "\eae1"; }
.ri-bookmark-3-fill:before { content: "\eae2"; }
.ri-bookmark-3-line:before { content: "\eae3"; }
.ri-bookmark-fill:before { content: "\eae4"; }
.ri-bookmark-line:before { content: "\eae5"; }
.ri-boxing-fill:before { content: "\eae6"; }
.ri-boxing-line:before { content: "\eae7"; }
.ri-braces-fill:before { content: "\eae8"; }
.ri-braces-line:before { content: "\eae9"; }
.ri-brackets-fill:before { content: "\eaea"; }
.ri-brackets-line:before { content: "\eaeb"; }
.ri-briefcase-2-fill:before { content: "\eaec"; }
.ri-briefcase-2-line:before { content: "\eaed"; }
.ri-briefcase-3-fill:before { content: "\eaee"; }
.ri-briefcase-3-line:before { content: "\eaef"; }
.ri-briefcase-4-fill:before { content: "\eaf0"; }
.ri-briefcase-4-line:before { content: "\eaf1"; }
.ri-briefcase-5-fill:before { content: "\eaf2"; }
.ri-briefcase-5-line:before { content: "\eaf3"; }
.ri-briefcase-fill:before { content: "\eaf4"; }
.ri-briefcase-line:before { content: "\eaf5"; }
.ri-bring-forward:before { content: "\eaf6"; }
.ri-bring-to-front:before { content: "\eaf7"; }
.ri-broadcast-fill:before { content: "\eaf8"; }
.ri-broadcast-line:before { content: "\eaf9"; }
.ri-brush-2-fill:before { content: "\eafa"; }
.ri-brush-2-line:before { content: "\eafb"; }
.ri-brush-3-fill:before { content: "\eafc"; }
.ri-brush-3-line:before { content: "\eafd"; }
.ri-brush-4-fill:before { content: "\eafe"; }
.ri-brush-4-line:before { content: "\eaff"; }
.ri-brush-fill:before { content: "\eb00"; }
.ri-brush-line:before { content: "\eb01"; }
.ri-bubble-chart-fill:before { content: "\eb02"; }
.ri-bubble-chart-line:before { content: "\eb03"; }
.ri-bug-2-fill:before { content: "\eb04"; }
.ri-bug-2-line:before { content: "\eb05"; }
.ri-bug-fill:before { content: "\eb06"; }
.ri-bug-line:before { content: "\eb07"; }
.ri-building-2-fill:before { content: "\eb08"; }
.ri-building-2-line:before { content: "\eb09"; }
.ri-building-3-fill:before { content: "\eb0a"; }
.ri-building-3-line:before { content: "\eb0b"; }
.ri-building-4-fill:before { content: "\eb0c"; }
.ri-building-4-line:before { content: "\eb0d"; }
.ri-building-fill:before { content: "\eb0e"; }
.ri-building-line:before { content: "\eb0f"; }
.ri-bus-2-fill:before { content: "\eb10"; }
.ri-bus-2-line:before { content: "\eb11"; }
.ri-bus-fill:before { content: "\eb12"; }
.ri-bus-line:before { content: "\eb13"; }
.ri-bus-wifi-fill:before { content: "\eb14"; }
.ri-bus-wifi-line:before { content: "\eb15"; }
.ri-cactus-fill:before { content: "\eb16"; }
.ri-cactus-line:before { content: "\eb17"; }
.ri-cake-2-fill:before { content: "\eb18"; }
.ri-cake-2-line:before { content: "\eb19"; }
.ri-cake-3-fill:before { content: "\eb1a"; }
.ri-cake-3-line:before { content: "\eb1b"; }
.ri-cake-fill:before { content: "\eb1c"; }
.ri-cake-line:before { content: "\eb1d"; }
.ri-calculator-fill:before { content: "\eb1e"; }
.ri-calculator-line:before { content: "\eb1f"; }
.ri-calendar-2-fill:before { content: "\eb20"; }
.ri-calendar-2-line:before { content: "\eb21"; }
.ri-calendar-check-fill:before { content: "\eb22"; }
.ri-calendar-check-line:before { content: "\eb23"; }
.ri-calendar-event-fill:before { content: "\eb24"; }
.ri-calendar-event-line:before { content: "\eb25"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-calendar-line:before { content: "\eb27"; }
.ri-calendar-todo-fill:before { content: "\eb28"; }
.ri-calendar-todo-line:before { content: "\eb29"; }
.ri-camera-2-fill:before { content: "\eb2a"; }
.ri-camera-2-line:before { content: "\eb2b"; }
.ri-camera-3-fill:before { content: "\eb2c"; }
.ri-camera-3-line:before { content: "\eb2d"; }
.ri-camera-fill:before { content: "\eb2e"; }
.ri-camera-lens-fill:before { content: "\eb2f"; }
.ri-camera-lens-line:before { content: "\eb30"; }
.ri-camera-line:before { content: "\eb31"; }
.ri-camera-off-fill:before { content: "\eb32"; }
.ri-camera-off-line:before { content: "\eb33"; }
.ri-camera-switch-fill:before { content: "\eb34"; }
.ri-camera-switch-line:before { content: "\eb35"; }
.ri-capsule-fill:before { content: "\eb36"; }
.ri-capsule-line:before { content: "\eb37"; }
.ri-car-fill:before { content: "\eb38"; }
.ri-car-line:before { content: "\eb39"; }
.ri-car-washing-fill:before { content: "\eb3a"; }
.ri-car-washing-line:before { content: "\eb3b"; }
.ri-caravan-fill:before { content: "\eb3c"; }
.ri-caravan-line:before { content: "\eb3d"; }
.ri-cast-fill:before { content: "\eb3e"; }
.ri-cast-line:before { content: "\eb3f"; }
.ri-cellphone-fill:before { content: "\eb40"; }
.ri-cellphone-line:before { content: "\eb41"; }
.ri-celsius-fill:before { content: "\eb42"; }
.ri-celsius-line:before { content: "\eb43"; }
.ri-centos-fill:before { content: "\eb44"; }
.ri-centos-line:before { content: "\eb45"; }
.ri-character-recognition-fill:before { content: "\eb46"; }
.ri-character-recognition-line:before { content: "\eb47"; }
.ri-charging-pile-2-fill:before { content: "\eb48"; }
.ri-charging-pile-2-line:before { content: "\eb49"; }
.ri-charging-pile-fill:before { content: "\eb4a"; }
.ri-charging-pile-line:before { content: "\eb4b"; }
.ri-chat-1-fill:before { content: "\eb4c"; }
.ri-chat-1-line:before { content: "\eb4d"; }
.ri-chat-2-fill:before { content: "\eb4e"; }
.ri-chat-2-line:before { content: "\eb4f"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-4-fill:before { content: "\eb52"; }
.ri-chat-4-line:before { content: "\eb53"; }
.ri-chat-check-fill:before { content: "\eb54"; }
.ri-chat-check-line:before { content: "\eb55"; }
.ri-chat-delete-fill:before { content: "\eb56"; }
.ri-chat-delete-line:before { content: "\eb57"; }
.ri-chat-download-fill:before { content: "\eb58"; }
.ri-chat-download-line:before { content: "\eb59"; }
.ri-chat-follow-up-fill:before { content: "\eb5a"; }
.ri-chat-follow-up-line:before { content: "\eb5b"; }
.ri-chat-forward-fill:before { content: "\eb5c"; }
.ri-chat-forward-line:before { content: "\eb5d"; }
.ri-chat-heart-fill:before { content: "\eb5e"; }
.ri-chat-heart-line:before { content: "\eb5f"; }
.ri-chat-history-fill:before { content: "\eb60"; }
.ri-chat-history-line:before { content: "\eb61"; }
.ri-chat-new-fill:before { content: "\eb62"; }
.ri-chat-new-line:before { content: "\eb63"; }
.ri-chat-off-fill:before { content: "\eb64"; }
.ri-chat-off-line:before { content: "\eb65"; }
.ri-chat-poll-fill:before { content: "\eb66"; }
.ri-chat-poll-line:before { content: "\eb67"; }
.ri-chat-private-fill:before { content: "\eb68"; }
.ri-chat-private-line:before { content: "\eb69"; }
.ri-chat-quote-fill:before { content: "\eb6a"; }
.ri-chat-quote-line:before { content: "\eb6b"; }
.ri-chat-settings-fill:before { content: "\eb6c"; }
.ri-chat-settings-line:before { content: "\eb6d"; }
.ri-chat-smile-2-fill:before { content: "\eb6e"; }
.ri-chat-smile-2-line:before { content: "\eb6f"; }
.ri-chat-smile-3-fill:before { content: "\eb70"; }
.ri-chat-smile-3-line:before { content: "\eb71"; }
.ri-chat-smile-fill:before { content: "\eb72"; }
.ri-chat-smile-line:before { content: "\eb73"; }
.ri-chat-upload-fill:before { content: "\eb74"; }
.ri-chat-upload-line:before { content: "\eb75"; }
.ri-chat-voice-fill:before { content: "\eb76"; }
.ri-chat-voice-line:before { content: "\eb77"; }
.ri-check-double-fill:before { content: "\eb78"; }
.ri-check-double-line:before { content: "\eb79"; }
.ri-check-fill:before { content: "\eb7a"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-checkbox-blank-circle-fill:before { content: "\eb7c"; }
.ri-checkbox-blank-circle-line:before { content: "\eb7d"; }
.ri-checkbox-blank-fill:before { content: "\eb7e"; }
.ri-checkbox-blank-line:before { content: "\eb7f"; }
.ri-checkbox-circle-fill:before { content: "\eb80"; }
.ri-checkbox-circle-line:before { content: "\eb81"; }
.ri-checkbox-fill:before { content: "\eb82"; }
.ri-checkbox-indeterminate-fill:before { content: "\eb83"; }
.ri-checkbox-indeterminate-line:before { content: "\eb84"; }
.ri-checkbox-line:before { content: "\eb85"; }
.ri-checkbox-multiple-blank-fill:before { content: "\eb86"; }
.ri-checkbox-multiple-blank-line:before { content: "\eb87"; }
.ri-checkbox-multiple-fill:before { content: "\eb88"; }
.ri-checkbox-multiple-line:before { content: "\eb89"; }
.ri-china-railway-fill:before { content: "\eb8a"; }
.ri-china-railway-line:before { content: "\eb8b"; }
.ri-chrome-fill:before { content: "\eb8c"; }
.ri-chrome-line:before { content: "\eb8d"; }
.ri-clapperboard-fill:before { content: "\eb8e"; }
.ri-clapperboard-line:before { content: "\eb8f"; }
.ri-clipboard-fill:before { content: "\eb90"; }
.ri-clipboard-line:before { content: "\eb91"; }
.ri-clockwise-2-fill:before { content: "\eb92"; }
.ri-clockwise-2-line:before { content: "\eb93"; }
.ri-clockwise-fill:before { content: "\eb94"; }
.ri-clockwise-line:before { content: "\eb95"; }
.ri-close-circle-fill:before { content: "\eb96"; }
.ri-close-circle-line:before { content: "\eb97"; }
.ri-close-fill:before { content: "\eb98"; }
.ri-close-line:before { content: "\eb99"; }
.ri-closed-captioning-fill:before { content: "\eb9a"; }
.ri-closed-captioning-line:before { content: "\eb9b"; }
.ri-cloud-fill:before { content: "\eb9c"; }
.ri-cloud-line:before { content: "\eb9d"; }
.ri-cloud-off-fill:before { content: "\eb9e"; }
.ri-cloud-off-line:before { content: "\eb9f"; }
.ri-cloud-windy-fill:before { content: "\eba0"; }
.ri-cloud-windy-line:before { content: "\eba1"; }
.ri-cloudy-2-fill:before { content: "\eba2"; }
.ri-cloudy-2-line:before { content: "\eba3"; }
.ri-cloudy-fill:before { content: "\eba4"; }
.ri-cloudy-line:before { content: "\eba5"; }
.ri-code-box-fill:before { content: "\eba6"; }
.ri-code-box-line:before { content: "\eba7"; }
.ri-code-fill:before { content: "\eba8"; }
.ri-code-line:before { content: "\eba9"; }
.ri-code-s-fill:before { content: "\ebaa"; }
.ri-code-s-line:before { content: "\ebab"; }
.ri-code-s-slash-fill:before { content: "\ebac"; }
.ri-code-s-slash-line:before { content: "\ebad"; }
.ri-code-view:before { content: "\ebae"; }
.ri-codepen-fill:before { content: "\ebaf"; }
.ri-codepen-line:before { content: "\ebb0"; }
.ri-coin-fill:before { content: "\ebb1"; }
.ri-coin-line:before { content: "\ebb2"; }
.ri-coins-fill:before { content: "\ebb3"; }
.ri-coins-line:before { content: "\ebb4"; }
.ri-collage-fill:before { content: "\ebb5"; }
.ri-collage-line:before { content: "\ebb6"; }
.ri-command-fill:before { content: "\ebb7"; }
.ri-command-line:before { content: "\ebb8"; }
.ri-community-fill:before { content: "\ebb9"; }
.ri-community-line:before { content: "\ebba"; }
.ri-compass-2-fill:before { content: "\ebbb"; }
.ri-compass-2-line:before { content: "\ebbc"; }
.ri-compass-3-fill:before { content: "\ebbd"; }
.ri-compass-3-line:before { content: "\ebbe"; }
.ri-compass-4-fill:before { content: "\ebbf"; }
.ri-compass-4-line:before { content: "\ebc0"; }
.ri-compass-discover-fill:before { content: "\ebc1"; }
.ri-compass-discover-line:before { content: "\ebc2"; }
.ri-compass-fill:before { content: "\ebc3"; }
.ri-compass-line:before { content: "\ebc4"; }
.ri-compasses-2-fill:before { content: "\ebc5"; }
.ri-compasses-2-line:before { content: "\ebc6"; }
.ri-compasses-fill:before { content: "\ebc7"; }
.ri-compasses-line:before { content: "\ebc8"; }
.ri-computer-fill:before { content: "\ebc9"; }
.ri-computer-line:before { content: "\ebca"; }
.ri-contacts-book-2-fill:before { content: "\ebcb"; }
.ri-contacts-book-2-line:before { content: "\ebcc"; }
.ri-contacts-book-fill:before { content: "\ebcd"; }
.ri-contacts-book-line:before { content: "\ebce"; }
.ri-contacts-book-upload-fill:before { content: "\ebcf"; }
.ri-contacts-book-upload-line:before { content: "\ebd0"; }
.ri-contacts-fill:before { content: "\ebd1"; }
.ri-contacts-line:before { content: "\ebd2"; }
.ri-contrast-2-fill:before { content: "\ebd3"; }
.ri-contrast-2-line:before { content: "\ebd4"; }
.ri-contrast-drop-2-fill:before { content: "\ebd5"; }
.ri-contrast-drop-2-line:before { content: "\ebd6"; }
.ri-contrast-drop-fill:before { content: "\ebd7"; }
.ri-contrast-drop-line:before { content: "\ebd8"; }
.ri-contrast-fill:before { content: "\ebd9"; }
.ri-contrast-line:before { content: "\ebda"; }
.ri-copper-coin-fill:before { content: "\ebdb"; }
.ri-copper-coin-line:before { content: "\ebdc"; }
.ri-copper-diamond-fill:before { content: "\ebdd"; }
.ri-copper-diamond-line:before { content: "\ebde"; }
.ri-copyleft-fill:before { content: "\ebdf"; }
.ri-copyleft-line:before { content: "\ebe0"; }
.ri-copyright-fill:before { content: "\ebe1"; }
.ri-copyright-line:before { content: "\ebe2"; }
.ri-coreos-fill:before { content: "\ebe3"; }
.ri-coreos-line:before { content: "\ebe4"; }
.ri-coupon-2-fill:before { content: "\ebe5"; }
.ri-coupon-2-line:before { content: "\ebe6"; }
.ri-coupon-3-fill:before { content: "\ebe7"; }
.ri-coupon-3-line:before { content: "\ebe8"; }
.ri-coupon-4-fill:before { content: "\ebe9"; }
.ri-coupon-4-line:before { content: "\ebea"; }
.ri-coupon-5-fill:before { content: "\ebeb"; }
.ri-coupon-5-line:before { content: "\ebec"; }
.ri-coupon-fill:before { content: "\ebed"; }
.ri-coupon-line:before { content: "\ebee"; }
.ri-cpu-fill:before { content: "\ebef"; }
.ri-cpu-line:before { content: "\ebf0"; }
.ri-creative-commons-by-fill:before { content: "\ebf1"; }
.ri-creative-commons-by-line:before { content: "\ebf2"; }
.ri-creative-commons-fill:before { content: "\ebf3"; }
.ri-creative-commons-line:before { content: "\ebf4"; }
.ri-creative-commons-nc-fill:before { content: "\ebf5"; }
.ri-creative-commons-nc-line:before { content: "\ebf6"; }
.ri-creative-commons-nd-fill:before { content: "\ebf7"; }
.ri-creative-commons-nd-line:before { content: "\ebf8"; }
.ri-creative-commons-sa-fill:before { content: "\ebf9"; }
.ri-creative-commons-sa-line:before { content: "\ebfa"; }
.ri-creative-commons-zero-fill:before { content: "\ebfb"; }
.ri-creative-commons-zero-line:before { content: "\ebfc"; }
.ri-criminal-fill:before { content: "\ebfd"; }
.ri-criminal-line:before { content: "\ebfe"; }
.ri-crop-2-fill:before { content: "\ebff"; }
.ri-crop-2-line:before { content: "\ec00"; }
.ri-crop-fill:before { content: "\ec01"; }
.ri-crop-line:before { content: "\ec02"; }
.ri-css3-fill:before { content: "\ec03"; }
.ri-css3-line:before { content: "\ec04"; }
.ri-cup-fill:before { content: "\ec05"; }
.ri-cup-line:before { content: "\ec06"; }
.ri-currency-fill:before { content: "\ec07"; }
.ri-currency-line:before { content: "\ec08"; }
.ri-cursor-fill:before { content: "\ec09"; }
.ri-cursor-line:before { content: "\ec0a"; }
.ri-customer-service-2-fill:before { content: "\ec0b"; }
.ri-customer-service-2-line:before { content: "\ec0c"; }
.ri-customer-service-fill:before { content: "\ec0d"; }
.ri-customer-service-line:before { content: "\ec0e"; }
.ri-dashboard-2-fill:before { content: "\ec0f"; }
.ri-dashboard-2-line:before { content: "\ec10"; }
.ri-dashboard-3-fill:before { content: "\ec11"; }
.ri-dashboard-3-line:before { content: "\ec12"; }
.ri-dashboard-fill:before { content: "\ec13"; }
.ri-dashboard-line:before { content: "\ec14"; }
.ri-database-2-fill:before { content: "\ec15"; }
.ri-database-2-line:before { content: "\ec16"; }
.ri-database-fill:before { content: "\ec17"; }
.ri-database-line:before { content: "\ec18"; }
.ri-delete-back-2-fill:before { content: "\ec19"; }
.ri-delete-back-2-line:before { content: "\ec1a"; }
.ri-delete-back-fill:before { content: "\ec1b"; }
.ri-delete-back-line:before { content: "\ec1c"; }
.ri-delete-bin-2-fill:before { content: "\ec1d"; }
.ri-delete-bin-2-line:before { content: "\ec1e"; }
.ri-delete-bin-3-fill:before { content: "\ec1f"; }
.ri-delete-bin-3-line:before { content: "\ec20"; }
.ri-delete-bin-4-fill:before { content: "\ec21"; }
.ri-delete-bin-4-line:before { content: "\ec22"; }
.ri-delete-bin-5-fill:before { content: "\ec23"; }
.ri-delete-bin-5-line:before { content: "\ec24"; }
.ri-delete-bin-6-fill:before { content: "\ec25"; }
.ri-delete-bin-6-line:before { content: "\ec26"; }
.ri-delete-bin-7-fill:before { content: "\ec27"; }
.ri-delete-bin-7-line:before { content: "\ec28"; }
.ri-delete-bin-fill:before { content: "\ec29"; }
.ri-delete-bin-line:before { content: "\ec2a"; }
.ri-delete-column:before { content: "\ec2b"; }
.ri-delete-row:before { content: "\ec2c"; }
.ri-device-fill:before { content: "\ec2d"; }
.ri-device-line:before { content: "\ec2e"; }
.ri-device-recover-fill:before { content: "\ec2f"; }
.ri-device-recover-line:before { content: "\ec30"; }
.ri-dingding-fill:before { content: "\ec31"; }
.ri-dingding-line:before { content: "\ec32"; }
.ri-direction-fill:before { content: "\ec33"; }
.ri-direction-line:before { content: "\ec34"; }
.ri-disc-fill:before { content: "\ec35"; }
.ri-disc-line:before { content: "\ec36"; }
.ri-discord-fill:before { content: "\ec37"; }
.ri-discord-line:before { content: "\ec38"; }
.ri-discuss-fill:before { content: "\ec39"; }
.ri-discuss-line:before { content: "\ec3a"; }
.ri-dislike-fill:before { content: "\ec3b"; }
.ri-dislike-line:before { content: "\ec3c"; }
.ri-disqus-fill:before { content: "\ec3d"; }
.ri-disqus-line:before { content: "\ec3e"; }
.ri-divide-fill:before { content: "\ec3f"; }
.ri-divide-line:before { content: "\ec40"; }
.ri-donut-chart-fill:before { content: "\ec41"; }
.ri-donut-chart-line:before { content: "\ec42"; }
.ri-door-closed-fill:before { content: "\ec43"; }
.ri-door-closed-line:before { content: "\ec44"; }
.ri-door-fill:before { content: "\ec45"; }
.ri-door-line:before { content: "\ec46"; }
.ri-door-lock-box-fill:before { content: "\ec47"; }
.ri-door-lock-box-line:before { content: "\ec48"; }
.ri-door-lock-fill:before { content: "\ec49"; }
.ri-door-lock-line:before { content: "\ec4a"; }
.ri-door-open-fill:before { content: "\ec4b"; }
.ri-door-open-line:before { content: "\ec4c"; }
.ri-dossier-fill:before { content: "\ec4d"; }
.ri-dossier-line:before { content: "\ec4e"; }
.ri-douban-fill:before { content: "\ec4f"; }
.ri-douban-line:before { content: "\ec50"; }
.ri-double-quotes-l:before { content: "\ec51"; }
.ri-double-quotes-r:before { content: "\ec52"; }
.ri-download-2-fill:before { content: "\ec53"; }
.ri-download-2-line:before { content: "\ec54"; }
.ri-download-cloud-2-fill:before { content: "\ec55"; }
.ri-download-cloud-2-line:before { content: "\ec56"; }
.ri-download-cloud-fill:before { content: "\ec57"; }
.ri-download-cloud-line:before { content: "\ec58"; }
.ri-download-fill:before { content: "\ec59"; }
.ri-download-line:before { content: "\ec5a"; }
.ri-draft-fill:before { content: "\ec5b"; }
.ri-draft-line:before { content: "\ec5c"; }
.ri-drag-drop-fill:before { content: "\ec5d"; }
.ri-drag-drop-line:before { content: "\ec5e"; }
.ri-drag-move-2-fill:before { content: "\ec5f"; }
.ri-drag-move-2-line:before { content: "\ec60"; }
.ri-drag-move-fill:before { content: "\ec61"; }
.ri-drag-move-line:before { content: "\ec62"; }
.ri-dribbble-fill:before { content: "\ec63"; }
.ri-dribbble-line:before { content: "\ec64"; }
.ri-drive-fill:before { content: "\ec65"; }
.ri-drive-line:before { content: "\ec66"; }
.ri-drizzle-fill:before { content: "\ec67"; }
.ri-drizzle-line:before { content: "\ec68"; }
.ri-drop-fill:before { content: "\ec69"; }
.ri-drop-line:before { content: "\ec6a"; }
.ri-dropbox-fill:before { content: "\ec6b"; }
.ri-dropbox-line:before { content: "\ec6c"; }
.ri-dual-sim-1-fill:before { content: "\ec6d"; }
.ri-dual-sim-1-line:before { content: "\ec6e"; }
.ri-dual-sim-2-fill:before { content: "\ec6f"; }
.ri-dual-sim-2-line:before { content: "\ec70"; }
.ri-dv-fill:before { content: "\ec71"; }
.ri-dv-line:before { content: "\ec72"; }
.ri-dvd-fill:before { content: "\ec73"; }
.ri-dvd-line:before { content: "\ec74"; }
.ri-e-bike-2-fill:before { content: "\ec75"; }
.ri-e-bike-2-line:before { content: "\ec76"; }
.ri-e-bike-fill:before { content: "\ec77"; }
.ri-e-bike-line:before { content: "\ec78"; }
.ri-earth-fill:before { content: "\ec79"; }
.ri-earth-line:before { content: "\ec7a"; }
.ri-earthquake-fill:before { content: "\ec7b"; }
.ri-earthquake-line:before { content: "\ec7c"; }
.ri-edge-fill:before { content: "\ec7d"; }
.ri-edge-line:before { content: "\ec7e"; }
.ri-edit-2-fill:before { content: "\ec7f"; }
.ri-edit-2-line:before { content: "\ec80"; }
.ri-edit-box-fill:before { content: "\ec81"; }
.ri-edit-box-line:before { content: "\ec82"; }
.ri-edit-circle-fill:before { content: "\ec83"; }
.ri-edit-circle-line:before { content: "\ec84"; }
.ri-edit-fill:before { content: "\ec85"; }
.ri-edit-line:before { content: "\ec86"; }
.ri-eject-fill:before { content: "\ec87"; }
.ri-eject-line:before { content: "\ec88"; }
.ri-emotion-2-fill:before { content: "\ec89"; }
.ri-emotion-2-line:before { content: "\ec8a"; }
.ri-emotion-fill:before { content: "\ec8b"; }
.ri-emotion-happy-fill:before { content: "\ec8c"; }
.ri-emotion-happy-line:before { content: "\ec8d"; }
.ri-emotion-laugh-fill:before { content: "\ec8e"; }
.ri-emotion-laugh-line:before { content: "\ec8f"; }
.ri-emotion-line:before { content: "\ec90"; }
.ri-emotion-normal-fill:before { content: "\ec91"; }
.ri-emotion-normal-line:before { content: "\ec92"; }
.ri-emotion-sad-fill:before { content: "\ec93"; }
.ri-emotion-sad-line:before { content: "\ec94"; }
.ri-emotion-unhappy-fill:before { content: "\ec95"; }
.ri-emotion-unhappy-line:before { content: "\ec96"; }
.ri-empathize-fill:before { content: "\ec97"; }
.ri-empathize-line:before { content: "\ec98"; }
.ri-emphasis-cn:before { content: "\ec99"; }
.ri-emphasis:before { content: "\ec9a"; }
.ri-english-input:before { content: "\ec9b"; }
.ri-equalizer-fill:before { content: "\ec9c"; }
.ri-equalizer-line:before { content: "\ec9d"; }
.ri-eraser-fill:before { content: "\ec9e"; }
.ri-eraser-line:before { content: "\ec9f"; }
.ri-error-warning-fill:before { content: "\eca0"; }
.ri-error-warning-line:before { content: "\eca1"; }
.ri-evernote-fill:before { content: "\eca2"; }
.ri-evernote-line:before { content: "\eca3"; }
.ri-exchange-box-fill:before { content: "\eca4"; }
.ri-exchange-box-line:before { content: "\eca5"; }
.ri-exchange-cny-fill:before { content: "\eca6"; }
.ri-exchange-cny-line:before { content: "\eca7"; }
.ri-exchange-dollar-fill:before { content: "\eca8"; }
.ri-exchange-dollar-line:before { content: "\eca9"; }
.ri-exchange-fill:before { content: "\ecaa"; }
.ri-exchange-funds-fill:before { content: "\ecab"; }
.ri-exchange-funds-line:before { content: "\ecac"; }
.ri-exchange-line:before { content: "\ecad"; }
.ri-external-link-fill:before { content: "\ecae"; }
.ri-external-link-line:before { content: "\ecaf"; }
.ri-eye-2-fill:before { content: "\ecb0"; }
.ri-eye-2-line:before { content: "\ecb1"; }
.ri-eye-close-fill:before { content: "\ecb2"; }
.ri-eye-close-line:before { content: "\ecb3"; }
.ri-eye-fill:before { content: "\ecb4"; }
.ri-eye-line:before { content: "\ecb5"; }
.ri-eye-off-fill:before { content: "\ecb6"; }
.ri-eye-off-line:before { content: "\ecb7"; }
.ri-facebook-box-fill:before { content: "\ecb8"; }
.ri-facebook-box-line:before { content: "\ecb9"; }
.ri-facebook-circle-fill:before { content: "\ecba"; }
.ri-facebook-circle-line:before { content: "\ecbb"; }
.ri-facebook-fill:before { content: "\ecbc"; }
.ri-facebook-line:before { content: "\ecbd"; }
.ri-fahrenheit-fill:before { content: "\ecbe"; }
.ri-fahrenheit-line:before { content: "\ecbf"; }
.ri-feedback-fill:before { content: "\ecc0"; }
.ri-feedback-line:before { content: "\ecc1"; }
.ri-file-2-fill:before { content: "\ecc2"; }
.ri-file-2-line:before { content: "\ecc3"; }
.ri-file-3-fill:before { content: "\ecc4"; }
.ri-file-3-line:before { content: "\ecc5"; }
.ri-file-4-fill:before { content: "\ecc6"; }
.ri-file-4-line:before { content: "\ecc7"; }
.ri-file-add-fill:before { content: "\ecc8"; }
.ri-file-add-line:before { content: "\ecc9"; }
.ri-file-chart-2-fill:before { content: "\ecca"; }
.ri-file-chart-2-line:before { content: "\eccb"; }
.ri-file-chart-fill:before { content: "\eccc"; }
.ri-file-chart-line:before { content: "\eccd"; }
.ri-file-cloud-fill:before { content: "\ecce"; }
.ri-file-cloud-line:before { content: "\eccf"; }
.ri-file-code-fill:before { content: "\ecd0"; }
.ri-file-code-line:before { content: "\ecd1"; }
.ri-file-copy-2-fill:before { content: "\ecd2"; }
.ri-file-copy-2-line:before { content: "\ecd3"; }
.ri-file-copy-fill:before { content: "\ecd4"; }
.ri-file-copy-line:before { content: "\ecd5"; }
.ri-file-damage-fill:before { content: "\ecd6"; }
.ri-file-damage-line:before { content: "\ecd7"; }
.ri-file-download-fill:before { content: "\ecd8"; }
.ri-file-download-line:before { content: "\ecd9"; }
.ri-file-edit-fill:before { content: "\ecda"; }
.ri-file-edit-line:before { content: "\ecdb"; }
.ri-file-excel-2-fill:before { content: "\ecdc"; }
.ri-file-excel-2-line:before { content: "\ecdd"; }
.ri-file-excel-fill:before { content: "\ecde"; }
.ri-file-excel-line:before { content: "\ecdf"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-file-forbid-fill:before { content: "\ece1"; }
.ri-file-forbid-line:before { content: "\ece2"; }
.ri-file-gif-fill:before { content: "\ece3"; }
.ri-file-gif-line:before { content: "\ece4"; }
.ri-file-history-fill:before { content: "\ece5"; }
.ri-file-history-line:before { content: "\ece6"; }
.ri-file-hwp-fill:before { content: "\ece7"; }
.ri-file-hwp-line:before { content: "\ece8"; }
.ri-file-info-fill:before { content: "\ece9"; }
.ri-file-info-line:before { content: "\ecea"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-list-2-fill:before { content: "\ecec"; }
.ri-file-list-2-line:before { content: "\eced"; }
.ri-file-list-3-fill:before { content: "\ecee"; }
.ri-file-list-3-line:before { content: "\ecef"; }
.ri-file-list-fill:before { content: "\ecf0"; }
.ri-file-list-line:before { content: "\ecf1"; }
.ri-file-lock-fill:before { content: "\ecf2"; }
.ri-file-lock-line:before { content: "\ecf3"; }
.ri-file-marked-fill:before { content: "\ecf4"; }
.ri-file-marked-line:before { content: "\ecf5"; }
.ri-file-music-fill:before { content: "\ecf6"; }
.ri-file-music-line:before { content: "\ecf7"; }
.ri-file-paper-2-fill:before { content: "\ecf8"; }
.ri-file-paper-2-line:before { content: "\ecf9"; }
.ri-file-paper-fill:before { content: "\ecfa"; }
.ri-file-paper-line:before { content: "\ecfb"; }
.ri-file-pdf-fill:before { content: "\ecfc"; }
.ri-file-pdf-line:before { content: "\ecfd"; }
.ri-file-ppt-2-fill:before { content: "\ecfe"; }
.ri-file-ppt-2-line:before { content: "\ecff"; }
.ri-file-ppt-fill:before { content: "\ed00"; }
.ri-file-ppt-line:before { content: "\ed01"; }
.ri-file-reduce-fill:before { content: "\ed02"; }
.ri-file-reduce-line:before { content: "\ed03"; }
.ri-file-search-fill:before { content: "\ed04"; }
.ri-file-search-line:before { content: "\ed05"; }
.ri-file-settings-fill:before { content: "\ed06"; }
.ri-file-settings-line:before { content: "\ed07"; }
.ri-file-shield-2-fill:before { content: "\ed08"; }
.ri-file-shield-2-line:before { content: "\ed09"; }
.ri-file-shield-fill:before { content: "\ed0a"; }
.ri-file-shield-line:before { content: "\ed0b"; }
.ri-file-shred-fill:before { content: "\ed0c"; }
.ri-file-shred-line:before { content: "\ed0d"; }
.ri-file-text-fill:before { content: "\ed0e"; }
.ri-file-text-line:before { content: "\ed0f"; }
.ri-file-transfer-fill:before { content: "\ed10"; }
.ri-file-transfer-line:before { content: "\ed11"; }
.ri-file-unknow-fill:before { content: "\ed12"; }
.ri-file-unknow-line:before { content: "\ed13"; }
.ri-file-upload-fill:before { content: "\ed14"; }
.ri-file-upload-line:before { content: "\ed15"; }
.ri-file-user-fill:before { content: "\ed16"; }
.ri-file-user-line:before { content: "\ed17"; }
.ri-file-warning-fill:before { content: "\ed18"; }
.ri-file-warning-line:before { content: "\ed19"; }
.ri-file-word-2-fill:before { content: "\ed1a"; }
.ri-file-word-2-line:before { content: "\ed1b"; }
.ri-file-word-fill:before { content: "\ed1c"; }
.ri-file-word-line:before { content: "\ed1d"; }
.ri-file-zip-fill:before { content: "\ed1e"; }
.ri-file-zip-line:before { content: "\ed1f"; }
.ri-film-fill:before { content: "\ed20"; }
.ri-film-line:before { content: "\ed21"; }
.ri-filter-2-fill:before { content: "\ed22"; }
.ri-filter-2-line:before { content: "\ed23"; }
.ri-filter-3-fill:before { content: "\ed24"; }
.ri-filter-3-line:before { content: "\ed25"; }
.ri-filter-fill:before { content: "\ed26"; }
.ri-filter-line:before { content: "\ed27"; }
.ri-filter-off-fill:before { content: "\ed28"; }
.ri-filter-off-line:before { content: "\ed29"; }
.ri-find-replace-fill:before { content: "\ed2a"; }
.ri-find-replace-line:before { content: "\ed2b"; }
.ri-finder-fill:before { content: "\ed2c"; }
.ri-finder-line:before { content: "\ed2d"; }
.ri-fingerprint-2-fill:before { content: "\ed2e"; }
.ri-fingerprint-2-line:before { content: "\ed2f"; }
.ri-fingerprint-fill:before { content: "\ed30"; }
.ri-fingerprint-line:before { content: "\ed31"; }
.ri-fire-fill:before { content: "\ed32"; }
.ri-fire-line:before { content: "\ed33"; }
.ri-firefox-fill:before { content: "\ed34"; }
.ri-firefox-line:before { content: "\ed35"; }
.ri-first-aid-kit-fill:before { content: "\ed36"; }
.ri-first-aid-kit-line:before { content: "\ed37"; }
.ri-flag-2-fill:before { content: "\ed38"; }
.ri-flag-2-line:before { content: "\ed39"; }
.ri-flag-fill:before { content: "\ed3a"; }
.ri-flag-line:before { content: "\ed3b"; }
.ri-flashlight-fill:before { content: "\ed3c"; }
.ri-flashlight-line:before { content: "\ed3d"; }
.ri-flask-fill:before { content: "\ed3e"; }
.ri-flask-line:before { content: "\ed3f"; }
.ri-flight-land-fill:before { content: "\ed40"; }
.ri-flight-land-line:before { content: "\ed41"; }
.ri-flight-takeoff-fill:before { content: "\ed42"; }
.ri-flight-takeoff-line:before { content: "\ed43"; }
.ri-flood-fill:before { content: "\ed44"; }
.ri-flood-line:before { content: "\ed45"; }
.ri-flow-chart:before { content: "\ed46"; }
.ri-flutter-fill:before { content: "\ed47"; }
.ri-flutter-line:before { content: "\ed48"; }
.ri-focus-2-fill:before { content: "\ed49"; }
.ri-focus-2-line:before { content: "\ed4a"; }
.ri-focus-3-fill:before { content: "\ed4b"; }
.ri-focus-3-line:before { content: "\ed4c"; }
.ri-focus-fill:before { content: "\ed4d"; }
.ri-focus-line:before { content: "\ed4e"; }
.ri-foggy-fill:before { content: "\ed4f"; }
.ri-foggy-line:before { content: "\ed50"; }
.ri-folder-2-fill:before { content: "\ed51"; }
.ri-folder-2-line:before { content: "\ed52"; }
.ri-folder-3-fill:before { content: "\ed53"; }
.ri-folder-3-line:before { content: "\ed54"; }
.ri-folder-4-fill:before { content: "\ed55"; }
.ri-folder-4-line:before { content: "\ed56"; }
.ri-folder-5-fill:before { content: "\ed57"; }
.ri-folder-5-line:before { content: "\ed58"; }
.ri-folder-add-fill:before { content: "\ed59"; }
.ri-folder-add-line:before { content: "\ed5a"; }
.ri-folder-chart-2-fill:before { content: "\ed5b"; }
.ri-folder-chart-2-line:before { content: "\ed5c"; }
.ri-folder-chart-fill:before { content: "\ed5d"; }
.ri-folder-chart-line:before { content: "\ed5e"; }
.ri-folder-download-fill:before { content: "\ed5f"; }
.ri-folder-download-line:before { content: "\ed60"; }
.ri-folder-fill:before { content: "\ed61"; }
.ri-folder-forbid-fill:before { content: "\ed62"; }
.ri-folder-forbid-line:before { content: "\ed63"; }
.ri-folder-history-fill:before { content: "\ed64"; }
.ri-folder-history-line:before { content: "\ed65"; }
.ri-folder-info-fill:before { content: "\ed66"; }
.ri-folder-info-line:before { content: "\ed67"; }
.ri-folder-keyhole-fill:before { content: "\ed68"; }
.ri-folder-keyhole-line:before { content: "\ed69"; }
.ri-folder-line:before { content: "\ed6a"; }
.ri-folder-lock-fill:before { content: "\ed6b"; }
.ri-folder-lock-line:before { content: "\ed6c"; }
.ri-folder-music-fill:before { content: "\ed6d"; }
.ri-folder-music-line:before { content: "\ed6e"; }
.ri-folder-open-fill:before { content: "\ed6f"; }
.ri-folder-open-line:before { content: "\ed70"; }
.ri-folder-received-fill:before { content: "\ed71"; }
.ri-folder-received-line:before { content: "\ed72"; }
.ri-folder-reduce-fill:before { content: "\ed73"; }
.ri-folder-reduce-line:before { content: "\ed74"; }
.ri-folder-settings-fill:before { content: "\ed75"; }
.ri-folder-settings-line:before { content: "\ed76"; }
.ri-folder-shared-fill:before { content: "\ed77"; }
.ri-folder-shared-line:before { content: "\ed78"; }
.ri-folder-shield-2-fill:before { content: "\ed79"; }
.ri-folder-shield-2-line:before { content: "\ed7a"; }
.ri-folder-shield-fill:before { content: "\ed7b"; }
.ri-folder-shield-line:before { content: "\ed7c"; }
.ri-folder-transfer-fill:before { content: "\ed7d"; }
.ri-folder-transfer-line:before { content: "\ed7e"; }
.ri-folder-unknow-fill:before { content: "\ed7f"; }
.ri-folder-unknow-line:before { content: "\ed80"; }
.ri-folder-upload-fill:before { content: "\ed81"; }
.ri-folder-upload-line:before { content: "\ed82"; }
.ri-folder-user-fill:before { content: "\ed83"; }
.ri-folder-user-line:before { content: "\ed84"; }
.ri-folder-warning-fill:before { content: "\ed85"; }
.ri-folder-warning-line:before { content: "\ed86"; }
.ri-folder-zip-fill:before { content: "\ed87"; }
.ri-folder-zip-line:before { content: "\ed88"; }
.ri-folders-fill:before { content: "\ed89"; }
.ri-folders-line:before { content: "\ed8a"; }
.ri-font-color:before { content: "\ed8b"; }
.ri-font-size-2:before { content: "\ed8c"; }
.ri-font-size:before { content: "\ed8d"; }
.ri-football-fill:before { content: "\ed8e"; }
.ri-football-line:before { content: "\ed8f"; }
.ri-footprint-fill:before { content: "\ed90"; }
.ri-footprint-line:before { content: "\ed91"; }
.ri-forbid-2-fill:before { content: "\ed92"; }
.ri-forbid-2-line:before { content: "\ed93"; }
.ri-forbid-fill:before { content: "\ed94"; }
.ri-forbid-line:before { content: "\ed95"; }
.ri-format-clear:before { content: "\ed96"; }
.ri-fridge-fill:before { content: "\ed97"; }
.ri-fridge-line:before { content: "\ed98"; }
.ri-fullscreen-exit-fill:before { content: "\ed99"; }
.ri-fullscreen-exit-line:before { content: "\ed9a"; }
.ri-fullscreen-fill:before { content: "\ed9b"; }
.ri-fullscreen-line:before { content: "\ed9c"; }
.ri-function-fill:before { content: "\ed9d"; }
.ri-function-line:before { content: "\ed9e"; }
.ri-functions:before { content: "\ed9f"; }
.ri-funds-box-fill:before { content: "\eda0"; }
.ri-funds-box-line:before { content: "\eda1"; }
.ri-funds-fill:before { content: "\eda2"; }
.ri-funds-line:before { content: "\eda3"; }
.ri-gallery-fill:before { content: "\eda4"; }
.ri-gallery-line:before { content: "\eda5"; }
.ri-gallery-upload-fill:before { content: "\eda6"; }
.ri-gallery-upload-line:before { content: "\eda7"; }
.ri-game-fill:before { content: "\eda8"; }
.ri-game-line:before { content: "\eda9"; }
.ri-gamepad-fill:before { content: "\edaa"; }
.ri-gamepad-line:before { content: "\edab"; }
.ri-gas-station-fill:before { content: "\edac"; }
.ri-gas-station-line:before { content: "\edad"; }
.ri-gatsby-fill:before { content: "\edae"; }
.ri-gatsby-line:before { content: "\edaf"; }
.ri-genderless-fill:before { content: "\edb0"; }
.ri-genderless-line:before { content: "\edb1"; }
.ri-ghost-2-fill:before { content: "\edb2"; }
.ri-ghost-2-line:before { content: "\edb3"; }
.ri-ghost-fill:before { content: "\edb4"; }
.ri-ghost-line:before { content: "\edb5"; }
.ri-ghost-smile-fill:before { content: "\edb6"; }
.ri-ghost-smile-line:before { content: "\edb7"; }
.ri-gift-2-fill:before { content: "\edb8"; }
.ri-gift-2-line:before { content: "\edb9"; }
.ri-gift-fill:before { content: "\edba"; }
.ri-gift-line:before { content: "\edbb"; }
.ri-git-branch-fill:before { content: "\edbc"; }
.ri-git-branch-line:before { content: "\edbd"; }
.ri-git-commit-fill:before { content: "\edbe"; }
.ri-git-commit-line:before { content: "\edbf"; }
.ri-git-merge-fill:before { content: "\edc0"; }
.ri-git-merge-line:before { content: "\edc1"; }
.ri-git-pull-request-fill:before { content: "\edc2"; }
.ri-git-pull-request-line:before { content: "\edc3"; }
.ri-git-repository-commits-fill:before { content: "\edc4"; }
.ri-git-repository-commits-line:before { content: "\edc5"; }
.ri-git-repository-fill:before { content: "\edc6"; }
.ri-git-repository-line:before { content: "\edc7"; }
.ri-git-repository-private-fill:before { content: "\edc8"; }
.ri-git-repository-private-line:before { content: "\edc9"; }
.ri-github-fill:before { content: "\edca"; }
.ri-github-line:before { content: "\edcb"; }
.ri-gitlab-fill:before { content: "\edcc"; }
.ri-gitlab-line:before { content: "\edcd"; }
.ri-global-fill:before { content: "\edce"; }
.ri-global-line:before { content: "\edcf"; }
.ri-globe-fill:before { content: "\edd0"; }
.ri-globe-line:before { content: "\edd1"; }
.ri-goblet-fill:before { content: "\edd2"; }
.ri-goblet-line:before { content: "\edd3"; }
.ri-google-fill:before { content: "\edd4"; }
.ri-google-line:before { content: "\edd5"; }
.ri-google-play-fill:before { content: "\edd6"; }
.ri-google-play-line:before { content: "\edd7"; }
.ri-government-fill:before { content: "\edd8"; }
.ri-government-line:before { content: "\edd9"; }
.ri-gps-fill:before { content: "\edda"; }
.ri-gps-line:before { content: "\eddb"; }
.ri-gradienter-fill:before { content: "\eddc"; }
.ri-gradienter-line:before { content: "\eddd"; }
.ri-grid-fill:before { content: "\edde"; }
.ri-grid-line:before { content: "\eddf"; }
.ri-group-2-fill:before { content: "\ede0"; }
.ri-group-2-line:before { content: "\ede1"; }
.ri-group-fill:before { content: "\ede2"; }
.ri-group-line:before { content: "\ede3"; }
.ri-guide-fill:before { content: "\ede4"; }
.ri-guide-line:before { content: "\ede5"; }
.ri-h-1:before { content: "\ede6"; }
.ri-h-2:before { content: "\ede7"; }
.ri-h-3:before { content: "\ede8"; }
.ri-h-4:before { content: "\ede9"; }
.ri-h-5:before { content: "\edea"; }
.ri-h-6:before { content: "\edeb"; }
.ri-hail-fill:before { content: "\edec"; }
.ri-hail-line:before { content: "\eded"; }
.ri-hammer-fill:before { content: "\edee"; }
.ri-hammer-line:before { content: "\edef"; }
.ri-hand-coin-fill:before { content: "\edf0"; }
.ri-hand-coin-line:before { content: "\edf1"; }
.ri-hand-heart-fill:before { content: "\edf2"; }
.ri-hand-heart-line:before { content: "\edf3"; }
.ri-hand-sanitizer-fill:before { content: "\edf4"; }
.ri-hand-sanitizer-line:before { content: "\edf5"; }
.ri-handbag-fill:before { content: "\edf6"; }
.ri-handbag-line:before { content: "\edf7"; }
.ri-hard-drive-2-fill:before { content: "\edf8"; }
.ri-hard-drive-2-line:before { content: "\edf9"; }
.ri-hard-drive-fill:before { content: "\edfa"; }
.ri-hard-drive-line:before { content: "\edfb"; }
.ri-hashtag:before { content: "\edfc"; }
.ri-haze-2-fill:before { content: "\edfd"; }
.ri-haze-2-line:before { content: "\edfe"; }
.ri-haze-fill:before { content: "\edff"; }
.ri-haze-line:before { content: "\ee00"; }
.ri-hd-fill:before { content: "\ee01"; }
.ri-hd-line:before { content: "\ee02"; }
.ri-heading:before { content: "\ee03"; }
.ri-headphone-fill:before { content: "\ee04"; }
.ri-headphone-line:before { content: "\ee05"; }
.ri-health-book-fill:before { content: "\ee06"; }
.ri-health-book-line:before { content: "\ee07"; }
.ri-heart-2-fill:before { content: "\ee08"; }
.ri-heart-2-line:before { content: "\ee09"; }
.ri-heart-3-fill:before { content: "\ee0a"; }
.ri-heart-3-line:before { content: "\ee0b"; }
.ri-heart-add-fill:before { content: "\ee0c"; }
.ri-heart-add-line:before { content: "\ee0d"; }
.ri-heart-fill:before { content: "\ee0e"; }
.ri-heart-line:before { content: "\ee0f"; }
.ri-heart-pulse-fill:before { content: "\ee10"; }
.ri-heart-pulse-line:before { content: "\ee11"; }
.ri-hearts-fill:before { content: "\ee12"; }
.ri-hearts-line:before { content: "\ee13"; }
.ri-heavy-showers-fill:before { content: "\ee14"; }
.ri-heavy-showers-line:before { content: "\ee15"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-history-line:before { content: "\ee17"; }
.ri-home-2-fill:before { content: "\ee18"; }
.ri-home-2-line:before { content: "\ee19"; }
.ri-home-3-fill:before { content: "\ee1a"; }
.ri-home-3-line:before { content: "\ee1b"; }
.ri-home-4-fill:before { content: "\ee1c"; }
.ri-home-4-line:before { content: "\ee1d"; }
.ri-home-5-fill:before { content: "\ee1e"; }
.ri-home-5-line:before { content: "\ee1f"; }
.ri-home-6-fill:before { content: "\ee20"; }
.ri-home-6-line:before { content: "\ee21"; }
.ri-home-7-fill:before { content: "\ee22"; }
.ri-home-7-line:before { content: "\ee23"; }
.ri-home-8-fill:before { content: "\ee24"; }
.ri-home-8-line:before { content: "\ee25"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-home-gear-fill:before { content: "\ee27"; }
.ri-home-gear-line:before { content: "\ee28"; }
.ri-home-heart-fill:before { content: "\ee29"; }
.ri-home-heart-line:before { content: "\ee2a"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-smile-2-fill:before { content: "\ee2c"; }
.ri-home-smile-2-line:before { content: "\ee2d"; }
.ri-home-smile-fill:before { content: "\ee2e"; }
.ri-home-smile-line:before { content: "\ee2f"; }
.ri-home-wifi-fill:before { content: "\ee30"; }
.ri-home-wifi-line:before { content: "\ee31"; }
.ri-honor-of-kings-fill:before { content: "\ee32"; }
.ri-honor-of-kings-line:before { content: "\ee33"; }
.ri-honour-fill:before { content: "\ee34"; }
.ri-honour-line:before { content: "\ee35"; }
.ri-hospital-fill:before { content: "\ee36"; }
.ri-hospital-line:before { content: "\ee37"; }
.ri-hotel-bed-fill:before { content: "\ee38"; }
.ri-hotel-bed-line:before { content: "\ee39"; }
.ri-hotel-fill:before { content: "\ee3a"; }
.ri-hotel-line:before { content: "\ee3b"; }
.ri-hotspot-fill:before { content: "\ee3c"; }
.ri-hotspot-line:before { content: "\ee3d"; }
.ri-hq-fill:before { content: "\ee3e"; }
.ri-hq-line:before { content: "\ee3f"; }
.ri-html5-fill:before { content: "\ee40"; }
.ri-html5-line:before { content: "\ee41"; }
.ri-ie-fill:before { content: "\ee42"; }
.ri-ie-line:before { content: "\ee43"; }
.ri-image-2-fill:before { content: "\ee44"; }
.ri-image-2-line:before { content: "\ee45"; }
.ri-image-add-fill:before { content: "\ee46"; }
.ri-image-add-line:before { content: "\ee47"; }
.ri-image-edit-fill:before { content: "\ee48"; }
.ri-image-edit-line:before { content: "\ee49"; }
.ri-image-fill:before { content: "\ee4a"; }
.ri-image-line:before { content: "\ee4b"; }
.ri-inbox-archive-fill:before { content: "\ee4c"; }
.ri-inbox-archive-line:before { content: "\ee4d"; }
.ri-inbox-fill:before { content: "\ee4e"; }
.ri-inbox-line:before { content: "\ee4f"; }
.ri-inbox-unarchive-fill:before { content: "\ee50"; }
.ri-inbox-unarchive-line:before { content: "\ee51"; }
.ri-increase-decrease-fill:before { content: "\ee52"; }
.ri-increase-decrease-line:before { content: "\ee53"; }
.ri-indent-decrease:before { content: "\ee54"; }
.ri-indent-increase:before { content: "\ee55"; }
.ri-indeterminate-circle-fill:before { content: "\ee56"; }
.ri-indeterminate-circle-line:before { content: "\ee57"; }
.ri-information-fill:before { content: "\ee58"; }
.ri-information-line:before { content: "\ee59"; }
.ri-infrared-thermometer-fill:before { content: "\ee5a"; }
.ri-infrared-thermometer-line:before { content: "\ee5b"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
.ri-ink-bottle-line:before { content: "\ee5d"; }
.ri-input-cursor-move:before { content: "\ee5e"; }
.ri-input-method-fill:before { content: "\ee5f"; }
.ri-input-method-line:before { content: "\ee60"; }
.ri-insert-column-left:before { content: "\ee61"; }
.ri-insert-column-right:before { content: "\ee62"; }
.ri-insert-row-bottom:before { content: "\ee63"; }
.ri-insert-row-top:before { content: "\ee64"; }
.ri-instagram-fill:before { content: "\ee65"; }
.ri-instagram-line:before { content: "\ee66"; }
.ri-install-fill:before { content: "\ee67"; }
.ri-install-line:before { content: "\ee68"; }
.ri-invision-fill:before { content: "\ee69"; }
.ri-invision-line:before { content: "\ee6a"; }
.ri-italic:before { content: "\ee6b"; }
.ri-kakao-talk-fill:before { content: "\ee6c"; }
.ri-kakao-talk-line:before { content: "\ee6d"; }
.ri-key-2-fill:before { content: "\ee6e"; }
.ri-key-2-line:before { content: "\ee6f"; }
.ri-key-fill:before { content: "\ee70"; }
.ri-key-line:before { content: "\ee71"; }
.ri-keyboard-box-fill:before { content: "\ee72"; }
.ri-keyboard-box-line:before { content: "\ee73"; }
.ri-keyboard-fill:before { content: "\ee74"; }
.ri-keyboard-line:before { content: "\ee75"; }
.ri-keynote-fill:before { content: "\ee76"; }
.ri-keynote-line:before { content: "\ee77"; }
.ri-knife-blood-fill:before { content: "\ee78"; }
.ri-knife-blood-line:before { content: "\ee79"; }
.ri-knife-fill:before { content: "\ee7a"; }
.ri-knife-line:before { content: "\ee7b"; }
.ri-landscape-fill:before { content: "\ee7c"; }
.ri-landscape-line:before { content: "\ee7d"; }
.ri-layout-2-fill:before { content: "\ee7e"; }
.ri-layout-2-line:before { content: "\ee7f"; }
.ri-layout-3-fill:before { content: "\ee80"; }
.ri-layout-3-line:before { content: "\ee81"; }
.ri-layout-4-fill:before { content: "\ee82"; }
.ri-layout-4-line:before { content: "\ee83"; }
.ri-layout-5-fill:before { content: "\ee84"; }
.ri-layout-5-line:before { content: "\ee85"; }
.ri-layout-6-fill:before { content: "\ee86"; }
.ri-layout-6-line:before { content: "\ee87"; }
.ri-layout-bottom-2-fill:before { content: "\ee88"; }
.ri-layout-bottom-2-line:before { content: "\ee89"; }
.ri-layout-bottom-fill:before { content: "\ee8a"; }
.ri-layout-bottom-line:before { content: "\ee8b"; }
.ri-layout-column-fill:before { content: "\ee8c"; }
.ri-layout-column-line:before { content: "\ee8d"; }
.ri-layout-fill:before { content: "\ee8e"; }
.ri-layout-grid-fill:before { content: "\ee8f"; }
.ri-layout-grid-line:before { content: "\ee90"; }
.ri-layout-left-2-fill:before { content: "\ee91"; }
.ri-layout-left-2-line:before { content: "\ee92"; }
.ri-layout-left-fill:before { content: "\ee93"; }
.ri-layout-left-line:before { content: "\ee94"; }
.ri-layout-line:before { content: "\ee95"; }
.ri-layout-masonry-fill:before { content: "\ee96"; }
.ri-layout-masonry-line:before { content: "\ee97"; }
.ri-layout-right-2-fill:before { content: "\ee98"; }
.ri-layout-right-2-line:before { content: "\ee99"; }
.ri-layout-right-fill:before { content: "\ee9a"; }
.ri-layout-right-line:before { content: "\ee9b"; }
.ri-layout-row-fill:before { content: "\ee9c"; }
.ri-layout-row-line:before { content: "\ee9d"; }
.ri-layout-top-2-fill:before { content: "\ee9e"; }
.ri-layout-top-2-line:before { content: "\ee9f"; }
.ri-layout-top-fill:before { content: "\eea0"; }
.ri-layout-top-line:before { content: "\eea1"; }
.ri-leaf-fill:before { content: "\eea2"; }
.ri-leaf-line:before { content: "\eea3"; }
.ri-lifebuoy-fill:before { content: "\eea4"; }
.ri-lifebuoy-line:before { content: "\eea5"; }
.ri-lightbulb-fill:before { content: "\eea6"; }
.ri-lightbulb-flash-fill:before { content: "\eea7"; }
.ri-lightbulb-flash-line:before { content: "\eea8"; }
.ri-lightbulb-line:before { content: "\eea9"; }
.ri-line-chart-fill:before { content: "\eeaa"; }
.ri-line-chart-line:before { content: "\eeab"; }
.ri-line-fill:before { content: "\eeac"; }
.ri-line-height:before { content: "\eead"; }
.ri-line-line:before { content: "\eeae"; }
.ri-link-m:before { content: "\eeaf"; }
.ri-link-unlink-m:before { content: "\eeb0"; }
.ri-link-unlink:before { content: "\eeb1"; }
.ri-link:before { content: "\eeb2"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-linkedin-box-line:before { content: "\eeb4"; }
.ri-linkedin-fill:before { content: "\eeb5"; }
.ri-linkedin-line:before { content: "\eeb6"; }
.ri-links-fill:before { content: "\eeb7"; }
.ri-links-line:before { content: "\eeb8"; }
.ri-list-check-2:before { content: "\eeb9"; }
.ri-list-check:before { content: "\eeba"; }
.ri-list-ordered:before { content: "\eebb"; }
.ri-list-settings-fill:before { content: "\eebc"; }
.ri-list-settings-line:before { content: "\eebd"; }
.ri-list-unordered:before { content: "\eebe"; }
.ri-live-fill:before { content: "\eebf"; }
.ri-live-line:before { content: "\eec0"; }
.ri-loader-2-fill:before { content: "\eec1"; }
.ri-loader-2-line:before { content: "\eec2"; }
.ri-loader-3-fill:before { content: "\eec3"; }
.ri-loader-3-line:before { content: "\eec4"; }
.ri-loader-4-fill:before { content: "\eec5"; }
.ri-loader-4-line:before { content: "\eec6"; }
.ri-loader-5-fill:before { content: "\eec7"; }
.ri-loader-5-line:before { content: "\eec8"; }
.ri-loader-fill:before { content: "\eec9"; }
.ri-loader-line:before { content: "\eeca"; }
.ri-lock-2-fill:before { content: "\eecb"; }
.ri-lock-2-line:before { content: "\eecc"; }
.ri-lock-fill:before { content: "\eecd"; }
.ri-lock-line:before { content: "\eece"; }
.ri-lock-password-fill:before { content: "\eecf"; }
.ri-lock-password-line:before { content: "\eed0"; }
.ri-lock-unlock-fill:before { content: "\eed1"; }
.ri-lock-unlock-line:before { content: "\eed2"; }
.ri-login-box-fill:before { content: "\eed3"; }
.ri-login-box-line:before { content: "\eed4"; }
.ri-login-circle-fill:before { content: "\eed5"; }
.ri-login-circle-line:before { content: "\eed6"; }
.ri-logout-box-fill:before { content: "\eed7"; }
.ri-logout-box-line:before { content: "\eed8"; }
.ri-logout-box-r-fill:before { content: "\eed9"; }
.ri-logout-box-r-line:before { content: "\eeda"; }
.ri-logout-circle-fill:before { content: "\eedb"; }
.ri-logout-circle-line:before { content: "\eedc"; }
.ri-logout-circle-r-fill:before { content: "\eedd"; }
.ri-logout-circle-r-line:before { content: "\eede"; }
.ri-luggage-cart-fill:before { content: "\eedf"; }
.ri-luggage-cart-line:before { content: "\eee0"; }
.ri-luggage-deposit-fill:before { content: "\eee1"; }
.ri-luggage-deposit-line:before { content: "\eee2"; }
.ri-lungs-fill:before { content: "\eee3"; }
.ri-lungs-line:before { content: "\eee4"; }
.ri-mac-fill:before { content: "\eee5"; }
.ri-mac-line:before { content: "\eee6"; }
.ri-macbook-fill:before { content: "\eee7"; }
.ri-macbook-line:before { content: "\eee8"; }
.ri-magic-fill:before { content: "\eee9"; }
.ri-magic-line:before { content: "\eeea"; }
.ri-mail-add-fill:before { content: "\eeeb"; }
.ri-mail-add-line:before { content: "\eeec"; }
.ri-mail-check-fill:before { content: "\eeed"; }
.ri-mail-check-line:before { content: "\eeee"; }
.ri-mail-close-fill:before { content: "\eeef"; }
.ri-mail-close-line:before { content: "\eef0"; }
.ri-mail-download-fill:before { content: "\eef1"; }
.ri-mail-download-line:before { content: "\eef2"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-mail-forbid-fill:before { content: "\eef4"; }
.ri-mail-forbid-line:before { content: "\eef5"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-lock-fill:before { content: "\eef7"; }
.ri-mail-lock-line:before { content: "\eef8"; }
.ri-mail-open-fill:before { content: "\eef9"; }
.ri-mail-open-line:before { content: "\eefa"; }
.ri-mail-send-fill:before { content: "\eefb"; }
.ri-mail-send-line:before { content: "\eefc"; }
.ri-mail-settings-fill:before { content: "\eefd"; }
.ri-mail-settings-line:before { content: "\eefe"; }
.ri-mail-star-fill:before { content: "\eeff"; }
.ri-mail-star-line:before { content: "\ef00"; }
.ri-mail-unread-fill:before { content: "\ef01"; }
.ri-mail-unread-line:before { content: "\ef02"; }
.ri-mail-volume-fill:before { content: "\ef03"; }
.ri-mail-volume-line:before { content: "\ef04"; }
.ri-map-2-fill:before { content: "\ef05"; }
.ri-map-2-line:before { content: "\ef06"; }
.ri-map-fill:before { content: "\ef07"; }
.ri-map-line:before { content: "\ef08"; }
.ri-map-pin-2-fill:before { content: "\ef09"; }
.ri-map-pin-2-line:before { content: "\ef0a"; }
.ri-map-pin-3-fill:before { content: "\ef0b"; }
.ri-map-pin-3-line:before { content: "\ef0c"; }
.ri-map-pin-4-fill:before { content: "\ef0d"; }
.ri-map-pin-4-line:before { content: "\ef0e"; }
.ri-map-pin-5-fill:before { content: "\ef0f"; }
.ri-map-pin-5-line:before { content: "\ef10"; }
.ri-map-pin-add-fill:before { content: "\ef11"; }
.ri-map-pin-add-line:before { content: "\ef12"; }
.ri-map-pin-fill:before { content: "\ef13"; }
.ri-map-pin-line:before { content: "\ef14"; }
.ri-map-pin-range-fill:before { content: "\ef15"; }
.ri-map-pin-range-line:before { content: "\ef16"; }
.ri-map-pin-time-fill:before { content: "\ef17"; }
.ri-map-pin-time-line:before { content: "\ef18"; }
.ri-map-pin-user-fill:before { content: "\ef19"; }
.ri-map-pin-user-line:before { content: "\ef1a"; }
.ri-mark-pen-fill:before { content: "\ef1b"; }
.ri-mark-pen-line:before { content: "\ef1c"; }
.ri-markdown-fill:before { content: "\ef1d"; }
.ri-markdown-line:before { content: "\ef1e"; }
.ri-markup-fill:before { content: "\ef1f"; }
.ri-markup-line:before { content: "\ef20"; }
.ri-mastercard-fill:before { content: "\ef21"; }
.ri-mastercard-line:before { content: "\ef22"; }
.ri-mastodon-fill:before { content: "\ef23"; }
.ri-mastodon-line:before { content: "\ef24"; }
.ri-medal-2-fill:before { content: "\ef25"; }
.ri-medal-2-line:before { content: "\ef26"; }
.ri-medal-fill:before { content: "\ef27"; }
.ri-medal-line:before { content: "\ef28"; }
.ri-medicine-bottle-fill:before { content: "\ef29"; }
.ri-medicine-bottle-line:before { content: "\ef2a"; }
.ri-medium-fill:before { content: "\ef2b"; }
.ri-medium-line:before { content: "\ef2c"; }
.ri-men-fill:before { content: "\ef2d"; }
.ri-men-line:before { content: "\ef2e"; }
.ri-mental-health-fill:before { content: "\ef2f"; }
.ri-mental-health-line:before { content: "\ef30"; }
.ri-menu-2-fill:before { content: "\ef31"; }
.ri-menu-2-line:before { content: "\ef32"; }
.ri-menu-3-fill:before { content: "\ef33"; }
.ri-menu-3-line:before { content: "\ef34"; }
.ri-menu-4-fill:before { content: "\ef35"; }
.ri-menu-4-line:before { content: "\ef36"; }
.ri-menu-5-fill:before { content: "\ef37"; }
.ri-menu-5-line:before { content: "\ef38"; }
.ri-menu-add-fill:before { content: "\ef39"; }
.ri-menu-add-line:before { content: "\ef3a"; }
.ri-menu-fill:before { content: "\ef3b"; }
.ri-menu-fold-fill:before { content: "\ef3c"; }
.ri-menu-fold-line:before { content: "\ef3d"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-menu-unfold-fill:before { content: "\ef3f"; }
.ri-menu-unfold-line:before { content: "\ef40"; }
.ri-merge-cells-horizontal:before { content: "\ef41"; }
.ri-merge-cells-vertical:before { content: "\ef42"; }
.ri-message-2-fill:before { content: "\ef43"; }
.ri-message-2-line:before { content: "\ef44"; }
.ri-message-3-fill:before { content: "\ef45"; }
.ri-message-3-line:before { content: "\ef46"; }
.ri-message-fill:before { content: "\ef47"; }
.ri-message-line:before { content: "\ef48"; }
.ri-messenger-fill:before { content: "\ef49"; }
.ri-messenger-line:before { content: "\ef4a"; }
.ri-meteor-fill:before { content: "\ef4b"; }
.ri-meteor-line:before { content: "\ef4c"; }
.ri-mic-2-fill:before { content: "\ef4d"; }
.ri-mic-2-line:before { content: "\ef4e"; }
.ri-mic-fill:before { content: "\ef4f"; }
.ri-mic-line:before { content: "\ef50"; }
.ri-mic-off-fill:before { content: "\ef51"; }
.ri-mic-off-line:before { content: "\ef52"; }
.ri-mickey-fill:before { content: "\ef53"; }
.ri-mickey-line:before { content: "\ef54"; }
.ri-microscope-fill:before { content: "\ef55"; }
.ri-microscope-line:before { content: "\ef56"; }
.ri-microsoft-fill:before { content: "\ef57"; }
.ri-microsoft-line:before { content: "\ef58"; }
.ri-mind-map:before { content: "\ef59"; }
.ri-mini-program-fill:before { content: "\ef5a"; }
.ri-mini-program-line:before { content: "\ef5b"; }
.ri-mist-fill:before { content: "\ef5c"; }
.ri-mist-line:before { content: "\ef5d"; }
.ri-money-cny-box-fill:before { content: "\ef5e"; }
.ri-money-cny-box-line:before { content: "\ef5f"; }
.ri-money-cny-circle-fill:before { content: "\ef60"; }
.ri-money-cny-circle-line:before { content: "\ef61"; }
.ri-money-dollar-box-fill:before { content: "\ef62"; }
.ri-money-dollar-box-line:before { content: "\ef63"; }
.ri-money-dollar-circle-fill:before { content: "\ef64"; }
.ri-money-dollar-circle-line:before { content: "\ef65"; }
.ri-money-euro-box-fill:before { content: "\ef66"; }
.ri-money-euro-box-line:before { content: "\ef67"; }
.ri-money-euro-circle-fill:before { content: "\ef68"; }
.ri-money-euro-circle-line:before { content: "\ef69"; }
.ri-money-pound-box-fill:before { content: "\ef6a"; }
.ri-money-pound-box-line:before { content: "\ef6b"; }
.ri-money-pound-circle-fill:before { content: "\ef6c"; }
.ri-money-pound-circle-line:before { content: "\ef6d"; }
.ri-moon-clear-fill:before { content: "\ef6e"; }
.ri-moon-clear-line:before { content: "\ef6f"; }
.ri-moon-cloudy-fill:before { content: "\ef70"; }
.ri-moon-cloudy-line:before { content: "\ef71"; }
.ri-moon-fill:before { content: "\ef72"; }
.ri-moon-foggy-fill:before { content: "\ef73"; }
.ri-moon-foggy-line:before { content: "\ef74"; }
.ri-moon-line:before { content: "\ef75"; }
.ri-more-2-fill:before { content: "\ef76"; }
.ri-more-2-line:before { content: "\ef77"; }
.ri-more-fill:before { content: "\ef78"; }
.ri-more-line:before { content: "\ef79"; }
.ri-motorbike-fill:before { content: "\ef7a"; }
.ri-motorbike-line:before { content: "\ef7b"; }
.ri-mouse-fill:before { content: "\ef7c"; }
.ri-mouse-line:before { content: "\ef7d"; }
.ri-movie-2-fill:before { content: "\ef7e"; }
.ri-movie-2-line:before { content: "\ef7f"; }
.ri-movie-fill:before { content: "\ef80"; }
.ri-movie-line:before { content: "\ef81"; }
.ri-music-2-fill:before { content: "\ef82"; }
.ri-music-2-line:before { content: "\ef83"; }
.ri-music-fill:before { content: "\ef84"; }
.ri-music-line:before { content: "\ef85"; }
.ri-mv-fill:before { content: "\ef86"; }
.ri-mv-line:before { content: "\ef87"; }
.ri-navigation-fill:before { content: "\ef88"; }
.ri-navigation-line:before { content: "\ef89"; }
.ri-netease-cloud-music-fill:before { content: "\ef8a"; }
.ri-netease-cloud-music-line:before { content: "\ef8b"; }
.ri-netflix-fill:before { content: "\ef8c"; }
.ri-netflix-line:before { content: "\ef8d"; }
.ri-newspaper-fill:before { content: "\ef8e"; }
.ri-newspaper-line:before { content: "\ef8f"; }
.ri-node-tree:before { content: "\ef90"; }
.ri-notification-2-fill:before { content: "\ef91"; }
.ri-notification-2-line:before { content: "\ef92"; }
.ri-notification-3-fill:before { content: "\ef93"; }
.ri-notification-3-line:before { content: "\ef94"; }
.ri-notification-4-fill:before { content: "\ef95"; }
.ri-notification-4-line:before { content: "\ef96"; }
.ri-notification-badge-fill:before { content: "\ef97"; }
.ri-notification-badge-line:before { content: "\ef98"; }
.ri-notification-fill:before { content: "\ef99"; }
.ri-notification-line:before { content: "\ef9a"; }
.ri-notification-off-fill:before { content: "\ef9b"; }
.ri-notification-off-line:before { content: "\ef9c"; }
.ri-npmjs-fill:before { content: "\ef9d"; }
.ri-npmjs-line:before { content: "\ef9e"; }
.ri-number-0:before { content: "\ef9f"; }
.ri-number-1:before { content: "\efa0"; }
.ri-number-2:before { content: "\efa1"; }
.ri-number-3:before { content: "\efa2"; }
.ri-number-4:before { content: "\efa3"; }
.ri-number-5:before { content: "\efa4"; }
.ri-number-6:before { content: "\efa5"; }
.ri-number-7:before { content: "\efa6"; }
.ri-number-8:before { content: "\efa7"; }
.ri-number-9:before { content: "\efa8"; }
.ri-numbers-fill:before { content: "\efa9"; }
.ri-numbers-line:before { content: "\efaa"; }
.ri-nurse-fill:before { content: "\efab"; }
.ri-nurse-line:before { content: "\efac"; }
.ri-oil-fill:before { content: "\efad"; }
.ri-oil-line:before { content: "\efae"; }
.ri-omega:before { content: "\efaf"; }
.ri-open-arm-fill:before { content: "\efb0"; }
.ri-open-arm-line:before { content: "\efb1"; }
.ri-open-source-fill:before { content: "\efb2"; }
.ri-open-source-line:before { content: "\efb3"; }
.ri-opera-fill:before { content: "\efb4"; }
.ri-opera-line:before { content: "\efb5"; }
.ri-order-play-fill:before { content: "\efb6"; }
.ri-order-play-line:before { content: "\efb7"; }
.ri-organization-chart:before { content: "\efb8"; }
.ri-outlet-2-fill:before { content: "\efb9"; }
.ri-outlet-2-line:before { content: "\efba"; }
.ri-outlet-fill:before { content: "\efbb"; }
.ri-outlet-line:before { content: "\efbc"; }
.ri-page-separator:before { content: "\efbd"; }
.ri-pages-fill:before { content: "\efbe"; }
.ri-pages-line:before { content: "\efbf"; }
.ri-paint-brush-fill:before { content: "\efc0"; }
.ri-paint-brush-line:before { content: "\efc1"; }
.ri-paint-fill:before { content: "\efc2"; }
.ri-paint-line:before { content: "\efc3"; }
.ri-palette-fill:before { content: "\efc4"; }
.ri-palette-line:before { content: "\efc5"; }
.ri-pantone-fill:before { content: "\efc6"; }
.ri-pantone-line:before { content: "\efc7"; }
.ri-paragraph:before { content: "\efc8"; }
.ri-parent-fill:before { content: "\efc9"; }
.ri-parent-line:before { content: "\efca"; }
.ri-parentheses-fill:before { content: "\efcb"; }
.ri-parentheses-line:before { content: "\efcc"; }
.ri-parking-box-fill:before { content: "\efcd"; }
.ri-parking-box-line:before { content: "\efce"; }
.ri-parking-fill:before { content: "\efcf"; }
.ri-parking-line:before { content: "\efd0"; }
.ri-passport-fill:before { content: "\efd1"; }
.ri-passport-line:before { content: "\efd2"; }
.ri-patreon-fill:before { content: "\efd3"; }
.ri-patreon-line:before { content: "\efd4"; }
.ri-pause-circle-fill:before { content: "\efd5"; }
.ri-pause-circle-line:before { content: "\efd6"; }
.ri-pause-fill:before { content: "\efd7"; }
.ri-pause-line:before { content: "\efd8"; }
.ri-pause-mini-fill:before { content: "\efd9"; }
.ri-pause-mini-line:before { content: "\efda"; }
.ri-paypal-fill:before { content: "\efdb"; }
.ri-paypal-line:before { content: "\efdc"; }
.ri-pen-nib-fill:before { content: "\efdd"; }
.ri-pen-nib-line:before { content: "\efde"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-ruler-2-fill:before { content: "\efe1"; }
.ri-pencil-ruler-2-line:before { content: "\efe2"; }
.ri-pencil-ruler-fill:before { content: "\efe3"; }
.ri-pencil-ruler-line:before { content: "\efe4"; }
.ri-percent-fill:before { content: "\efe5"; }
.ri-percent-line:before { content: "\efe6"; }
.ri-phone-camera-fill:before { content: "\efe7"; }
.ri-phone-camera-line:before { content: "\efe8"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-phone-find-fill:before { content: "\efea"; }
.ri-phone-find-line:before { content: "\efeb"; }
.ri-phone-line:before { content: "\efec"; }
.ri-phone-lock-fill:before { content: "\efed"; }
.ri-phone-lock-line:before { content: "\efee"; }
.ri-picture-in-picture-2-fill:before { content: "\efef"; }
.ri-picture-in-picture-2-line:before { content: "\eff0"; }
.ri-picture-in-picture-exit-fill:before { content: "\eff1"; }
.ri-picture-in-picture-exit-line:before { content: "\eff2"; }
.ri-picture-in-picture-fill:before { content: "\eff3"; }
.ri-picture-in-picture-line:before { content: "\eff4"; }
.ri-pie-chart-2-fill:before { content: "\eff5"; }
.ri-pie-chart-2-line:before { content: "\eff6"; }
.ri-pie-chart-box-fill:before { content: "\eff7"; }
.ri-pie-chart-box-line:before { content: "\eff8"; }
.ri-pie-chart-fill:before { content: "\eff9"; }
.ri-pie-chart-line:before { content: "\effa"; }
.ri-pin-distance-fill:before { content: "\effb"; }
.ri-pin-distance-line:before { content: "\effc"; }
.ri-ping-pong-fill:before { content: "\effd"; }
.ri-ping-pong-line:before { content: "\effe"; }
.ri-pinterest-fill:before { content: "\efff"; }
.ri-pinterest-line:before { content: "\f000"; }
.ri-pinyin-input:before { content: "\f001"; }
.ri-pixelfed-fill:before { content: "\f002"; }
.ri-pixelfed-line:before { content: "\f003"; }
.ri-plane-fill:before { content: "\f004"; }
.ri-plane-line:before { content: "\f005"; }
.ri-plant-fill:before { content: "\f006"; }
.ri-plant-line:before { content: "\f007"; }
.ri-play-circle-fill:before { content: "\f008"; }
.ri-play-circle-line:before { content: "\f009"; }
.ri-play-fill:before { content: "\f00a"; }
.ri-play-line:before { content: "\f00b"; }
.ri-play-list-2-fill:before { content: "\f00c"; }
.ri-play-list-2-line:before { content: "\f00d"; }
.ri-play-list-add-fill:before { content: "\f00e"; }
.ri-play-list-add-line:before { content: "\f00f"; }
.ri-play-list-fill:before { content: "\f010"; }
.ri-play-list-line:before { content: "\f011"; }
.ri-play-mini-fill:before { content: "\f012"; }
.ri-play-mini-line:before { content: "\f013"; }
.ri-playstation-fill:before { content: "\f014"; }
.ri-playstation-line:before { content: "\f015"; }
.ri-plug-2-fill:before { content: "\f016"; }
.ri-plug-2-line:before { content: "\f017"; }
.ri-plug-fill:before { content: "\f018"; }
.ri-plug-line:before { content: "\f019"; }
.ri-polaroid-2-fill:before { content: "\f01a"; }
.ri-polaroid-2-line:before { content: "\f01b"; }
.ri-polaroid-fill:before { content: "\f01c"; }
.ri-polaroid-line:before { content: "\f01d"; }
.ri-police-car-fill:before { content: "\f01e"; }
.ri-police-car-line:before { content: "\f01f"; }
.ri-price-tag-2-fill:before { content: "\f020"; }
.ri-price-tag-2-line:before { content: "\f021"; }
.ri-price-tag-3-fill:before { content: "\f022"; }
.ri-price-tag-3-line:before { content: "\f023"; }
.ri-price-tag-fill:before { content: "\f024"; }
.ri-price-tag-line:before { content: "\f025"; }
.ri-printer-cloud-fill:before { content: "\f026"; }
.ri-printer-cloud-line:before { content: "\f027"; }
.ri-printer-fill:before { content: "\f028"; }
.ri-printer-line:before { content: "\f029"; }
.ri-product-hunt-fill:before { content: "\f02a"; }
.ri-product-hunt-line:before { content: "\f02b"; }
.ri-profile-fill:before { content: "\f02c"; }
.ri-profile-line:before { content: "\f02d"; }
.ri-projector-2-fill:before { content: "\f02e"; }
.ri-projector-2-line:before { content: "\f02f"; }
.ri-projector-fill:before { content: "\f030"; }
.ri-projector-line:before { content: "\f031"; }
.ri-psychotherapy-fill:before { content: "\f032"; }
.ri-psychotherapy-line:before { content: "\f033"; }
.ri-pulse-fill:before { content: "\f034"; }
.ri-pulse-line:before { content: "\f035"; }
.ri-pushpin-2-fill:before { content: "\f036"; }
.ri-pushpin-2-line:before { content: "\f037"; }
.ri-pushpin-fill:before { content: "\f038"; }
.ri-pushpin-line:before { content: "\f039"; }
.ri-qq-fill:before { content: "\f03a"; }
.ri-qq-line:before { content: "\f03b"; }
.ri-qr-code-fill:before { content: "\f03c"; }
.ri-qr-code-line:before { content: "\f03d"; }
.ri-qr-scan-2-fill:before { content: "\f03e"; }
.ri-qr-scan-2-line:before { content: "\f03f"; }
.ri-qr-scan-fill:before { content: "\f040"; }
.ri-qr-scan-line:before { content: "\f041"; }
.ri-question-answer-fill:before { content: "\f042"; }
.ri-question-answer-line:before { content: "\f043"; }
.ri-question-fill:before { content: "\f044"; }
.ri-question-line:before { content: "\f045"; }
.ri-question-mark:before { content: "\f046"; }
.ri-questionnaire-fill:before { content: "\f047"; }
.ri-questionnaire-line:before { content: "\f048"; }
.ri-quill-pen-fill:before { content: "\f049"; }
.ri-quill-pen-line:before { content: "\f04a"; }
.ri-radar-fill:before { content: "\f04b"; }
.ri-radar-line:before { content: "\f04c"; }
.ri-radio-2-fill:before { content: "\f04d"; }
.ri-radio-2-line:before { content: "\f04e"; }
.ri-radio-button-fill:before { content: "\f04f"; }
.ri-radio-button-line:before { content: "\f050"; }
.ri-radio-fill:before { content: "\f051"; }
.ri-radio-line:before { content: "\f052"; }
.ri-rainbow-fill:before { content: "\f053"; }
.ri-rainbow-line:before { content: "\f054"; }
.ri-rainy-fill:before { content: "\f055"; }
.ri-rainy-line:before { content: "\f056"; }
.ri-reactjs-fill:before { content: "\f057"; }
.ri-reactjs-line:before { content: "\f058"; }
.ri-record-circle-fill:before { content: "\f059"; }
.ri-record-circle-line:before { content: "\f05a"; }
.ri-record-mail-fill:before { content: "\f05b"; }
.ri-record-mail-line:before { content: "\f05c"; }
.ri-recycle-fill:before { content: "\f05d"; }
.ri-recycle-line:before { content: "\f05e"; }
.ri-red-packet-fill:before { content: "\f05f"; }
.ri-red-packet-line:before { content: "\f060"; }
.ri-reddit-fill:before { content: "\f061"; }
.ri-reddit-line:before { content: "\f062"; }
.ri-refresh-fill:before { content: "\f063"; }
.ri-refresh-line:before { content: "\f064"; }
.ri-refund-2-fill:before { content: "\f065"; }
.ri-refund-2-line:before { content: "\f066"; }
.ri-refund-fill:before { content: "\f067"; }
.ri-refund-line:before { content: "\f068"; }
.ri-registered-fill:before { content: "\f069"; }
.ri-registered-line:before { content: "\f06a"; }
.ri-remixicon-fill:before { content: "\f06b"; }
.ri-remixicon-line:before { content: "\f06c"; }
.ri-remote-control-2-fill:before { content: "\f06d"; }
.ri-remote-control-2-line:before { content: "\f06e"; }
.ri-remote-control-fill:before { content: "\f06f"; }
.ri-remote-control-line:before { content: "\f070"; }
.ri-repeat-2-fill:before { content: "\f071"; }
.ri-repeat-2-line:before { content: "\f072"; }
.ri-repeat-fill:before { content: "\f073"; }
.ri-repeat-line:before { content: "\f074"; }
.ri-repeat-one-fill:before { content: "\f075"; }
.ri-repeat-one-line:before { content: "\f076"; }
.ri-reply-all-fill:before { content: "\f077"; }
.ri-reply-all-line:before { content: "\f078"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-reply-line:before { content: "\f07a"; }
.ri-reserved-fill:before { content: "\f07b"; }
.ri-reserved-line:before { content: "\f07c"; }
.ri-rest-time-fill:before { content: "\f07d"; }
.ri-rest-time-line:before { content: "\f07e"; }
.ri-restart-fill:before { content: "\f07f"; }
.ri-restart-line:before { content: "\f080"; }
.ri-restaurant-2-fill:before { content: "\f081"; }
.ri-restaurant-2-line:before { content: "\f082"; }
.ri-restaurant-fill:before { content: "\f083"; }
.ri-restaurant-line:before { content: "\f084"; }
.ri-rewind-fill:before { content: "\f085"; }
.ri-rewind-line:before { content: "\f086"; }
.ri-rewind-mini-fill:before { content: "\f087"; }
.ri-rewind-mini-line:before { content: "\f088"; }
.ri-rhythm-fill:before { content: "\f089"; }
.ri-rhythm-line:before { content: "\f08a"; }
.ri-riding-fill:before { content: "\f08b"; }
.ri-riding-line:before { content: "\f08c"; }
.ri-road-map-fill:before { content: "\f08d"; }
.ri-road-map-line:before { content: "\f08e"; }
.ri-roadster-fill:before { content: "\f08f"; }
.ri-roadster-line:before { content: "\f090"; }
.ri-robot-fill:before { content: "\f091"; }
.ri-robot-line:before { content: "\f092"; }
.ri-rocket-2-fill:before { content: "\f093"; }
.ri-rocket-2-line:before { content: "\f094"; }
.ri-rocket-fill:before { content: "\f095"; }
.ri-rocket-line:before { content: "\f096"; }
.ri-rotate-lock-fill:before { content: "\f097"; }
.ri-rotate-lock-line:before { content: "\f098"; }
.ri-rounded-corner:before { content: "\f099"; }
.ri-route-fill:before { content: "\f09a"; }
.ri-route-line:before { content: "\f09b"; }
.ri-router-fill:before { content: "\f09c"; }
.ri-router-line:before { content: "\f09d"; }
.ri-rss-fill:before { content: "\f09e"; }
.ri-rss-line:before { content: "\f09f"; }
.ri-ruler-2-fill:before { content: "\f0a0"; }
.ri-ruler-2-line:before { content: "\f0a1"; }
.ri-ruler-fill:before { content: "\f0a2"; }
.ri-ruler-line:before { content: "\f0a3"; }
.ri-run-fill:before { content: "\f0a4"; }
.ri-run-line:before { content: "\f0a5"; }
.ri-safari-fill:before { content: "\f0a6"; }
.ri-safari-line:before { content: "\f0a7"; }
.ri-safe-2-fill:before { content: "\f0a8"; }
.ri-safe-2-line:before { content: "\f0a9"; }
.ri-safe-fill:before { content: "\f0aa"; }
.ri-safe-line:before { content: "\f0ab"; }
.ri-sailboat-fill:before { content: "\f0ac"; }
.ri-sailboat-line:before { content: "\f0ad"; }
.ri-save-2-fill:before { content: "\f0ae"; }
.ri-save-2-line:before { content: "\f0af"; }
.ri-save-3-fill:before { content: "\f0b0"; }
.ri-save-3-line:before { content: "\f0b1"; }
.ri-save-fill:before { content: "\f0b2"; }
.ri-save-line:before { content: "\f0b3"; }
.ri-scales-2-fill:before { content: "\f0b4"; }
.ri-scales-2-line:before { content: "\f0b5"; }
.ri-scales-3-fill:before { content: "\f0b6"; }
.ri-scales-3-line:before { content: "\f0b7"; }
.ri-scales-fill:before { content: "\f0b8"; }
.ri-scales-line:before { content: "\f0b9"; }
.ri-scan-2-fill:before { content: "\f0ba"; }
.ri-scan-2-line:before { content: "\f0bb"; }
.ri-scan-fill:before { content: "\f0bc"; }
.ri-scan-line:before { content: "\f0bd"; }
.ri-scissors-2-fill:before { content: "\f0be"; }
.ri-scissors-2-line:before { content: "\f0bf"; }
.ri-scissors-cut-fill:before { content: "\f0c0"; }
.ri-scissors-cut-line:before { content: "\f0c1"; }
.ri-scissors-fill:before { content: "\f0c2"; }
.ri-scissors-line:before { content: "\f0c3"; }
.ri-screenshot-2-fill:before { content: "\f0c4"; }
.ri-screenshot-2-line:before { content: "\f0c5"; }
.ri-screenshot-fill:before { content: "\f0c6"; }
.ri-screenshot-line:before { content: "\f0c7"; }
.ri-sd-card-fill:before { content: "\f0c8"; }
.ri-sd-card-line:before { content: "\f0c9"; }
.ri-sd-card-mini-fill:before { content: "\f0ca"; }
.ri-sd-card-mini-line:before { content: "\f0cb"; }
.ri-search-2-fill:before { content: "\f0cc"; }
.ri-search-2-line:before { content: "\f0cd"; }
.ri-search-eye-fill:before { content: "\f0ce"; }
.ri-search-eye-line:before { content: "\f0cf"; }
.ri-search-fill:before { content: "\f0d0"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-secure-payment-fill:before { content: "\f0d2"; }
.ri-secure-payment-line:before { content: "\f0d3"; }
.ri-seedling-fill:before { content: "\f0d4"; }
.ri-seedling-line:before { content: "\f0d5"; }
.ri-send-backward:before { content: "\f0d6"; }
.ri-send-plane-2-fill:before { content: "\f0d7"; }
.ri-send-plane-2-line:before { content: "\f0d8"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-to-back:before { content: "\f0db"; }
.ri-sensor-fill:before { content: "\f0dc"; }
.ri-sensor-line:before { content: "\f0dd"; }
.ri-separator:before { content: "\f0de"; }
.ri-server-fill:before { content: "\f0df"; }
.ri-server-line:before { content: "\f0e0"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-service-line:before { content: "\f0e2"; }
.ri-settings-2-fill:before { content: "\f0e3"; }
.ri-settings-2-line:before { content: "\f0e4"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-4-fill:before { content: "\f0e7"; }
.ri-settings-4-line:before { content: "\f0e8"; }
.ri-settings-5-fill:before { content: "\f0e9"; }
.ri-settings-5-line:before { content: "\f0ea"; }
.ri-settings-6-fill:before { content: "\f0eb"; }
.ri-settings-6-line:before { content: "\f0ec"; }
.ri-settings-fill:before { content: "\f0ed"; }
.ri-settings-line:before { content: "\f0ee"; }
.ri-shape-2-fill:before { content: "\f0ef"; }
.ri-shape-2-line:before { content: "\f0f0"; }
.ri-shape-fill:before { content: "\f0f1"; }
.ri-shape-line:before { content: "\f0f2"; }
.ri-share-box-fill:before { content: "\f0f3"; }
.ri-share-box-line:before { content: "\f0f4"; }
.ri-share-circle-fill:before { content: "\f0f5"; }
.ri-share-circle-line:before { content: "\f0f6"; }
.ri-share-fill:before { content: "\f0f7"; }
.ri-share-forward-2-fill:before { content: "\f0f8"; }
.ri-share-forward-2-line:before { content: "\f0f9"; }
.ri-share-forward-box-fill:before { content: "\f0fa"; }
.ri-share-forward-box-line:before { content: "\f0fb"; }
.ri-share-forward-fill:before { content: "\f0fc"; }
.ri-share-forward-line:before { content: "\f0fd"; }
.ri-share-line:before { content: "\f0fe"; }
.ri-shield-check-fill:before { content: "\f0ff"; }
.ri-shield-check-line:before { content: "\f100"; }
.ri-shield-cross-fill:before { content: "\f101"; }
.ri-shield-cross-line:before { content: "\f102"; }
.ri-shield-fill:before { content: "\f103"; }
.ri-shield-flash-fill:before { content: "\f104"; }
.ri-shield-flash-line:before { content: "\f105"; }
.ri-shield-keyhole-fill:before { content: "\f106"; }
.ri-shield-keyhole-line:before { content: "\f107"; }
.ri-shield-line:before { content: "\f108"; }
.ri-shield-star-fill:before { content: "\f109"; }
.ri-shield-star-line:before { content: "\f10a"; }
.ri-shield-user-fill:before { content: "\f10b"; }
.ri-shield-user-line:before { content: "\f10c"; }
.ri-ship-2-fill:before { content: "\f10d"; }
.ri-ship-2-line:before { content: "\f10e"; }
.ri-ship-fill:before { content: "\f10f"; }
.ri-ship-line:before { content: "\f110"; }
.ri-shirt-fill:before { content: "\f111"; }
.ri-shirt-line:before { content: "\f112"; }
.ri-shopping-bag-2-fill:before { content: "\f113"; }
.ri-shopping-bag-2-line:before { content: "\f114"; }
.ri-shopping-bag-3-fill:before { content: "\f115"; }
.ri-shopping-bag-3-line:before { content: "\f116"; }
.ri-shopping-bag-fill:before { content: "\f117"; }
.ri-shopping-bag-line:before { content: "\f118"; }
.ri-shopping-basket-2-fill:before { content: "\f119"; }
.ri-shopping-basket-2-line:before { content: "\f11a"; }
.ri-shopping-basket-fill:before { content: "\f11b"; }
.ri-shopping-basket-line:before { content: "\f11c"; }
.ri-shopping-cart-2-fill:before { content: "\f11d"; }
.ri-shopping-cart-2-line:before { content: "\f11e"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-shopping-cart-line:before { content: "\f120"; }
.ri-showers-fill:before { content: "\f121"; }
.ri-showers-line:before { content: "\f122"; }
.ri-shuffle-fill:before { content: "\f123"; }
.ri-shuffle-line:before { content: "\f124"; }
.ri-shut-down-fill:before { content: "\f125"; }
.ri-shut-down-line:before { content: "\f126"; }
.ri-side-bar-fill:before { content: "\f127"; }
.ri-side-bar-line:before { content: "\f128"; }
.ri-signal-tower-fill:before { content: "\f129"; }
.ri-signal-tower-line:before { content: "\f12a"; }
.ri-signal-wifi-1-fill:before { content: "\f12b"; }
.ri-signal-wifi-1-line:before { content: "\f12c"; }
.ri-signal-wifi-2-fill:before { content: "\f12d"; }
.ri-signal-wifi-2-line:before { content: "\f12e"; }
.ri-signal-wifi-3-fill:before { content: "\f12f"; }
.ri-signal-wifi-3-line:before { content: "\f130"; }
.ri-signal-wifi-error-fill:before { content: "\f131"; }
.ri-signal-wifi-error-line:before { content: "\f132"; }
.ri-signal-wifi-fill:before { content: "\f133"; }
.ri-signal-wifi-line:before { content: "\f134"; }
.ri-signal-wifi-off-fill:before { content: "\f135"; }
.ri-signal-wifi-off-line:before { content: "\f136"; }
.ri-sim-card-2-fill:before { content: "\f137"; }
.ri-sim-card-2-line:before { content: "\f138"; }
.ri-sim-card-fill:before { content: "\f139"; }
.ri-sim-card-line:before { content: "\f13a"; }
.ri-single-quotes-l:before { content: "\f13b"; }
.ri-single-quotes-r:before { content: "\f13c"; }
.ri-sip-fill:before { content: "\f13d"; }
.ri-sip-line:before { content: "\f13e"; }
.ri-skip-back-fill:before { content: "\f13f"; }
.ri-skip-back-line:before { content: "\f140"; }
.ri-skip-back-mini-fill:before { content: "\f141"; }
.ri-skip-back-mini-line:before { content: "\f142"; }
.ri-skip-forward-fill:before { content: "\f143"; }
.ri-skip-forward-line:before { content: "\f144"; }
.ri-skip-forward-mini-fill:before { content: "\f145"; }
.ri-skip-forward-mini-line:before { content: "\f146"; }
.ri-skull-2-fill:before { content: "\f147"; }
.ri-skull-2-line:before { content: "\f148"; }
.ri-skull-fill:before { content: "\f149"; }
.ri-skull-line:before { content: "\f14a"; }
.ri-skype-fill:before { content: "\f14b"; }
.ri-skype-line:before { content: "\f14c"; }
.ri-slack-fill:before { content: "\f14d"; }
.ri-slack-line:before { content: "\f14e"; }
.ri-slice-fill:before { content: "\f14f"; }
.ri-slice-line:before { content: "\f150"; }
.ri-slideshow-2-fill:before { content: "\f151"; }
.ri-slideshow-2-line:before { content: "\f152"; }
.ri-slideshow-3-fill:before { content: "\f153"; }
.ri-slideshow-3-line:before { content: "\f154"; }
.ri-slideshow-4-fill:before { content: "\f155"; }
.ri-slideshow-4-line:before { content: "\f156"; }
.ri-slideshow-fill:before { content: "\f157"; }
.ri-slideshow-line:before { content: "\f158"; }
.ri-smartphone-fill:before { content: "\f159"; }
.ri-smartphone-line:before { content: "\f15a"; }
.ri-snapchat-fill:before { content: "\f15b"; }
.ri-snapchat-line:before { content: "\f15c"; }
.ri-snowy-fill:before { content: "\f15d"; }
.ri-snowy-line:before { content: "\f15e"; }
.ri-sort-asc:before { content: "\f15f"; }
.ri-sort-desc:before { content: "\f160"; }
.ri-sound-module-fill:before { content: "\f161"; }
.ri-sound-module-line:before { content: "\f162"; }
.ri-soundcloud-fill:before { content: "\f163"; }
.ri-soundcloud-line:before { content: "\f164"; }
.ri-space-ship-fill:before { content: "\f165"; }
.ri-space-ship-line:before { content: "\f166"; }
.ri-space:before { content: "\f167"; }
.ri-spam-2-fill:before { content: "\f168"; }
.ri-spam-2-line:before { content: "\f169"; }
.ri-spam-3-fill:before { content: "\f16a"; }
.ri-spam-3-line:before { content: "\f16b"; }
.ri-spam-fill:before { content: "\f16c"; }
.ri-spam-line:before { content: "\f16d"; }
.ri-speaker-2-fill:before { content: "\f16e"; }
.ri-speaker-2-line:before { content: "\f16f"; }
.ri-speaker-3-fill:before { content: "\f170"; }
.ri-speaker-3-line:before { content: "\f171"; }
.ri-speaker-fill:before { content: "\f172"; }
.ri-speaker-line:before { content: "\f173"; }
.ri-spectrum-fill:before { content: "\f174"; }
.ri-spectrum-line:before { content: "\f175"; }
.ri-speed-fill:before { content: "\f176"; }
.ri-speed-line:before { content: "\f177"; }
.ri-speed-mini-fill:before { content: "\f178"; }
.ri-speed-mini-line:before { content: "\f179"; }
.ri-split-cells-horizontal:before { content: "\f17a"; }
.ri-split-cells-vertical:before { content: "\f17b"; }
.ri-spotify-fill:before { content: "\f17c"; }
.ri-spotify-line:before { content: "\f17d"; }
.ri-spy-fill:before { content: "\f17e"; }
.ri-spy-line:before { content: "\f17f"; }
.ri-stack-fill:before { content: "\f180"; }
.ri-stack-line:before { content: "\f181"; }
.ri-stack-overflow-fill:before { content: "\f182"; }
.ri-stack-overflow-line:before { content: "\f183"; }
.ri-stackshare-fill:before { content: "\f184"; }
.ri-stackshare-line:before { content: "\f185"; }
.ri-star-fill:before { content: "\f186"; }
.ri-star-half-fill:before { content: "\f187"; }
.ri-star-half-line:before { content: "\f188"; }
.ri-star-half-s-fill:before { content: "\f189"; }
.ri-star-half-s-line:before { content: "\f18a"; }
.ri-star-line:before { content: "\f18b"; }
.ri-star-s-fill:before { content: "\f18c"; }
.ri-star-s-line:before { content: "\f18d"; }
.ri-star-smile-fill:before { content: "\f18e"; }
.ri-star-smile-line:before { content: "\f18f"; }
.ri-steam-fill:before { content: "\f190"; }
.ri-steam-line:before { content: "\f191"; }
.ri-steering-2-fill:before { content: "\f192"; }
.ri-steering-2-line:before { content: "\f193"; }
.ri-steering-fill:before { content: "\f194"; }
.ri-steering-line:before { content: "\f195"; }
.ri-stethoscope-fill:before { content: "\f196"; }
.ri-stethoscope-line:before { content: "\f197"; }
.ri-sticky-note-2-fill:before { content: "\f198"; }
.ri-sticky-note-2-line:before { content: "\f199"; }
.ri-sticky-note-fill:before { content: "\f19a"; }
.ri-sticky-note-line:before { content: "\f19b"; }
.ri-stock-fill:before { content: "\f19c"; }
.ri-stock-line:before { content: "\f19d"; }
.ri-stop-circle-fill:before { content: "\f19e"; }
.ri-stop-circle-line:before { content: "\f19f"; }
.ri-stop-fill:before { content: "\f1a0"; }
.ri-stop-line:before { content: "\f1a1"; }
.ri-stop-mini-fill:before { content: "\f1a2"; }
.ri-stop-mini-line:before { content: "\f1a3"; }
.ri-store-2-fill:before { content: "\f1a4"; }
.ri-store-2-line:before { content: "\f1a5"; }
.ri-store-3-fill:before { content: "\f1a6"; }
.ri-store-3-line:before { content: "\f1a7"; }
.ri-store-fill:before { content: "\f1a8"; }
.ri-store-line:before { content: "\f1a9"; }
.ri-strikethrough-2:before { content: "\f1aa"; }
.ri-strikethrough:before { content: "\f1ab"; }
.ri-subscript-2:before { content: "\f1ac"; }
.ri-subscript:before { content: "\f1ad"; }
.ri-subtract-fill:before { content: "\f1ae"; }
.ri-subtract-line:before { content: "\f1af"; }
.ri-subway-fill:before { content: "\f1b0"; }
.ri-subway-line:before { content: "\f1b1"; }
.ri-subway-wifi-fill:before { content: "\f1b2"; }
.ri-subway-wifi-line:before { content: "\f1b3"; }
.ri-suitcase-2-fill:before { content: "\f1b4"; }
.ri-suitcase-2-line:before { content: "\f1b5"; }
.ri-suitcase-3-fill:before { content: "\f1b6"; }
.ri-suitcase-3-line:before { content: "\f1b7"; }
.ri-suitcase-fill:before { content: "\f1b8"; }
.ri-suitcase-line:before { content: "\f1b9"; }
.ri-sun-cloudy-fill:before { content: "\f1ba"; }
.ri-sun-cloudy-line:before { content: "\f1bb"; }
.ri-sun-fill:before { content: "\f1bc"; }
.ri-sun-foggy-fill:before { content: "\f1bd"; }
.ri-sun-foggy-line:before { content: "\f1be"; }
.ri-sun-line:before { content: "\f1bf"; }
.ri-superscript-2:before { content: "\f1c0"; }
.ri-superscript:before { content: "\f1c1"; }
.ri-surgical-mask-fill:before { content: "\f1c2"; }
.ri-surgical-mask-line:before { content: "\f1c3"; }
.ri-surround-sound-fill:before { content: "\f1c4"; }
.ri-surround-sound-line:before { content: "\f1c5"; }
.ri-survey-fill:before { content: "\f1c6"; }
.ri-survey-line:before { content: "\f1c7"; }
.ri-swap-box-fill:before { content: "\f1c8"; }
.ri-swap-box-line:before { content: "\f1c9"; }
.ri-swap-fill:before { content: "\f1ca"; }
.ri-swap-line:before { content: "\f1cb"; }
.ri-switch-fill:before { content: "\f1cc"; }
.ri-switch-line:before { content: "\f1cd"; }
.ri-sword-fill:before { content: "\f1ce"; }
.ri-sword-line:before { content: "\f1cf"; }
.ri-syringe-fill:before { content: "\f1d0"; }
.ri-syringe-line:before { content: "\f1d1"; }
.ri-t-box-fill:before { content: "\f1d2"; }
.ri-t-box-line:before { content: "\f1d3"; }
.ri-t-shirt-2-fill:before { content: "\f1d4"; }
.ri-t-shirt-2-line:before { content: "\f1d5"; }
.ri-t-shirt-air-fill:before { content: "\f1d6"; }
.ri-t-shirt-air-line:before { content: "\f1d7"; }
.ri-t-shirt-fill:before { content: "\f1d8"; }
.ri-t-shirt-line:before { content: "\f1d9"; }
.ri-table-2:before { content: "\f1da"; }
.ri-table-alt-fill:before { content: "\f1db"; }
.ri-table-alt-line:before { content: "\f1dc"; }
.ri-table-fill:before { content: "\f1dd"; }
.ri-table-line:before { content: "\f1de"; }
.ri-tablet-fill:before { content: "\f1df"; }
.ri-tablet-line:before { content: "\f1e0"; }
.ri-takeaway-fill:before { content: "\f1e1"; }
.ri-takeaway-line:before { content: "\f1e2"; }
.ri-taobao-fill:before { content: "\f1e3"; }
.ri-taobao-line:before { content: "\f1e4"; }
.ri-tape-fill:before { content: "\f1e5"; }
.ri-tape-line:before { content: "\f1e6"; }
.ri-task-fill:before { content: "\f1e7"; }
.ri-task-line:before { content: "\f1e8"; }
.ri-taxi-fill:before { content: "\f1e9"; }
.ri-taxi-line:before { content: "\f1ea"; }
.ri-taxi-wifi-fill:before { content: "\f1eb"; }
.ri-taxi-wifi-line:before { content: "\f1ec"; }
.ri-team-fill:before { content: "\f1ed"; }
.ri-team-line:before { content: "\f1ee"; }
.ri-telegram-fill:before { content: "\f1ef"; }
.ri-telegram-line:before { content: "\f1f0"; }
.ri-temp-cold-fill:before { content: "\f1f1"; }
.ri-temp-cold-line:before { content: "\f1f2"; }
.ri-temp-hot-fill:before { content: "\f1f3"; }
.ri-temp-hot-line:before { content: "\f1f4"; }
.ri-terminal-box-fill:before { content: "\f1f5"; }
.ri-terminal-box-line:before { content: "\f1f6"; }
.ri-terminal-fill:before { content: "\f1f7"; }
.ri-terminal-line:before { content: "\f1f8"; }
.ri-terminal-window-fill:before { content: "\f1f9"; }
.ri-terminal-window-line:before { content: "\f1fa"; }
.ri-test-tube-fill:before { content: "\f1fb"; }
.ri-test-tube-line:before { content: "\f1fc"; }
.ri-text-direction-l:before { content: "\f1fd"; }
.ri-text-direction-r:before { content: "\f1fe"; }
.ri-text-spacing:before { content: "\f1ff"; }
.ri-text-wrap:before { content: "\f200"; }
.ri-text:before { content: "\f201"; }
.ri-thermometer-fill:before { content: "\f202"; }
.ri-thermometer-line:before { content: "\f203"; }
.ri-thumb-down-fill:before { content: "\f204"; }
.ri-thumb-down-line:before { content: "\f205"; }
.ri-thumb-up-fill:before { content: "\f206"; }
.ri-thumb-up-line:before { content: "\f207"; }
.ri-thunderstorms-fill:before { content: "\f208"; }
.ri-thunderstorms-line:before { content: "\f209"; }
.ri-ticket-2-fill:before { content: "\f20a"; }
.ri-ticket-2-line:before { content: "\f20b"; }
.ri-ticket-fill:before { content: "\f20c"; }
.ri-ticket-line:before { content: "\f20d"; }
.ri-time-fill:before { content: "\f20e"; }
.ri-time-line:before { content: "\f20f"; }
.ri-timer-2-fill:before { content: "\f210"; }
.ri-timer-2-line:before { content: "\f211"; }
.ri-timer-fill:before { content: "\f212"; }
.ri-timer-flash-fill:before { content: "\f213"; }
.ri-timer-flash-line:before { content: "\f214"; }
.ri-timer-line:before { content: "\f215"; }
.ri-todo-fill:before { content: "\f216"; }
.ri-todo-line:before { content: "\f217"; }
.ri-toggle-fill:before { content: "\f218"; }
.ri-toggle-line:before { content: "\f219"; }
.ri-tools-fill:before { content: "\f21a"; }
.ri-tools-line:before { content: "\f21b"; }
.ri-tornado-fill:before { content: "\f21c"; }
.ri-tornado-line:before { content: "\f21d"; }
.ri-trademark-fill:before { content: "\f21e"; }
.ri-trademark-line:before { content: "\f21f"; }
.ri-traffic-light-fill:before { content: "\f220"; }
.ri-traffic-light-line:before { content: "\f221"; }
.ri-train-fill:before { content: "\f222"; }
.ri-train-line:before { content: "\f223"; }
.ri-train-wifi-fill:before { content: "\f224"; }
.ri-train-wifi-line:before { content: "\f225"; }
.ri-translate-2:before { content: "\f226"; }
.ri-translate:before { content: "\f227"; }
.ri-travesti-fill:before { content: "\f228"; }
.ri-travesti-line:before { content: "\f229"; }
.ri-treasure-map-fill:before { content: "\f22a"; }
.ri-treasure-map-line:before { content: "\f22b"; }
.ri-trello-fill:before { content: "\f22c"; }
.ri-trello-line:before { content: "\f22d"; }
.ri-trophy-fill:before { content: "\f22e"; }
.ri-trophy-line:before { content: "\f22f"; }
.ri-truck-fill:before { content: "\f230"; }
.ri-truck-line:before { content: "\f231"; }
.ri-tumblr-fill:before { content: "\f232"; }
.ri-tumblr-line:before { content: "\f233"; }
.ri-tv-2-fill:before { content: "\f234"; }
.ri-tv-2-line:before { content: "\f235"; }
.ri-tv-fill:before { content: "\f236"; }
.ri-tv-line:before { content: "\f237"; }
.ri-twitch-fill:before { content: "\f238"; }
.ri-twitch-line:before { content: "\f239"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-twitter-line:before { content: "\f23b"; }
.ri-typhoon-fill:before { content: "\f23c"; }
.ri-typhoon-line:before { content: "\f23d"; }
.ri-u-disk-fill:before { content: "\f23e"; }
.ri-u-disk-line:before { content: "\f23f"; }
.ri-ubuntu-fill:before { content: "\f240"; }
.ri-ubuntu-line:before { content: "\f241"; }
.ri-umbrella-fill:before { content: "\f242"; }
.ri-umbrella-line:before { content: "\f243"; }
.ri-underline:before { content: "\f244"; }
.ri-uninstall-fill:before { content: "\f245"; }
.ri-uninstall-line:before { content: "\f246"; }
.ri-unsplash-fill:before { content: "\f247"; }
.ri-unsplash-line:before { content: "\f248"; }
.ri-upload-2-fill:before { content: "\f249"; }
.ri-upload-2-line:before { content: "\f24a"; }
.ri-upload-cloud-2-fill:before { content: "\f24b"; }
.ri-upload-cloud-2-line:before { content: "\f24c"; }
.ri-upload-cloud-fill:before { content: "\f24d"; }
.ri-upload-cloud-line:before { content: "\f24e"; }
.ri-upload-fill:before { content: "\f24f"; }
.ri-upload-line:before { content: "\f250"; }
.ri-usb-fill:before { content: "\f251"; }
.ri-usb-line:before { content: "\f252"; }
.ri-user-2-fill:before { content: "\f253"; }
.ri-user-2-line:before { content: "\f254"; }
.ri-user-3-fill:before { content: "\f255"; }
.ri-user-3-line:before { content: "\f256"; }
.ri-user-4-fill:before { content: "\f257"; }
.ri-user-4-line:before { content: "\f258"; }
.ri-user-5-fill:before { content: "\f259"; }
.ri-user-5-line:before { content: "\f25a"; }
.ri-user-6-fill:before { content: "\f25b"; }
.ri-user-6-line:before { content: "\f25c"; }
.ri-user-add-fill:before { content: "\f25d"; }
.ri-user-add-line:before { content: "\f25e"; }
.ri-user-fill:before { content: "\f25f"; }
.ri-user-follow-fill:before { content: "\f260"; }
.ri-user-follow-line:before { content: "\f261"; }
.ri-user-heart-fill:before { content: "\f262"; }
.ri-user-heart-line:before { content: "\f263"; }
.ri-user-line:before { content: "\f264"; }
.ri-user-location-fill:before { content: "\f265"; }
.ri-user-location-line:before { content: "\f266"; }
.ri-user-received-2-fill:before { content: "\f267"; }
.ri-user-received-2-line:before { content: "\f268"; }
.ri-user-received-fill:before { content: "\f269"; }
.ri-user-received-line:before { content: "\f26a"; }
.ri-user-search-fill:before { content: "\f26b"; }
.ri-user-search-line:before { content: "\f26c"; }
.ri-user-settings-fill:before { content: "\f26d"; }
.ri-user-settings-line:before { content: "\f26e"; }
.ri-user-shared-2-fill:before { content: "\f26f"; }
.ri-user-shared-2-line:before { content: "\f270"; }
.ri-user-shared-fill:before { content: "\f271"; }
.ri-user-shared-line:before { content: "\f272"; }
.ri-user-smile-fill:before { content: "\f273"; }
.ri-user-smile-line:before { content: "\f274"; }
.ri-user-star-fill:before { content: "\f275"; }
.ri-user-star-line:before { content: "\f276"; }
.ri-user-unfollow-fill:before { content: "\f277"; }
.ri-user-unfollow-line:before { content: "\f278"; }
.ri-user-voice-fill:before { content: "\f279"; }
.ri-user-voice-line:before { content: "\f27a"; }
.ri-video-add-fill:before { content: "\f27b"; }
.ri-video-add-line:before { content: "\f27c"; }
.ri-video-chat-fill:before { content: "\f27d"; }
.ri-video-chat-line:before { content: "\f27e"; }
.ri-video-download-fill:before { content: "\f27f"; }
.ri-video-download-line:before { content: "\f280"; }
.ri-video-fill:before { content: "\f281"; }
.ri-video-line:before { content: "\f282"; }
.ri-video-upload-fill:before { content: "\f283"; }
.ri-video-upload-line:before { content: "\f284"; }
.ri-vidicon-2-fill:before { content: "\f285"; }
.ri-vidicon-2-line:before { content: "\f286"; }
.ri-vidicon-fill:before { content: "\f287"; }
.ri-vidicon-line:before { content: "\f288"; }
.ri-vimeo-fill:before { content: "\f289"; }
.ri-vimeo-line:before { content: "\f28a"; }
.ri-vip-crown-2-fill:before { content: "\f28b"; }
.ri-vip-crown-2-line:before { content: "\f28c"; }
.ri-vip-crown-fill:before { content: "\f28d"; }
.ri-vip-crown-line:before { content: "\f28e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-vip-diamond-line:before { content: "\f290"; }
.ri-vip-fill:before { content: "\f291"; }
.ri-vip-line:before { content: "\f292"; }
.ri-virus-fill:before { content: "\f293"; }
.ri-virus-line:before { content: "\f294"; }
.ri-visa-fill:before { content: "\f295"; }
.ri-visa-line:before { content: "\f296"; }
.ri-voice-recognition-fill:before { content: "\f297"; }
.ri-voice-recognition-line:before { content: "\f298"; }
.ri-voiceprint-fill:before { content: "\f299"; }
.ri-voiceprint-line:before { content: "\f29a"; }
.ri-volume-down-fill:before { content: "\f29b"; }
.ri-volume-down-line:before { content: "\f29c"; }
.ri-volume-mute-fill:before { content: "\f29d"; }
.ri-volume-mute-line:before { content: "\f29e"; }
.ri-volume-off-vibrate-fill:before { content: "\f29f"; }
.ri-volume-off-vibrate-line:before { content: "\f2a0"; }
.ri-volume-up-fill:before { content: "\f2a1"; }
.ri-volume-up-line:before { content: "\f2a2"; }
.ri-volume-vibrate-fill:before { content: "\f2a3"; }
.ri-volume-vibrate-line:before { content: "\f2a4"; }
.ri-vuejs-fill:before { content: "\f2a5"; }
.ri-vuejs-line:before { content: "\f2a6"; }
.ri-walk-fill:before { content: "\f2a7"; }
.ri-walk-line:before { content: "\f2a8"; }
.ri-wallet-2-fill:before { content: "\f2a9"; }
.ri-wallet-2-line:before { content: "\f2aa"; }
.ri-wallet-3-fill:before { content: "\f2ab"; }
.ri-wallet-3-line:before { content: "\f2ac"; }
.ri-wallet-fill:before { content: "\f2ad"; }
.ri-wallet-line:before { content: "\f2ae"; }
.ri-water-flash-fill:before { content: "\f2af"; }
.ri-water-flash-line:before { content: "\f2b0"; }
.ri-webcam-fill:before { content: "\f2b1"; }
.ri-webcam-line:before { content: "\f2b2"; }
.ri-wechat-2-fill:before { content: "\f2b3"; }
.ri-wechat-2-line:before { content: "\f2b4"; }
.ri-wechat-fill:before { content: "\f2b5"; }
.ri-wechat-line:before { content: "\f2b6"; }
.ri-wechat-pay-fill:before { content: "\f2b7"; }
.ri-wechat-pay-line:before { content: "\f2b8"; }
.ri-weibo-fill:before { content: "\f2b9"; }
.ri-weibo-line:before { content: "\f2ba"; }
.ri-whatsapp-fill:before { content: "\f2bb"; }
.ri-whatsapp-line:before { content: "\f2bc"; }
.ri-wheelchair-fill:before { content: "\f2bd"; }
.ri-wheelchair-line:before { content: "\f2be"; }
.ri-wifi-fill:before { content: "\f2bf"; }
.ri-wifi-line:before { content: "\f2c0"; }
.ri-wifi-off-fill:before { content: "\f2c1"; }
.ri-wifi-off-line:before { content: "\f2c2"; }
.ri-window-2-fill:before { content: "\f2c3"; }
.ri-window-2-line:before { content: "\f2c4"; }
.ri-window-fill:before { content: "\f2c5"; }
.ri-window-line:before { content: "\f2c6"; }
.ri-windows-fill:before { content: "\f2c7"; }
.ri-windows-line:before { content: "\f2c8"; }
.ri-windy-fill:before { content: "\f2c9"; }
.ri-windy-line:before { content: "\f2ca"; }
.ri-wireless-charging-fill:before { content: "\f2cb"; }
.ri-wireless-charging-line:before { content: "\f2cc"; }
.ri-women-fill:before { content: "\f2cd"; }
.ri-women-line:before { content: "\f2ce"; }
.ri-wubi-input:before { content: "\f2cf"; }
.ri-xbox-fill:before { content: "\f2d0"; }
.ri-xbox-line:before { content: "\f2d1"; }
.ri-xing-fill:before { content: "\f2d2"; }
.ri-xing-line:before { content: "\f2d3"; }
.ri-youtube-fill:before { content: "\f2d4"; }
.ri-youtube-line:before { content: "\f2d5"; }
.ri-zcool-fill:before { content: "\f2d6"; }
.ri-zcool-line:before { content: "\f2d7"; }
.ri-zhihu-fill:before { content: "\f2d8"; }
.ri-zhihu-line:before { content: "\f2d9"; }
.ri-zoom-in-fill:before { content: "\f2da"; }
.ri-zoom-in-line:before { content: "\f2db"; }
.ri-zoom-out-fill:before { content: "\f2dc"; }
.ri-zoom-out-line:before { content: "\f2dd"; }
.ri-zzz-fill:before { content: "\f2de"; }
.ri-zzz-line:before { content: "\f2df"; }
.ri-arrow-down-double-fill:before { content: "\f2e0"; }
.ri-arrow-down-double-line:before { content: "\f2e1"; }
.ri-arrow-left-double-fill:before { content: "\f2e2"; }
.ri-arrow-left-double-line:before { content: "\f2e3"; }
.ri-arrow-right-double-fill:before { content: "\f2e4"; }
.ri-arrow-right-double-line:before { content: "\f2e5"; }
.ri-arrow-turn-back-fill:before { content: "\f2e6"; }
.ri-arrow-turn-back-line:before { content: "\f2e7"; }
.ri-arrow-turn-forward-fill:before { content: "\f2e8"; }
.ri-arrow-turn-forward-line:before { content: "\f2e9"; }
.ri-arrow-up-double-fill:before { content: "\f2ea"; }
.ri-arrow-up-double-line:before { content: "\f2eb"; }
.ri-bard-fill:before { content: "\f2ec"; }
.ri-bard-line:before { content: "\f2ed"; }
.ri-bootstrap-fill:before { content: "\f2ee"; }
.ri-bootstrap-line:before { content: "\f2ef"; }
.ri-box-1-fill:before { content: "\f2f0"; }
.ri-box-1-line:before { content: "\f2f1"; }
.ri-box-2-fill:before { content: "\f2f2"; }
.ri-box-2-line:before { content: "\f2f3"; }
.ri-box-3-fill:before { content: "\f2f4"; }
.ri-box-3-line:before { content: "\f2f5"; }
.ri-brain-fill:before { content: "\f2f6"; }
.ri-brain-line:before { content: "\f2f7"; }
.ri-candle-fill:before { content: "\f2f8"; }
.ri-candle-line:before { content: "\f2f9"; }
.ri-cash-fill:before { content: "\f2fa"; }
.ri-cash-line:before { content: "\f2fb"; }
.ri-contract-left-fill:before { content: "\f2fc"; }
.ri-contract-left-line:before { content: "\f2fd"; }
.ri-contract-left-right-fill:before { content: "\f2fe"; }
.ri-contract-left-right-line:before { content: "\f2ff"; }
.ri-contract-right-fill:before { content: "\f300"; }
.ri-contract-right-line:before { content: "\f301"; }
.ri-contract-up-down-fill:before { content: "\f302"; }
.ri-contract-up-down-line:before { content: "\f303"; }
.ri-copilot-fill:before { content: "\f304"; }
.ri-copilot-line:before { content: "\f305"; }
.ri-corner-down-left-fill:before { content: "\f306"; }
.ri-corner-down-left-line:before { content: "\f307"; }
.ri-corner-down-right-fill:before { content: "\f308"; }
.ri-corner-down-right-line:before { content: "\f309"; }
.ri-corner-left-down-fill:before { content: "\f30a"; }
.ri-corner-left-down-line:before { content: "\f30b"; }
.ri-corner-left-up-fill:before { content: "\f30c"; }
.ri-corner-left-up-line:before { content: "\f30d"; }
.ri-corner-right-down-fill:before { content: "\f30e"; }
.ri-corner-right-down-line:before { content: "\f30f"; }
.ri-corner-right-up-fill:before { content: "\f310"; }
.ri-corner-right-up-line:before { content: "\f311"; }
.ri-corner-up-left-double-fill:before { content: "\f312"; }
.ri-corner-up-left-double-line:before { content: "\f313"; }
.ri-corner-up-left-fill:before { content: "\f314"; }
.ri-corner-up-left-line:before { content: "\f315"; }
.ri-corner-up-right-double-fill:before { content: "\f316"; }
.ri-corner-up-right-double-line:before { content: "\f317"; }
.ri-corner-up-right-fill:before { content: "\f318"; }
.ri-corner-up-right-line:before { content: "\f319"; }
.ri-cross-fill:before { content: "\f31a"; }
.ri-cross-line:before { content: "\f31b"; }
.ri-edge-new-fill:before { content: "\f31c"; }
.ri-edge-new-line:before { content: "\f31d"; }
.ri-equal-fill:before { content: "\f31e"; }
.ri-equal-line:before { content: "\f31f"; }
.ri-expand-left-fill:before { content: "\f320"; }
.ri-expand-left-line:before { content: "\f321"; }
.ri-expand-left-right-fill:before { content: "\f322"; }
.ri-expand-left-right-line:before { content: "\f323"; }
.ri-expand-right-fill:before { content: "\f324"; }
.ri-expand-right-line:before { content: "\f325"; }
.ri-expand-up-down-fill:before { content: "\f326"; }
.ri-expand-up-down-line:before { content: "\f327"; }
.ri-flickr-fill:before { content: "\f328"; }
.ri-flickr-line:before { content: "\f329"; }
.ri-forward-10-fill:before { content: "\f32a"; }
.ri-forward-10-line:before { content: "\f32b"; }
.ri-forward-15-fill:before { content: "\f32c"; }
.ri-forward-15-line:before { content: "\f32d"; }
.ri-forward-30-fill:before { content: "\f32e"; }
.ri-forward-30-line:before { content: "\f32f"; }
.ri-forward-5-fill:before { content: "\f330"; }
.ri-forward-5-line:before { content: "\f331"; }
.ri-graduation-cap-fill:before { content: "\f332"; }
.ri-graduation-cap-line:before { content: "\f333"; }
.ri-home-office-fill:before { content: "\f334"; }
.ri-home-office-line:before { content: "\f335"; }
.ri-hourglass-2-fill:before { content: "\f336"; }
.ri-hourglass-2-line:before { content: "\f337"; }
.ri-hourglass-fill:before { content: "\f338"; }
.ri-hourglass-line:before { content: "\f339"; }
.ri-javascript-fill:before { content: "\f33a"; }
.ri-javascript-line:before { content: "\f33b"; }
.ri-loop-left-fill:before { content: "\f33c"; }
.ri-loop-left-line:before { content: "\f33d"; }
.ri-loop-right-fill:before { content: "\f33e"; }
.ri-loop-right-line:before { content: "\f33f"; }
.ri-memories-fill:before { content: "\f340"; }
.ri-memories-line:before { content: "\f341"; }
.ri-meta-fill:before { content: "\f342"; }
.ri-meta-line:before { content: "\f343"; }
.ri-microsoft-loop-fill:before { content: "\f344"; }
.ri-microsoft-loop-line:before { content: "\f345"; }
.ri-nft-fill:before { content: "\f346"; }
.ri-nft-line:before { content: "\f347"; }
.ri-notion-fill:before { content: "\f348"; }
.ri-notion-line:before { content: "\f349"; }
.ri-openai-fill:before { content: "\f34a"; }
.ri-openai-line:before { content: "\f34b"; }
.ri-overline:before { content: "\f34c"; }
.ri-p2p-fill:before { content: "\f34d"; }
.ri-p2p-line:before { content: "\f34e"; }
.ri-presentation-fill:before { content: "\f34f"; }
.ri-presentation-line:before { content: "\f350"; }
.ri-replay-10-fill:before { content: "\f351"; }
.ri-replay-10-line:before { content: "\f352"; }
.ri-replay-15-fill:before { content: "\f353"; }
.ri-replay-15-line:before { content: "\f354"; }
.ri-replay-30-fill:before { content: "\f355"; }
.ri-replay-30-line:before { content: "\f356"; }
.ri-replay-5-fill:before { content: "\f357"; }
.ri-replay-5-line:before { content: "\f358"; }
.ri-school-fill:before { content: "\f359"; }
.ri-school-line:before { content: "\f35a"; }
.ri-shining-2-fill:before { content: "\f35b"; }
.ri-shining-2-line:before { content: "\f35c"; }
.ri-shining-fill:before { content: "\f35d"; }
.ri-shining-line:before { content: "\f35e"; }
.ri-sketching:before { content: "\f35f"; }
.ri-skip-down-fill:before { content: "\f360"; }
.ri-skip-down-line:before { content: "\f361"; }
.ri-skip-left-fill:before { content: "\f362"; }
.ri-skip-left-line:before { content: "\f363"; }
.ri-skip-right-fill:before { content: "\f364"; }
.ri-skip-right-line:before { content: "\f365"; }
.ri-skip-up-fill:before { content: "\f366"; }
.ri-skip-up-line:before { content: "\f367"; }
.ri-slow-down-fill:before { content: "\f368"; }
.ri-slow-down-line:before { content: "\f369"; }
.ri-sparkling-2-fill:before { content: "\f36a"; }
.ri-sparkling-2-line:before { content: "\f36b"; }
.ri-sparkling-fill:before { content: "\f36c"; }
.ri-sparkling-line:before { content: "\f36d"; }
.ri-speak-fill:before { content: "\f36e"; }
.ri-speak-line:before { content: "\f36f"; }
.ri-speed-up-fill:before { content: "\f370"; }
.ri-speed-up-line:before { content: "\f371"; }
.ri-tiktok-fill:before { content: "\f372"; }
.ri-tiktok-line:before { content: "\f373"; }
.ri-token-swap-fill:before { content: "\f374"; }
.ri-token-swap-line:before { content: "\f375"; }
.ri-unpin-fill:before { content: "\f376"; }
.ri-unpin-line:before { content: "\f377"; }
.ri-wechat-channels-fill:before { content: "\f378"; }
.ri-wechat-channels-line:before { content: "\f379"; }
.ri-wordpress-fill:before { content: "\f37a"; }
.ri-wordpress-line:before { content: "\f37b"; }
.ri-blender-fill:before { content: "\f37c"; }
.ri-blender-line:before { content: "\f37d"; }
.ri-emoji-sticker-fill:before { content: "\f37e"; }
.ri-emoji-sticker-line:before { content: "\f37f"; }
.ri-git-close-pull-request-fill:before { content: "\f380"; }
.ri-git-close-pull-request-line:before { content: "\f381"; }
.ri-instance-fill:before { content: "\f382"; }
.ri-instance-line:before { content: "\f383"; }
.ri-megaphone-fill:before { content: "\f384"; }
.ri-megaphone-line:before { content: "\f385"; }
.ri-pass-expired-fill:before { content: "\f386"; }
.ri-pass-expired-line:before { content: "\f387"; }
.ri-pass-pending-fill:before { content: "\f388"; }
.ri-pass-pending-line:before { content: "\f389"; }
.ri-pass-valid-fill:before { content: "\f38a"; }
.ri-pass-valid-line:before { content: "\f38b"; }
.ri-ai-generate:before { content: "\f38c"; }
.ri-calendar-close-fill:before { content: "\f38d"; }
.ri-calendar-close-line:before { content: "\f38e"; }
.ri-draggable:before { content: "\f38f"; }
.ri-font-family:before { content: "\f390"; }
.ri-font-mono:before { content: "\f391"; }
.ri-font-sans-serif:before { content: "\f392"; }
.ri-font-sans:before { content: "\f393"; }
.ri-hard-drive-3-fill:before { content: "\f394"; }
.ri-hard-drive-3-line:before { content: "\f395"; }
.ri-kick-fill:before { content: "\f396"; }
.ri-kick-line:before { content: "\f397"; }
.ri-list-check-3:before { content: "\f398"; }
.ri-list-indefinite:before { content: "\f399"; }
.ri-list-ordered-2:before { content: "\f39a"; }
.ri-list-radio:before { content: "\f39b"; }
.ri-openbase-fill:before { content: "\f39c"; }
.ri-openbase-line:before { content: "\f39d"; }
.ri-planet-fill:before { content: "\f39e"; }
.ri-planet-line:before { content: "\f39f"; }
.ri-prohibited-fill:before { content: "\f3a0"; }
.ri-prohibited-line:before { content: "\f3a1"; }
.ri-quote-text:before { content: "\f3a2"; }
.ri-seo-fill:before { content: "\f3a3"; }
.ri-seo-line:before { content: "\f3a4"; }
.ri-slash-commands:before { content: "\f3a5"; }
.ri-archive-2-fill:before { content: "\f3a6"; }
.ri-archive-2-line:before { content: "\f3a7"; }
.ri-inbox-2-fill:before { content: "\f3a8"; }
.ri-inbox-2-line:before { content: "\f3a9"; }
.ri-shake-hands-fill:before { content: "\f3aa"; }
.ri-shake-hands-line:before { content: "\f3ab"; }
.ri-supabase-fill:before { content: "\f3ac"; }
.ri-supabase-line:before { content: "\f3ad"; }
.ri-water-percent-fill:before { content: "\f3ae"; }
.ri-water-percent-line:before { content: "\f3af"; }
.ri-yuque-fill:before { content: "\f3b0"; }
.ri-yuque-line:before { content: "\f3b1"; }
.ri-crosshair-2-fill:before { content: "\f3b2"; }
.ri-crosshair-2-line:before { content: "\f3b3"; }
.ri-crosshair-fill:before { content: "\f3b4"; }
.ri-crosshair-line:before { content: "\f3b5"; }
.ri-file-close-fill:before { content: "\f3b6"; }
.ri-file-close-line:before { content: "\f3b7"; }
.ri-infinity-fill:before { content: "\f3b8"; }
.ri-infinity-line:before { content: "\f3b9"; }
.ri-rfid-fill:before { content: "\f3ba"; }
.ri-rfid-line:before { content: "\f3bb"; }
.ri-slash-commands-2:before { content: "\f3bc"; }
.ri-user-forbid-fill:before { content: "\f3bd"; }
.ri-user-forbid-line:before { content: "\f3be"; }
.ri-beer-fill:before { content: "\f3bf"; }
.ri-beer-line:before { content: "\f3c0"; }
.ri-circle-fill:before { content: "\f3c1"; }
.ri-circle-line:before { content: "\f3c2"; }
.ri-dropdown-list:before { content: "\f3c3"; }
.ri-file-image-fill:before { content: "\f3c4"; }
.ri-file-image-line:before { content: "\f3c5"; }
.ri-file-pdf-2-fill:before { content: "\f3c6"; }
.ri-file-pdf-2-line:before { content: "\f3c7"; }
.ri-file-video-fill:before { content: "\f3c8"; }
.ri-file-video-line:before { content: "\f3c9"; }
.ri-folder-image-fill:before { content: "\f3ca"; }
.ri-folder-image-line:before { content: "\f3cb"; }
.ri-folder-video-fill:before { content: "\f3cc"; }
.ri-folder-video-line:before { content: "\f3cd"; }
.ri-hexagon-fill:before { content: "\f3ce"; }
.ri-hexagon-line:before { content: "\f3cf"; }
.ri-menu-search-fill:before { content: "\f3d0"; }
.ri-menu-search-line:before { content: "\f3d1"; }
.ri-octagon-fill:before { content: "\f3d2"; }
.ri-octagon-line:before { content: "\f3d3"; }
.ri-pentagon-fill:before { content: "\f3d4"; }
.ri-pentagon-line:before { content: "\f3d5"; }
.ri-rectangle-fill:before { content: "\f3d6"; }
.ri-rectangle-line:before { content: "\f3d7"; }
.ri-robot-2-fill:before { content: "\f3d8"; }
.ri-robot-2-line:before { content: "\f3d9"; }
.ri-shapes-fill:before { content: "\f3da"; }
.ri-shapes-line:before { content: "\f3db"; }
.ri-square-fill:before { content: "\f3dc"; }
.ri-square-line:before { content: "\f3dd"; }
.ri-tent-fill:before { content: "\f3de"; }
.ri-tent-line:before { content: "\f3df"; }
.ri-threads-fill:before { content: "\f3e0"; }
.ri-threads-line:before { content: "\f3e1"; }
.ri-tree-fill:before { content: "\f3e2"; }
.ri-tree-line:before { content: "\f3e3"; }
.ri-triangle-fill:before { content: "\f3e4"; }
.ri-triangle-line:before { content: "\f3e5"; }
.ri-twitter-x-fill:before { content: "\f3e6"; }
.ri-twitter-x-line:before { content: "\f3e7"; }
.ri-verified-badge-fill:before { content: "\f3e8"; }
.ri-verified-badge-line:before { content: "\f3e9"; }
.ri-armchair-fill:before { content: "\f3ea"; }
.ri-armchair-line:before { content: "\f3eb"; }
.ri-bnb-fill:before { content: "\f3ec"; }
.ri-bnb-line:before { content: "\f3ed"; }
.ri-bread-fill:before { content: "\f3ee"; }
.ri-bread-line:before { content: "\f3ef"; }
.ri-btc-fill:before { content: "\f3f0"; }
.ri-btc-line:before { content: "\f3f1"; }
.ri-calendar-schedule-fill:before { content: "\f3f2"; }
.ri-calendar-schedule-line:before { content: "\f3f3"; }
.ri-dice-1-fill:before { content: "\f3f4"; }
.ri-dice-1-line:before { content: "\f3f5"; }
.ri-dice-2-fill:before { content: "\f3f6"; }
.ri-dice-2-line:before { content: "\f3f7"; }
.ri-dice-3-fill:before { content: "\f3f8"; }
.ri-dice-3-line:before { content: "\f3f9"; }
.ri-dice-4-fill:before { content: "\f3fa"; }
.ri-dice-4-line:before { content: "\f3fb"; }
.ri-dice-5-fill:before { content: "\f3fc"; }
.ri-dice-5-line:before { content: "\f3fd"; }
.ri-dice-6-fill:before { content: "\f3fe"; }
.ri-dice-6-line:before { content: "\f3ff"; }
.ri-dice-fill:before { content: "\f400"; }
.ri-dice-line:before { content: "\f401"; }
.ri-drinks-fill:before { content: "\f402"; }
.ri-drinks-line:before { content: "\f403"; }
.ri-equalizer-2-fill:before { content: "\f404"; }
.ri-equalizer-2-line:before { content: "\f405"; }
.ri-equalizer-3-fill:before { content: "\f406"; }
.ri-equalizer-3-line:before { content: "\f407"; }
.ri-eth-fill:before { content: "\f408"; }
.ri-eth-line:before { content: "\f409"; }
.ri-flower-fill:before { content: "\f40a"; }
.ri-flower-line:before { content: "\f40b"; }
.ri-glasses-2-fill:before { content: "\f40c"; }
.ri-glasses-2-line:before { content: "\f40d"; }
.ri-glasses-fill:before { content: "\f40e"; }
.ri-glasses-line:before { content: "\f40f"; }
.ri-goggles-fill:before { content: "\f410"; }
.ri-goggles-line:before { content: "\f411"; }
.ri-image-circle-fill:before { content: "\f412"; }
.ri-image-circle-line:before { content: "\f413"; }
.ri-info-i:before { content: "\f414"; }
.ri-money-rupee-circle-fill:before { content: "\f415"; }
.ri-money-rupee-circle-line:before { content: "\f416"; }
.ri-news-fill:before { content: "\f417"; }
.ri-news-line:before { content: "\f418"; }
.ri-robot-3-fill:before { content: "\f419"; }
.ri-robot-3-line:before { content: "\f41a"; }
.ri-share-2-fill:before { content: "\f41b"; }
.ri-share-2-line:before { content: "\f41c"; }
.ri-sofa-fill:before { content: "\f41d"; }
.ri-sofa-line:before { content: "\f41e"; }
.ri-svelte-fill:before { content: "\f41f"; }
.ri-svelte-line:before { content: "\f420"; }
.ri-vk-fill:before { content: "\f421"; }
.ri-vk-line:before { content: "\f422"; }
.ri-xrp-fill:before { content: "\f423"; }
.ri-xrp-line:before { content: "\f424"; }
.ri-xtz-fill:before { content: "\f425"; }
.ri-xtz-line:before { content: "\f426"; }
.ri-archive-stack-fill:before { content: "\f427"; }
.ri-archive-stack-line:before { content: "\f428"; }
.ri-bowl-fill:before { content: "\f429"; }
.ri-bowl-line:before { content: "\f42a"; }
.ri-calendar-view:before { content: "\f42b"; }
.ri-carousel-view:before { content: "\f42c"; }
.ri-code-block:before { content: "\f42d"; }
.ri-color-filter-fill:before { content: "\f42e"; }
.ri-color-filter-line:before { content: "\f42f"; }
.ri-contacts-book-3-fill:before { content: "\f430"; }
.ri-contacts-book-3-line:before { content: "\f431"; }
.ri-contract-fill:before { content: "\f432"; }
.ri-contract-line:before { content: "\f433"; }
.ri-drinks-2-fill:before { content: "\f434"; }
.ri-drinks-2-line:before { content: "\f435"; }
.ri-export-fill:before { content: "\f436"; }
.ri-export-line:before { content: "\f437"; }
.ri-file-check-fill:before { content: "\f438"; }
.ri-file-check-line:before { content: "\f439"; }
.ri-focus-mode:before { content: "\f43a"; }
.ri-folder-6-fill:before { content: "\f43b"; }
.ri-folder-6-line:before { content: "\f43c"; }
.ri-folder-check-fill:before { content: "\f43d"; }
.ri-folder-check-line:before { content: "\f43e"; }
.ri-folder-close-fill:before { content: "\f43f"; }
.ri-folder-close-line:before { content: "\f440"; }
.ri-folder-cloud-fill:before { content: "\f441"; }
.ri-folder-cloud-line:before { content: "\f442"; }
.ri-gallery-view-2:before { content: "\f443"; }
.ri-gallery-view:before { content: "\f444"; }
.ri-hand:before { content: "\f445"; }
.ri-import-fill:before { content: "\f446"; }
.ri-import-line:before { content: "\f447"; }
.ri-information-2-fill:before { content: "\f448"; }
.ri-information-2-line:before { content: "\f449"; }
.ri-kanban-view-2:before { content: "\f44a"; }
.ri-kanban-view:before { content: "\f44b"; }
.ri-list-view:before { content: "\f44c"; }
.ri-lock-star-fill:before { content: "\f44d"; }
.ri-lock-star-line:before { content: "\f44e"; }
.ri-puzzle-2-fill:before { content: "\f44f"; }
.ri-puzzle-2-line:before { content: "\f450"; }
.ri-puzzle-fill:before { content: "\f451"; }
.ri-puzzle-line:before { content: "\f452"; }
.ri-ram-2-fill:before { content: "\f453"; }
.ri-ram-2-line:before { content: "\f454"; }
.ri-ram-fill:before { content: "\f455"; }
.ri-ram-line:before { content: "\f456"; }
.ri-receipt-fill:before { content: "\f457"; }
.ri-receipt-line:before { content: "\f458"; }
.ri-shadow-fill:before { content: "\f459"; }
.ri-shadow-line:before { content: "\f45a"; }
.ri-sidebar-fold-fill:before { content: "\f45b"; }
.ri-sidebar-fold-line:before { content: "\f45c"; }
.ri-sidebar-unfold-fill:before { content: "\f45d"; }
.ri-sidebar-unfold-line:before { content: "\f45e"; }
.ri-slideshow-view:before { content: "\f45f"; }
.ri-sort-alphabet-asc:before { content: "\f460"; }
.ri-sort-alphabet-desc:before { content: "\f461"; }
.ri-sort-number-asc:before { content: "\f462"; }
.ri-sort-number-desc:before { content: "\f463"; }
.ri-stacked-view:before { content: "\f464"; }
.ri-sticky-note-add-fill:before { content: "\f465"; }
.ri-sticky-note-add-line:before { content: "\f466"; }
.ri-swap-2-fill:before { content: "\f467"; }
.ri-swap-2-line:before { content: "\f468"; }
.ri-swap-3-fill:before { content: "\f469"; }
.ri-swap-3-line:before { content: "\f46a"; }
.ri-table-3:before { content: "\f46b"; }
.ri-table-view:before { content: "\f46c"; }
.ri-text-block:before { content: "\f46d"; }
.ri-text-snippet:before { content: "\f46e"; }
.ri-timeline-view:before { content: "\f46f"; }
.ri-blogger-fill:before { content: "\f470"; }
.ri-blogger-line:before { content: "\f471"; }
.ri-chat-thread-fill:before { content: "\f472"; }
.ri-chat-thread-line:before { content: "\f473"; }
.ri-discount-percent-fill:before { content: "\f474"; }
.ri-discount-percent-line:before { content: "\f475"; }
.ri-exchange-2-fill:before { content: "\f476"; }
.ri-exchange-2-line:before { content: "\f477"; }
.ri-git-fork-fill:before { content: "\f478"; }
.ri-git-fork-line:before { content: "\f479"; }
.ri-input-field:before { content: "\f47a"; }
.ri-progress-1-fill:before { content: "\f47b"; }
.ri-progress-1-line:before { content: "\f47c"; }
.ri-progress-2-fill:before { content: "\f47d"; }
.ri-progress-2-line:before { content: "\f47e"; }
.ri-progress-3-fill:before { content: "\f47f"; }
.ri-progress-3-line:before { content: "\f480"; }
.ri-progress-4-fill:before { content: "\f481"; }
.ri-progress-4-line:before { content: "\f482"; }
.ri-progress-5-fill:before { content: "\f483"; }
.ri-progress-5-line:before { content: "\f484"; }
.ri-progress-6-fill:before { content: "\f485"; }
.ri-progress-6-line:before { content: "\f486"; }
.ri-progress-7-fill:before { content: "\f487"; }
.ri-progress-7-line:before { content: "\f488"; }
.ri-progress-8-fill:before { content: "\f489"; }
.ri-progress-8-line:before { content: "\f48a"; }
.ri-remix-run-fill:before { content: "\f48b"; }
.ri-remix-run-line:before { content: "\f48c"; }
.ri-signpost-fill:before { content: "\f48d"; }
.ri-signpost-line:before { content: "\f48e"; }
.ri-time-zone-fill:before { content: "\f48f"; }
.ri-time-zone-line:before { content: "\f490"; }
.ri-arrow-down-wide-fill:before { content: "\f491"; }
.ri-arrow-down-wide-line:before { content: "\f492"; }
.ri-arrow-left-wide-fill:before { content: "\f493"; }
.ri-arrow-left-wide-line:before { content: "\f494"; }
.ri-arrow-right-wide-fill:before { content: "\f495"; }
.ri-arrow-right-wide-line:before { content: "\f496"; }
.ri-arrow-up-wide-fill:before { content: "\f497"; }
.ri-arrow-up-wide-line:before { content: "\f498"; }
.ri-bluesky-fill:before { content: "\f499"; }
.ri-bluesky-line:before { content: "\f49a"; }
.ri-expand-height-fill:before { content: "\f49b"; }
.ri-expand-height-line:before { content: "\f49c"; }
.ri-expand-width-fill:before { content: "\f49d"; }
.ri-expand-width-line:before { content: "\f49e"; }
.ri-forward-end-fill:before { content: "\f49f"; }
.ri-forward-end-line:before { content: "\f4a0"; }
.ri-forward-end-mini-fill:before { content: "\f4a1"; }
.ri-forward-end-mini-line:before { content: "\f4a2"; }
.ri-friendica-fill:before { content: "\f4a3"; }
.ri-friendica-line:before { content: "\f4a4"; }
.ri-git-pr-draft-fill:before { content: "\f4a5"; }
.ri-git-pr-draft-line:before { content: "\f4a6"; }
.ri-play-reverse-fill:before { content: "\f4a7"; }
.ri-play-reverse-line:before { content: "\f4a8"; }
.ri-play-reverse-mini-fill:before { content: "\f4a9"; }
.ri-play-reverse-mini-line:before { content: "\f4aa"; }
.ri-rewind-start-fill:before { content: "\f4ab"; }
.ri-rewind-start-line:before { content: "\f4ac"; }
.ri-rewind-start-mini-fill:before { content: "\f4ad"; }
.ri-rewind-start-mini-line:before { content: "\f4ae"; }
.ri-scroll-to-bottom-fill:before { content: "\f4af"; }
.ri-scroll-to-bottom-line:before { content: "\f4b0"; }
.ri-add-large-fill:before { content: "\f4b1"; }
.ri-add-large-line:before { content: "\f4b2"; }
.ri-aed-electrodes-fill:before { content: "\f4b3"; }
.ri-aed-electrodes-line:before { content: "\f4b4"; }
.ri-aed-fill:before { content: "\f4b5"; }
.ri-aed-line:before { content: "\f4b6"; }
.ri-alibaba-cloud-fill:before { content: "\f4b7"; }
.ri-alibaba-cloud-line:before { content: "\f4b8"; }
.ri-align-item-bottom-fill:before { content: "\f4b9"; }
.ri-align-item-bottom-line:before { content: "\f4ba"; }
.ri-align-item-horizontal-center-fill:before { content: "\f4bb"; }
.ri-align-item-horizontal-center-line:before { content: "\f4bc"; }
.ri-align-item-left-fill:before { content: "\f4bd"; }
.ri-align-item-left-line:before { content: "\f4be"; }
.ri-align-item-right-fill:before { content: "\f4bf"; }
.ri-align-item-right-line:before { content: "\f4c0"; }
.ri-align-item-top-fill:before { content: "\f4c1"; }
.ri-align-item-top-line:before { content: "\f4c2"; }
.ri-align-item-vertical-center-fill:before { content: "\f4c3"; }
.ri-align-item-vertical-center-line:before { content: "\f4c4"; }
.ri-apps-2-add-fill:before { content: "\f4c5"; }
.ri-apps-2-add-line:before { content: "\f4c6"; }
.ri-close-large-fill:before { content: "\f4c7"; }
.ri-close-large-line:before { content: "\f4c8"; }
.ri-collapse-diagonal-2-fill:before { content: "\f4c9"; }
.ri-collapse-diagonal-2-line:before { content: "\f4ca"; }
.ri-collapse-diagonal-fill:before { content: "\f4cb"; }
.ri-collapse-diagonal-line:before { content: "\f4cc"; }
.ri-dashboard-horizontal-fill:before { content: "\f4cd"; }
.ri-dashboard-horizontal-line:before { content: "\f4ce"; }
.ri-expand-diagonal-2-fill:before { content: "\f4cf"; }
.ri-expand-diagonal-2-line:before { content: "\f4d0"; }
.ri-expand-diagonal-fill:before { content: "\f4d1"; }
.ri-expand-diagonal-line:before { content: "\f4d2"; }
.ri-firebase-fill:before { content: "\f4d3"; }
.ri-firebase-line:before { content: "\f4d4"; }
.ri-flip-horizontal-2-fill:before { content: "\f4d5"; }
.ri-flip-horizontal-2-line:before { content: "\f4d6"; }
.ri-flip-horizontal-fill:before { content: "\f4d7"; }
.ri-flip-horizontal-line:before { content: "\f4d8"; }
.ri-flip-vertical-2-fill:before { content: "\f4d9"; }
.ri-flip-vertical-2-line:before { content: "\f4da"; }
.ri-flip-vertical-fill:before { content: "\f4db"; }
.ri-flip-vertical-line:before { content: "\f4dc"; }
.ri-formula:before { content: "\f4dd"; }
.ri-function-add-fill:before { content: "\f4de"; }
.ri-function-add-line:before { content: "\f4df"; }
.ri-goblet-2-fill:before { content: "\f4e0"; }
.ri-goblet-2-line:before { content: "\f4e1"; }
.ri-golf-ball-fill:before { content: "\f4e2"; }
.ri-golf-ball-line:before { content: "\f4e3"; }
.ri-group-3-fill:before { content: "\f4e4"; }
.ri-group-3-line:before { content: "\f4e5"; }
.ri-heart-add-2-fill:before { content: "\f4e6"; }
.ri-heart-add-2-line:before { content: "\f4e7"; }
.ri-id-card-fill:before { content: "\f4e8"; }
.ri-id-card-line:before { content: "\f4e9"; }
.ri-information-off-fill:before { content: "\f4ea"; }
.ri-information-off-line:before { content: "\f4eb"; }
.ri-java-fill:before { content: "\f4ec"; }
.ri-java-line:before { content: "\f4ed"; }
.ri-layout-grid-2-fill:before { content: "\f4ee"; }
.ri-layout-grid-2-line:before { content: "\f4ef"; }
.ri-layout-horizontal-fill:before { content: "\f4f0"; }
.ri-layout-horizontal-line:before { content: "\f4f1"; }
.ri-layout-vertical-fill:before { content: "\f4f2"; }
.ri-layout-vertical-line:before { content: "\f4f3"; }
.ri-menu-fold-2-fill:before { content: "\f4f4"; }
.ri-menu-fold-2-line:before { content: "\f4f5"; }
.ri-menu-fold-3-fill:before { content: "\f4f6"; }
.ri-menu-fold-3-line:before { content: "\f4f7"; }
.ri-menu-fold-4-fill:before { content: "\f4f8"; }
.ri-menu-fold-4-line:before { content: "\f4f9"; }
.ri-menu-unfold-2-fill:before { content: "\f4fa"; }
.ri-menu-unfold-2-line:before { content: "\f4fb"; }
.ri-menu-unfold-3-fill:before { content: "\f4fc"; }
.ri-menu-unfold-3-line:before { content: "\f4fd"; }
.ri-menu-unfold-4-fill:before { content: "\f4fe"; }
.ri-menu-unfold-4-line:before { content: "\f4ff"; }
.ri-mobile-download-fill:before { content: "\f500"; }
.ri-mobile-download-line:before { content: "\f501"; }
.ri-nextjs-fill:before { content: "\f502"; }
.ri-nextjs-line:before { content: "\f503"; }
.ri-nodejs-fill:before { content: "\f504"; }
.ri-nodejs-line:before { content: "\f505"; }
.ri-pause-large-fill:before { content: "\f506"; }
.ri-pause-large-line:before { content: "\f507"; }
.ri-play-large-fill:before { content: "\f508"; }
.ri-play-large-line:before { content: "\f509"; }
.ri-play-reverse-large-fill:before { content: "\f50a"; }
.ri-play-reverse-large-line:before { content: "\f50b"; }
.ri-police-badge-fill:before { content: "\f50c"; }
.ri-police-badge-line:before { content: "\f50d"; }
.ri-prohibited-2-fill:before { content: "\f50e"; }
.ri-prohibited-2-line:before { content: "\f50f"; }
.ri-shopping-bag-4-fill:before { content: "\f510"; }
.ri-shopping-bag-4-line:before { content: "\f511"; }
.ri-snowflake-fill:before { content: "\f512"; }
.ri-snowflake-line:before { content: "\f513"; }
.ri-square-root:before { content: "\f514"; }
.ri-stop-large-fill:before { content: "\f515"; }
.ri-stop-large-line:before { content: "\f516"; }
.ri-tailwind-css-fill:before { content: "\f517"; }
.ri-tailwind-css-line:before { content: "\f518"; }
.ri-tooth-fill:before { content: "\f519"; }
.ri-tooth-line:before { content: "\f51a"; }
.ri-video-off-fill:before { content: "\f51b"; }
.ri-video-off-line:before { content: "\f51c"; }
.ri-video-on-fill:before { content: "\f51d"; }
.ri-video-on-line:before { content: "\f51e"; }
.ri-webhook-fill:before { content: "\f51f"; }
.ri-webhook-line:before { content: "\f520"; }
.ri-weight-fill:before { content: "\f521"; }
.ri-weight-line:before { content: "\f522"; }
.ri-book-shelf-fill:before { content: "\f523"; }
.ri-book-shelf-line:before { content: "\f524"; }
.ri-brain-2-fill:before { content: "\f525"; }
.ri-brain-2-line:before { content: "\f526"; }
.ri-chat-search-fill:before { content: "\f527"; }
.ri-chat-search-line:before { content: "\f528"; }
.ri-chat-unread-fill:before { content: "\f529"; }
.ri-chat-unread-line:before { content: "\f52a"; }
.ri-collapse-horizontal-fill:before { content: "\f52b"; }
.ri-collapse-horizontal-line:before { content: "\f52c"; }
.ri-collapse-vertical-fill:before { content: "\f52d"; }
.ri-collapse-vertical-line:before { content: "\f52e"; }
.ri-dna-fill:before { content: "\f52f"; }
.ri-dna-line:before { content: "\f530"; }
.ri-dropper-fill:before { content: "\f531"; }
.ri-dropper-line:before { content: "\f532"; }
.ri-expand-diagonal-s-2-fill:before { content: "\f533"; }
.ri-expand-diagonal-s-2-line:before { content: "\f534"; }
.ri-expand-diagonal-s-fill:before { content: "\f535"; }
.ri-expand-diagonal-s-line:before { content: "\f536"; }
.ri-expand-horizontal-fill:before { content: "\f537"; }
.ri-expand-horizontal-line:before { content: "\f538"; }
.ri-expand-horizontal-s-fill:before { content: "\f539"; }
.ri-expand-horizontal-s-line:before { content: "\f53a"; }
.ri-expand-vertical-fill:before { content: "\f53b"; }
.ri-expand-vertical-line:before { content: "\f53c"; }
.ri-expand-vertical-s-fill:before { content: "\f53d"; }
.ri-expand-vertical-s-line:before { content: "\f53e"; }
.ri-gemini-fill:before { content: "\f53f"; }
.ri-gemini-line:before { content: "\f540"; }
.ri-reset-left-fill:before { content: "\f541"; }
.ri-reset-left-line:before { content: "\f542"; }
.ri-reset-right-fill:before { content: "\f543"; }
.ri-reset-right-line:before { content: "\f544"; }
.ri-stairs-fill:before { content: "\f545"; }
.ri-stairs-line:before { content: "\f546"; }
.ri-telegram-2-fill:before { content: "\f547"; }
.ri-telegram-2-line:before { content: "\f548"; }
.ri-triangular-flag-fill:before { content: "\f549"; }
.ri-triangular-flag-line:before { content: "\f54a"; }
.ri-user-minus-fill:before { content: "\f54b"; }
.ri-user-minus-line:before { content: "\f54c"; }


/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/flaticon.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************/
/*
Flaticon icon font: Flaticon
*/
@font-face {
	font-family: "Flaticon";
	src: url('Flaticon.eot');
	src: url('Flaticon.eot?#iefix') format("embedded-opentype"),
	url('Flaticon.woff2') format("woff2"),
	url('Flaticon.woff') format("woff"),
	url('Flaticon.ttf') format("truetype"),
	url('Flaticon.svg#Flaticon') format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url('Flaticon.svg#Flaticon') format("svg");
	}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-research:before { content: "\f100"; }
.flaticon-analytics:before { content: "\f101"; }
.flaticon-mail:before { content: "\f102"; }
.flaticon-digital-marketing:before { content: "\f103"; }
.flaticon-analysis:before { content: "\f104"; }
.flaticon-seo:before { content: "\f105"; }
.flaticon-right-arrow:before { content: "\f106"; }
.flaticon-tick:before { content: "\f107"; }
.flaticon-achievement:before { content: "\f108"; }
.flaticon-architecture:before { content: "\f109"; }
.flaticon-data:before { content: "\f10a"; }
.flaticon-play-button:before { content: "\f10b"; }
.flaticon-copyright:before { content: "\f10c"; }
.flaticon-phone-call:before { content: "\f10d"; }
.flaticon-email:before { content: "\f10e"; }
.flaticon-social-media:before { content: "\f10f"; }
.flaticon-close:before { content: "\f110"; }
.flaticon-marker:before { content: "\f111"; }
.flaticon-shopping-cart:before { content: "\f112"; }
.flaticon-search:before { content: "\f113"; }
.flaticon-left-chevron:before { content: "\f114"; }
.flaticon-right-chevron:before { content: "\f115"; }
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/odometer.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************/
/*! odometer 0.4.8 */
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transition:transform 2s;transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/nouislider.min.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 15px;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/flatpickr.min.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************/
.flatpickr-calendar {
      background: transparent;
      opacity: 0;
      display: none;
      text-align: center;
      visibility: hidden;
      padding: 0;
      animation: none;
      direction: ltr;
      border: 0;
      font-size: 14px;
      line-height: 24px;
      border-radius: 5px;
      position: absolute;
      width: 307.875px;
      box-sizing: border-box;
      touch-action: manipulation;
      background: #fff;
      box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
      opacity: 1;
      max-height: 640px;
      visibility: visible
}

.flatpickr-calendar.open {
      display: inline-block;
      z-index: 99999
}

.flatpickr-calendar.animate.open {
      animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
      display: block;
      position: relative;
      top: 2px
}

.flatpickr-calendar.static {
      position: absolute;
      top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
      z-index: 999;
      display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
      box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
      box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
      border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
      height: 40px;
      border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
      height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
      position: absolute;
      display: block;
      pointer-events: none;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
      left: auto;
      right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
      left: 50%;
      right: 50%
}

.flatpickr-calendar:before {
      border-width: 5px;
      margin: 0 -5px
}

.flatpickr-calendar:after {
      border-width: 4px;
      margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
      bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
      border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
      border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
      top: 100%
}

.flatpickr-calendar.arrowBottom:before {
      border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
      border-top-color: #fff
}

.flatpickr-calendar:focus {
      outline: 0
}

.flatpickr-wrapper {
      position: relative;
      display: inline-block
}

.flatpickr-months {
      display: flex
}

.flatpickr-months .flatpickr-month {
      background: transparent;
      color: rgba(0, 0, 0, 0.9);
      fill: rgba(0, 0, 0, 0.9);
      height: 34px;
      line-height: 1;
      text-align: center;
      position: relative;
      -webkit-user-select: none;
      user-select: none;
      overflow: hidden;
      flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
      cursor: pointer;
      position: absolute;
      top: 0;
      height: 34px;
      padding: 10px;
      z-index: 3;
      color: rgba(0, 0, 0, 0.9);
      fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
      display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
      position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
      /*
      /*rtl:begin:ignore*/
      left: 0
            /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
      /*
      /*rtl:begin:ignore*/
      right: 0
            /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
      color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
      fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
      width: 14px;
      height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
      transition: fill .1s;
      fill: inherit
}

.numInputWrapper {
      position: relative;
      height: auto
}

.numInputWrapper input,
.numInputWrapper span {
      display: inline-block
}

.numInputWrapper input {
      width: 100%
}

.numInputWrapper input::-ms-clear {
      display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none
}

.numInputWrapper span {
      position: absolute;
      right: 0;
      width: 14px;
      padding: 0 4px 0 2px;
      height: 50%;
      line-height: 50%;
      opacity: 0;
      cursor: pointer;
      border: 1px solid rgba(57, 57, 57, 0.15);
      box-sizing: border-box
}

.numInputWrapper span:hover {
      background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
      background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
      display: block;
      content: "";
      position: absolute
}

.numInputWrapper span.arrowUp {
      top: 0;
      border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid rgba(57, 57, 57, 0.6);
      top: 26%
}

.numInputWrapper span.arrowDown {
      top: 50%
}

.numInputWrapper span.arrowDown:after {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid rgba(57, 57, 57, 0.6);
      top: 40%
}

.numInputWrapper span svg {
      width: inherit;
      height: auto
}

.numInputWrapper span svg path {
      fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
      background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
      opacity: 1
}

.flatpickr-current-month {
      font-size: 135%;
      line-height: inherit;
      font-weight: 300;
      color: inherit;
      position: absolute;
      width: 75%;
      left: 12.5%;
      padding: 7.48px 0 0 0;
      line-height: 1;
      height: 34px;
      display: inline-block;
      text-align: center;
      transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
      font-family: inherit;
      font-weight: 700;
      color: inherit;
      display: inline-block;
      margin-left: .5ch;
      padding: 0
}

.flatpickr-current-month span.cur-month:hover {
      background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
      width: 6ch;
      width: 7ch\0;
      display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
      border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
      background: transparent;
      box-sizing: border-box;
      color: inherit;
      cursor: text;
      padding: 0 0 0 .5ch;
      margin: 0;
      display: inline-block;
      font-size: inherit;
      font-family: inherit;
      font-weight: 300;
      line-height: inherit;
      height: auto;
      border: 0;
      border-radius: 0;
      vertical-align: initial;
      appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
      outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
      font-size: 100%;
      color: rgba(0, 0, 0, 0.5);
      background: transparent;
      pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
      appearance: menulist;
      background: transparent;
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      color: inherit;
      cursor: pointer;
      font-size: inherit;
      font-family: inherit;
      font-weight: 300;
      height: auto;
      line-height: inherit;
      margin: -1px 0 0 0;
      outline: none;
      padding: 0 0 0 .5ch;
      position: relative;
      vertical-align: initial;
      -webkit-box-sizing: border-box;
      -webkit-appearance: menulist;
      -moz-appearance: menulist;
      width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
      outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
      background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
      background-color: transparent;
      outline: none;
      padding: 0
}

.flatpickr-weekdays {
      background: transparent;
      text-align: center;
      overflow: hidden;
      width: 100%;
      display: flex;
      align-items: center;
      height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
      display: flex;
      flex: 1
}

span.flatpickr-weekday {
      cursor: default;
      font-size: 90%;
      background: transparent;
      color: rgba(0, 0, 0, 0.54);
      line-height: 1;
      margin: 0;
      text-align: center;
      display: block;
      flex: 1;
      font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
      padding: 1px 0 0 0
}

.flatpickr-days {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-start;
      width: 307.875px
}

.flatpickr-days:focus {
      outline: 0
}

.dayContainer {
      padding: 0;
      outline: 0;
      text-align: left;
      width: 307.875px;
      min-width: 307.875px;
      max-width: 307.875px;
      box-sizing: border-box;
      display: inline-block;
      display: flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      justify-content: space-around;
      transform: translate3d(0, 0, 0);
      opacity: 1
}

.dayContainer+.dayContainer {
      box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
      background: none;
      border: 1px solid transparent;
      border-radius: 150px;
      box-sizing: border-box;
      color: #393939;
      cursor: pointer;
      font-weight: 400;
      width: 14.2857143%;
      flex-basis: 14.2857143%;
      max-width: 39px;
      height: 39px;
      line-height: 39px;
      margin: 0;
      display: inline-block;
      position: relative;
      justify-content: center;
      text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
      cursor: pointer;
      outline: 0;
      background: #e6e6e6;
      border-color: #e6e6e6
}

.flatpickr-day.today {
      border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
      border-color: #959ea9;
      background: #959ea9;
      color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
      background: #569ff7;
      box-shadow: none;
      color: #fff;
      border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
      border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
      border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
      box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
      border-radius: 50px
}

.flatpickr-day.inRange {
      border-radius: 0;
      box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
      color: rgba(57, 57, 57, 0.3);
      background: transparent;
      border-color: transparent;
      cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
      cursor: not-allowed;
      color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
      border-radius: 0;
      box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
      visibility: hidden
}

.rangeMode .flatpickr-day {
      margin-top: 1px
}

.flatpickr-weekwrapper {
      float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
      padding: 0 12px;
      box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
      float: none;
      width: 100%;
      line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
      display: block;
      width: 100%;
      max-width: none;
      color: rgba(57, 57, 57, 0.3);
      background: transparent;
      cursor: default;
      border: none
}

.flatpickr-innerContainer {
      display: block;
      display: flex;
      box-sizing: border-box;
      overflow: hidden
}

.flatpickr-rContainer {
      display: inline-block;
      padding: 0;
      box-sizing: border-box
}

.flatpickr-time {
      text-align: center;
      outline: 0;
      display: block;
      height: 0;
      line-height: 40px;
      max-height: 40px;
      box-sizing: border-box;
      overflow: hidden;
      display: flex
}

.flatpickr-time:after {
      content: "";
      display: table;
      clear: both
}

.flatpickr-time .numInputWrapper {
      flex: 1;
      width: 40%;
      height: 40px;
      float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
      border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
      border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
      width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
      width: 49%
}

.flatpickr-time input {
      background: transparent;
      box-shadow: none;
      border: 0;
      border-radius: 0;
      text-align: center;
      margin: 0;
      padding: 0;
      height: inherit;
      line-height: inherit;
      color: #393939;
      font-size: 14px;
      position: relative;
      box-sizing: border-box;
      appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
      font-weight: bold;
      border: 0;
      background: var(--rs-bg-secondary);
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
      font-weight: 400;
      border: 0;
      background: var(--rs-bg-secondary);
}

.flatpickr-time input:focus {
      outline: 0;
      border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
      height: inherit;
      float: left;
      line-height: inherit;
      color: #393939;
      font-weight: bold;
      width: 2%;
      -webkit-user-select: none;
      user-select: none;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
      outline: 0;
      width: 18%;
      cursor: pointer;
      text-align: center;
      font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
      background: #eee;
}

.flatpickr-input[readonly] {
      cursor: pointer
}

@keyframes fpFadeInDown {
      from {
            opacity: 0;
            transform: translate3d(0, -20px, 0);
      }

      to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
      }
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/magnific-popup.min.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{transform:scale(0.75)}.mfp-arrow-left{transform-origin:0 0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/nice-select.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/*
	jQuery Nice Select - v1.0
	https://github.com/hernansartorio/jquery-nice-select
	Made by Hernán Sartorio
*/
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;transition:all 0.2s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all 0.15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(.75) translateY(-21px);transition:all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all 0.2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/fontawesome.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
 .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e493"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e4ee"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e494"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e433"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e43b"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-v4compatibility.woff2') format("woff2"),url('fa-v4compatibility.ttf') format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/spacing.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************/
.mt-5{margin-top:5px !important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-inline-start:5px}.ml-10{margin-inline-start:10px}.ml-15{margin-inline-start:15px}.ml-20{margin-inline-start:20px}.ml-25{margin-inline-start:25px}.ml-30{margin-inline-start:30px}.ml-35{margin-inline-start:35px}.ml-40{margin-inline-start:40px}.ml-45{margin-inline-start:45px}.ml-50{margin-inline-start:50px}.ml-55{margin-inline-start:55px}.ml-60{margin-inline-start:60px}.ml-65{margin-inline-start:65px}.ml-70{margin-inline-start:70px}.ml-75{margin-inline-start:75px}.ml-80{margin-inline-start:80px}.ml-85{margin-inline-start:85px}.ml-90{margin-inline-start:90px}.ml-95{margin-inline-start:95px}.ml-100{margin-inline-start:100px}.ml-105{margin-inline-start:105px}.ml-110{margin-inline-start:110px}.ml-115{margin-inline-start:115px}.ml-120{margin-inline-start:120px}.ml-125{margin-inline-start:125px}.ml-130{margin-inline-start:130px}.ml-135{margin-inline-start:135px}.ml-140{margin-inline-start:140px}.ml-145{margin-inline-start:145px}.ml-150{margin-inline-start:150px}.ml-155{margin-inline-start:155px}.ml-160{margin-inline-start:160px}.ml-165{margin-inline-start:165px}.ml-170{margin-inline-start:170px}.ml-175{margin-inline-start:175px}.ml-180{margin-inline-start:180px}.ml-185{margin-inline-start:185px}.ml-190{margin-inline-start:190px}.ml-195{margin-inline-start:195px}.ml-200{margin-inline-start:200px}.mr-5{margin-inline-end:5px}.mr-10{margin-inline-end:10px}.mr-15{margin-inline-end:15px}.mr-20{margin-inline-end:20px}.mr-25{margin-inline-end:25px}.mr-30{margin-inline-end:30px}.mr-35{margin-inline-end:35px}.mr-40{margin-inline-end:40px}.mr-45{margin-inline-end:45px}.mr-50{margin-inline-end:50px}.mr-55{margin-inline-end:55px}.mr-60{margin-inline-end:60px}.mr-65{margin-inline-end:65px}.mr-70{margin-inline-end:70px}.mr-75{margin-inline-end:75px}.mr-80{margin-inline-end:80px}.mr-85{margin-inline-end:85px}.mr-90{margin-inline-end:90px}.mr-95{margin-inline-end:95px}.mr-100{margin-inline-end:100px}.mr-105{margin-inline-end:105px}.mr-110{margin-inline-end:110px}.mr-115{margin-inline-end:115px}.mr-120{margin-inline-end:120px}.mr-125{margin-inline-end:125px}.mr-130{margin-inline-end:130px}.mr-135{margin-inline-end:135px}.mr-140{margin-inline-end:140px}.mr-145{margin-inline-end:145px}.mr-150{margin-inline-end:150px}.mr-155{margin-inline-end:155px}.mr-160{margin-inline-end:160px}.mr-165{margin-inline-end:165px}.mr-170{margin-inline-end:170px}.mr-175{margin-inline-end:175px}.mr-180{margin-inline-end:180px}.mr-185{margin-inline-end:185px}.mr-190{margin-inline-end:190px}.mr-195{margin-inline-end:195px}.mr-200{margin-inline-end:200px}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-inline-start:5px}.pl-10{padding-inline-start:10px}.pl-15{padding-inline-start:15px}.pl-20{padding-inline-start:20px}.pl-25{padding-inline-start:25px}.pl-30{padding-inline-start:30px}.pl-35{padding-inline-start:35px}.pl-40{padding-inline-start:40px}.pl-45{padding-inline-start:45px}.pl-50{padding-inline-start:50px}.pl-55{padding-inline-start:55px}.pl-60{padding-inline-start:60px}.pl-65{padding-inline-start:65px}.pl-70{padding-inline-start:70px}.pl-75{padding-inline-start:75px}.pl-80{padding-inline-start:80px}.pl-85{padding-inline-start:85px}.pl-90{padding-inline-start:90px}.pl-95{padding-inline-start:95px}.pl-100{padding-inline-start:100px}.pl-105{padding-inline-start:105px}.pl-110{padding-inline-start:110px}.pl-115{padding-inline-start:115px}.pl-120{padding-inline-start:120px}.pl-125{padding-inline-start:125px}.pl-130{padding-inline-start:130px}.pl-135{padding-inline-start:135px}.pl-140{padding-inline-start:140px}.pl-145{padding-inline-start:145px}.pl-150{padding-inline-start:150px}.pl-155{padding-inline-start:155px}.pl-160{padding-inline-start:160px}.pl-165{padding-inline-start:165px}.pl-170{padding-inline-start:170px}.pl-175{padding-inline-start:175px}.pl-180{padding-inline-start:180px}.pl-185{padding-inline-start:185px}.pl-190{padding-inline-start:190px}.pl-195{padding-inline-start:195px}.pl-200{padding-inline-start:200px}.pr-5{padding-inline-end:5px}.pr-10{padding-inline-end:10px}.pr-15{padding-inline-end:15px}.pr-20{padding-inline-end:20px}.pr-25{padding-inline-end:25px}.pr-30{padding-inline-end:30px}.pr-35{padding-inline-end:35px}.pr-40{padding-inline-end:40px}.pr-45{padding-inline-end:45px}.pr-50{padding-inline-end:50px}.pr-55{padding-inline-end:55px}.pr-60{padding-inline-end:60px}.pr-65{padding-inline-end:65px}.pr-70{padding-inline-end:70px}.pr-75{padding-inline-end:75px}.pr-80{padding-inline-end:80px}.pr-85{padding-inline-end:85px}.pr-90{padding-inline-end:90px}.pr-95{padding-inline-end:95px}.pr-100{padding-inline-end:100px}.pr-105{padding-inline-end:105px}.pr-110{padding-inline-end:110px}.pr-115{padding-inline-end:115px}.pr-120{padding-inline-end:120px}.pr-125{padding-inline-end:125px}.pr-130{padding-inline-end:130px}.pr-135{padding-inline-end:135px}.pr-140{padding-inline-end:140px}.pr-145{padding-inline-end:145px}.pr-150{padding-inline-end:150px}.pr-155{padding-inline-end:155px}.pr-160{padding-inline-end:160px}.pr-165{padding-inline-end:165px}.pr-170{padding-inline-end:170px}.pr-175{padding-inline-end:175px}.pr-180{padding-inline-end:180px}.pr-185{padding-inline-end:185px}.pr-190{padding-inline-end:190px}.pr-195{padding-inline-end:195px}.pr-200{padding-inline-end:200px}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/custom-font.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: "Congenial";
    src: local("Congenial"), url('Congenial-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "Jameel Noori Nastaleeq";
    src: local("Jameel Noori Nastaleeq"), url('Jameel-Noori-Nastaleeq-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "Kalpurush";
    src: local("Kalpurush"), url('Kalpurush.ttf') format("truetype");
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/main.css?ngGlobalStyle (1) ***!
  \***********************************************************************************************************************************************************************************************************************************/
/*---------------------------------
	1.2 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: Univet - University Education HTML Template
    Author: RSTheme
    Support: https://rstheme.com/support
    Description: Univet - University Education HTML Template
    Version: 1.0.1
	Developer: Nayeem Ahmed

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 spacing
		1.2 theme
		1.3 typography
		1.4 index

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 root
		1.5 index
		1.6 main

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 accordion
		2.2 animation
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 color
		2.8 common
		2.9 counter
		2.10 cursor
		2.11 forms
		2.12 lenis
		2.13 list
		2.14 navigation
		2.15 offcanvas
		2.16 pagination
		2.17 post-meta
		2.18 post-tag
		2.19 preloader
		2.20 progress-bar
		2.21 scrollbar
		2.22 section-title
		2.23 settings
		2.24 smooth-scroll
		2.25 social
		2.26 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-6
			3.1.7 banner-7
			3.1.8 banner-8
			3.1.10 index

		-----------------
		3.1.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 sidebar-tag
			3.2.5 sidebar
			3.2.6 index

		-----------------
		3.1.3 ecommerce SCSS
		-----------------
			3.3.1 checkout
			3.3.2 shop
			3.3.3 index

		-----------------
		3.1.4 footer SCSS
		-----------------
			3.4.1 footer
			3.4.2 copyright
			3.4.3 index

		-----------------
		3.1.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-2
			3.5.3 header-3
			3.5.4 header-common
			3.5.5 header-top
			3.5.6 index
		-----------------
		3.1.6 menu SCSS
		-----------------
			3.6.1 memu
			3.6.2 mobile-menu
			3.6.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 achievement
		4.3 admission
		4.4 alumni
		4.5 award
		4.6 bio
		4.7 campus-life
		4.8 cart
		4.9 contact
		4.10 cta
		4.11 curriculum
		4.12 deadline
		4.13 directory
		4.14 error
		4.15 event
		4.16 experience
		4.17 faculty
		4.18 faq
		4.19 feature
		4.20 filter
		4.21 funfact
		4.22 gallery
		4.23 history
		4.24 libraries
		4.25 login
		4.26 mission
		4.27 overview
		4.28 page-slidebar
		4.29 price-range
		4.30 privacy-policy
		4.30 process
		4.31 program-cost
		4.32 program
		4.33 quantity
		4.34 quote
		4.35 requirement
		4.36 research
		4.37 scholarships
		4.38 team
		4.49 testimonial
		4.40 text-slide
		4.41 thumb
		4.42 tuition
		4.43 video
		4.44 why-choose
		4.45 index

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --rs-ff-body: "Inter", sans-serif;
  --rs-ff-title: "Bitter", sans-serif;
  --rs-ff-p: "Inter", sans-serif;
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000;
  --rs-light: #eee;
  --rs-green: #54BD05;
  --rs-yellow: #F69C00;
  --rs-pink: #E033E0;
  --rs-red: #E80000;
  --rs-theme-blue: #003A65;
  --rs-theme-blue-two: #07294D;
  --rs-theme-yellow: #FDC72F;
  --rs-theme-cyan: #0C5776;
  --rs-theme-light-cyan: #00ADE2;
  --rs-theme-red: #960B27;
  --rs-theme-red-two: #A50034;
  --rs-theme-green: #2F584F;
  --rs-theme-green-two: #15A656;
  --rs-text-primary: #4C4C4C;
  --rs-text-secondary: #656565;
  --rs-title-primary: #030303;
  --rs-title-secondary: #1D1D1B;
  --rs-title-tertiary: #051435;
  --rs-bg-primary: #F6F4EE;
  --rs-bg-secondary: #F4F3F3;
  --rs-bg-black: #231F20;
  --rs-bg-dark-blue: #2F3E4B;
  --rs-bg-blue: #003A65;
  --rs-border-primary: #E4E4E4;
  --rs-border-secondary: rgba(255, 255, 255, 0.15);
  --rs-border-tertiary: rgba(255, 255, 255, 0.1);
  --rs-rgba-1: rgba(255, 255, 255, 0.7);
  --rs-rgba-2: rgba(255, 255, 255, 0.8);
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-gradient-primary: #00033D;
  --rs-gradient-secondary: #0349EF;
  --rs-rating: #F3B656;
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 16px;
  --rs-fs-p: 16px;
  --rs-fs-h1: 64px;
  --rs-fs-h2: 48px;
  --rs-fs-h3: 36px;
  --rs-fs-h4: 30px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1310px;
  }
}
.row {
  --bs-gutter-x: 3rem;
}

.g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

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

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

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

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

.gy-24 {
  --bs-gutter-y: 24px;
}

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

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

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

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

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

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

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media only screen and (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
  padding-bottom: 0;
}
.underline a:hover {
  color: var(--rs-title-primary);
  background-size: 100% 1px;
}
.underline.is-white a {
  background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
}
.underline.is-white a:hover {
  color: var(--rs-white);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1366px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--rs-white);
}
.mfp-close::after {
  position: absolute;
  content: "\eb98";
  height: 100%;
  width: 100%;
  font-family: var(--rs-ff-remixicon);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media only screen and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/*---------------------------------
	1.3 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--rs-text-primary);
  font-family: var(--rs-ff-body);
  font-size: var(--rs-fs-body);
  font-weight: normal;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h5,
h5, .h5,
h6, .h6 {
  color: var(--rs-title-primary);
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: var(--rs-fw-sbold);
  word-break: break-word;
  font-family: var(--rs-ff-title);
}

h1,
.h1 {
  font-size: var(--rs-fs-h1);
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: var(--rs-fs-h2);
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}

h3,
.h3 {
  font-size: var(--rs-fs-h3);
  line-height: 1.25;
}
@media only screen and (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: var(--rs-fs-h4);
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: var(--rs-fs-h5);
  line-height: 1.4;
}
@media only screen and (max-width: 1600px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--rs-fs-h6);
  line-height: 1.44;
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--rs-fs-p);
  font-family: var(--rs-ff-p);
  font-weight: var(--rs-fw-normal);
  color: var(--rs-text-primary);
  margin-bottom: 30px;
  line-height: 28px;
}
p.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  opacity: 1;
  border: none;
  height: 1px;
  background-color: #ececec;
}
[rs-theme=rs-theme-dark] hr:not([size]) {
  background-color: #2d2d27;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--rs-theme-yellow);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--rs-theme-yellow);
}

::selection {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  text-shadow: none;
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--rs-ff-body);
  color: var(--rs-placeholder);
}

/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.section-title-space {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .section-title-space {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  2.1 accordion
/*----------------------------------------*/
.rs-accordion-one .rs-accordion-item {
  background: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .rs-accordion-one .rs-accordion-item {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-one .accordion-button {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-inline-end: 50px;
  padding-inline-start: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--rs-title-primary);
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .rs-accordion-one .accordion-button {
    font-size: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-accordion-one .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-one .accordion-button::after {
  content: none;
}
.rs-accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-theme-green-two);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-icon svg path {
  fill: var(--rs-theme-green-two);
}
.rs-accordion-one .accordion-icon {
  position: absolute;
  inset-inline-end: 0px;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-one .accordion-icon svg {
  width: 13px;
  transform: rotate(-90deg);
}
[dir=rtl] .rs-accordion-one .accordion-icon svg {
  transform: rotate(90deg);
}
.rs-accordion-one .accordion-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-one .accordion-item {
  padding-top: 22px;
  padding-bottom: 0;
  padding-inline-end: 22px;
  padding-inline-start: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.rs-accordion-one .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.rs-accordion-one .accordion-body {
  color: var(--rs-text-primary);
  padding: 14px 30px 0 0px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .rs-accordion-one .accordion-body {
    padding: 14px 0px 0 0px;
  }
}
.rs-accordion-two .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-two .accordion-button {
  padding: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  color: var(--rs-title-primary);
  text-align: start;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px;
  background: var(--rs-white);
  transition: 0.3s;
}
.rs-accordion-two .accordion-button:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-accordion-two .accordion-button:hover .accordion-icon svg path {
  fill: var(--rs-white);
}
@media only screen and (max-width: 767px) {
  .rs-accordion-two .accordion-button {
    font-size: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-accordion-two .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-two .accordion-button::after {
  content: none;
}
.rs-accordion-two .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-white);
  background: var(--rs-theme-blue);
  border-radius: 6px 6px 0px 0;
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg path {
  fill: var(--rs-white);
}
.rs-accordion-two .accordion-icon {
  position: absolute;
  inset-inline-end: 30px;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-icon svg {
  width: 13px;
  transform: rotate(-90deg);
}
[dir=rtl] .rs-accordion-two .accordion-icon svg {
  transform: rotate(90deg);
}
.rs-accordion-two .accordion-icon svg path {
  fill: var(--rs-black);
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-item {
  padding-top: 22px;
  padding-bottom: 0;
  padding-inline-end: 22px;
  padding-inline-start: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.rs-accordion-two .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.rs-accordion-two .accordion-body {
  color: var(--rs-text-primary);
  padding-top: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
  line-height: 28px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-accordion-two .accordion-body {
    padding-top: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
  }
}
.rs-accordion-three .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-three .accordion-button {
  padding: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-title-primary);
  text-align: start;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px;
  background: var(--rs-white);
  transition: 0.3s;
}
.rs-accordion-three .accordion-button:hover {
  color: var(--rs-theme-blue);
}
.rs-accordion-three .accordion-button:hover .accordion-icon svg path {
  fill: var(--rs-theme-blue);
}
@media only screen and (max-width: 767px) {
  .rs-accordion-three .accordion-button {
    font-size: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-accordion-three .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-three .accordion-button::after {
  content: none;
}
.rs-accordion-three .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-theme-blue);
  border-radius: 6px 6px 0px 0;
  padding-bottom: 0px;
}
.rs-accordion-three .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.rs-accordion-three .accordion-button:not(.collapsed) .accordion-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-accordion-three .accordion-icon {
  position: absolute;
  inset-inline-end: 30px;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-three .accordion-icon svg {
  width: 13px;
  transform: rotate(-90deg);
}
[dir=rtl] .rs-accordion-three .accordion-icon svg {
  transform: rotate(90deg);
}
.rs-accordion-three .accordion-icon svg path {
  fill: var(--rs-black);
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-three .accordion-item {
  padding-top: 22px;
  padding-bottom: 0;
  padding-inline-end: 22px;
  padding-inline-start: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.rs-accordion-three .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.rs-accordion-three .accordion-body {
  color: var(--rs-text-primary);
  padding-top: 10px;
  padding-inline-start: 25px;
  padding-inline-end: 30px;
  padding-bottom: 20px;
  line-height: 28px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
  font-style: italic;
}

/*----------------------------------------*/
/*  2.3 Background
/*----------------------------------------*/
.bg-primary {
  background-color: var(--rs-bg-primary);
}

.secondary-bg {
  background-color: var(--rs-bg-secondary);
}

.bg-grey {
  background-color: var(--rs-bg-grey);
}

.theme-secondary {
  background: var(--rs-theme-secondary);
}

.blue-bg {
  background: var(--rs-blue);
}

/*----------------------------------------*/
/*  2.6 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 15px;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  transition: all 0.4s ease-out 0s;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-theme-blue);
}
.rs-btn:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-btn:hover.has-icon .icon-first {
  transform: translateX(150%);
}
.rs-btn:hover.has-icon .icon-second {
  transform: translateX(0%);
}
.rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn:hover.has-icon .has-rotate svg {
  transform: rotate(90deg);
}
.rs-btn:hover .btn-text-wrap .text-default {
  transform: translateY(-150%);
}
.rs-btn:hover .btn-text-wrap .text-hover {
  top: 50%;
  transform: translateY(-50%);
}
.rs-btn.has-text {
  padding: 0;
  width: unset;
  height: unset;
  background: transparent;
}
.rs-btn.has-text.has-icon {
  gap: 8px;
}
.rs-btn.has-text.has-icon .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-btn.has-text.has-icon.is-white .icon-box svg path {
  fill: var(--rs-white);
  transition: 0.3s;
}
.rs-btn.has-text.has-icon.is-white:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white {
  color: var(--rs-white);
}
.rs-btn.has-text.is-text-white.has-icon svg path {
  fill: var(--rs-white);
}
.rs-btn.has-text.is-text-black {
  color: var(--rs-title-primary);
}
.rs-btn.has-text.is-text-black:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-black.has-icon svg path {
  fill: var(--rs-black);
}
.rs-btn.has-text.is-text-primary {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary.has-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-blue {
  color: var(--rs-title-tertiary);
}
.rs-btn.has-text.is-text-blue:hover {
  color: var(--rs-theme-yellow);
}
.rs-btn.has-text.is-text-blue:hover .icon-box svg path {
  fill: var(--rs-theme-yellow);
}
.rs-btn.has-text.is-text-blue.has-icon svg path {
  fill: var(--rs-title-tertiary);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
[dir=rtl] .rs-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 15px;
}
.rs-btn.has-icon .icon-box svg path {
  fill: var(--rs-white);
  transition: 0.5s;
}
.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-icon .icon-box.is-black svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-btn.hover-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.hover-white:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-black:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.hover-black:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-yellow:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-btn.hover-yellow:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-blue.has-icon:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-btn.hover-blue.has-icon:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-red.has-icon:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
  border-color: var(--rs-theme-red);
}
.rs-btn.hover-red.has-icon:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-yellow.has-icon:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
  border-color: var(--rs-theme-yellow);
}
.rs-btn.hover-yellow.has-icon:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-green-two.has-icon:hover {
  background: var(--rs-theme-green-two);
  color: var(--rs-white);
  border-color: var(--rs-theme-green-two);
}
.rs-btn.hover-green-two.has-icon:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-cyan.has-icon:hover {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
  border-color: var(--rs-theme-light-cyan);
}
.rs-btn.hover-cyan.has-icon:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-dark-cyan {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.rs-btn.hover-dark-cyan:hover {
  background: var(--rs-theme-cyan);
  border-color: var(--rs-theme-cyan);
}
.rs-btn.hover-dark-cyan:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.is-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
}
.rs-btn.has-bg-white {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-btn.has-bg-white .icon-box svg path {
  fill: var(--rs-theme-secondary);
}
.rs-btn.has-text-underline {
  text-decoration: underline;
  color: var(--rs-title-primary);
  overflow: visible;
}
.rs-btn.has-border {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--rs-theme-primary);
  border-radius: 0;
}
.rs-btn.has-border.has-border-white {
  border-color: var(--rs-white);
}
.rs-btn.has-border.has-border-white:hover {
  border-color: var(--rs-theme-primary);
}
.rs-btn.has-rotate {
  transform: rotate(-45deg);
}
.rs-btn.has-theme-yellow {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-btn.has-theme-yellow.has-icon .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.has-theme-red {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-btn.has-theme-red.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-theme-green {
  background: var(--rs-theme-green);
  color: var(--rs-white);
}
.rs-btn.has-theme-green.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-theme-green-two {
  background: var(--rs-theme-green-two);
  color: var(--rs-white);
}
.rs-btn.has-theme-green-two.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-theme-cyan {
  background: var(--rs-theme-cyan);
  color: var(--rs-white);
}
.rs-btn.has-theme-cyan.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-theme-light-cyan {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.rs-btn.has-black {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.has-black.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn .btn-text-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.rs-btn .btn-text-wrap .text-default {
  position: relative;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}
.rs-btn .btn-text-wrap .text-hover {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(0px);
}
.rs-btn.has-bg-primary {
  background: var(--rs-bg-primary);
  color: var(--rs-title-primary);
}
.rs-btn.has-bg-primary.has-icon .icon-box svg path {
  fill: var(--rs-black);
}

.rs-rotate-btn {
  width: 180px;
  height: 180px;
  position: relative;
}
.rs-rotate-btn:hover .rs-text-circle {
  animation-play-state: paused;
}
.rs-rotate-btn .rs-circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transform: translate(-50%, -50%);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1;
  transition: 0.3s;
}
.rs-rotate-btn .rs-circle-btn:hover svg {
  transform: rotate(45deg);
}
.rs-rotate-btn .rs-circle-btn svg {
  width: 27px;
  height: 27px;
}
.rs-rotate-btn .rs-circle-btn svg path {
  fill: var(--rs-theme-secondary);
}
.rs-rotate-btn .rs-text-circle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-rotate-btn .rs-text-circle {
  animation: rotate-infinite 30s infinite linear;
  width: 100%;
  height: 100%;
  position: relative;
}
.rs-rotate-btn .rs-text-circle span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: var(--rs-title-primary);
}
.rs-rotate-btn .rs-text-circle.is-text-white span {
  color: var(--rs-white);
}

.rs-play-btn {
  width: 70px;
  height: 70px;
  font-size: 20px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.rs-play-btn.is-large {
  width: 90px;
  height: 90px;
  font-size: 30px;
}
.rs-play-btn.is-large::before {
  width: 90px;
  height: 90px;
}
.rs-play-btn.is-medium {
  width: 80px;
  height: 80px;
  font-size: 24px;
}
.rs-play-btn.is-medium::before {
  width: 80px;
  height: 80px;
}
.rs-play-btn.is-small {
  width: 40px;
  height: 40px;
  font-size: 13px;
}
.rs-play-btn.is-small::before {
  width: 35px;
  height: 35px;
}
.rs-play-btn.is-white {
  background: var(--rs-white);
  color: var(--rs-theme-secondary);
}
.rs-play-btn.is-white::before {
  background: var(--rs-white);
}
.rs-play-btn.has-transparent-btn::before {
  content: none;
}
.rs-play-btn.has-transparent-btn::after {
  content: none;
}
.rs-play-btn.has-blur {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
}
.rs-play-btn.hover-yellow:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-play-btn.hover-red:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-play-btn.hover-cyan:hover {
  background: var(--rs-theme-light-cyan);
  border-color: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.rs-play-btn:hover {
  color: var(--rs-black);
}
.rs-play-btn::before {
  background: var(--rs-theme-primary);
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  animation: rs-pulse-border 1500ms ease-out infinite;
}
.rs-play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  transition: all 200ms;
}
.rs-play-btn.has-bg-white {
  background-color: rgba(255, 255, 255, 0.18);
}

.rs-btn-circle {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.rs-btn-circle:hover {
  background: var(--rs-white);
}
.rs-btn-circle:hover svg {
  transform: rotate(45deg);
}
.rs-btn-circle:hover i {
  color: var(--rs-black);
}
.rs-btn-circle svg {
  width: 14px;
  height: 14px;
}
.rs-btn-circle svg path {
  fill: var(--rs-white);
}
.rs-btn-circle i {
  font-size: 25px;
  color: var(--rs-white);
}

.rs-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #202021;
}
.rs-square-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-square-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-square-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon:hover {
  background: var(--rs-theme-primary);
}
.rs-square-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-transparent {
  background: transparent;
  padding: unset;
}
.rs-square-btn.has-transparent:hover {
  background: transparent;
}

/*----------------------------------------*/
/*  2.7 Color Short Code
/*----------------------------------------*/
.rs-text-primary {
  color: var(--rs-primary);
}

.rs-white {
  color: var(--rs-white);
}

.rs-black {
  color: var(--rs-black);
}

.rs-light-purple {
  color: var(--rs-theme-purple-light);
}

.rs-red {
  color: var(--rs-red);
}

.rating-color {
  color: #FFB21D;
}

.text-blue {
  color: var(--rs-title-tertiary);
}

.text-yellow {
  color: var(--rs-theme-yellow);
}

/*----------------------------------------*/
/*  2. 9 counter
/*----------------------------------------*/
.rs-counter-one .rs-counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-one .rs-counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-counter-one .rs-counter-item {
  display: flex;
  border: 1px solid var(--rs-border-primary);
  padding: 20px;
  gap: 20px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-one .rs-counter-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-counter-one .rs-counter-item {
    flex-wrap: wrap;
  }
}
.rs-counter-one .rs-counter-shape {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.rs-counter-one .rs-counter-icon svg {
  width: 33px;
  height: 33px;
}
.rs-counter-one .rs-counter-icon svg path {
  fill: var(--rs-theme-green);
}
.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
  font-size: 40px;
  color: var(--rs-title-primary);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 30px;
  }
}
.rs-counter-one .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-counter-two {
  position: relative;
  z-index: 1;
}
.rs-counter-two .rs-counter-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 16px;
}
.rs-counter-two .rs-counter-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(66.21deg, #003A65 11.06%, rgba(0, 58, 101, 0.6) 100%);
  border-radius: 16px;
}
.rs-counter-two.rs-counter-wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 16px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two.rs-counter-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-counter-two .rs-counter-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.rs-counter-two .rs-counter-item {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.rs-counter-two .rs-counter-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  inset-inline-end: -75px;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::before {
    inset-inline-end: -55px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::before {
    content: none;
  }
}
.rs-counter-two .rs-counter-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0% 0%, 0 1%, 100% 50%, 0 100%, 0% 100%);
  inset-inline-end: -80px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .rs-counter-two .rs-counter-item:not(:last-child)::after {
  transform: translateY(-50%) rotateY(-180deg);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::after {
    inset-inline-end: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::after {
    content: none;
  }
}
.rs-counter-two .rs-counter-item:nth-child(2)::before {
  inset-inline-end: -80px;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:nth-child(2)::before {
    inset-inline-end: -60px;
  }
}
.rs-counter-two .rs-counter-item:nth-child(2)::after {
  inset-inline-end: -77px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
[dir=rtl] .rs-counter-two .rs-counter-item:nth-child(2)::after {
  transform: rotateY(360deg) translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:nth-child(2)::after {
    inset-inline-end: -57px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-counter-two .rs-counter-item {
    flex-wrap: wrap;
  }
}
.rs-counter-two .rs-counter-icon svg {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-icon svg {
    width: 40px;
    height: 40px;
  }
}
.rs-counter-two .rs-counter-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-counter-two .rs-counter-number,
.rs-counter-two .prefix {
  font-size: 40px;
  color: var(--rs-white);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-number,
  .rs-counter-two .prefix {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-two .rs-counter-number,
  .rs-counter-two .prefix {
    font-size: 25px;
  }
}
.rs-counter-two .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-counter-two .rs-counter-title {
  color: var(--rs-white);
}
.rs-counter-three .rs-counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: var(--rs-white);
  padding-inline: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-three .rs-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-counter-three .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-three .rs-counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-counter-three .rs-counter-item {
  position: relative;
  z-index: 1;
}
.rs-counter-three .rs-counter-number,
.rs-counter-three .prefix {
  font-size: 40px;
  color: var(--rs-title-tertiary);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-three .rs-counter-number,
  .rs-counter-three .prefix {
    font-size: 30px;
  }
}
.rs-counter-three .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
}
.rs-counter-three .rs-counter-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 5pX;
}

/*----------------------------------------*/
/*  2.15 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-white) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-cyan);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-green);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-green-two);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-green-two);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-green-two);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-green-two);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-green-two);
}
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-green-two .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-green-two);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rs-black);
}
.offcanvas-logo a img {
  width: 150px;
}
.offcanvas-logo .logo-white {
  display: none;
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 40px 40px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-title-meta {
  color: var(--rs-title-primary);
  margin-bottom: 20px;
  font-size: 20px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--rs-border-primary);
  color: #585B6F;
  font-size: 16px;
  border-radius: 50%;
}
.offcanvas-social ul li a:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  border-color: var(--rs-theme-blue);
}
.offcanvas-social.has-theme-cyan ul li a:hover {
  background: var(--rs-theme-light-cyan);
  border-color: var(--rs-theme-light-cyan);
}
.offcanvas-social.has-theme-red ul li a:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
}
.offcanvas-social.has-theme-green ul li a:hover {
  background: var(--rs-theme-green);
  border-color: var(--rs-theme-green);
}
.offcanvas-social.has-theme-green-two ul li a:hover {
  background: var(--rs-theme-green-two);
  border-color: var(--rs-theme-green-two);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-overlay:hover {
  cursor: url("https://univet.rstheme.com/html/assets/images/shape/cross-out.webp"), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--rs-theme-blue);
}
.offcanvas-contact ul li:hover svg {
  animation: rs-fold linear 0.5s;
}
.offcanvas-contact ul li:hover svg path {
  fill: var(--rs-theme-blue);
}
.offcanvas-contact-icon {
  flex: 0 0 auto;
}
.offcanvas-contact-icon svg {
  width: 22px;
  height: 22px;
}
.offcanvas-contact-icon svg path {
  fill: #4C4C4C;
  transition: 0.5s;
}
.offcanvas-contact.has-theme-cyan ul li a:hover {
  color: var(--rs-theme-light-cyan);
}
.offcanvas-contact.has-theme-cyan ul li:hover svg path {
  fill: var(--rs-theme-light-cyan);
}
.offcanvas-contact.has-theme-red ul li a:hover {
  color: var(--rs-theme-red);
}
.offcanvas-contact.has-theme-red ul li:hover svg path {
  fill: var(--rs-theme-red);
}
.offcanvas-contact.has-theme-green ul li a:hover {
  color: var(--rs-theme-green);
}
.offcanvas-contact.has-theme-green ul li:hover svg path {
  fill: var(--rs-theme-green);
}
.offcanvas-contact.has-theme-green-two ul li a:hover {
  color: var(--rs-theme-green-two);
}
.offcanvas-contact.has-theme-green-two ul li:hover svg path {
  fill: var(--rs-theme-green-two);
}

.offcanvas-gallery-thumb-wrapper {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.offcanvas-gallery-thumb-wrapper .offcanvas-popup-thumb img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.offcanvas-about p {
  max-width: 300px;
}

.offcanvas-close {
  width: 35px;
  height: 35px;
  background: var(--rs-theme-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.offcanvas-close.has-theme-cyan {
  background: var(--rs-theme-light-cyan);
}
.offcanvas-close.has-theme-red {
  background: var(--rs-theme-red);
}
.offcanvas-close.has-theme-green {
  background: var(--rs-theme-green);
}
.offcanvas-close.has-theme-green-two {
  background: var(--rs-theme-green-two);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rs-black);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: var(--rs-white);
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.22 Section Title  
/*----------------------------------------*/
.section-title {
  color: var(--rs-title-primary);
}
.section-title.is-white {
  color: var(--rs-white);
}
.section-title.has-theme-blue {
  color: var(--rs-title-tertiary);
}
.section-title-two {
  font-size: 46px;
  font-family: "Prata", serif;
  font-weight: 600;
  color: #021E40;
  line-height: 1.39;
}
@media only screen and (max-width: 1199px) {
  .section-title-two {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-two {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-two {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-two {
    font-size: 26px;
  }
}
.section-title-two.is-white {
  color: var(--rs-white);
}
.section-subtitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: var(--rs-title-primary);
  margin-bottom: 10px;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-subtitle svg {
  width: 24px;
  height: 24px;
}
.section-subtitle.is-white {
  color: var(--rs-white);
}
.section-subtitle.is-white svg path {
  fill: var(--rs-white);
}
.section-subtitle.has-theme-blue {
  color: var(--rs-title-tertiary);
}
.section-subtitle.has-theme-blue svg path {
  fill: var(--rs-theme-blue);
}
.section-subtitle.has-theme-red svg path {
  fill: var(--rs-theme-red);
}
@media only screen and (max-width: 575px) {
  .section-subtitle.has-theme-red {
    font-size: 13px;
  }
}
.section-subtitle.has-theme-green svg path {
  fill: var(--rs-theme-green);
}
@media only screen and (max-width: 575px) {
  .section-subtitle.has-theme-green {
    font-size: 13px;
  }
}
.section-subtitle.has-theme-green-two svg path {
  fill: var(--rs-theme-green-two);
}
@media only screen and (max-width: 575px) {
  .section-subtitle.has-theme-green-two {
    font-size: 13px;
  }
}
.section-subtitle.has-theme-yellow {
  color: var(--rs-theme-yellow);
}
.section-subtitle.has-theme-yellow svg path {
  fill: var(--rs-theme-yellow);
}
.section-subtitle.has-theme-cyan svg path {
  fill: var(--rs-theme-light-cyan);
}
@media only screen and (max-width: 575px) {
  .section-subtitle.has-theme-cyan {
    font-size: 13px;
  }
}
.section-subtitle.is-uppercase {
  text-transform: uppercase;
}
.section-subtitle.is-text-red {
  color: var(--rs-theme-red);
}
.section-subtitle.has-dark-grey {
  color: var(--rs-text-primary);
}
.section-desc.is-white {
  color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
  padding-top: 190px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
  padding-inline: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-breadcrumb-one {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-breadcrumb-one {
    padding-top: 170px;
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one {
    padding-top: 135px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-shape {
  position: absolute;
  inset-inline-end: 140px;
  bottom: 60px;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-shape {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-shape {
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-shape {
    display: none;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: -1;
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 25, 44, 0) -3%, #00192C 133.75%);
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 56px;
  line-height: 1.12;
  color: var(--rs-white);
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 35px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line {
  width: 482px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-line {
    width: 100%;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: flex;
  align-items: center;
  gap: 8px 8px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  display: flex;
  gap: 8px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
  color: white;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover {
  color: var(--rs-theme-yellow);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg {
  width: 16px;
  height: 16px;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg {
  transform: rotateY(180deg);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg path {
  fill: var(--rs-white);
}
.rs-breadcrumb-one .rs-breadcrumb-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-desc {
    max-width: 100%;
  }
}

/*----------------------------------------
   2.16 Basic pagination
-----------------------------------------*/
.rs-pagination.swiper-pagination {
  position: unset;
  overflow: visible;
  font-size: unset;
  transform: unset !important;
  width: 100% !important;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DBDEE1;
  position: relative;
  transform: unset;
  opacity: unset;
  margin: 3px 13px;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-blue);
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-primary);
  transform: translate(-50%, -50%) scale(1);
}
.rs-pagination.swiper-pagination.has-before-none .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 3px 6px;
}
.rs-pagination.swiper-pagination.has-before-none .swiper-pagination-bullet::before {
  content: none;
}
.rs-pagination.swiper-pagination.has-theme-yellow .swiper-pagination-bullet {
  border: 1px solid var(--rs-theme-yellow);
}
.rs-pagination.swiper-pagination.has-theme-yellow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-green);
  border-color: var(--rs-theme-green);
}
.rs-pagination.swiper-pagination.has-theme-yellow .swiper-pagination-bullet:hover {
  background: var(--rs-theme-green);
  border-color: var(--rs-theme-green);
}
.rs-pagination.swiper-pagination.has-theme-blue .swiper-pagination-bullet {
  border: 1px solid var(--rs-theme-yellow);
}
.rs-pagination.swiper-pagination.has-theme-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-pagination.swiper-pagination.has-theme-blue .swiper-pagination-bullet:hover {
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet {
  border: 1px solid var(--rs-theme-red);
}
.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
}
.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet:hover {
  background: var(--rs-theme-red);
}
.rs-pagination.swiper-pagination.has-theme-green-two .swiper-pagination-bullet {
  border: 1px solid var(--rs-theme-green-two);
}
.rs-pagination.swiper-pagination.has-theme-green-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-green-two);
  border-color: var(--rs-theme-green-two);
}
.rs-pagination.swiper-pagination.has-theme-green-two .swiper-pagination-bullet:hover {
  background: var(--rs-theme-green-two);
  border-color: var(--rs-theme-green-two);
}
.rs-pagination.swiper-pagination.has-theme-cyan .swiper-pagination-bullet {
  border: 1px solid var(--rs-theme-light-cyan);
}
.rs-pagination.swiper-pagination.has-theme-cyan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-light-cyan);
  border-color: var(--rs-theme-light-cyan);
}
.rs-pagination.swiper-pagination.has-theme-cyan .swiper-pagination-bullet:hover {
  background: var(--rs-theme-light-cyan);
  border-color: var(--rs-theme-light-cyan);
}
.rs-pagination.swiper-pagination.has-transparent .swiper-pagination-bullet {
  background: transparent;
}

.common-pagination {
  margin-top: 45px;
}
.common-pagination ul {
  display: inline-flex;
  gap: 10px;
}
.common-pagination ul li {
  list-style: none;
}
.common-pagination ul li.current {
  background: var(--rs-theme-blue);
}
.common-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  border-radius: 5px;
  position: relative;
  background: var(--rs-bg-secondary);
}
.common-pagination ul li a:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.common-pagination ul li a.current {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  border: none;
}
.common-pagination ul li a.is-next::before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .common-pagination ul li a.is-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}

/*----------------------------------------*/
/*  2.11 forms
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ label::before {
  transform: scale(1);
}
input[type=checkbox]:checked ~ label::after {
  background-color: var(--rs-white);
  border-color: var(--rs-white);
}
input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-inline-start: 25px;
  color: var(--rs-white);
  font-size: 16px;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all 0.2s linear;
  border-radius: 2px;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\eb7a";
  top: 2px;
  inset-inline-start: -2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rs-black);
  transition: all 0.2s linear;
  font-family: remixicon !important;
  font-size: 10px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.25 social
/*----------------------------------------*/
.theme-social {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.theme-social a {
  color: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  background-color: var(--rs-theme-blue);
  transition: 0.5s;
  border-radius: 50%;
}
.theme-social a:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.theme-social svg {
  width: 16px;
  height: 16px;
}
.theme-social.has-medium a {
  width: 36px;
  height: 36px;
  font-size: 14px;
}
.theme-social.has-transparent a {
  background: transparent;
  color: #fff;
  width: unset;
  height: unset;
  border-radius: 0;
}
.theme-social.has-transparent a:hover {
  color: var(--rs-theme-yellow);
}
.theme-social.has-border a {
  border: 1px solid var(--rs-border-primary);
}
.theme-social.rs-social-links a {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.theme-social.rs-social-links a:hover {
  background: 0.5;
}
.theme-social.rs-social-links a.is-facebook {
  background: #1559C2;
}
.theme-social.rs-social-links a.is-instagram {
  background: #E1306C;
}
.theme-social.rs-social-links a.is-twitter {
  background: #202021;
}
.theme-social.rs-social-links a.is-linkedin {
  background: #0077B5;
}
.theme-social.has-transform a:hover {
  transform: translate(0, -10%);
}
.theme-social.has-bg-white a {
  background: var(--rs-white);
  color: var(--rs-black);
}
.theme-social.has-theme-yellow a:hover {
  background: var(--rs-theme-yellow);
}
.theme-social.has-theme-green a {
  background: var(--rs-theme-green);
}
.theme-social.has-theme-green a svg path {
  transition: 0.3s;
}
.theme-social.has-theme-green a:hover {
  background: var(--rs-theme-yellow);
}
.theme-social.has-theme-green a:hover svg path {
  fill: var(--rs-black);
}
.theme-social.has-theme-green-two a {
  background: var(--rs-theme-green-two);
}
.theme-social.has-theme-green-two a svg path {
  transition: 0.3s;
}
.theme-social.has-theme-green-two a:hover {
  background: var(--rs-white);
}
.theme-social.has-theme-green-two a:hover svg path {
  fill: var(--rs-black);
}
.theme-social.has-theme-red a:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.theme-social.has-theme-blue a {
  background: var(--rs-theme-blue);
}
.theme-social.has-radius-none a {
  border-radius: 0;
}
.theme-social.has-theme-cyan a {
  background: var(--rs-theme-cyan);
}
.theme-social.hover-yellow a:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.theme-social.hover-yellow a:hover svg path {
  fill: var(--rs-black);
}
.theme-social.hover-light-cyan a:hover {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.theme-social.hover-light-cyan a:hover svg path {
  fill: var(--rs-white);
}

/*----------------------------------------*/
/*  2.4 Back to top
/*----------------------------------------*/
#backtotop-wrap {
  text-align: center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  inset-inline-end: 20px;
  z-index: 10;
  border-radius: 50%;
  background: var(--rs-theme-blue);
  padding: 1px;
  transition: all linear 0.5s;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
#backtotop-wrap .scrollprogress .progress-circle {
  transition: stroke-dashoffset 0.5s ease;
  transition: stroke 0.5s ease;
}
#backtotop-wrap .arrowicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#backtotop-wrap svg path {
  fill: var(--rs-white);
  transition: all linear 0.5s;
}

.rs-backtotop.has-theme-cyan {
  background: var(--rs-theme-light-cyan) !important;
}
.rs-backtotop.has-theme-red {
  background: var(--rs-theme-red) !important;
}
.rs-backtotop.has-theme-green {
  background: var(--rs-theme-green) !important;
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px 0);
  }
  42% {
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes rs-scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rs-left-right {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
  0% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}
@keyframes rs-pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes rs-fold {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
/* marquee left */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rs-scale-two {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@keyframes rs-scale-three {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
.popup-circle:before {
  content: "";
  position: relative;
  display: block;
  top: -14px;
  inset-inline-start: -14px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #E40101;
  animation: rs-pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.popup-circle:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E40101;
  border-radius: 50%;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes rs-pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes popup-circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes textRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0;
  }
}
@keyframes textRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes rs-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rs-slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rs-skew {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes rs-rotate-anim {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  40% {
    transform: scale(0.7) rotate(160deg);
  }
  80% {
    transform: scale(1) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2. 8 Short codes
/*----------------------------------------*/
.container.has-large {
  max-width: 1720px;
}

.is-stroke-text {
  -webkit-text-stroke: 2px var(--rs-primary);
  -webkit-text-fill-color: var(--rs-white);
}

.has-ff {
  font-family: "Prata", serif;
}

.h-55 {
  height: 55px;
}

.height-50 {
  height: 50px;
}

/* display flex */
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.has-separator {
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(101, 101, 103, 0.3);
  transform: translateY(-50%);
  inset-inline-end: 0px;
  top: 50%;
}

.image-link {
  width: 100%;
  height: 100%;
}

/* gap */
.rs-gutter-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

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

/* List Style None */
.list-none ul {
  list-style: none;
}

.gap-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.gap-25 {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

/* Font Weight */
.fw-1 {
  font-weight: var(--rs-fw-thin);
}

.fw-2 {
  font-weight: var(--rs-fw-elight);
}

.fw-3 {
  font-weight: var(--rs-fw-light);
}

.fw-4 {
  font-weight: var(--rs-fw-regular);
}

.fw-5 {
  font-weight: var(--rs-fw-medium);
}

.fw-6 {
  font-weight: var(--rs-fw-sbold);
}

.fw-7 {
  font-weight: var(--rs-fw-bold);
}

.fw-8 {
  font-weight: var(--rs-fw-ebold);
}

.fw-9 {
  font-weight: var(--rs-fw-black);
}

.rs-section-border-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rs-section-border-wrapper .section-border {
  width: 100%;
  display: flex;
  align-items: center;
}
.rs-section-border-wrapper .section-border {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper .section-border {
    padding-inline-end: 0px;
  }
}
.rs-section-border-wrapper .rs-section-dot {
  width: 7px;
  height: 7px;
  background-color: var(--rs-theme-primary);
  display: inline-block;
  transform: rotate(45deg);
  margin-inline-end: 5px;
  margin-inline-start: 5px;
}
.rs-section-border-wrapper .rs-section-line {
  border: 1px solid var(--rs-border-primary);
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-15 {
  border-radius: 15px;
}

.margin-15 {
  margin-inline-start: 15px;
}
@media only screen and (max-width: 1600px) {
  .margin-15 {
    margin-inline-start: 0px;
  }
}

.margin-10 {
  margin-inline-start: 10px;
}
@media only screen and (max-width: 1366px) {
  .margin-10 {
    margin-inline-start: 0px;
  }
}

.timeline-divider {
  position: absolute;
  width: 10px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-divider::before {
  content: "";
  border: 1px solid var(--rs-theme-primary);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--rs-border-tertiary);
}
.timeline-divider .divider-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--rs-theme-primary);
  z-index: 1;
  border-radius: 10px;
}
.timeline-divider .divider-circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--rs-white);
  border: 3px solid var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  2.19 Preloader
/*----------------------------------------*/
#pre-load {
  background-color: var(--rs-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container.has-theme-cyan::before {
  border-color: var(--rs-theme-light-cyan);
}
.loader .loader-container.has-theme-red::before {
  border-color: var(--rs-theme-red);
}
.loader .loader-container.has-theme-green::before {
  border-color: var(--rs-theme-green);
}
.loader .loader-container.has-theme-green-two::before {
  border-color: var(--rs-theme-green-two);
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--rs-theme-blue);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*----------------------------------------*/
/*  2.20 Progress Bar
/*----------------------------------------*/
.single-progress {
  position: relative;
  overflow: hidden;
}

.progress {
  overflow: visible;
  border-radius: 0px;
  height: 14px;
  line-height: 14px;
  padding: 3px 3px 3px 3px;
  border: 1px solid var(--rs-border-primary);
  background-color: var(--rs-bg-secondary);
}

.progress-bar {
  border-radius: 0px;
  width: 0;
  height: 100%;
  background-color: var(--rs-theme-secondary);
  transition: width 0.5s ease;
  overflow: visible;
}

.progress-number {
  position: absolute;
  font-size: 16px;
  top: 0;
  inset-inline-end: 0;
  z-index: 1;
  font-weight: 500;
  color: var(--rs-title-primary);
}

.progress-title {
  font-size: 18px;
  font-weight: 500;
}

.progress-top {
  margin-bottom: 17px;
}

/*----------------------------------------*/
/*  2.10 cursor
/*----------------------------------------*/
#rs-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#rs-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(156, 156, 156, 0.5);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

#rs-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--rs-black);
  transform: translate(-50%);
}

@media only screen and (max-width: 991px) {
  #rs-mouse {
    display: none;
  }
}
/*----------------------------------------*/
/*  2.21 Swiper scrollbar 
/*----------------------------------------*/
.rs-swiper-scrollbar.swiper-scrollbar {
  height: 5px;
  background: var(--rs-bg-secondary);
}
.rs-swiper-scrollbar .swiper-scrollbar-drag {
  width: 220px !important;
  background: var(--rs-theme-primary);
}

/*----------------------------------------*/
/* 2.12 lenis
/*----------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-scrolling {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*----------------------------------------*/
/*  2.23 settings
/*----------------------------------------*/
.rs-theme-settings-area {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 240px;
  background-color: var(--rs-white);
  transform: translateY(-50%) translateX(100%);
  z-index: 991;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s 0s ease-out;
}
.rs-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-gear {
  opacity: 0;
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-close {
  opacity: 1;
}
.rs-theme-settings-open {
  position: absolute;
  top: -1px;
  right: 100%;
}
.rs-theme-settings-open button {
  background-color: var(--rs-white);
  border-inline-end: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  color: var(--rs-black);
  position: relative;
  border-start-start-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.15);
}
.rs-theme-settings-gear {
  display: inline-block;
  color: var(--rs-black);
  animation: spin 8s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.rs-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[dir=rtl] .rs-theme-settings-close {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}
.rs-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--rs-black);
}
.rs-theme-wrapper {
  padding: 15px 20px 20px 20px;
}
.rs-theme-toggle {
  text-align: center;
}
.rs-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-black);
  padding: 4px;
  border-radius: 2px;
}
.rs-theme-toggle-main span.active {
  color: var(--rs-black);
}
.rs-theme-toggle-light, .rs-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rs-theme-toggle input {
  display: none;
}
.rs-theme-toggle:hover {
  cursor: pointer;
}
.rs-theme-toggle label {
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-toggle label:hover {
  cursor: pointer;
}
.rs-theme-toggle #rs-theme-toggler {
  display: none;
}
.rs-theme-toggle #rs-theme-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-toggle-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  background-color: var(--rs-white);
  border-radius: 3px;
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.rs-theme-dir {
  text-align: center;
}
.rs-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-black);
  padding: 4px 0px 3px 0px;
  border-radius: 2px;
}
.rs-theme-dir-main span.active {
  color: var(--rs-black);
}
.rs-theme-dir-ltr, .rs-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
  color: var(--rs-white);
}
.rs-theme-dir input {
  display: none;
}
.rs-theme-dir:hover {
  cursor: pointer;
}
.rs-theme-dir label {
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-dir label:hover {
  cursor: pointer;
}
.rs-theme-dir #rs-dir-toggler {
  display: none;
}
.rs-theme-dir #rs-dir-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-dir-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  transform: translateY(-50%);
  width: 50%;
  height: 25px;
  background-color: var(--rs-white);
  border-radius: 2px;
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/
.rs-swiper-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rs-swiper-btn {
  width: 40px;
  height: 40px;
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s 0s ease-out;
  cursor: pointer;
}
[dir=rtl] .rs-swiper-btn {
  transform: rotateY(-180deg);
}
.rs-swiper-btn.is-large {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-secondary);
  border-radius: 0%;
  font-size: 30px;
  color: var(--rs-white);
}
.rs-swiper-btn.is-large:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-swiper-btn.has-radius-small {
  border-radius: 3px;
}
.rs-swiper-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-theme-secondary);
}
.rs-swiper-btn.has-transparent {
  background: transparent;
  width: unset;
  height: unset;
}
.rs-swiper-btn.has-theme-red {
  background: var(--rs-theme-red);
  width: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 25px;
}
.rs-swiper-btn.has-theme-red:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-swiper-btn.has-theme-green {
  background: var(--rs-theme-green);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
}
.rs-swiper-btn.has-theme-green:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}

.rs-swiper .swiper-button-prev,
.rs-swiper .swiper-button-next {
  position: unset;
  margin-top: 0;
}
.rs-swiper .swiper-button-prev::after,
.rs-swiper .swiper-button-next::after {
  content: none;
}

/*----------------------------------------*/
/*  2.13 list
/*----------------------------------------*/
.rs-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-list-item ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-list-item ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rs-title-primary);
}
.rs-list-item ul li svg {
  width: 20px;
  height: 20px;
}
.rs-list-item ul li svg path {
  fill: var(--rs-theme-primary);
}
.rs-list-item ul li i {
  border: 2px solid var(--rs-theme-blue);
  color: var(--rs-theme-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-list-item.is-list-block ul {
  display: block;
}
.rs-list-item.is-list-block ul li:not(:last-child) {
  margin-bottom: 13px;
}
.rs-list-item.is-large ul li svg {
  width: 22px;
  height: 22px;
}
.rs-list-item.is-large ul li svg path {
  fill: var(--rs-primary);
}

/*----------------------------------------*/
/*  2.18 post tag
/*----------------------------------------*/
.rs-post-tag .post-tag {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}
.rs-post-tag .post-tag.is-yellow {
  background-color: var(--rs-yellow);
}
.rs-post-tag .post-tag.is-green {
  background-color: var(--rs-green);
}
.rs-post-tag .post-tag.is-pink {
  background-color: var(--rs-pink);
}
.rs-post-tag .post-tag.is-red {
  background: #FF3A3A;
}
.rs-post-tag-two .post-tag {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-text-primary);
  padding-inline-start: 16px;
}
.rs-post-tag-two .post-tag:hover {
  color: var(--rs-theme-primary);
}
.rs-post-tag-two .post-tag::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(246, 156, 0, 0.5);
  border-radius: 50%;
}
.rs-post-tag-two .post-tag.is-white {
  color: var(--rs-white);
}
.rs-post-tag-two .post-tag.is-white:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------
   2.17 Post Meta
-----------------------------------------*/
.rs-post-meta ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-post-meta ul {
    flex-wrap: wrap;
  }
}
.rs-post-meta ul li {
  list-style: none;
}
.rs-post-meta .rs-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.rs-post-meta .rs-meta svg {
  width: 15px;
  height: 15px;
}
.rs-post-meta .rs-meta svg path {
  fill: var(--rs-theme-primary);
}
.rs-post-meta .rs-meta .meta-author:hover {
  color: var(--rs-theme-primary);
}
.rs-post-meta .rs-meta .rs-meta-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rs-post-meta.meta-white span {
  color: rgba(255, 255, 255, 0.8);
}
.rs-post-meta.meta-white .rs-meta svg path {
  fill: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.rs-header-one {
  overflow-x: clip;
}
.rs-header-one .header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.rs-header-one .header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-one .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
}
.rs-header-one .header-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-btn {
    display: none;
  }
}
.rs-header-one .rs-sticky-header.active {
  background: var(--rs-theme-blue);
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .rs-sticky-header.active {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rs-header-one .rs-sticky-header.active .main-menu > ul > li > a {
  padding: 30px 0px;
}
.rs-header-one .rs-sticky-header.active.has-bg {
  background: var(--rs-theme-blue-two);
}
.rs-header-one.has-bg-white .header-wrapper {
  background: var(--rs-white);
}
.rs-header-one.has-bg-white .header-search-icon {
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .header-search-icon i {
  color: var(--rs-theme-secondary);
}
.rs-header-one.has-bg-white .header-search-icon:hover .has-search {
  color: var(--rs-theme-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle {
  background: transparent;
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle .header-bar-icon span {
  background: var(--rs-theme-secondary);
}
.rs-header-one.has-space .main-menu > ul > li > a {
  padding: 50px 0px;
}
.rs-header-one.has-space-two .header-wrapper {
  margin-top: 30px;
  margin-inline-start: 150px;
  margin-inline-end: 150px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 12px;
  background: #001936;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one.has-space-two .header-wrapper {
    margin-top: 20px;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-header-one.has-space-two .header-wrapper {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-header-one.has-space-two .main-menu > ul > li > a {
  padding: 28px 0px;
}

/*----------------------------------------*/
/*  3.5.2 Header Style 2
/*----------------------------------------*/
.rs-header-two {
  overflow-x: clip;
}
.rs-header-two .header-wrapper {
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  display: flex;
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-two .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rs-header-two .header-logo {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rs-header-two .header-logo .logo-white {
    display: none;
  }
}
.rs-header-two .header-logo .logo-red {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rs-header-two .header-logo .logo-red {
    display: block;
  }
}
.rs-header-two .header-logo-wrapper {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 237px;
}
@media only screen and (max-width: 991px) {
  .rs-header-two .header-logo-wrapper {
    margin-top: -100px;
    width: 200px;
  }
}
.rs-header-two .header-logo-wrapper::before {
  position: absolute;
  content: "";
  width: 237px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #730017;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-logo-wrapper::before {
    height: 165px;
    top: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two .header-logo-wrapper::before {
    height: 205px;
    width: 200px;
  }
}
.rs-header-two .header-logo-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  clip-path: polygon(0px 0px, 100% 0%, 100% -5px, 50% 17%, 0 -5%);
  background: var(--rs-theme-red);
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-logo-wrapper::after {
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-header-two .header-logo-wrapper {
    margin-top: 0;
    width: unset;
  }
  .rs-header-two .header-logo-wrapper::before, .rs-header-two .header-logo-wrapper::after {
    content: none;
  }
}
.rs-header-two.has-theme-green-two .header-logo-wrapper {
  margin-top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 17px 70px 17px 70px;
  background: #00843C;
  margin-inline: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .header-logo-wrapper {
    padding: 15px 15px 15px 15px;
    width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-logo-wrapper {
    margin: 0px;
    padding: 0;
    background: transparent;
  }
}
.rs-header-two.has-theme-green-two .header-logo-wrapper::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007937;
  top: 0;
  inset-inline-end: -30px;
  inset-inline-start: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.rs-header-two.has-theme-green-two .header-logo-wrapper::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 44px;
  top: 0px;
  inset-inline-start: -30px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #007937;
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-logo-wrapper::before, .rs-header-two.has-theme-green-two .header-logo-wrapper::after {
    content: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rs-header-two.has-theme-green-two .header-logo {
  width: 100px;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .header-logo {
    width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-two.has-theme-green-two .header-logo {
    width: 140px;
  }
}
.rs-header-two.has-theme-green-two .header-logo {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-logo .logo-white {
    display: none;
  }
}
.rs-header-two.has-theme-green-two .header-logo .logo-green {
  display: none;
}
@media only screen and (max-width: 991px) {
  .rs-header-two.has-theme-green-two .header-logo .logo-green {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .header-left {
    display: none;
  }
}
.rs-header-two.has-theme-green-two .has-extra-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .has-extra-menu {
    display: block;
  }
}
.rs-header-two.has-theme-green-two .rs-sticky-header.active .header-logo-wrapper {
  margin-top: 0;
  width: unset;
  background: transparent;
  padding: 0;
  margin-inline: 0;
}
.rs-header-two.has-theme-green-two .rs-sticky-header.active .header-logo-wrapper::before, .rs-header-two.has-theme-green-two .rs-sticky-header.active .header-logo-wrapper::after {
  content: none;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two.has-theme-green-two .rs-sticky-header.active.header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rs-header-two .header-left {
  display: flex;
  gap: 30px;
}
.rs-header-two .header-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .rs-header-two .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-two .header-btn {
    display: none;
  }
}
.rs-header-two .main-menu ul li a {
  color: var(--rs-title-primary);
}
.rs-header-two .header-logo {
  width: 90px;
  margin-top: auto;
}
@media only screen and (max-width: 1199px) {
  .rs-header-two .header-logo {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-header-two .header-logo {
    width: 140px;
  }
}
.rs-header-two .header-icon-wrapper::before {
  background: rgba(0, 0, 0, 0.14);
}
.rs-header-two .header-search-icon i {
  color: var(--rs-black);
}
.rs-header-two .header-bar-icon span {
  background: var(--rs-black);
}
.rs-header-two .rs-sticky-header.active .header-logo-wrapper {
  margin-top: 0;
  width: unset;
}
.rs-header-two .rs-sticky-header.active .header-logo-wrapper::before, .rs-header-two .rs-sticky-header.active .header-logo-wrapper::after {
  content: none;
}
.rs-header-two .rs-sticky-header.active .header-logo {
  width: unset;
  margin-top: unset;
}
@media only screen and (max-width: 575px) {
  .rs-header-two .rs-sticky-header.active .header-logo {
    width: 140px;
  }
}
.rs-header-two .rs-sticky-header.active .header-left {
  gap: 30px 60px;
}

/*----------------------------------------*/
/*  3.5.3 Header Style 3
/*----------------------------------------*/
.rs-header-three {
  overflow-x: clip;
}
.rs-header-three .header-wrapper {
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  display: flex;
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-three .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-three .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.rs-header-three .header-wrapper.has-space {
  padding-inline-start: 120px;
  padding-inline-end: 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-three .header-wrapper.has-space {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-header-three .header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-three .header-left {
  display: flex;
  gap: 30px;
}
.rs-header-three .header-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .rs-header-three .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-three .header-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-three .header-btn {
    display: none;
  }
}
.rs-header-three .main-menu > ul > li > a {
  color: var(--rs-title-primary);
}
.rs-header-three .header-icon-wrapper::before {
  background: rgba(0, 0, 0, 0.14);
}
.rs-header-three .header-search-icon i {
  color: var(--rs-black);
}
.rs-header-three .header-bar-icon span {
  background: var(--rs-black);
}
.rs-header-three.has-space .main-menu > ul > li > a {
  padding: 33px 0px;
}
.rs-header-three.has-space .rs-sticky-header.active .main-menu > ul > li > a {
  padding: 30px 0px;
}

/*----------------------------------------*/
/*  3.5.5 Header Top Style
/*----------------------------------------*/
.rs-header-top.rs-header-top-one {
  padding-inline-start: 415px;
  padding-inline-end: 150px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: var(--rs-theme-red);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one {
    padding-inline-start: 265px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-one {
    padding-inline-start: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    padding-bottom: 10px;
    padding-top: 8px;
  }
}
.rs-header-top.rs-header-top-one .header-top-menu-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.rs-header-top.rs-header-top-one .header-nav-menu-item {
  position: relative;
}
.rs-header-top.rs-header-top-one .header-nav-menu-item:not(:last-child) {
  padding-inline-end: 12px;
  margin-inline-end: 12px;
}
.rs-header-top.rs-header-top-one .header-nav-menu-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-header-top.rs-header-top-one .header-nav-menu-item a {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-nav-menu-item a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.rs-header-top.rs-header-top-one .header-top-icon {
  width: 17px;
  min-width: 17px;
  flex-wrap: wrap;
  background: var(--rs-white);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rs-header-top.rs-header-top-one .header-top-icon svg {
  width: 9px;
}
.rs-header-top.rs-header-top-one .header-top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-header-top.rs-header-top-one.has-theme-cyan {
  background: var(--rs-theme-cyan);
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one.has-theme-cyan {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-header-top.rs-header-top-one.has-theme-green {
  background: var(--rs-theme-green);
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one.has-theme-green {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-header-top.rs-header-top-one.has-theme-green-two {
  padding-inline-start: 150px;
  padding-inline-end: 150px;
  padding-bottom: 9px;
  padding-top: 9px;
  background: var(--rs-theme-green-two);
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one.has-theme-green-two {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-top.rs-header-top-one.has-theme-green-two {
    padding-inline-start: 240px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one.has-theme-green-two {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.rs-header-top.rs-header-top-one.has-theme-red {
  margin-inline-start: 120px;
  margin-inline-end: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one.has-theme-red {
    margin-inline-start: 15px;
    margin-inline-end: 15px;
    margin-bottom: 0;
  }
}
.rs-header-top.rs-header-top-one .header-top-content {
  display: flex;
  gap: 15px;
}
.rs-header-top.rs-header-top-one .header-top-content .header-top-title {
  color: var(--rs-white);
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.rs-header-top.rs-header-top-one .header-top-content .header-top-title svg {
  width: 24px;
  height: 24px;
}
.rs-header-top.rs-header-top-one .header-top-content .header-top-title svg path {
  fill: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-description {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-one .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-item h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-one .header-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
    padding-inline-end: 0;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-meta-icon {
  position: relative;
  top: -2px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-meta-content span {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a:hover {
  color: var(--rs-theme-secondary);
}
.rs-header-top.rs-header-top-one .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-social a {
  font-size: 14px;
}
.rs-header-top.rs-header-top-one .header-top-social-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-header-top.rs-header-top-one .header-top-social-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two {
  padding-inline-start: 170px;
  padding-inline-end: 170px;
  padding-bottom: 12px;
  padding-top: 12px;
  background: var(--rs-black);
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-two {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-two {
    justify-content: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    gap: 5px 30px;
    flex-wrap: wrap;
  }
}
.rs-header-top.rs-header-top-two .header-top-content {
  overflow: hidden;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-description {
  font-size: 14px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-two .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-two .header-top-item h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-two .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-title {
  font-size: 14px;
  font-weight: 600;
  color: #E40101;
  text-transform: uppercase;
  line-height: 20px;
}
.rs-header-top.rs-header-top-two .header-top-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  justify-content: end;
  margin-inline-start: auto;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-right {
    justify-content: unset;
    margin-inline-start: unset;
    margin: 0 auto;
  }
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide {
  width: auto !important;
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  background: var(--rs-border-secondary);
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li {
  list-style: none;
  position: relative;
  text-align: center;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-top.rs-header-top-two .header-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rs-header-top.rs-header-top-two .header-navigation button {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
[dir=rtl] .rs-header-top.rs-header-top-two .header-navigation button {
  transform: rotateY(180deg);
}
.rs-header-top.rs-header-top-two .header-navigation button i {
  font-weight: 400;
}
.rs-header-top.rs-header-top-two .header-navigation button:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.header-logo {
  width: 170px;
}
@media only screen and (max-width: 575px) {
  .header-logo {
    width: 140px;
  }
}
.header-search-wrapper {
  position: relative;
}
.header-search-inner {
  display: none;
  position: absolute;
  width: 290px;
  top: 60px;
  z-index: 2;
  inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .header-search-inner {
    top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .header-search-inner {
    width: 250px;
    top: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .header-search-inner {
    top: 46px;
    width: 220px;
  }
}
.header-search-icon {
  cursor: pointer;
}
.header-search-icon:hover .has-search {
  color: var(--rs-theme-yellow);
}
.header-search-icon:hover .has-close {
  color: var(--rs-theme-yellow);
}
.header-search-icon i {
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .header-search-icon i {
    font-size: 17px;
  }
}
.header-search-icon .has-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.header-search-icon.icon-close .has-search {
  opacity: 0;
  visibility: hidden;
}
.header-search-icon.icon-close .has-close {
  opacity: 1;
  visibility: visible;
}
.header-search-icon.has-theme-cyan:hover .has-search {
  color: var(--rs-theme-cyan);
}
.header-search-icon.has-theme-cyan:hover .has-close {
  color: var(--rs-theme-cyan);
}
.header-search-icon.has-theme-red:hover .has-search {
  color: var(--rs-theme-red);
}
.header-search-icon.has-theme-red:hover .has-close {
  color: var(--rs-theme-red);
}
.header-search-icon.has-theme-green:hover .has-search {
  color: var(--rs-theme-green);
}
.header-search-icon.has-theme-green:hover .has-close {
  color: var(--rs-theme-green);
}
.header-search-icon.has-theme-green-two:hover .has-search {
  color: var(--rs-theme-green-two);
}
.header-search-icon.has-theme-green-two:hover .has-close {
  color: var(--rs-theme-green-two);
}
.header-search input {
  color: var(--rs-black);
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  width: 100%;
  background: var(--rs-white);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 48px;
}
[dir=rtl] .header-search input {
  padding-inline-end: 40px;
}
.header-search input::placeholder {
  color: var(--rs-text-primary);
  font-weight: 500;
  font-size: 14px;
}
.header-search input:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.header-search button {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .header-search button {
  left: 20px;
}
.header-search button:hover {
  color: var(--rs-theme-primary);
}
.header-content {
  display: flex;
  align-items: center;
  position: relative;
  gap: 18px;
}
.header-inner.rs-sticky .header-menu > nav > ul > li > a {
  padding: 32px 0;
}
.header-inner.rs-sticky .header-search-inner {
  top: 56px;
}
@media only screen and (max-width: 1199px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 51px;
  }
}
@media only screen and (max-width: 480px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 48px;
  }
}
.header-icon-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.header-icon-wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  transform: translateX(-50%);
}
.header-search-wrapper:not(:last-child) {
  padding-inline-end: 17px;
  margin-inline-end: 17px;
}
.header-right {
  display: flex;
  gap: 35px;
  align-items: center;
}

.header-bar-icon {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.header-bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--rs-white);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 0;
}
.header-bar-icon span:nth-child(1) {
  width: 20px;
  transition: all 0.3s linear;
}
.header-bar-icon span:nth-child(2) {
  width: 15px;
  transition: all 0.3s linear;
}
.header-bar-icon span:nth-child(3) {
  width: 20px;
  transition: all 0.3s linear;
}
.header-bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.header-bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.header-bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

.rs-sticky-header {
  position: fixed !important;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 999;
  background: var(--rs-white);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.rs-sticky-header.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner style 1
/*----------------------------------------*/
.rs-banner-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-banner-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #003A65 -1.41%, #0092FF 117.34%);
  z-index: -1;
}
.rs-banner-one .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 130px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-bg-thumb {
    opacity: 0.2;
  }
}
.rs-banner-one .rs-banner-wrapper {
  padding-top: 170px;
  padding-inline-start: 200px;
  padding-inline-end: 250px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-wrapper {
    padding-top: 135px;
  }
}
.rs-banner-one .rs-banner-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-banner-one .rs-banner-subtitle {
    font-size: 16px;
    gap: 15px;
  }
}
.rs-banner-one .rs-banner-subtitle img {
  width: 33px;
}
.rs-banner-one .rs-banner-title {
  color: var(--rs-white);
  line-height: 1.125;
}
.rs-banner-one .rs-banner-large-title {
  letter-spacing: 10px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF -88.62%, rgba(255, 255, 255, 0.05) 95.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 350px;
  line-height: 0.8;
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 280px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 250px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-one .rs-banner-large-title {
    font-size: 60px;
  }
}
.rs-banner-one .rs-banner-content-wrapper {
  position: relative;
  z-index: 2;
}
.rs-banner-one .rs-video-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--rs-white);
  margin-top: 15px;
}
.rs-banner-one .rs-banner-content-wrapper {
  display: grid;
  grid-template-columns: 600px auto;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 250px;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-one .rs-banner-content-wrapper {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-content-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-content-wrapper {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-content-wrapper {
    margin-top: 90px;
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-content-wrapper {
    grid-template-columns: auto;
    text-align: center;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-content-wrapper {
    margin-top: 50px;
  }
}
.rs-banner-one .rs-banner-video-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/*----------------------------------------*/
/*  3.1.2 banner style 2
/*----------------------------------------*/
.rs-banner-two {
  overflow-x: clip;
  position: relative;
}
.rs-banner-two .b-line-one {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-tertiary);
  inset-inline-start: 150px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .rs-banner-two .b-line-one {
    display: none;
  }
}
.rs-banner-two .b-line-two {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-tertiary);
  inset-inline-end: 150px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .rs-banner-two .b-line-two {
    display: none;
  }
}
.rs-banner-two .b-line-three {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-tertiary);
  left: 0px;
  bottom: 140px;
  z-index: 2;
}
.rs-banner-two .rs-banner-item-wrapper {
  position: relative;
  z-index: 1;
}
.rs-banner-two .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
.rs-banner-two .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) -2.4%, #030303 111.13%);
  z-index: -1;
}
.rs-banner-two .rs-banner-wrapper {
  padding: 300px 0 210px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-two .rs-banner-wrapper {
    padding: 250px 0 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-two .rs-banner-wrapper {
    padding: 200px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-two .rs-banner-wrapper {
    padding: 110px 0 90px;
  }
}
.rs-banner-two .rs-banner-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-white);
  display: inline-block;
}
.rs-banner-two .rs-banner-title {
  font-size: 70px;
  color: var(--rs-white);
  text-transform: capitalize;
  line-height: 1.15;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-two .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-two .rs-banner-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-two .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-two .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-two .rs-banner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-two .rs-banner-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-two .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-two .rs-banner-navigation .swiper-button-prev,
.rs-banner-two .rs-banner-navigation .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-two .rs-banner-navigation button {
  inset-inline-start: 30px;
}
.rs-banner-two .rs-banner-navigation button.swiper-button-next {
  inset-inline-end: 30px;
  inset-inline-start: auto;
}
.rs-banner-two .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.rs-banner-two .rs-pagination.swiper-pagination.swiper-pagination-bullet-active {
  background: var(--rs-theme-red);
}
.rs-banner-two .rs-pagination.swiper-pagination.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-red);
}

.rs-banner-two .swiper-slide-active .rs-banner-subtitle,
.rs-banner-two .swiper-slide-active .rs-banner-title,
.rs-banner-two .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-two .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-two .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-two .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.1s;
}
.rs-banner-two .swiper-slide-active .rs-banner-bg-thumb {
  transform: scale(1.15);
}

/*----------------------------------------*/
/*  3.1.3 banner style 3
/*----------------------------------------*/
.rs-banner-three {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-three .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-banner-three .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(176.07deg, rgba(0, 0, 0, 0) 14%, #000000 129.41%);
  z-index: -1;
}
.rs-banner-three .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-inline-start: 135px;
  padding-inline-end: 135px;
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: 700px 415px;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-three .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 130px;
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-banner-wrapper {
    grid-template-columns: auto 415px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-three .rs-banner-wrapper {
    grid-template-columns: auto;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.rs-banner-three .rs-banner-subtitle {
  font-size: 17px;
  font-weight: 500;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-three .rs-banner-subtitle {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-three .rs-banner-subtitle {
    font-size: 16px;
    gap: 15px;
  }
}
.rs-banner-three .rs-banner-subtitle img {
  width: 24px;
}
.rs-banner-three .rs-banner-title {
  color: var(--rs-white);
  line-height: 1.15;
}
@media only screen and (max-width: 480px) {
  .rs-banner-three .rs-banner-title {
    font-size: 35px;
  }
}
.rs-banner-three .rs-banner-btn {
  margin-top: 40px;
}
.rs-banner-three .rs-notice-wrapper {
  background-color: var(--rs-theme-cyan);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-three .rs-notice-wrapper {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-banner-three .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-banner-three .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-yellow);
}
.rs-banner-three .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-yellow);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-tertiary);
  margin-bottom: 12px;
  padding-bottom: 10px;
  color: var(--rs-white);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-tertiary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rs-banner-three .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--rs-white);
}
@media only screen and (max-width: 575px) {
  .rs-banner-three .rs-notice-wrapper .rs-notice-title {
    font-size: 15px;
  }
}
.rs-banner-three .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.rs-banner-three .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-banner-three .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}
.rs-banner-three .rs-notice-wrapper .rs-notice-date svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}
.rs-banner-three .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
  fill: var(--rs-white);
}
.rs-banner-three .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-light-cyan);
}
.rs-banner-three .rs-notice-btn {
  margin-top: 30px;
}
.rs-banner-three .rs-notice-btn .rs-btn {
  font-size: 22px;
  font-family: var(--rs-ff-title);
  gap: 10px;
  font-weight: 600;
  border-radius: 12px;
  background: var(--rs-theme-cyan);
}
.rs-banner-three .rs-notice-btn .rs-btn:hover {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.rs-banner-three .rs-notice-btn .rs-btn:hover svg path {
  fill: var(--rs-white);
}
.rs-banner-three .rs-notice-btn .rs-btn svg {
  width: 28px;
  height: 28px;
}
.rs-banner-three .rs-notice-btn .rs-btn svg path {
  fill: var(--rs-theme-light-cyan);
}

/*----------------------------------------*/
/*  3.1.4 banner style 4
/*----------------------------------------*/
.rs-banner-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-banner-four .rs-banner-video {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-video {
    height: 540px;
  }
}
.rs-banner-four .rs-banner-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(at center center, #000000 0%, #000000 69%);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.rs-banner-four .rs-banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-banner-four .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 230px;
  padding-bottom: 245px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-wrapper {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-four .rs-banner-wrapper {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four .rs-banner-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.rs-banner-four .rs-banner-logo {
  margin-bottom: 20px;
}
.rs-banner-four .rs-banner-logo img {
  width: 80px;
}
.rs-banner-four .rs-banner-title {
  font-size: 80px;
  font-weight: 700;
  color: var(--rs-white);
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-four .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-four .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-four .rs-banner-content-wrapper {
  position: relative;
  z-index: 2;
}
.rs-banner-four .rs-banner-content-wrapper {
  display: grid;
  grid-template-columns: 600px auto;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 250px;
}
@media only screen and (max-width: 1700px) {
  .rs-banner-four .rs-banner-content-wrapper {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-content-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-four .rs-banner-content-wrapper {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-four .rs-banner-content-wrapper {
    margin-top: 90px;
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-four .rs-banner-content-wrapper {
    grid-template-columns: auto;
    text-align: center;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-four .rs-banner-content-wrapper {
    margin-top: 50px;
  }
}

/*----------------------------------------*/
/*  3.1.5 banner style 5
/*----------------------------------------*/
.rs-banner-five {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-five:hover .rs-banner-navigation {
  visibility: visible;
  opacity: 1;
  inset-inline-end: 30px;
}
.rs-banner-five .rs-banner-bg-thumb,
.rs-banner-five .rs-banner-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-banner-five .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-inline-start: 135px;
  padding-inline-end: 85px;
  display: grid;
  grid-template-columns: auto 864px;
  align-items: end;
  gap: 30px 200px;
}
@media only screen and (max-width: 1800px) {
  .rs-banner-five .rs-banner-wrapper {
    gap: 30px 30px;
    grid-template-columns: auto 750px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-five .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    grid-template-columns: auto 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-wrapper {
    grid-template-columns: auto 500px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-wrapper {
    grid-template-columns: auto;
    padding-top: 80px;
  }
}
.rs-banner-five .rs-banner-btn {
  margin-top: 45px;
}
.rs-banner-five .rs-banner-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-banner-five .rs-banner-subtitle {
    font-size: 16px;
    gap: 15px;
  }
}
.rs-banner-five .rs-banner-subtitle img {
  width: 33px;
}
.rs-banner-five .rs-banner-title {
  color: var(--rs-white);
  line-height: 1.125;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-five .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-five .rs-banner-content-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-five .rs-banner-content-wrapper {
    padding-bottom: 0;
  }
}
.rs-banner-five .rs-banner-thumb img {
  width: 100%;
  display: block;
}
.rs-banner-five .rs-banner-navigation {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  inset-inline-end: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .rs-banner-five .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-five .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.rs-banner-five .rs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-green);
}
.rs-banner-five .rs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-green);
}

.rs-banner-five .swiper-slide-active .rs-banner-subtitle,
.rs-banner-five .swiper-slide-active .rs-banner-title,
.rs-banner-five .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-five .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-five .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-five .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.1s;
}

.rs-banner-five .swiper-slide-active .rs-banner-thumb {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.rs-banner-five .swiper-slide-active .rs-banner-thumb {
  animation-delay: 1.1s;
  animation-duration: 1.3s;
}

/*----------------------------------------*/
/*  3.1.6 banner style 6
/*----------------------------------------*/
.rs-banner-six {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-six .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
.rs-banner-six .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(224.33deg, rgba(0, 0, 0, 0) 26.66%, #000000 92.82%);
}
.rs-banner-six .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 200px;
  padding-inline-start: 180px;
  padding-inline-end: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-six .rs-banner-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.rs-banner-six .rs-banner-subtitle {
  font-size: 16px;
  color: var(--rs-white);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-banner-six .rs-banner-subtitle {
    font-size: 16px;
    gap: 15px;
  }
}
.rs-banner-six .rs-banner-subtitle img {
  width: 26px;
}
.rs-banner-six .rs-banner-title {
  color: var(--rs-white);
  line-height: 1.125;
  font-size: 72px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-six .rs-banner-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-six .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-six .rs-banner-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-six .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-six .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-six .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-six .rs-banner-desc {
  color: rgba(255, 255, 255, 0.91);
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rs-banner-six .rs-banner-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.rs-banner-six .rs-banner-info-content {
  margin-inline-start: 90px;
}
@media only screen and (max-width: 575px) {
  .rs-banner-six .rs-banner-info-content {
    margin-inline-start: 50px;
  }
}
.rs-banner-six .rs-banner-scroll-btn {
  position: absolute;
  bottom: 55px;
  transform: rotate(90deg);
  inset-inline-start: -50px;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .rs-banner-six .rs-banner-scroll-btn {
    bottom: 80px;
  }
}
.rs-banner-six .rs-banner-scroll-btn .rs-btn {
  padding: 2px 12px;
  font-size: 16px;
  font-weight: 400;
}
.rs-banner-six .rs-banner-navigation {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  inset-inline-end: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .rs-banner-six .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-six .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.rs-banner-six .rs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-green-two);
}
.rs-banner-six .rs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-green-two);
}

.rs-banner-six .swiper-slide-active .rs-banner-subtitle,
.rs-banner-six .swiper-slide-active .rs-banner-title,
.rs-banner-six .swiper-slide-active .rs-banner-desc,
.rs-banner-six .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-six .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-six .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-six .swiper-slide-active .rs-banner-desc {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-banner-six .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}
.rs-banner-six .swiper-slide-active .rs-banner-bg-thumb {
  transform: scale(1.15);
}

.rs-banner-six .swiper-slide-active .rs-banner-scroll-btn {
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.rs-banner-six .swiper-slide-active .rs-banner-scroll-btn {
  animation-delay: 1s;
  animation-duration: 1.4s;
}

/*----------------------------------------*/
/*  3.1.7 banner style 7
/*----------------------------------------*/
.rs-banner-seven {
  overflow-x: clip;
  position: relative;
}
.rs-banner-seven .rs-banner-item-wrapper {
  position: relative;
  z-index: 1;
}
.rs-banner-seven .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
[dir=rtl] .rs-banner-seven .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
.rs-banner-seven .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(13, 37, 63) 0%, rgba(13, 37, 63, 0.8) 35%, rgba(13, 37, 63, 0) 65%);
  z-index: -1;
}
.rs-banner-seven .rs-banner-wrapper {
  padding-top: 200px;
  padding-bottom: 230px;
  padding-inline: 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding-top: 170px;
    padding-bottom: 200px;
    padding-inline: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding-top: 130px;
    padding-bottom: 150px;
    padding-inline: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding-inline: 0px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.rs-banner-seven .rs-banner-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: var(--rs-white);
  display: inline-block;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-subtitle {
    font-size: 20px;
  }
}
.rs-banner-seven .rs-banner-title {
  color: var(--rs-white);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: unset;
}
.rs-banner-seven .rs-banner-title .banner-title-primary {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-title .banner-title-primary {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-title .banner-title-primary {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-title .banner-title-primary {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-title .banner-title-primary {
    font-size: 40px;
  }
}
.rs-banner-seven .rs-banner-title .banner-title-secondary {
  font-size: 130px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  gap: 30px;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-title .banner-title-secondary {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-title .banner-title-secondary {
    font-size: 80px;
    grid-template-columns: 70px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-title .banner-title-secondary {
    font-size: 70px;
    grid-template-columns: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-title .banner-title-secondary {
    font-size: 60px;
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-seven .rs-banner-title .banner-title-secondary {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-seven .rs-banner-navigation .swiper-button-prev,
.rs-banner-seven .rs-banner-navigation .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner-seven .rs-banner-navigation button {
  inset-inline-start: 30px;
}
.rs-banner-seven .rs-banner-navigation button.swiper-button-next {
  inset-inline-end: 30px;
  inset-inline-start: auto;
}
[dir=rtl] .rs-banner-seven .rs-banner-navigation button {
  transform: translateY(-50%) rotateY(180deg);
}
.rs-banner-seven .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.rs-banner-seven .rs-pagination.swiper-pagination.swiper-pagination-bullet-active {
  background: var(--rs-theme-red);
}
.rs-banner-seven .rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-white);
}

.rs-banner-seven .swiper-slide-active .rs-banner-subtitle,
.rs-banner-seven .swiper-slide-active .rs-banner-title,
.rs-banner-seven .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-seven .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-seven .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-seven .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.1s;
}
.rs-banner-seven .swiper-slide-active .rs-banner-bg-thumb {
  transform: scale(1.15);
}

/*----------------------------------------*/
/*  3.1.8 banner style 8
/*----------------------------------------*/
.rs-banner-eight {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-banner-eight .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
[dir=rtl] .rs-banner-eight .rs-banner-bg-thumb {
  transform: rotateY(180deg);
}
.rs-banner-eight .rs-banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-inline-start: 240px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1800px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-inline-start: 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-inline-start: 100px;
    padding-top: 275px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-top: 255px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-top: 235px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-wrapper {
    padding-top: 170px;
    padding-inline-start: 0px;
    padding-bottom: 100px;
  }
}
.rs-banner-eight .rs-banner-btn {
  margin-top: 30px;
}
.rs-banner-eight .rs-banner-subtitle {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rs-theme-yellow);
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-subtitle {
    margin-bottom: 20px;
  }
}
.rs-banner-eight .rs-banner-title {
  color: var(--rs-white);
  line-height: 1.2;
  font-size: 86px;
  letter-spacing: -1px;
  font-family: "Prata", serif;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 60px;
  }
  .rs-banner-eight .rs-banner-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-eight .rs-banner-pagination {
  position: absolute;
  inset-inline-end: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-pagination {
    bottom: 40px;
    transform: translateX(-50%) translateY(0);
    inset-inline-start: 50%;
    top: unset;
    inset-inline-end: unset;
  }
}
.rs-banner-eight .rs-banner-pagination .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-pagination .rs-pagination.swiper-pagination {
    position: unset;
  }
}
.rs-banner-eight .rs-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
}
.rs-banner-eight .rs-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-white);
}

.rs-banner-eight .swiper-slide-active .rs-banner-subtitle,
.rs-banner-eight .swiper-slide-active .rs-banner-title,
.rs-banner-eight .swiper-slide-active .rs-banner-desc,
.rs-banner-eight .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-eight .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-desc {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-bg-thumb {
  transform: scale(1.15);
}

/* HEADER CSS */
.main-menu ul li.active > a {
  color: var(--rs-theme-yellow);
}
.main-menu ul li a.active {
  color: var(--rs-theme-yellow);
}
.main-menu ul li ul.submenu li.active > a {
  color: var(--rs-theme-yellow);
  padding-inline-start: 30px;
}
.main-menu ul li ul.submenu li.active > a::before {
  width: 12px;
  background: var(--rs-theme-yellow);
}
.main-menu ul li ul.mega-menu li ul li.active > a {
  color: var(--rs-theme-yellow);
  padding-inline-start: 15px;
}
.main-menu ul li ul.mega-menu li ul li.active > a::before {
  width: 12px;
  background: var(--rs-theme-yellow);
}
.main-menu > ul {
  display: inline-flex;
  gap: 0 20px;
}
@media only screen and (max-width: 1366px) {
  .main-menu > ul {
    gap: 0 20px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-yellow);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.main-menu > ul > li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--rs-white);
  padding: 45px 0px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}
.main-menu .submenu {
  background-color: var(--rs-white);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 260px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 100%;
  transform: scaleY(0);
  transition: all 0.5s ease;
  visibility: hidden;
  transform-origin: top center;
  border-radius: 0 0 5px 5px;
}
.main-menu .submenu ul {
  background-color: var(--rs-theme-secondary);
  width: 260px;
  position: absolute;
  inset-inline-start: 100%;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
}
.main-menu .submenu li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.main-menu .submenu li:hover > a {
  color: var(--rs-theme-yellow);
  padding-inline-start: 35px;
}
.main-menu .submenu li:hover > a::before {
  width: 12px;
  background: var(--rs-theme-yellow);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 14px;
  color: var(--rs-text-primary);
  display: block;
  transition: all 0.5s;
  text-align: start;
  cursor: pointer;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  position: relative;
}
.main-menu .submenu li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--rs-border-primary);
  transition: all 0.3s 0s ease-out;
}
.main-menu .mega-menu {
  background-color: #2F3E4B;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 100%;
  transform: scaleY(0);
  transition: all 0.5s ease;
  visibility: hidden;
  transform-origin: top center;
  padding: 30px 30px 30px 30px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 1600px) {
  .main-menu .mega-menu {
    width: 1150px;
  }
}
.main-menu .mega-menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
  position: relative;
}
.main-menu .mega-menu li a:hover {
  color: var(--rs-theme-yellow);
  padding-inline-start: 15px;
}
.main-menu .mega-menu li a:hover::before {
  width: 12px;
  background: var(--rs-theme-yellow);
}
.main-menu .mega-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.main-menu .mega-menu .active > a {
  color: var(--rs-theme-yellow);
}
.main-menu .rs-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .rs-mega-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.main-menu .mega-menu .title {
  pointer-events: none;
  font-weight: 600;
  color: var(--rs-white) !important;
  margin-bottom: 20px;
}
.main-menu .mega-grid {
  background-color: var(--rs-white);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  width: 950px;
  padding: 0;
}
.main-menu .mega-grid > li {
  position: relative;
}
.main-menu .mega-grid > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-inline-end: 1px solid var(--rs-border-primary);
  inset-inline-end: 0;
  top: 0;
}
.main-menu .mega-grid > li:nth-child(4)::before {
  content: none;
}
.main-menu .mega-grid > li:last-child::before {
  content: none;
}
.main-menu .mega-grid .title {
  color: var(--rs-title-primary) !important;
}
.main-menu .mega-grid li a {
  color: var(--rs-text-primary);
}
.main-menu .mega-grid li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--rs-border-primary);
  transition: all 0.3s 0s ease-out;
}
.main-menu .rs-mega-menu-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-menu .rs-mega-menu-right {
  background: var(--rs-bg-secondary);
  padding: 20px;
}
.main-menu .rs-mega-menu-right:hover .rs-mega-menu-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.main-menu .rs-mega-menu-desc {
  margin: 10px 0 10px 0;
}
.main-menu .rs-mega-menu-thumb {
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.main-menu .rs-mega-menu-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
  object-fit: cover;
  object-position: top center;
  height: 150px;
}
@media only screen and (max-width: 1366px) {
  .main-menu .rs-mega-menu-thumb img {
    height: 100%;
  }
}
.main-menu .rs-menu-item {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
.main-menu .rs-mega-menu-btn .rs-btn {
  font-size: 14px;
}
.main-menu .rs-mega-menu-btn .rs-btn .icon-box svg {
  width: 14px;
  height: 14px;
}

.main-menu li .has-arrow > a::after {
  position: absolute;
  inset-inline-end: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}
.main-menu li .has-arrow:hover a::after {
  transform: rotate(-90deg);
}
[dir=rtl] .main-menu li .has-arrow:hover a::after {
  transform: rotate(90deg);
}

.main-menu > ul > li:hover > a::after {
  transform: rotate(180deg);
  color: var(--rs-theme-yellow);
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
}
.main-menu > ul > li.menu-item-has-children > a::after {
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}

.rs-header-area.has-theme-red .main-menu ul li.active > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu ul li a.active {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu ul li ul.submenu li.active > a::before {
  background: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a::after {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu > ul > li > a {
  padding: 33px 0px;
}
.rs-header-area.has-theme-red .main-menu .submenu li:hover > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .submenu li:hover > a::before {
  background: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .submenu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-red .main-menu .submenu li a:hover {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .submenu li a.active {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .mega-menu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-red .main-menu .mega-menu li a:hover {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .mega-menu li:hover a::before {
  background: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .rs-sticky-header.active .main-menu > ul > li > a {
  padding: 30px 0px;
}
.rs-header-area.has-theme-cyan .main-menu ul li.active > a {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu ul li a.active {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu ul li ul.submenu li.active > a::before {
  background: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu > ul > li:hover > a {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu > ul > li:hover > a::after {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu > ul > li > a {
  padding: 33px 0px;
}
.rs-header-area.has-theme-cyan .main-menu .submenu li:hover > a {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu .submenu li:hover > a::before {
  background: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu .submenu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-cyan .main-menu .submenu li a:hover {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu .submenu li a.active {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu .mega-menu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-cyan .main-menu .mega-menu li a:hover {
  color: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .main-menu .mega-menu li:hover a::before {
  background: var(--rs-theme-cyan);
}
.rs-header-area.has-theme-cyan .rs-sticky-header.active .main-menu > ul > li > a {
  padding: 30px 0px;
}
.rs-header-area.has-theme-green .main-menu ul li.active > a {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu ul li a.active {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu ul li ul.submenu li.active > a::before {
  background: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu > ul > li:hover > a {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu > ul > li:hover > a::after {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu > ul > li > a {
  padding: 33px 0px;
}
.rs-header-area.has-theme-green .main-menu .submenu li:hover > a {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .submenu li:hover > a::before {
  background: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .submenu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-green .main-menu .submenu li a:hover {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .submenu li a.active {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .mega-menu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-green .main-menu .mega-menu li a:hover {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .mega-menu li:hover a::before {
  background: var(--rs-theme-green);
}
.rs-header-area.has-theme-green-two .main-menu ul li.active > a {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu ul li a.active {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu ul li ul.submenu li.active > a::before {
  background: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu > ul > li:hover > a {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu > ul > li:hover > a::after {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu > ul > li > a {
  padding: 32px 0px;
}
.rs-header-area.has-theme-green-two .main-menu .submenu li:hover > a {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .submenu li:hover > a::before {
  background: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .submenu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-green-two .main-menu .submenu li a:hover {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .submenu li a.active {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .mega-menu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-green-two .main-menu .mega-menu li a:hover {
  color: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .mega-menu li:hover a::before {
  background: var(--rs-theme-green-two);
}
.rs-header-area.has-theme-green-two .main-menu .mega-grid {
  margin-inline-start: 260px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-area.has-theme-green-two .main-menu .mega-grid {
    margin-inline-start: 115px;
  }
}
.rs-header-area.has-theme-green-two .rs-sticky-header.active .main-menu > ul > li > a {
  padding: 30px 0px;
}

/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 30px;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--rs-white);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--rs-white);
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  transition: none;
  padding-inline-start: 20px;
}
[dir=rtl] .mean-container .mean-nav ul.mega-menu {
  padding-inline-start: 22px;
  padding-inline-end: 0;
}

.mean-container .mean-nav .submenu {
  padding-inline-start: 20px;
}
.mean-container .mean-nav .submenu a {
  font-size: 16px;
}
.mean-container .mean-nav .mega-menu ul {
  padding-inline-start: 20px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: start;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--rs-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-yellow);
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-yellow);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 2;
  background: transparent;
  border: none !important;
  font-size: 14px !important;
  margin-top: 8px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  color: var(--rs-black);
  line-height: 30px;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.mean-container .mean-nav ul li a.mean-expand i,
.mean-container .mean-nav ul li span.mean-expand i {
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rs-white);
  transform: rotate(45deg);
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mobile-menu.mean-container .menu-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(43, 77, 255, 0.1215686275);
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-menu.mean-container .menu-item:hover {
  background: rgba(43, 77, 255, 0.0392156863);
}
.mobile-menu.mean-container .menu-item:hover .title {
  color: var(--rs-theme-primary);
}
.mobile-menu.mean-container .menu-item-has-children.dropdown-opened {
  border-bottom: 0;
}
.mobile-menu.mean-container .rs-mega-menu-btn {
  margin-bottom: 20px;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn {
  border-radius: 0;
  display: inline-flex;
  float: unset;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  height: unset;
  padding: unset;
  width: unset;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn .icon-box {
  width: unset;
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-thumb .image-link {
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-desc {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  #mobile-menu-two {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #mobile-menu-three {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #mobile-menu-four {
    display: none;
  }
}

.mobile-menu.mean-container .onepage-menu li a.active {
  color: var(--rs-theme-primary);
}

/* Menu index */
/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.rs-blog-one .rs-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-wrapper {
    grid-template-columns: auto;
  }
}
.rs-blog-one .rs-blog-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
}
.rs-blog-one .rs-blog-item {
  display: grid;
  grid-template-columns: 220px auto;
  background: var(--rs-white);
  border-radius: 12px;
  padding: 12px;
  gap: 30px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 180px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 150px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: auto;
    gap: 25px;
    padding-bottom: 25px;
  }
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-one .rs-blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.rs-blog-one .rs-blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-thumb img {
    height: 100%;
  }
}
.rs-blog-one .rs-blog-meta {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  flex-wrap: wrap;
}
.rs-blog-one .rs-blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-one .rs-blog-title {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rs-blog-one .rs-blog-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-blog-one .rs-blog-meta-author-thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.rs-blog-one .rs-blog-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-blog-one .rs-blog-meta-author-content a {
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-one .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-yellow);
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-content {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-blog-one .rs-blog-content {
    padding-inline: 10px;
  }
}
.rs-blog-one.has-bg-primary .rs-blog-item {
  background: var(--rs-bg-primary);
}
.rs-blog-one.has-bg-primary .rs-blog-title a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-one.has-bg-primary .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-one.has-theme-green-two .rs-blog-title a:hover {
  color: var(--rs-theme-green-two);
}
.rs-blog-one.has-theme-green-two .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-green-two);
}
.rs-blog-one.has-theme-green-two .rs-blog-pagination {
  margin-top: 40px;
}
.rs-blog-one.has-theme-blue-two .rs-blog-title {
  font-size: 20px;
  color: #021E40;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .rs-blog-one.has-theme-blue-two .rs-blog-title {
    font-size: 18px;
  }
}
.rs-blog-two .rs-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-two .rs-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-two .rs-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-blog-two .rs-blog-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 35px;
  position: relative;
}
.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-two .rs-blog-content {
  padding-inline: 15px;
  padding-top: 25px;
}
.rs-blog-two .rs-blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.rs-blog-two .rs-blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-blog-two .rs-blog-meta {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  flex-wrap: wrap;
}
.rs-blog-two .rs-blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-two .rs-blog-title {
  margin-top: 15px;
  margin-bottom: 20px;
}
.rs-blog-two .rs-blog-title a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-two .rs-blog-meta-author-thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.rs-blog-two .rs-blog-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-blog-two .rs-blog-meta-author-content a {
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-two .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-two.has-theme-green .rs-blog-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-blog-two.has-theme-green .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-yellow);
}
.rs-blog-two.has-theme-cyan .rs-blog-title a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-blog-two.has-theme-cyan .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-light-cyan);
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.rs-blog-tag a {
  color: var(--rs-white);
  font-size: 14px;
  padding: 6px 12px 6px 12px;
  border-radius: 3px;
  background: var(--rs-theme-secondary);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.rs-blog-tag a:hover {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.rs-postbox-more-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 30px;
  background: var(--rs-white);
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-postbox-more-navigation {
    justify-content: center;
  }
}
.rs-postbox-more-navigation a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-title-primary);
}
.rs-postbox-more-navigation a:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-more-navigation a i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-postbox-more-item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .rs-postbox-more-item::before {
    content: none;
  }
}
.rs-postbox-more-item:last-child::before {
  content: none;
}

.rs-postbox-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 16px;
  padding-bottom: 25px;
  padding-inline: 16px;
}
.rs-postbox-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-postbox-content {
  padding-top: 30px;
  padding-inline: 15px;
}
.rs-postbox-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.rs-postbox-thumb:hover img {
  transform: scale(1.1);
}
.rs-postbox-thumb img {
  width: 100%;
  transition: 0.9s;
}
.rs-postbox-tag {
  position: absolute;
  bottom: 0px;
  inset-inline-start: 30px;
}
.rs-postbox-tag a {
  color: var(--rs-title-primary);
  font-size: 15px;
  text-transform: capitalize;
  padding: 5px 10px;
  background: var(--rs-theme-yellow);
  transition: 0.3s;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-postbox-tag a:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-postbox-meta-list {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.rs-postbox-title {
  margin: 15px 0 15px;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-postbox-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-postbox-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-title {
    font-size: 20px;
  }
}
.rs-postbox-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-postbox-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.rs-postbox-btn {
  margin-top: 15px;
}
.rs-postbox-btn .rs-btn {
  font-weight: 600;
  border-radius: 0;
  font-size: 16px;
}
.rs-postbox-comment-form {
  background: var(--rs-white);
  padding: 40px;
  border-radius: 7px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-postbox-comment-form {
    padding: 30px;
  }
}
.rs-postbox-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-postbox-details-title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-title {
    font-size: 25px;
  }
}
.rs-postbox-details-tags {
  align-items: center;
}
.rs-postbox-details-tags span {
  font-weight: 600;
  padding-inline-end: 10px;
  color: var(--rs-title-primary);
}
.rs-postbox-details-tags.tagcloud a {
  padding: 6px 15px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
}
.rs-postbox-details-social {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-top: 20px;
  padding-bottom: 20px;
}
.rs-postbox-details-comment-title {
  margin-bottom: 20px;
  margin-top: 40px;
}
.rs-postbox-details-video {
  position: relative;
  z-index: 1;
  height: 380px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-video {
    height: 300px;
  }
}
.rs-postbox-details-video .rs-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.rs-postbox-details-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-postbox-details-comment-inner ul li {
  list-style: none;
}
.rs-postbox-details-comment-inner ul.children {
  margin-inline-start: 77px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-comment-inner ul.children {
    margin-inline-start: 0px;
  }
}
.rs-postbox-details-comment-inner ul.children li {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-comment-inner ul.children li:first-child {
  border-top: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-avater-meta {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
.rs-postbox-details-comment-content P {
  margin-bottom: 20px;
}
.rs-postbox-details-comment-box {
  margin-bottom: 30px;
  padding-top: 30px;
  gap: 20px 30px;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-details-comment-box {
    flex-wrap: wrap;
  }
}
.rs-postbox-details-comment-reply a {
  padding: 6px 20px;
  background: var(--rs-theme-primary);
  color: var(--rs-title-primary);
  font-size: 14px;
  border-radius: 5px;
}
.rs-postbox-details-comment-reply a:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-postbox-details-comment-thumb img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.rs-postbox-details-social .rs-postbox-social span {
  font-weight: 600;
  padding-inline-end: 10px;
  color: var(--rs-title-primary);
}
.rs-postbox-details-social .rs-postbox-social a {
  color: #616C74;
  font-size: 16px;
}
.rs-postbox-details-social .rs-postbox-social .rs-theme-social {
  gap: 15px;
}
.rs-postbox-quote {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-quote {
    margin-top: 50px;
  }
}
.rs-postbox-quote blockquote {
  background: var(--rs-white);
  border-radius: 6px;
  padding-top: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-quote blockquote {
    padding-top: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-quote blockquote {
    padding-top: 15px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-postbox-quote p {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 31px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-quote p {
    margin-bottom: 20px;
  }
}
.rs-postbox-quote cite {
  text-transform: uppercase;
  font-style: normal;
  color: var(--rs-black);
  font-weight: 500;
  position: relative;
  padding-inline-start: 57px;
}
.rs-postbox-quote cite::before {
  content: "";
  background: var(--rs-theme-blue);
  height: 2px;
  width: 42px;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.rs-postbox-quote-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.rs-postbox-quote .rs-postbox-quote-icon svg {
  width: 36px;
}
.rs-postbox-quote .rs-postbox-quote-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-postbox-details-feature {
  margin-top: 20px;
}
.rs-postbox-details-feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-feature ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-details-feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-postbox-details-feature ul li {
  list-style: none;
  position: relative;
  display: flex;
  color: var(--rs-black);
  gap: 7px;
  font-weight: 500;
}
.rs-postbox-details-feature ul li span {
  width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.rs-postbox-details-feature ul li span svg {
  width: 11px;
  height: 11px;
}
.rs-postbox-comment-form .rs-contact-input-title {
  font-size: 16px;
  color: var(--rs-title-primary);
  margin-bottom: 7px;
  font-weight: 500;
}
.rs-postbox-comment-form .rs-contact-input input {
  height: 56px;
  border-radius: 6px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border: 1px solid var(--rs-border-primary);
}
.rs-postbox-comment-form .rs-contact-input input:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-postbox-comment-form .rs-contact-input textarea {
  height: 200px;
  border-radius: 6px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  border: 1px solid var(--rs-border-primary);
}
.rs-postbox-comment-form .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-yellow);
}

.rs-blog-post-one .rs-blog-post-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
}
.rs-blog-post-one .rs-blog-post-social {
  align-items: center;
  display: flex;
  gap: 15px;
}
.rs-blog-post-one .rs-blog-post-social-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--rs-title-primary);
  flex: 0 0 auto;
}
.rs-blog-post-one .rs-blog-post-right {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-post-one .rs-blog-post-right {
    margin-top: 0;
  }
}
.rs-blog-post-one .rs-blog-post-description {
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-blog-post-one .rs-blog-post-description {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.rs-sidebar-sticky {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-sidebar-sticky {
    position: relative;
    top: unset;
  }
}

.sidebar-widget {
  position: relative;
  background: var(--rs-white);
  padding: 30px 30px 38px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1600px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-widget {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories ul li {
  list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-widget.widget-categories ul li a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}
.sidebar-widget.widget-categories ul li a:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget.widget-categories {
  padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-categories {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories.has-content-none::before {
  content: none;
}
.sidebar-widget.widget-categories ul li {
  list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid rgba(2, 1, 1, 0.09);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.sidebar-widget.widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-widget.widget-categories ul li a:hover {
  color: var(--rs-theme-yellow);
}
.sidebar-widget.widget-categories ul li i {
  font-size: 20px;
}
.sidebar-widget.widget-price-filter {
  overflow-x: clip;
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  padding-inline-end: 50px;
  background: var(--rs-white);
  border: 1px solid #ddd;
  height: 60px;
}
.sidebar-search-input button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 16px;
  transform: translateY(-50%);
}
.sidebar-search-input button:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  padding-bottom: 12px;
  color: var(--rs-title-tertiary);
}
.sidebar-widget-title::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0;
  background: #2B3944;
}
.sidebar-widget-title::after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  inset-inline-start: 30px;
  bottom: 0;
  background: var(--rs-theme-yellow);
}
.sidebar-widget-title.has-large {
  font-size: 36px;
}
@media only screen and (max-width: 575px) {
  .sidebar-widget-title.has-large {
    font-size: 30px;
  }
}
.sidebar-widget-title.has-border {
  position: relative;
  margin-bottom: 40px;
  border-inline-start: 2px solid var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.sidebar-blog-item {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-item {
    display: grid;
    grid-template-columns: auto;
  }
}
.sidebar-blog-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
}
.sidebar-blog-item:hover .sidebar-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-blog-thumb {
  overflow: hidden;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-thumb {
    width: 100%;
    height: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.sidebar-blog-title {
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-blog-title {
    font-size: 16px;
  }
}
.sidebar-blog-title a:hover {
  color: var(--rs-theme-yellow);
}
.sidebar-blog-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-meta {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-blog-meta {
    font-size: 16px;
  }
}
.sidebar-blog-meta i {
  color: var(--rs-theme-primary);
}
.sidebar-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 116, 117, 0.141);
  background: transparent;
}
.sidebar-social a:hover {
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.2.4 Sidebar css
/*----------------------------------------*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tagcloud.has-bg-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 8px;
  padding: 30px;
}
.tagcloud.has-bg-transparent a {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--rs-white);
  background: var(--rs-bg-primary);
}
.tagcloud.has-bg-white a {
  background: var(--rs-white);
}
.tagcloud a {
  font-size: 16px;
  border: 1px solid var(--rs-border-primary);
  padding: 7px 15px;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  background: var(--rs-white);
  border-radius: 6px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 480px) {
  .tagcloud a {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.tagcloud a:hover {
  color: var(--rs-white);
  background-color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}

/*----------------------------------------*/
/*  3.4.1 Footer Style
/*----------------------------------------*/
.rs-footer-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-footer-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #003359 34.5%, #003A65 0%);
  z-index: -1;
}
[dir=rtl] .rs-footer-one::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1366px) {
  .rs-footer-one::before {
    background-image: linear-gradient(180deg, #003359 0%, #003A65 100%);
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-widget-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.rs-footer-one .rs-footer-content-item {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.rs-footer-one .rs-footer-widget-contact-info {
  margin-top: 35px;
  margin-bottom: 35px;
  display: inline-flex;
  gap: 20px 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-widget-contact-info {
    gap: 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-widget-contact-info {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.rs-footer-one .rs-footer-app-badges {
  display: inline-flex;
  gap: 15px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-app-badges {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-app-badges {
    margin-bottom: 0px;
  }
}
.rs-footer-one .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.rs-footer-one .rs-footer-widget-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
}
.rs-footer-one .rs-footer-content-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.43);
  margin-bottom: 3px;
}
.rs-footer-one .rs-footer-content-item a {
  color: var(--rs-white);
  font-size: 14px;
}
.rs-footer-one .rs-footer-content-item a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-one .rs-footer-widget-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-footer-one .rs-footer-social-title {
  font-size: 16px;
  color: var(--rs-white);
  font-weight: 500;
}
.rs-footer-one .rs-footer-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px;
  padding-top: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 330px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: auto;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-wrapper {
    padding-top: 60px;
  }
}
.rs-footer-one .rs-footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-widget-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer-one .rs-footer-left {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-left {
    padding-bottom: 0;
  }
}
.rs-footer-one .rs-footer-widget-link ul li {
  list-style: none;
  font-weight: 400;
  color: rgba(229, 229, 229, 0.8);
}
.rs-footer-one .rs-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-footer-one .rs-footer-widget-link ul li a {
  position: relative;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover {
  color: var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-one .rs-footer-widget-link ul li a::before {
  content: "\f2e5";
  color: var(--rs-theme-primary);
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: var(--rs-ff-remixicon);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-widget-link.has-theme-yellow ul li a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-one .rs-footer-widget-link.has-theme-yellow ul li a::before {
  color: var(--rs-theme-yellow);
}
.rs-footer-one .rs-footer-subscribe-from {
  background-color: var(--rs-bg-dark-blue);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-subscribe-from {
    margin-top: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-footer-one .rs-footer-subscribe-title {
  color: var(--rs-white);
  font-weight: 500;
}
.rs-footer-one .rs-cta-input {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-cta-input {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
.rs-footer-one .rs-cta-input input {
  background: #003359;
  border-color: #003359;
  height: 56px;
  padding-inline-end: 65px;
  color: var(--rs-white);
}
.rs-footer-one .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
}
.rs-footer-one .rs-cta-input button {
  font-weight: 400;
  background: var(--rs-theme-blue);
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
}
.rs-footer-one .rs-cta-input button .icon-box svg {
  width: 16px;
  height: 16px;
}
.rs-footer-one .rs-cta-input button:hover {
  background: var(--rs-theme-yellow);
}
.rs-footer-one .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-footer-one .rs-form-check {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-form-check input[type=checkbox] ~ label {
    font-size: 14px;
  }
}
.rs-footer-one .rs-footer-shape {
  position: absolute;
  inset-inline-end: 40px;
  bottom: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-shape {
    display: none;
  }
}
[dir=rtl] .rs-footer-one .rs-footer-shape {
  transform: rotateY(180deg);
}
.rs-footer-one.has-theme-red::before {
  background-image: linear-gradient(90deg, #272B35 34.5%, #21252D 0%);
}
[dir=rtl] .rs-footer-one.has-theme-red::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one.has-theme-red::before {
    background-image: linear-gradient(100deg, #272B35 0%, #21252D 100%);
  }
}
.rs-footer-one.has-theme-red .rs-footer-widget-link.has-theme-red ul li a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red .rs-footer-widget-link.has-theme-red ul li a::before {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red .rs-footer-content-item a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red .rs-cta-input input {
  background: #272B35;
  border-color: #272B35;
}
.rs-footer-one.has-theme-red .rs-cta-input button {
  background-color: #21252D;
}
.rs-footer-one.has-theme-red .rs-cta-input button:hover {
  background: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-footer-one.has-theme-red .rs-footer-social a {
  background: #21252D;
}
.rs-footer-one.has-theme-red .rs-footer-social a:hover {
  background: var(--rs-theme-red);
}
.rs-footer-one.has-theme-green::before {
  background-image: linear-gradient(90deg, #346359 34.5%, var(--rs-theme-green) 0%);
}
[dir=rtl] .rs-footer-one.has-theme-green::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one.has-theme-green::before {
    background-image: linear-gradient(90deg, #346359 0%, var(--rs-theme-green) 100%);
  }
}
.rs-footer-one.has-theme-green .rs-footer-widget-link.has-theme-yellow ul li a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-one.has-theme-green .rs-footer-widget-link.has-theme-yellow ul li a::before {
  color: var(--rs-theme-yellow);
}
.rs-footer-one.has-theme-green .rs-footer-content-item a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-one.has-theme-green .rs-cta-input input {
  background: #346359;
  border-color: #346359;
}
.rs-footer-one.has-theme-green .rs-cta-input button {
  background-color: var(--rs-theme-green);
}
.rs-footer-one.has-theme-green .rs-cta-input button:hover {
  background: var(--rs-theme-yellow);
}
.rs-footer-one.has-theme-green .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-footer-one.has-theme-green-two::before {
  background-image: linear-gradient(90deg, #171715 34.5%, #1D1D1B 0%);
}
[dir=rtl] .rs-footer-one.has-theme-green-two::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one.has-theme-green-two::before {
    background-image: linear-gradient(90deg, #171715 0%, #1D1D1B 0%);
  }
}
.rs-footer-one.has-theme-green-two .rs-footer-widget-link.has-theme-yellow ul li a:hover {
  color: var(--rs-theme-green-two);
}
.rs-footer-one.has-theme-green-two .rs-footer-widget-link.has-theme-yellow ul li a::before {
  color: var(--rs-theme-green-two);
}
.rs-footer-one.has-theme-green-two .rs-footer-content-item a:hover {
  color: var(--rs-theme-green-two);
}
.rs-footer-one.has-theme-green-two .rs-cta-input input {
  background: #171715;
  border-color: #171715;
}
.rs-footer-one.has-theme-green-two .rs-cta-input button {
  background-color: var(--rs-bg-black);
}
.rs-footer-one.has-theme-green-two .rs-cta-input button:hover {
  background: var(--rs-theme-green-two);
}
.rs-footer-one.has-theme-green-two .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-footer-one.has-theme-cyan::before {
  background-image: linear-gradient(90deg, #0F6487 34.5%, var(--rs-theme-cyan) 0%);
}
[dir=rtl] .rs-footer-one.has-theme-cyan::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one.has-theme-cyan::before {
    background-image: linear-gradient(-100deg, #0f6487 0%, #0C5776 100%);
  }
}
.rs-footer-one.has-theme-cyan .rs-footer-widget-link.has-theme-cyan ul li a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-footer-one.has-theme-cyan .rs-footer-widget-link.has-theme-cyan ul li a::before {
  color: var(--rs-theme-light-cyan);
}
.rs-footer-one.has-theme-cyan .rs-footer-content-item a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-footer-one.has-theme-cyan .rs-cta-input input {
  background: #0F6487;
  border-color: #0F6487;
}
.rs-footer-one.has-theme-cyan .rs-cta-input button {
  background-color: var(--rs-theme-cyan);
}
.rs-footer-one.has-theme-cyan .rs-cta-input button:hover {
  background: var(--rs-theme-light-cyan);
}
.rs-footer-one.has-theme-cyan .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-footer-one.has-theme-red-two::before {
  background-image: linear-gradient(90deg, #111010 34.5%, #030303 0%);
}
[dir=rtl] .rs-footer-one.has-theme-red-two::before {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one.has-theme-red-two::before {
    background-image: linear-gradient(90deg, #111010 0%, #030303 100%);
  }
}
.rs-footer-one.has-theme-red-two .rs-footer-widget-link.has-theme-red ul li a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red-two .rs-footer-widget-link.has-theme-red ul li a::before {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red-two .rs-footer-content-item a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red-two .rs-cta-input input {
  background: rgba(255, 255, 255, 0.05);
  border-color: #272B35;
}
.rs-footer-one.has-theme-red-two .rs-cta-input button {
  background-color: #21252D;
}
.rs-footer-one.has-theme-red-two .rs-cta-input button:hover {
  background: var(--rs-theme-red);
}
.rs-footer-one.has-theme-red-two .rs-cta-input button:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-footer-one.has-theme-red-two .rs-footer-social a {
  background: #21252D;
}
.rs-footer-one.has-theme-red-two .rs-footer-social a:hover {
  background: var(--rs-theme-red);
}

/*----------------------------------------*/
/*  3.4.2 Copyright Style
/*----------------------------------------*/
.rs-copyright-one {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-copyright-one {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-copyright-one {
    margin-top: 55px;
  }
}
.rs-copyright-one .rs-footer-copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.082);
}
@media only screen and (max-width: 1199px) {
  .rs-copyright-one .rs-footer-copyright-wrapper {
    justify-content: center;
  }
}
.rs-copyright-one .rs-footer-copyright a {
  color: var(--rs-theme-yellow);
}
.rs-copyright-one .rs-footer-copyright a:hover {
  color: var(--rs-theme-yellow);
}
.rs-copyright-one .rs-footer-copyright p {
  color: var(--rs-white);
  text-align: center;
}
.rs-copyright-one .rs-footer-copyright.has-theme-red a {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright.has-theme-red a:hover {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright.has-theme-red a {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright.has-theme-red a:hover {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright.has-theme-green-two a {
  color: var(--rs-theme-green-two);
}
.rs-copyright-one .rs-footer-copyright.has-theme-green-two a:hover {
  color: var(--rs-theme-green-two);
}
.rs-copyright-one .rs-footer-copyright.has-theme-cyan a {
  color: var(--rs-theme-light-cyan);
}
.rs-copyright-one .rs-footer-copyright.has-theme-cyan a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-copyright-one .rs-footer-copyright-link a {
  font-size: 16px;
  color: var(--rs-white);
}
.rs-copyright-one .rs-footer-copyright-link a:hover {
  color: var(--rs-theme-yellow);
}
.rs-copyright-one .rs-footer-copyright-link.has-theme-red a:hover {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright-link.has-theme-yellow a:hover {
  color: var(--rs-theme-yellow);
}
.rs-copyright-one .rs-footer-copyright-link.has-theme-green-two a:hover {
  color: var(--rs-theme-green-two);
}
.rs-copyright-one .rs-footer-copyright-link.has-theme-cyan a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-copyright-one .rs-footer-copyright-left {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  justify-content: center;
  flex-wrap: wrap;
}

/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/
.rs-about-one {
  position: relative;
  z-index: 1;
}
.rs-about-one .rs-about-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.rs-about-one .rs-about-shape img {
  opacity: 0.5;
}
.rs-about-one .section-title {
  max-width: 670px;
}
@media only screen and (max-width: 991px) {
  .rs-about-one .section-title {
    max-width: 100%;
  }
}
.rs-about-one .section-desc {
  max-width: 670px;
}
@media only screen and (max-width: 991px) {
  .rs-about-one .section-desc {
    max-width: 100%;
  }
}
.rs-about-one .rs-about-wrapper {
  display: grid;
  grid-template-columns: 510px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: 400px auto;
    gap: 30px 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-about-one .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-about-one .rs-about-thumb {
  position: relative;
  z-index: 1;
}
.rs-about-one .rs-about-thumb:first-child {
  margin-bottom: 20px;
}
.rs-about-one .rs-about-thumb > img {
  width: 100%;
  border: 6px solid var(--rs-white);
  border-radius: 30px;
}
.rs-about-one .rs-about-feature {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-feature {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-one .rs-about-feature {
    grid-template-columns: auto;
  }
}
.rs-about-one .rs-about-list-item {
  display: flex;
  align-items: start;
  gap: 15px;
}
.rs-about-one .rs-about-list-item:not(:last-child) {
  margin-bottom: 13px;
}
.rs-about-one .rs-about-list-item p {
  color: var(--rs-title-tertiary);
  font-weight: 500;
}
.rs-about-one .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
}
.rs-about-one .rs-about-list-icon svg {
  width: 11px;
  height: 11px;
}
.rs-about-one .rs-about-award {
  background: var(--rs-theme-blue);
  border-radius: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline: 30px;
  display: flex;
  gap: 15px;
  width: 360px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-award {
    flex-wrap: wrap;
    padding-inline: 20px;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-award {
    width: 100%;
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-one .rs-about-award {
    flex-wrap: wrap;
  }
}
.rs-about-one .rs-about-award-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 10px;
}
.rs-about-one .rs-about-award-icon svg {
  width: 50px;
  height: 50px;
}
.rs-about-one .rs-about-award-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-about-one .rs-about-award-title {
  color: var(--rs-white);
  margin-bottom: 8px;
}
.rs-about-one .rs-about-award-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-about-one.has-theme-green .rs-about-thumb {
  margin-bottom: 0;
  margin-inline-end: 65px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one.has-theme-green .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one.has-theme-green .rs-about-thumb {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-thumb {
    margin-inline-end: 0;
  }
}
.rs-about-one.has-theme-green .rs-about-wrapper {
  display: grid;
  grid-template-columns: 555px auto;
  gap: 30px 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one.has-theme-green .rs-about-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one.has-theme-green .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-one.has-theme-green .rs-about-badge {
  background: var(--rs-theme-green-two);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  inset-inline-end: -65px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-badge {
    inset-inline-end: auto;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
  }
}
.rs-about-one.has-theme-green .rs-about-badge img {
  width: 90px;
}
.rs-about-one.has-theme-green .rs-about-award {
  background: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-about-one.has-theme-green .rs-about-award {
    width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one.has-theme-green .rs-about-award {
    width: 100%;
  }
}
.rs-about-one.has-theme-green .rs-about-award-title {
  color: var(--rs-title-primary);
}
.rs-about-one.has-theme-green .rs-about-award-desc {
  color: var(--rs-text-primary);
}
.rs-about-one.has-theme-green .rs-about-award-icon svg path {
  fill: var(--rs-theme-green-two);
}
.rs-about-one.has-theme-green .rs-about-list-icon {
  border-color: var(--rs-border-primary);
}
.rs-about-one.has-theme-green .rs-about-list-icon svg path {
  fill: var(--rs-theme-green-two);
}
.rs-about-one.has-theme-green .rs-about-feature {
  gap: 20px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-feature {
    flex-wrap: wrap;
  }
}
.rs-about-one.has-theme-green .rs-about-shape {
  z-index: 1;
  inset-inline-end: 160px;
  inset-inline-start: auto;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-shape {
    inset-inline-end: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-one.has-theme-green .rs-about-shape {
    display: none;
  }
}
.rs-about-one.has-theme-green .rs-about-shape img {
  opacity: 1;
}
.rs-about-one.has-theme-green .section-title-wrapper {
  max-width: 630px;
}
.rs-about-one.has-theme-green .rs-about-shape-two {
  position: absolute;
  top: 155px;
  inset-inline-end: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-one.has-theme-green .rs-about-shape-two {
    top: 30px;
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one.has-theme-green .rs-about-shape-two {
    display: none;
  }
}
.rs-about-two {
  position: relative;
}
.rs-about-two .rs-about-shape {
  position: absolute;
  top: 245px;
  inset-inline-end: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-shape {
    display: none;
  }
}
.rs-about-two .section-desc {
  margin-bottom: 25px;
}
.rs-about-two .rs-about-wrapper {
  display: grid;
  grid-template-columns: 510px 620px;
  gap: 30px 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 450px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-two .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-about-two .rs-about-badge {
  background: var(--rs-theme-red);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-about-two .rs-about-badge img {
  width: 90px;
}
.rs-about-two .rs-about-thumb {
  position: relative;
  z-index: 1;
}
.rs-about-two .rs-about-thumb:first-child {
  margin-bottom: 20px;
}
.rs-about-two .rs-about-thumb img {
  width: 100%;
  border: 6px solid var(--rs-white);
  border-radius: 30px;
}
.rs-about-two .rs-about-list-wrapper {
  margin-top: 30px;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .rs-about-two .rs-about-list-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-two .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-two .rs-about-list-item p {
  color: var(--rs-title-tertiary);
  font-weight: 500;
}
.rs-about-two .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-two .rs-about-list-icon svg {
  width: 11px;
  height: 11px;
}
.rs-about-two .rs-about-list-icon svg path {
  fill: var(--rs-theme-red);
}
@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-tab {
    display: none;
  }
}
.rs-about-two .rs-about-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 10px 22px 10px 22px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px 6px 0 0;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 480px) {
  .rs-about-two .rs-about-tab .nav-link {
    width: 100%;
  }
}
.rs-about-two .rs-about-tab .nav-link.active {
  color: var(--rs-theme-red);
  background: var(--rs-white);
}
.rs-about-two .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-red);
}
.rs-about-two .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-two .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-two .rs-about-tab-content {
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-about-two .rs-about-tab-content p {
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-tab-content {
    display: none;
  }
}
.rs-about-two .rs-about-accordion {
  display: none;
}
@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-accordion {
    display: block;
  }
}
.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-button {
  font-size: 16px;
  padding-inline-end: 0px;
}
.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-theme-red);
}
.rs-about-two .rs-about-accordion .rs-accordion-one .rs-accordion-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.rs-about-two .rs-about-accordion .rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-body {
  padding: 10px 0px 0 0px;
}
.rs-about-three {
  position: relative;
}
.rs-about-three .rs-about-wrapper {
  display: grid;
  grid-template-columns: 560px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-three .rs-about-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-wrapper {
    grid-template-columns: 370px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-three .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-three .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-three .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-about-three .rs-about-thumb-inner {
  display: flex;
  gap: 20px;
}
.rs-about-three .rs-about-thumb-inner .rs-about-thumb {
  width: 100%;
}
.rs-about-three .rs-about-thumb img {
  width: 100%;
  border-radius: 20px;
}
.rs-about-three .rs-about-feature {
  display: inline-flex;
  align-items: center;
  gap: 20px 30px;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-three .rs-about-feature {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-three .rs-about-feature {
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-three .rs-about-feature {
    flex-wrap: wrap;
  }
}
.rs-about-three .rs-about-feature-item {
  display: inline-flex;
  align-items: start;
  gap: 25px;
}
.rs-about-three .rs-about-feature-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-three .rs-about-feature-title {
    font-size: 18px;
  }
}
.rs-about-three .rs-about-feature-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-white);
}
.rs-about-three .rs-about-feature-icon svg {
  width: 45px;
  height: 45px;
}
.rs-about-three .rs-about-feature-icon svg path {
  fill: var(--rs-theme-red);
}
.rs-about-three .rs-about-info {
  display: inline-flex;
  align-items: center;
  gap: 30px 45px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rs-about-three .rs-about-info {
    gap: 30px 30px;
  }
}
.rs-about-three .rs-about-author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
.rs-about-three .rs-about-author-title {
  font-size: 17px;
}
.rs-about-three .rs-about-author-desig {
  font-size: 14px;
}
.rs-about-three .rs-about-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-four {
  position: relative;
}
.rs-about-four .section-desc {
  margin-bottom: 40px;
  color: var(--rs-text-secondary);
}
.rs-about-four .rs-about-wrapper {
  display: grid;
  grid-template-columns: 560px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-wrapper {
    grid-template-columns: 350px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-four .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-thumb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.rs-about-four .rs-about-thumb.thumb-two {
  margin-inline-start: -205px;
  margin-top: 190px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-thumb.thumb-two {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-thumb.thumb-two {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-thumb.thumb-two {
    margin-top: 0px;
  }
}
.rs-about-four .rs-about-thumb > img {
  width: 100%;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border: 6px solid var(--rs-white);
  border-radius: 30px;
}
.rs-about-four .rs-about-badge {
  background: var(--rs-theme-green);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  inset-inline-end: 30px;
  z-index: 1;
  top: 25px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-badge {
    width: 100px;
    height: 100px;
    inset-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-about-badge {
    inset-inline-end: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-badge {
    inset-inline-end: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-badge {
    display: none;
  }
}
.rs-about-four .rs-about-badge img {
  width: 90px;
}
.rs-about-four .rs-about-shape-one {
  position: absolute;
  bottom: 70px;
  inset-inline-start: 50px;
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-shape-one {
    bottom: 50px;
    inset-inline-start: auto;
    inset-inline-end: 350px;
  }
}
.rs-about-four .rs-about-info {
  display: inline-flex;
  align-items: center;
  gap: 30px 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-tab {
    display: none;
  }
}
.rs-about-four .rs-about-tab .nav-link {
  background: var(--rs-white);
  color: var(--rs-title-primary);
  font-weight: 500;
  padding: 9px 50px 9px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--rs-ff-title);
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .rs-about-four .rs-about-tab .nav-link {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-tab .nav-link {
    padding: 10px 30px 10px 30px;
  }
}
.rs-about-four .rs-about-tab .nav-link::after {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  position: absolute;
  content: "";
  inset-inline-start: -1px;
  top: 0;
  background-color: var(--rs-theme-green);
  border-radius: 2px 2px 0 0;
}
.rs-about-four .rs-about-tab .nav-link.active {
  color: var(--rs-theme-green);
}
.rs-about-four .rs-about-tab .nav-link.active::after {
  transform: scaleX(1);
}
.rs-about-four .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-green);
}
.rs-about-four .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-four .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-four .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  inset-inline-end: 0;
  top: 50%;
  background: var(--rs-border-primary);
  display: block;
  transform: translate(-50%, -50%);
}
.rs-about-four .rs-about-tab-content {
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 600px;
}
.rs-about-four .rs-about-tab-content p {
  color: var(--rs-text-secondary);
}
.rs-about-four .rs-about-tab-anim .tab-pane.active .rs-about-tab-content {
  animation: slide-down 5s ease-out;
}
.rs-about-four .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-four .rs-counter-number,
.rs-about-four .prefix {
  font-size: 46px;
  font-weight: 700;
  color: var(--rs-title-primary);
  line-height: 1;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1199px) {
  .rs-about-four .rs-counter-number,
  .rs-about-four .prefix {
    font-size: 40px;
  }
}
.rs-about-four .rs-counter-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--rs-title-primary);
  font-family: var(--rs-ff-title);
}
.rs-about-four .rs-about-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-about-four .rs-about-counter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-about-four .rs-about-counter-icon svg {
  width: 50px;
  height: 50px;
}
.rs-about-four .rs-about-accordion {
  display: none;
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-accordion {
    display: block;
  }
}
.rs-about-four .rs-about-accordion .rs-accordion-one .accordion-button {
  font-size: 16px;
  padding-inline-end: 0px;
}
.rs-about-four .rs-about-accordion .rs-accordion-one .rs-accordion-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.rs-about-four .rs-about-accordion .rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-about-four .rs-about-accordion .rs-accordion-one .accordion-body {
  padding: 10px 0px 0 0px;
}
.rs-about-five {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-cyan);
}
.rs-about-five .rs-about-shape {
  position: absolute;
  top: 220px;
  inset-inline-start: 225px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-five .rs-about-shape {
    inset-inline-start: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-shape {
    display: none;
  }
}
.rs-about-five .rs-about-shape-two {
  position: absolute;
  top: 240px;
  inset-inline-end: 60px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1366px) {
  .rs-about-five .rs-about-shape-two {
    display: none;
  }
}
.rs-about-five .rs-about-shape-two img {
  width: 80px;
}
.rs-about-five .section-desc {
  color: var(--rs-white);
  max-width: 620px;
}
.rs-about-five .rs-about-wrapper {
  display: grid;
  grid-template-columns: 560px auto;
  gap: 30px 80px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 470px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 350px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-five .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-thumb-wrapper {
    gap: 15px;
  }
}
.rs-about-five .rs-about-thumb {
  position: relative;
  z-index: 1;
}
.rs-about-five .rs-about-thumb:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-five .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-thumb {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-thumb {
    margin-bottom: 0;
  }
}
.rs-about-five .rs-about-thumb > img {
  width: 100%;
  border-radius: 16px;
}
.rs-about-five .rs-about-award {
  background: #0F6487;
  border-radius: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline: 30px;
  display: flex;
  gap: 15px;
  width: 370px;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-award {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
    width: 330px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-award {
    width: 100%;
    flex-wrap: wrap;
  }
}
.rs-about-five .rs-about-award-icon svg {
  width: 60px;
  height: 60px;
}
.rs-about-five .rs-about-award-icon svg path {
  fill: var(--rs-white);
}
.rs-about-five .rs-about-award-title {
  color: var(--rs-white);
  margin-bottom: 8px;
}
.rs-about-five .rs-about-award-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-about-five .rs-about-meta {
  display: flex;
  align-items: end;
  gap: 30px 50px;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-meta {
    gap: 30px 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-five .rs-about-meta {
    flex-wrap: wrap;
  }
}
.rs-about-five .rs-about-badge {
  background: var(--rs-theme-light-cyan);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-badge {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
}
.rs-about-five .rs-about-badge img {
  width: 90px;
}
.rs-about-six {
  position: relative;
}
.rs-about-six .rs-about-shape {
  position: absolute;
  top: 245px;
  inset-inline-end: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-six .rs-about-shape {
    top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-six .rs-about-shape {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-six .rs-about-shape {
    display: none;
  }
}
.rs-about-six .section-desc {
  margin-bottom: 25px;
}
.rs-about-six .rs-about-wrapper {
  display: grid;
  grid-template-columns: 530px 620px;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: 400px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-six .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-six .rs-about-thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-about-six .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-six .rs-about-thumb {
    position: relative;
    top: unset;
  }
}
.rs-about-six .rs-about-thumb > img {
  width: 100%;
}
.rs-about-six .rs-about-meta-wrapper {
  background: var(--rs-theme-red);
  border-radius: 5px;
  border: 4px solid var(--rs-white);
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 20px 30px;
  position: absolute;
  inset-inline-start: 35px;
  bottom: 35px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .rs-about-six .rs-about-meta-wrapper {
    inset-inline-start: 0px;
    bottom: 0px;
  }
}
.rs-about-six .rs-about-meta-thumb {
  margin-bottom: 13px;
}
.rs-about-six .rs-about-meta-icon img {
  width: 65px;
}
.rs-about-six .rs-about-meta-counter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rs-about-six .rs-about-meta-counter .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.rs-about-six .rs-about-meta-counter .rs-counter-number,
.rs-about-six .rs-about-meta-counter .prefix {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
  line-height: 1;
}
.rs-about-six .rs-about-meta-counter .rs-counter-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-about-six .rs-about-list-wrapper {
  margin-top: 35px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .rs-about-six .rs-about-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}
.rs-about-six .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-six .rs-about-list-item p {
  color: var(--rs-title-tertiary);
  font-weight: 500;
}
.rs-about-six .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-six .rs-about-list-icon svg {
  width: 11px;
  height: 11px;
}
.rs-about-six .rs-about-list-icon svg path {
  fill: var(--rs-theme-red);
}
@media only screen and (max-width: 575px) {
  .rs-about-six .rs-about-tab {
    display: none;
  }
}
.rs-about-six .rs-about-tab .nav-link {
  background: transparent;
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 10px 22px 10px 22px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px 6px 0 0;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 480px) {
  .rs-about-six .rs-about-tab .nav-link {
    width: 100%;
  }
}
.rs-about-six .rs-about-tab .nav-link.active {
  color: var(--rs-theme-red);
  background: var(--rs-white);
}
.rs-about-six .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-red);
}
.rs-about-six .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-six .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-six .rs-about-tab-content {
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-about-six .rs-about-tab-content p {
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  .rs-about-six .rs-about-tab-content {
    display: none;
  }
}
.rs-about-six .rs-about-counter-icon svg {
  width: 50px;
  height: 50px;
}
.rs-about-six .rs-about-info {
  display: inline-flex;
  align-items: center;
  gap: 30px 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-six .rs-about-info {
    flex-wrap: wrap;
  }
}
.rs-about-six .rs-about-info .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-six .rs-about-info .rs-counter-number,
.rs-about-six .rs-about-info .prefix {
  font-size: 46px;
  font-weight: 700;
  color: var(--rs-title-primary);
  line-height: 1;
  font-family: var(--rs-ff-title);
}
.rs-about-six .rs-about-info .rs-counter-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--rs-title-primary);
  font-family: var(--rs-ff-title);
}
.rs-about-six .rs-about-info .rs-about-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-about-six .rs-about-info .rs-about-counter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-about-six .rs-about-info .rs-about-counter-icon svg {
  width: 50px;
  height: 50px;
}
.rs-about-six .rs-about-info .rs-about-counter-icon svg path {
  fill: var(--rs-theme-red);
}
.rs-about-six .rs-about-accordion {
  display: none;
}
@media only screen and (max-width: 575px) {
  .rs-about-six .rs-about-accordion {
    display: block;
  }
}
.rs-about-six .rs-about-accordion .rs-accordion-one .accordion-button {
  font-size: 16px;
  padding-inline-end: 0px;
}
.rs-about-six .rs-about-accordion .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-theme-red);
}
.rs-about-six .rs-about-accordion .rs-accordion-one .rs-accordion-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.rs-about-six .rs-about-accordion .rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-about-six .rs-about-accordion .rs-accordion-one .accordion-body {
  padding: 10px 0px 0 0px;
}
.rs-about-seven .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
}
.rs-about-seven .section-desc.desc-two {
  margin-bottom: 40px;
}
.rs-about-seven .rs-about-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-about-seven .rs-about-badge {
  background: var(--rs-theme-blue);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-about-seven .rs-about-badge img {
  width: 90px;
}
.rs-about-seven .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px 35px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 575px) {
  .rs-about-seven .rs-about-thumb-wrapper {
    gap: 30px 30px;
    flex-wrap: wrap;
  }
}
.rs-about-eight {
  position: relative;
}
.rs-about-eight .section-desc {
  margin-bottom: 40px;
  color: var(--rs-text-secondary);
}
.rs-about-eight .rs-about-wrapper {
  display: grid;
  grid-template-columns: 560px auto;
  gap: 30px 90px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-about-eight .rs-about-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-eight .rs-about-wrapper {
    grid-template-columns: 350px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-eight .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
.rs-about-eight .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  margin-inline-end: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-eight .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-eight .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-eight .rs-about-thumb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-eight .rs-about-thumb-wrapper {
    margin-inline-end: 0px;
    margin-bottom: 0;
  }
}
.rs-about-eight .rs-about-thumb {
  border: 6px solid var(--rs-white);
  border-radius: 6px;
}
.rs-about-eight .rs-about-thumb.thumb-two {
  position: absolute;
  bottom: -100px;
  inset-inline-end: -100px;
  width: 300px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-eight .rs-about-thumb.thumb-two {
    width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-eight .rs-about-thumb.thumb-two {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-eight .rs-about-thumb.thumb-two {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-about-eight .rs-about-thumb.thumb-two {
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-eight .rs-about-thumb.thumb-two {
    width: 100%;
    position: unset;
  }
}
.rs-about-eight .rs-about-thumb img {
  width: 100%;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.rs-about-eight .rs-about-badge {
  background: var(--rs-theme-blue-two);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  inset-inline-end: -50px;
  z-index: 1;
  top: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-eight .rs-about-badge {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-eight .rs-about-badge {
    display: none;
  }
}
.rs-about-eight .rs-about-badge img {
  width: 90px;
}
.rs-about-eight .rs-about-counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-about-eight .rs-about-meta-info {
  position: absolute;
  bottom: -100px;
}
@media only screen and (max-width: 480px) {
  .rs-about-eight .rs-about-meta-info {
    position: unset;
  }
}
.rs-about-eight .rs-counter-number,
.rs-about-eight .prefix {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-title-primary);
  line-height: 1;
}
.rs-about-eight .rs-counter-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-title-primary);
}
.rs-about-eight .rs-about-meta-thumb {
  margin-bottom: 13px;
}
.rs-about-eight .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-theme-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-eight .rs-about-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-about-eight .rs-about-features-wrapper {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.rs-about-eight .rs-about-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rs-about-eight .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-about-eight .rs-about-list-item p {
  color: #021E40;
  font-weight: 500;
}
.rs-about-eight .rs-about-video {
  position: relative;
  width: 210px;
  height: 130px;
}
.rs-about-eight .rs-about-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid var(--rs-white);
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-about-eight .rs-about-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*----------------------------------------*/
/*  4.2 achievement css
/*----------------------------------------*/
.rs-achievement-one .rs-achievement-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-achievement-one .rs-achievement-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-achievement-one .rs-achievement-content ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 10px;
}
.rs-achievement-one .rs-achievement-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rs-achievement-one .rs-achievement-content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 10px;
  inset-inline-start: 0;
}
.rs-achievement-one .rs-achievement-inner {
  position: relative;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-achievement-one .rs-achievement-inner {
    padding-inline-start: 30px;
  }
}
.rs-achievement-one .rs-achievement-inner::before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-achievement-one .rs-achievement-inner::after {
  position: absolute;
  content: "";
  inset-inline-start: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--rs-border-primary);
}
.rs-achievement-one .rs-achievement-title {
  background: var(--rs-theme-blue);
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px 6px 0 0;
  color: var(--rs-white);
}
.rs-achievement-one .rs-achievement-content {
  color: var(--rs-text-primary);
  padding-top: 20px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rs-achievement-one .rs-achievement-content {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  4.3 Admission css
/*----------------------------------------*/
.rs-admission-one .rs-admission-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .rs-admission-one .rs-admission-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-admission-one .rs-admission-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-admission-one .rs-admission-item {
  border-radius: 12px;
  background: var(--rs-white);
  padding-top: 28px;
  padding-bottom: 12px;
  padding-inline: 12px;
  text-align: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.rs-admission-one .rs-admission-item:hover .rs-admission-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-admission-one .rs-admission-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.rs-admission-one .rs-admission-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.rs-admission-one .rs-admission-content {
  margin-bottom: -25px;
}
.rs-admission-one .rs-admission-title {
  color: var(--rs-title-tertiary);
}
.rs-admission-one .rs-admission-desc {
  padding-inline: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) {
  .rs-admission-one .rs-admission-desc {
    padding-inline: 10px;
    font-size: 15px;
  }
}
.rs-admission-two .rs-admission-wrapper {
  background: var(--rs-white);
  border-radius: 12px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 530px;
  gap: 30px 50px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-admission-two .rs-admission-wrapper {
    grid-template-columns: auto 400px;
    gap: 30px 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-admission-two .rs-admission-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-admission-two .rs-admission-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-admission-two .rs-admission-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-admission-two .rs-admission-thumb {
    position: relative;
    top: unset;
  }
}
.rs-admission-two .rs-admission-thumb img {
  width: 100%;
  border-radius: 8px;
}
.rs-admission-two .rs-admission-desc {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 622px;
}

/*----------------------------------------*/
/*  4.4 Alumni css
/*----------------------------------------*/
.rs-alumni-one .rs-alumni-thumb {
  margin-bottom: 40px;
}
.rs-alumni-one .rs-alumni-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-alumni-one .section-desc {
  margin-bottom: 45px;
}
.rs-alumni-two .rs-alumni-wrapper {
  display: grid;
  grid-template-columns: 750px auto;
  gap: 30px;
  margin-top: 42px;
}
@media only screen and (max-width: 1600px) {
  .rs-alumni-two .rs-alumni-wrapper {
    grid-template-columns: 650px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-alumni-two .rs-alumni-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-alumni-two .rs-alumni-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-alumni-two .rs-alumni-content ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 10px;
}
.rs-alumni-two .rs-alumni-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rs-alumni-two .rs-alumni-content ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 10px;
  inset-inline-start: 0;
}
.rs-alumni-two .rs-alumni-inner {
  position: relative;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-alumni-two .rs-alumni-inner {
    padding-inline-start: 25px;
  }
}
.rs-alumni-two .rs-alumni-inner::before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-alumni-two .rs-alumni-inner::after {
  position: absolute;
  content: "";
  inset-inline-start: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--rs-border-primary);
}
.rs-alumni-two .rs-alumni-title {
  background: var(--rs-theme-blue);
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px 6px 0 0;
  color: var(--rs-white);
}
.rs-alumni-two .rs-alumni-content {
  color: var(--rs-text-primary);
  padding-top: 20px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-bottom: 25px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rs-alumni-two .rs-alumni-content {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
  }
}
.rs-alumni-two .rs-alumni-thumb {
  height: 100%;
  width: 100%;
}
.rs-alumni-two .rs-alumni-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}
.rs-alumni-two .rs-alumni-content-item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.rs-alumni-two .rs-alumni-thumb-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.rs-alumni-two .rs-alumni-desc {
  font-weight: 500;
  font-style: italic;
}
.rs-alumni-details .rs-alumni-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px 50px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-alumni-details .rs-alumni-wrapper {
    grid-template-columns: 350px auto;
    gap: 30px 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-alumni-details .rs-alumni-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-alumni-details .rs-alumni-wrapper {
    grid-template-columns: auto;
  }
}
.rs-alumni-details .rs-alumni-thumb-wrapper {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-alumni-details .rs-alumni-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-alumni-details .rs-alumni-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-alumni-details .rs-alumni-author-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-alumni-details .rs-alumni-author-info {
  padding-top: 20px;
  padding-bottom: 13px;
}
.rs-alumni-details .rs-alumni-author-name {
  margin-bottom: 5px;
}
.rs-alumni-details .rs-alumni-details-title {
  margin-bottom: 15px;
}
.rs-alumni-details .rs-alumni-details-desc {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 30px;
  margin-bottom: 33px;
}
.rs-alumni-details .rs-alumni-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-alumni-details .rs-alumni-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-alumni-details .rs-info-list li {
  list-style: none;
  position: relative;
  padding-inline-start: 12px;
}
.rs-alumni-details .rs-info-list li:not(:last-child) {
  margin-bottom: 8px;
}
.rs-alumni-details .rs-info-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 9px;
  inset-inline-start: 0;
}
.rs-alumni-details .rs-alumni-info-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  4.5 award css
/*----------------------------------------*/
.rs-award-one .rs-award-wrapper {
  display: grid;
  grid-template-columns: auto 745px;
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: auto 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: auto 650px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: auto;
    gap: 300px 30px;
  }
}
.rs-award-one .rs-award-list-item {
  justify-content: space-between;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rs-award-one .rs-award-list-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-award-one .rs-award-list-year {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-title-tertiary);
  font-family: var(--rs-ff-title);
}
.rs-award-one .rs-award-list {
  background: var(--rs-white);
  border-radius: 10px;
}
.rs-award-one .rs-badge-text {
  background-color: var(--rs-white);
  padding: 7px 16px 7px 16px;
  border-radius: 100px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rs-award-one .rs-award-thumb-wrapper {
  position: relative;
}
.rs-award-one .rs-award-thumb {
  position: absolute;
  inset-inline-start: 229px;
  top: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .rs-award-one .rs-award-thumb {
    inset-inline-start: 0px;
    top: 30px;
  }
}
.rs-award-one .rs-award-thumb.active {
  opacity: 1;
  transform: translateY(0);
}
.rs-award-one .rs-award-thumb img {
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .rs-award-one .rs-award-thumb img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  4.6 Bio css
/*----------------------------------------*/
.rs-bio {
  position: relative;
}
.rs-bio-wrapper {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 30px 40px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-bio-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-bio-wrapper {
    grid-template-columns: auto;
  }
}
.rs-bio-author-wrapper {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 25px;
}
.rs-bio-thumb img {
  border-radius: 16px;
  width: 100%;
}
.rs-bio-info {
  text-align: center;
  margin-top: 22px;
}
.rs-bio-name {
  margin-bottom: 3px;
}
.rs-bio-quote {
  margin: 0;
  background: var(--rs-white);
  padding-top: 34px;
  padding-bottom: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 10px;
  border: 1px dashed var(--rs-border-primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-bio-quote {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-bio-quote {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-bio-quote-desc {
  font-style: italic;
}
.rs-bio-quote-icon {
  margin-bottom: 20px;
}
.rs-bio-quote-icon svg {
  width: 40px;
  height: 40px;
}
.rs-bio-quote-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-bio-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  4.7 campus life css
/*----------------------------------------*/
.rs-campus-life-one {
  position: relative;
}
.rs-campus-life-one .rs-campus-life-shape {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
.rs-campus-life-one .rs-campus-life-sec-desc {
  max-width: 430px;
  margin-inline-start: auto;
  border-inline-start: 2px solid var(--rs-theme-yellow);
  padding-inline-start: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-one .rs-campus-life-sec-desc {
    max-width: 100%;
    margin-inline-start: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-one .rs-campus-life-sec-desc {
    padding-inline-start: 15px;
  }
}
.rs-campus-life-one .rs-campus-life-item {
  position: relative;
  border: 10px solid #F6F4EE;
  border-radius: 100px;
}
.rs-campus-life-one .rs-campus-life-item:hover .rs-campus-life-thumb::before {
  opacity: 1;
  visibility: visible;
}
.rs-campus-life-one .rs-campus-life-item:hover .rs-campus-life-content {
  visibility: visible;
  opacity: 1;
}
.rs-campus-life-one .rs-campus-life-thumb {
  position: relative;
  overflow: hidden;
}
.rs-campus-life-one .rs-campus-life-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 58, 101, 0) 0%, var(--rs-theme-blue) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  border-radius: 100px;
  z-index: 1;
}
.rs-campus-life-one .rs-campus-life-thumb img {
  width: 100%;
  border-radius: 100px;
}
.rs-campus-life-one .rs-campus-life-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: -140px;
  width: 100%;
  padding: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  z-index: 1;
  writing-mode: sideways-lr;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rs-campus-life-one .rs-campus-life-title {
  color: var(--rs-white);
}
.rs-campus-life-two {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-campus-life-two .rs-campus-life-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-campus-life-two .rs-campus-life-bg-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) 45.38%, #030303 111.13%);
  z-index: 1;
}
.rs-campus-life-two .section-title {
  font-size: 120px;
  color: var(--rs-white);
  line-height: 1.15;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-two .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-campus-life-two .section-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-two .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-two .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-two .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-two .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-two .section-title {
    font-size: 40px;
  }
}
.rs-campus-life-two .item-details-active {
  height: 715px;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-two .item-details-active {
    height: 650px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-campus-life-two .item-details-active {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-two .item-details-active {
    height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-two .item-details-active {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-two .item-details-active {
    height: 450px;
  }
}
.rs-campus-life-two .rs-campus-life-sec-wrapper {
  position: absolute;
  top: 120px;
  z-index: 2;
}
.rs-campus-life-two .rs-campus-life-sec-wrapper {
  position: absolute;
  top: 100px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-two .rs-campus-life-sec-wrapper {
    top: 50px;
  }
}
.rs-campus-life-two .item-details-nav .swiper-wrapper .custom-button {
  width: 130px;
  height: 130px;
  border-radius: 30px;
  border: 4px solid var(--rs-white);
}
.rs-campus-life-two .item-details-nav .swiper-wrapper .custom-button:hover {
  border-color: var(--rs-theme-red);
}
.rs-campus-life-two .item-details-nav .swiper-slide-thumb-active .custom-button {
  border-color: var(--rs-theme-red);
}
.rs-campus-life-two .rs-campus-life-thumb-small {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  width: 100%;
}
.rs-campus-life-two .item-details-nav .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-two .item-details-nav .swiper-wrapper {
    justify-content: start;
  }
}
.rs-campus-life-two.has-theme-yellow .section-title {
  line-height: 1.25;
}
.rs-campus-life-two.has-theme-yellow .swiper-wrapper .custom-button:hover {
  border-color: var(--rs-theme-yellow);
}
.rs-campus-life-two.has-theme-yellow .swiper-slide-thumb-active .custom-button {
  border-color: var(--rs-theme-yellow);
}
.rs-campus-life-three {
  position: relative;
  overflow-x: clip;
}
.rs-campus-life-three.no-bg::before {
  content: none;
}
.rs-campus-life-three.no-bg .rs-campus-life-thumb {
  border-color: var(--rs-theme-blue);
}
.rs-campus-life-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  background: var(--rs-bg-black);
}
.rs-campus-life-three .rs-campus-life-wrapper {
  padding-top: 90px;
  padding-bottom: 40px;
  margin-inline: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-three .rs-campus-life-wrapper {
    margin-inline: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-three .rs-campus-life-wrapper {
    padding-top: 70px;
  }
}
.rs-campus-life-three .rs-campus-life-item.has-video {
  position: relative;
}
.rs-campus-life-three .rs-campus-life-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-campus-life-three .rs-campus-life-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
}
.rs-campus-life-three .rs-campus-life-title {
  font-size: 120px;
  color: var(--rs-white);
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-three .rs-campus-life-title {
    font-size: 40px;
  }
}
.rs-campus-life-three .rs-campus-life-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-three .rs-campus-life-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-three .rs-campus-life-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-campus-life-three .rs-campus-life-thumb {
  border: 6px solid #231F30;
  border-radius: 20px;
  overflow: hidden;
}
.rs-campus-life-three .rs-campus-life-thumb img {
  width: 100%;
  display: block;
}
.rs-campus-life-three.has-theme-cyan::before {
  background: var(--rs-theme-cyan);
}
.rs-campus-life-three.has-theme-cyan .rs-campus-life-thumb {
  border-color: var(--rs-theme-cyan);
}
.rs-campus-life-three.has-theme-blue .rs-campus-life-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(16, 14, 18, 0) -22.13%, #100E12 100%, #100E12 100%);
  border-radius: 12px;
}
.rs-campus-life-three.has-theme-blue .rs-campus-life-title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  stroke: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1366px) {
  .rs-campus-life-three.has-theme-blue .rs-campus-life-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-three.has-theme-blue .rs-campus-life-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-three.has-theme-blue .rs-campus-life-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-three.has-theme-blue .rs-campus-life-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-three.has-theme-blue .rs-campus-life-title {
    font-size: 40px;
  }
}
.rs-campus-life-three.has-theme-blue .rs-campus-life-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.rs-campus-life-four {
  background: var(--rs-theme-green);
  padding-top: 150px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-four {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four {
    padding-top: 80px;
  }
}
.rs-campus-life-four .rs-campus-life-shape-one {
  position: absolute;
  inset-inline-end: 140px;
  top: 160px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four .rs-campus-life-shape-one {
    display: none;
  }
}
.rs-campus-life-four .rs-campus-life-shape-two {
  position: absolute;
  top: 80px;
  inset-inline-start: 110px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .rs-campus-life-shape-two {
    inset-inline-start: 30px;
    top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-four .rs-campus-life-shape-two {
    display: none;
  }
}
.rs-campus-life-four .rs-campus-life-bg-thumb {
  position: absolute;
  width: 100%;
  height: 700px;
  bottom: 0;
  left: 0;
  border-radius: 16px 16px 0px 0px;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .rs-campus-life-bg-thumb {
    height: 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-four .rs-campus-life-bg-thumb {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four .rs-campus-life-bg-thumb {
    display: none;
  }
}
.rs-campus-life-four .rs-campus-life-wrapper {
  margin-inline: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .rs-campus-life-wrapper {
    margin-inline: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four .rs-campus-life-wrapper {
    margin-inline: 0px;
  }
}
.rs-campus-life-four .rs-campus-life-content-wrapper {
  display: grid;
  grid-template-columns: 780px auto;
  gap: 30px 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .rs-campus-life-content-wrapper {
    grid-template-columns: 700px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-four .rs-campus-life-content-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four .rs-campus-life-content-wrapper {
    grid-template-columns: auto;
  }
}
.rs-campus-life-four .section-title {
  font-size: 120px;
  color: var(--rs-white);
  margin-bottom: 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-four .section-title {
    font-size: 100px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-four .section-title {
    font-size: 80px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-four .section-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-four .section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.rs-campus-life-four .rs-campus-life-thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 30px 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-four .rs-campus-life-thumb-wrapper {
    flex-wrap: wrap;
  }
}
.rs-campus-life-four .rs-campus-life-thumb {
  border: 6px solid var(--rs-white);
  border-radius: 30px;
  overflow: hidden;
}
.rs-campus-life-four .rs-campus-life-thumb img {
  width: 100%;
  display: block;
}
.rs-campus-life-four .rs-campus-life-badge {
  background: var(--rs-theme-green);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 50%;
}
.rs-campus-life-four .rs-campus-life-badge img {
  width: 90px;
}
.rs-campus-life-four .rs-notice-wrapper {
  background-color: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-four .rs-notice-wrapper {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-campus-life-four .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-campus-life-four .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-yellow);
}
.rs-campus-life-four .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-yellow);
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
}
.rs-campus-life-four .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-yellow);
}
.rs-campus-life-five {
  background: var(--rs-theme-green-two);
  position: relative;
  overflow-x: clip;
}
.rs-campus-life-five .rs-campus-life-shape {
  position: absolute;
  top: 80px;
  inset-inline-start: 120px;
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-five .rs-campus-life-shape {
    inset-inline-start: 30px;
  }
}
.rs-campus-life-five .rs-campus-life-shape-two {
  position: absolute;
  top: 160px;
  inset-inline-end: -100px;
}
.rs-campus-life-five .section-title-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-five .section-title-wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-five .section-title-wrapper {
    padding-top: 70px;
  }
}
.rs-campus-life-five .section-title {
  font-size: 120px;
  color: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-five .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-five .section-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-five .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-five .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-five .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-five .section-title {
    font-size: 50px;
  }
}
.rs-campus-life-five .rs-campus-life-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-five .rs-campus-life-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-five .rs-campus-life-wrapper {
    padding-top: 80px;
  }
}
.rs-campus-life-five .rs-campus-life-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-campus-life-five .rs-notice-wrapper {
  background-color: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px 16px 0px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-five .rs-notice-wrapper {
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-campus-life-five .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-campus-life-five .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-green-two);
}
.rs-campus-life-five .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-green-two);
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
}
.rs-campus-life-five .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-green-two);
}
.rs-campus-life-five .rs-campus-life-content-wrapper {
  display: grid;
  grid-template-columns: 375px 500px;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-five .rs-campus-life-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
[dir=rtl] .rs-campus-life-five .rs-campus-life-thumb {
  transform: rotateY(180deg);
}
.rs-campus-life-five .rs-campus-life-thumb img {
  width: 100%;
  border: 6px solid var(--rs-white);
}
.rs-campus-life-five .rs-campus-life-thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}
.rs-campus-life-five .rs-campus-life-thumb-wrapper .rs-campus-life-thumb:nth-child(2) img {
  border-radius: 96% 0% 0% 0%;
}
.rs-campus-life-five .rs-campus-life-thumb-wrapper .rs-campus-life-thumb:nth-child(3) img {
  border-radius: 0% 96% 0% 0%;
}
.rs-campus-life-five .rs-campus-life-thumb-wrapper .rs-campus-life-thumb:nth-child(4) img {
  border-radius: 96% 0% 0% 0%;
}
.rs-campus-life-five .rs-campus-life-thumb-wrapper .rs-campus-life-thumb:nth-child(5) img {
  border-radius: 0% 96% 0% 0%;
}
.rs-campus-life-five .rs-about-badge {
  background: var(--rs-theme-green-two);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-five .rs-about-badge {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
}
.rs-campus-life-five .rs-about-badge img {
  width: 90px;
}
.rs-campus-life-six .rs-campus-life-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-six .rs-campus-life-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-six .rs-campus-life-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-campus-life-six .rs-campus-life-item {
  border-radius: 12px;
  background: var(--rs-white);
  padding-top: 28px;
  padding-bottom: 12px;
  padding-inline: 12px;
  text-align: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.rs-campus-life-six .rs-campus-life-shape {
  position: absolute;
  top: 50px;
  inset-inline-start: 0;
}
.rs-campus-life-six .rs-campus-life-thumb {
  height: 100%;
}
.rs-campus-life-six .rs-campus-life-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.rs-campus-life-six .rs-campus-life-desc {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-inline: 20px;
}
@media only screen and (max-width: 1366px) {
  .rs-campus-life-six .rs-campus-life-desc {
    padding-inline: 10px;
    font-size: 15px;
  }
}
.rs-campus-life-six .rs-campus-life-title {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.rs-campus-life-six .rs-campus-life-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: var(--rs-theme-yellow);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.rs-campus-life-seven {
  overflow-x: clip;
}
.rs-campus-life-seven .section-title {
  font-size: 120px;
  color: var(--rs-white);
  text-align: center;
  line-height: 1;
  padding-top: 100px;
  padding-bottom: 70px;
  background: var(--rs-theme-red);
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-seven .section-title {
    font-size: 100px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-campus-life-seven .section-title {
    font-size: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-seven .section-title {
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-campus-life-seven .section-title {
    font-size: 40px;
  }
}
.rs-campus-life-seven .rs-campus-life-notice {
  width: 390px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 315px;
}
@media only screen and (max-width: 991px) {
  .rs-campus-life-seven .rs-campus-life-notice {
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-seven .rs-campus-life-notice {
    width: 100%;
    padding-inline: 15px;
  }
}
.rs-campus-life-seven .rs-campus-life-video {
  height: 560px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-seven .rs-campus-life-video {
    height: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-campus-life-seven .rs-campus-life-video {
    height: 500px;
  }
}
.rs-campus-life-seven .rs-campus-life-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-campus-life-seven .rs-notice-wrapper {
  background-color: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px 16px 0px 0px;
}
@media only screen and (max-width: 480px) {
  .rs-campus-life-seven .rs-notice-wrapper {
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-campus-life-seven .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-campus-life-seven .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-red);
}
.rs-campus-life-seven .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-red);
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .rs-campus-life-seven .rs-notice-wrapper .rs-notice-title {
    font-size: 15px;
  }
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
}
.rs-campus-life-seven .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-red);
}

/*----------------------------------------*/
/*  4.8 cart css
/*----------------------------------------*/
.table.table-bordered {
  border: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .table.table-bordered {
    width: 900px;
  }
}
.table.table-bordered thead tr th {
  border: none;
}

.shop-table-content table {
  border-color: var(--rs-border-primary);
  text-align: center;
}
.shop-table-content table > thead {
  vertical-align: middle;
}
.shop-table-content table > thead th {
  font-size: 16px;
  font-weight: 500;
}
.shop-table-content table > tbody {
  vertical-align: middle;
}
.shop-table-content table .product-thumbnail img {
  width: 125px;
}
.shop-table-content table .rs-product-quantity {
  margin: auto;
}

.removeRow {
  color: var(--rs-black);
  transition: all 0.3s ease-in-out;
}
.removeRow:hover {
  color: var(--rs-theme-orange);
}

.rs-cart-checkout-wrapper {
  background: var(--rs-bg-primary);
  padding: 36px 24px 28px;
  margin-left: -24px;
}

.rs-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--rs-border-primary);
}

.rs-cart-checkout-top span {
  font-size: 20px;
  color: var(--rs-black);
  font-weight: 500;
}

.rs-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 15px;
}

.rs-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: var(--rs-ff-body);
  color: var(--rs-black);
}

.rs-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 5px;
}

.rs-cart-checkout-shipping-option input[type=radio] ~ label::before {
  border: 1px solid var(--rs-black);
}
.rs-cart-checkout-shipping-option input[type=radio]:checked ~ label::before {
  border-color: var(--rs-primary);
}
.rs-cart-checkout-shipping-option input[type=radio]:checked ~ label::after {
  background-color: var(--rs-primary);
}

.rs-cart-checkout-shipping-option label {
  color: var(--rs-black);
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
}

.rs-cart-checkout-shipping-option label span {
  color: var(--rs-primary);
}

.rs-cart-checkout-total {
  margin-bottom: 25px;
}

.rs-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--rs-black);
}

.rs-cart-coupon-input-box label {
  font-size: 18px;
  color: var(--rs-black);
  margin-bottom: 10px;
  font-weight: var(--rs-fw-sbold);
}
.rs-cart-coupon-input-box input[type=text] {
  max-width: 282px;
  height: 60px;
}

.rs-cart-coupon-input .rs-btn:hover {
  background: var(--rs-theme-yellow);
}

.rs-cart-update .rs-btn:hover {
  background: var(--rs-theme-yellow);
}

.cart-page-total {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .cart-page-total {
    margin-top: 60px;
  }
}
.cart-page-total h5 {
  margin-bottom: 20px;
}
.cart-page-total ul {
  border: 1px solid var(--rs-border-primary);
}
.cart-page-total ul li {
  list-style: none;
  font-size: 16px;
  color: var(--rs-black);
  padding: 10px 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page-total ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.cart-page-total .rs-btn {
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.cart-page-total .rs-btn:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  border-color: var(--rs-theme-blue);
}

.product-title:hover {
  color: var(--rs-theme-yellow);
}

/*----------------------------------------*/
/*   4.9 Contact css
/*----------------------------------------*/
.rs-contact-one {
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.rs-contact-one .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 600px;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-bg-thumb {
    display: none;
  }
}
.rs-contact-one .rs-contact-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(96.26deg, rgba(0, 58, 101, 0) 0%, #003A65 99.06%);
  z-index: -1;
  opacity: 0.17;
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-bg-thumb::before {
    display: none;
  }
}
.rs-contact-one .rs-contact-thumb-wrapper {
  position: relative;
}
.rs-contact-one .rs-contact-bg-thumb-two {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-bg-thumb-two {
    display: block;
  }
}
.rs-contact-one .rs-contact-wrapper {
  margin-inline: 40px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-wrapper {
    margin-inline: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-wrapper {
    margin-inline: 0px;
  }
}
.rs-contact-one .rs-contact-sec-wrapper {
  margin-inline-end: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-sec-wrapper {
    margin-inline-end: 0px;
  }
}
.rs-contact-one .rs-contact-form {
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: var(--rs-theme-blue);
  border-top: 5px solid var(--rs-theme-yellow);
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1366px) {
  .rs-contact-one .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-form {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one .rs-contact-form {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rs-contact-one .rs-contact-form-title {
  margin-bottom: 17px;
}
.rs-contact-one .rs-contact-input input {
  height: 50px;
  border-radius: 8px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: #003359;
  border-color: #003359;
  color: var(--rs-white);
}
.rs-contact-one .rs-contact-input input::placeholder {
  color: rgba(255, 255, 255, 0.396);
}
.rs-contact-one .rs-contact-input textarea {
  height: 140px;
  border-radius: 8px;
  padding: 15px 20px;
  background: #003359;
  border-color: #003359;
  color: var(--rs-white);
}
.rs-contact-one .rs-contact-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.396);
}
.rs-contact-one .rs-contact-thumb {
  position: relative;
  width: 355px;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-thumb {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-one .rs-contact-thumb {
    width: 100%;
  }
}
.rs-contact-one .rs-contact-thumb img {
  width: 100%;
  object-fit: cover;
}
.rs-contact-one .form-title {
  color: var(--rs-white);
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one.has-theme-red .rs-contact-bg-thumb {
    height: 550px;
  }
}
.rs-contact-one.has-theme-red::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 310px;
  background: var(--rs-bg-secondary);
  bottom: 0;
  z-index: -1;
}
.rs-contact-one.has-theme-red .rs-contact-bg-thumb::before {
  background-image: linear-gradient(-96.26deg, rgba(35, 31, 32, 0.5215686275) 0%, rgba(35, 31, 32, 0.5411764706) 99.06%);
  opacity: 1;
}
.rs-contact-one.has-theme-red .rs-contact-wrapper {
  margin-inline: 60px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-red .rs-contact-wrapper {
    margin-inline: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-red .rs-contact-wrapper {
    margin-inline: 0px;
    padding-bottom: 0;
  }
}
.rs-contact-one.has-theme-red .rs-contact-form {
  background: var(--rs-bg-black);
  border-top: 10px solid var(--rs-theme-red);
  margin-bottom: 0;
}
.rs-contact-one.has-theme-red .rs-contact-input input {
  background: #191516;
  border-color: #191516;
}
.rs-contact-one.has-theme-red .rs-contact-input textarea {
  background: #191516;
  border-color: #191516;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-green {
    padding-bottom: 80px;
  }
}
.rs-contact-one.has-theme-green .rs-contact-bg-thumb {
  height: 615px;
  border-radius: 0;
}
.rs-contact-one.has-theme-green .rs-contact-bg-thumb::before {
  background-image: linear-gradient(96.26deg, rgba(0, 58, 101, 0) 0%, #1D3D36 99.06%);
  opacity: 1;
}
.rs-contact-one.has-theme-green .rs-contact-wrapper {
  padding: 0;
  margin: 0;
}
.rs-contact-one.has-theme-green .rs-contact-form {
  background: var(--rs-white);
  border-top: 0;
}
.rs-contact-one.has-theme-green .rs-contact-input input {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-green .rs-contact-input input::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-green .rs-contact-input textarea {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-green .rs-contact-input textarea::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-green .rs-contact-thumb {
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-green .rs-contact-thumb {
    margin-top: 30px;
  }
}
.rs-contact-one.has-theme-green .form-title {
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-cyan::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 305px;
  background: var(--rs-bg-primary);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-contact-one.has-theme-cyan .rs-contact-shape {
  position: absolute;
  top: 140px;
  inset-inline-start: 0;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-cyan .rs-contact-shape {
    display: none;
  }
}
.rs-contact-one.has-theme-cyan .rs-contact-bg-thumb::before {
  background-image: linear-gradient(96.26deg, rgba(0, 58, 101, 0) 0%, #0C5776 99.06%);
  opacity: 1;
}
.rs-contact-one.has-theme-cyan .rs-contact-form {
  background: var(--rs-white);
  border-top: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.rs-contact-one.has-theme-cyan .rs-contact-input input {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-cyan .rs-contact-input input::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-cyan .rs-contact-input input:focus {
  border-color: var(--rs-theme-cyan);
}
.rs-contact-one.has-theme-cyan .rs-contact-input textarea {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-cyan .rs-contact-input textarea::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-cyan .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-cyan);
}
.rs-contact-one.has-theme-cyan .rs-contact-thumb {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-cyan .rs-contact-thumb {
    margin-top: 40px;
  }
}
.rs-contact-one.has-theme-cyan .form-title {
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-cyan .rs-contact-wrapper {
  margin-inline: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-cyan .rs-contact-wrapper {
    margin-inline: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-cyan .rs-contact-wrapper {
    margin-inline: 0px;
  }
}
.rs-contact-one.has-theme-red-two .rs-contact-shape {
  position: absolute;
  top: 140px;
  inset-inline-start: 0;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-red-two .rs-contact-shape {
    display: none;
  }
}
.rs-contact-one.has-theme-red-two .rs-contact-bg-thumb::before {
  content: none;
}
.rs-contact-one.has-theme-red-two .rs-contact-form {
  background: var(--rs-white);
  border-top: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.rs-contact-one.has-theme-red-two .rs-contact-input input {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-red-two .rs-contact-input input::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-red-two .rs-contact-input input:focus {
  border-color: var(--rs-theme-red);
}
.rs-contact-one.has-theme-red-two .rs-contact-input textarea {
  background: var(--rs-white);
  border-color: var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-red-two .rs-contact-input textarea::placeholder {
  color: rgba(2, 1, 1, 0.4);
}
.rs-contact-one.has-theme-red-two .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-red);
}
.rs-contact-one.has-theme-red-two .rs-contact-thumb {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-one.has-theme-red-two .rs-contact-thumb {
    margin-top: 40px;
  }
}
.rs-contact-one.has-theme-red-two .form-title {
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-red-two .rs-contact-wrapper {
  margin-inline: 0px;
}
.rs-contact-two {
  position: relative;
  overflow-x: clip;
  z-index: 1;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-two {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-two {
    padding-bottom: 0px;
  }
}
.rs-contact-two .rs-contact-wrapper {
  position: relative;
  margin-inline: 40px;
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-contact-wrapper {
    margin-inline: 0px;
  }
}
.rs-contact-two .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 528px;
  bottom: -120px;
  left: 0;
  z-index: -1;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-two .rs-contact-bg-thumb {
    bottom: -100px;
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-two .rs-contact-bg-thumb {
    bottom: -80px;
    height: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-two .rs-contact-bg-thumb {
    display: none;
  }
}
.rs-contact-two .rs-contact-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 58, 101, 0) 5.54%, #030303 168.66%);
  border-radius: 16px;
}
.rs-contact-two .rs-contact-form-wrapper {
  background: var(--rs-white);
  padding: 40px;
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-two .rs-contact-form-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-contact-two .rs-contact-form-wrapper {
    padding: 20px;
  }
}
.rs-contact-two .rs-contact-input input {
  height: 50px;
  border-radius: 8px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  color: var(--rs-title-primary);
}
.rs-contact-two .rs-contact-input input::placeholder {
  color: rgba(2, 1, 1, 0.43);
}
.rs-contact-two .rs-contact-input textarea {
  height: 140px;
  border-radius: 8px;
  padding: 15px 20px;
  color: var(--rs-title-primary);
}
.rs-contact-two .rs-contact-input textarea::placeholder {
  color: rgba(2, 1, 1, 0.43);
}
.rs-contact-two.has-theme-green-two .rs-contact-wrapper {
  margin-inline: 0px;
}
.rs-contact-two.has-theme-green-two .rs-contact-bg-thumb {
  border-radius: 0px;
}
.rs-contact-two.has-theme-green-two .rs-contact-bg-thumb::before {
  border-radius: 0px;
}
.rs-contact-two.has-theme-green-two .rs-contact-input input:focus {
  border-color: var(--rs-theme-green-two);
}
.rs-contact-two.has-theme-green-two .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-green-two);
}
.rs-contact-three .rs-contact-form-wrapper {
  padding-inline-end: 30px;
  padding-inline-start: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--rs-white);
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-three .rs-contact-form-wrapper {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.rs-contact-three .rs-contact-input-title label {
  font-size: 16px;
  color: var(--rs-title-tertiary);
  margin-bottom: 7px;
  font-weight: 500;
}
.rs-contact-three .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-three .rs-contact-input-box .nice-select {
  margin-bottom: 20px;
}
.rs-contact-three .rs-contact-input input::placeholder {
  color: rgba(76, 76, 76, 0.7803921569);
}
.rs-contact-three .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
  color: rgba(76, 76, 76, 0.78);
}
.rs-contact-three .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-three .form-group {
  margin-bottom: 45px;
}
.rs-contact-three .form-group label {
  font-size: 16px;
  color: var(--rs-title-tertiary);
  margin-bottom: 10px;
  font-weight: 500;
}
.rs-contact-three .form-group input {
  cursor: pointer;
  display: block;
}
.rs-contact-four {
  position: relative;
  z-index: 1;
}
.rs-contact-four .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 680px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-four .rs-contact-form {
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
  background: var(--rs-theme-blue);
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.rs-contact-four .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-four .rs-contact-form-title {
  margin-bottom: 17px;
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-input input {
  height: 50px;
  border-radius: 3px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background-color: #003359;
  border-color: #003359;
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-input input::placeholder {
  color: rgba(255, 255, 255, 0.3960784314);
}
.rs-contact-four .rs-contact-input textarea {
  height: 174px;
  border-radius: 3px;
  padding: 15px 20px;
  background-color: #003359;
  border-color: #003359;
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.3960784314);
}
.rs-contact-four .rs-btn {
  border-radius: 6px;
}
.rs-contact-four input[type=checkbox] ~ label::after {
  z-index: 1;
}
.rs-contact-four input[type=checkbox] ~ label::before {
  z-index: 2;
}
.rs-contact-four .rs-form-check {
  margin-bottom: 20px;
}
.rs-contact-four .rs-map-one .rs-google-map {
  height: 100%;
}
.rs-contact-four .rs-map-one .rs-google-map iframe {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
.rs-contact-five .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-five .rs-contact-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 40px;
  padding-inline: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-five .rs-contact-item {
    padding-top: 30px;
    padding-inline: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-five .rs-contact-item {
    padding-top: 20px;
    padding-inline: 20px;
    padding-bottom: 20px;
  }
}
.rs-contact-five .rs-contact-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 20px;
}
.rs-contact-five .rs-contact-icon svg {
  width: 40px;
  height: 40px;
}
.rs-contact-five .rs-contact-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-contact-five .rs-contact-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.rs-contact-five .rs-contact-links a {
  font-size: 15px;
  display: inline-block;
}
.rs-contact-five .rs-contact-links a:first-child {
  margin-bottom: 5px;
}
.rs-contact-five .rs-contact-links a:hover {
  color: var(--rs-theme-blue);
}

.rs-map-one {
  line-height: 0;
}
.rs-map-one .rs-google-map iframe {
  width: 100%;
  height: 480px;
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-map-one .rs-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-map-one .rs-google-map iframe {
    height: 250px;
  }
}

/*----------------------------------------*/
/*  4.10 call to action css
/*----------------------------------------*/
.rs-cta-one {
  position: relative;
}
.rs-cta-one .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-cta-one .rs-cta-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(247deg, rgba(0, 58, 101, 0) 0%, var(--rs-theme-blue) 64%);
  opacity: 0.7;
}
.rs-cta-one .rs-cta-wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.rs-cta-one .section-desc {
  max-width: 570px;
  margin-bottom: 35px;
}
.rs-cta-one.has-theme-red .rs-cta-bg-thumb::before {
  background-image: linear-gradient(247deg, rgba(0, 58, 101, 0) 0%, #231F20 64%);
}
.rs-cta-two {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-inline-start: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-two {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-inline-start: 0px;
  }
}
.rs-cta-two .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  border-radius: 12px;
}
.rs-cta-two .rs-cta-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 75%);
  border-radius: 12px;
}
.rs-cta-two .rs-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.rs-cta-two .rs-cta-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(21px);
  background-image: radial-gradient(at center center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.rs-cta-two .rs-cta-icon img {
  width: 60px;
}
.rs-cta-two .rs-cta-title {
  color: var(--rs-white);
}
.rs-cta-two .rs-cta-contact {
  display: flex;
  flex-direction: column;
}
.rs-cta-two .rs-cta-contact .contact-phone {
  font-size: 24px;
  color: var(--rs-theme-yellow);
  font-family: var(--rs-ff-title);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .rs-cta-two .rs-cta-contact .contact-phone {
    font-size: 22px;
  }
}
.rs-cta-two .rs-cta-contact .contact-email {
  color: var(--rs-white);
}
.rs-cta-two .rs-cta-contact .contact-email:hover {
  color: var(--rs-theme-yellow);
}
.rs-cta-two .rs-cta-btn {
  margin-top: 25px;
}

/*----------------------------------------*/
/*  4.11 curriculum css
/*----------------------------------------*/
.rs-program-details-curriculum-item {
  margin-top: 30px;
}

.rs-curriculum-table-one .rs-curriculum-table-inner {
  background-color: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  width: max-content;
  min-width: 100%;
}
.rs-curriculum-table-one .rs-curriculum-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-curriculum-table-one .rs-curriculum-table-inner th {
  padding: 15px 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1199px) {
  .rs-curriculum-table-one .rs-curriculum-table-inner th {
    padding: 15px 15px;
  }
}
.rs-curriculum-table-one .rs-curriculum-table-inner th:first-child {
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .rs-curriculum-table-one .rs-curriculum-table-inner th:first-child {
    width: 50%;
  }
}
.rs-curriculum-table-one .rs-curriculum-table-inner td {
  padding: 15px 24px;
  vertical-align: middle;
  border: 1px solid var(--rs-border-primary);
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-curriculum-table-one .rs-curriculum-table-inner td {
    padding: 15px 15px;
  }
}
.rs-curriculum-table-one .rs-curriculum-table-inner td a:hover {
  color: var(--rs-theme-blue);
}
.rs-curriculum-table-two .rs-curriculum-table-inner {
  background-color: var(--rs-white);
  border-collapse: collapse;
  border-inline-start: 1px solid var(--rs-border-primary);
  border-inline-end: 1px solid var(--rs-border-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  text-align: left;
  width: max-content;
  min-width: 100%;
}
.rs-curriculum-table-two .rs-curriculum-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-curriculum-table-two .rs-curriculum-table-inner thead th {
  padding: 16px 24px;
  font-weight: 700;
  font-size: 14px;
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
.rs-curriculum-table-two .rs-curriculum-table-inner thead th:last-child {
  border-inline-end: none;
}
@media only screen and (max-width: 1199px) {
  .rs-curriculum-table-two .rs-curriculum-table-inner thead th {
    padding: 15px 15px;
  }
}
.rs-curriculum-table-two .rs-curriculum-table-inner tbody tr {
  border-top: 1px solid var(--rs-border-primary);
}
.rs-curriculum-table-two .rs-curriculum-table-inner tbody td {
  padding: 14px 24px;
  vertical-align: middle;
  font-size: 15px;
  border-right: 1px solid var(--rs-border-primary);
}
.rs-curriculum-table-two .rs-curriculum-table-inner tbody td:first-child {
  width: 25%;
}
@media only screen and (max-width: 1600px) {
  .rs-curriculum-table-two .rs-curriculum-table-inner tbody td:first-child {
    width: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .rs-curriculum-table-two .rs-curriculum-table-inner tbody td:first-child {
    width: 15%;
  }
}
.rs-curriculum-table-two .rs-curriculum-table-inner tbody td:last-child {
  border-inline-end: none;
}
@media only screen and (max-width: 1199px) {
  .rs-curriculum-table-two .rs-curriculum-table-inner tbody td {
    padding: 15px 15px;
  }
}

/*----------------------------------------*/
/*  4.12 deadline css
/*----------------------------------------*/
.rs-deadline-one .rs-deadline-table-inner {
  background-color: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  width: max-content;
  min-width: 100%;
}
.rs-deadline-one .rs-deadline-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-deadline-one .rs-deadline-table-inner th {
  padding: 15px 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1199px) {
  .rs-deadline-one .rs-deadline-table-inner th {
    padding: 15px 15px;
  }
}
.rs-deadline-one .rs-deadline-table-inner td {
  padding: 15px 24px;
  vertical-align: middle;
  border: 1px solid var(--rs-border-primary);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .rs-deadline-one .rs-deadline-table-inner td {
    padding: 15px 15px;
  }
}
.rs-deadline-one .rs-deadline-table-inner td a:hover {
  color: var(--rs-theme-blue);
}

/*----------------------------------------*/
/*  4.13 directory
/*----------------------------------------*/
.rs-directory-one .rs-directory-table-inner {
  background-color: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  width: max-content;
  min-width: 100%;
}
.rs-directory-one .rs-directory-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-directory-one .rs-directory-table-inner th {
  padding: 15px 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1199px) {
  .rs-directory-one .rs-directory-table-inner th {
    padding: 15px 15px;
  }
}
.rs-directory-one .rs-directory-table-inner td {
  padding: 15px 24px;
  vertical-align: middle;
  border: 1px solid var(--rs-border-primary);
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-directory-one .rs-directory-table-inner td {
    padding: 15px 15px;
  }
}
.rs-directory-one .rs-directory-table-inner td a:hover {
  color: var(--rs-theme-blue);
}
.rs-directory-one .rs-directory-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 30px;
  margin-top: 30px;
}
.rs-directory-one .desc {
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  4.14 error
/*----------------------------------------*/
.error-wrapper {
  position: relative;
}
.error-wrapper .section-title {
  font-size: 50px;
}
@media only screen and (max-width: 1366px) {
  .error-wrapper .section-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-wrapper .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrapper .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .error-wrapper .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .error-wrapper .section-title {
    font-size: 25px;
  }
}

.error-title {
  font-size: 500px;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .error-title {
    font-size: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .error-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .error-title {
    font-size: 150px;
  }
}

/*----------------------------------------*/
/*  4.15 event css
/*----------------------------------------*/
.rs-event-one .rs-event-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-event-one .rs-event-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-event-one .rs-event-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
  z-index: -1;
}
.rs-event-one .rs-event-item {
  display: grid;
  grid-template-columns: 220px auto;
  background: var(--rs-white);
  border-radius: 12px;
  padding: 12px;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-event-one .rs-event-item {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-event-one .rs-event-item {
    grid-template-columns: 150px auto;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-event-one .rs-event-item {
    grid-template-columns: 250px auto;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-event-one .rs-event-item {
    grid-template-columns: auto;
    gap: 25px;
    padding-bottom: 25px;
  }
}
.rs-event-one .rs-event-item:hover .rs-event-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
@media only screen and (max-width: 767px) {
  .rs-event-one .rs-event-content {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-event-one .rs-event-content {
    padding-inline: 10px;
  }
}
.rs-event-one .rs-event-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.rs-event-one .rs-event-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
@media only screen and (max-width: 991px) {
  .rs-event-one .rs-event-thumb img {
    height: 100%;
  }
}
.rs-event-one .rs-event-meta {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  flex-wrap: wrap;
}
.rs-event-one .rs-event-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.rs-event-one .rs-event-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rs-event-one .rs-event-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-event-one.has-theme-red {
  background: var(--rs-bg-black);
}
.rs-event-one.has-theme-red .rs-btn:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-event-one.has-theme-red .rs-event-item {
  background: #191516;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-event-one.has-theme-red .rs-event-title {
  color: var(--rs-white);
}
.rs-event-one.has-theme-red .rs-event-title a:hover {
  color: var(--rs-theme-red);
}
.rs-event-one.has-theme-red .rs-event-meta-item {
  color: rgba(255, 255, 255, 0.8);
}
.rs-event-one.has-theme-red .rs-event-shape {
  transform: rotateY(0);
}
.rs-event-one.has-theme-green .rs-event-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 70px;
}
@media only screen and (max-width: 1366px) {
  .rs-event-one.has-theme-green .rs-event-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-event-one.has-theme-green .rs-event-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-event-one.has-theme-green .rs-event-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rs-event-one.has-theme-green .rs-event-video {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-event-one.has-theme-green .rs-event-video {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-event-one.has-theme-green .rs-event-video {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-event-one.has-theme-green .rs-event-video {
    height: 300px;
  }
}
.rs-event-one.has-theme-green .rs-event-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid var(--rs-white);
  border-radius: 30px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-event-one.has-theme-green .rs-event-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.rs-event-one.has-theme-cyan {
  background: var(--rs-theme-cyan);
}
.rs-event-one.has-theme-cyan .rs-btn:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-event-one.has-theme-cyan .rs-event-item {
  background: #191516;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-event-one.has-theme-cyan .rs-event-title {
  color: var(--rs-white);
}
.rs-event-one.has-theme-cyan .rs-event-title a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-event-one.has-theme-cyan .rs-event-meta-item {
  color: rgba(255, 255, 255, 0.8);
}
.rs-event-one.has-theme-cyan .rs-event-shape {
  transform: rotateY(0);
}
.rs-event-one.has-theme-cyan .rs-event-item {
  background: #0F6487;
}
.rs-event-two .rs-event-item {
  background: var(--rs-bg-primary);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-inline: 10px;
  position: relative;
  z-index: 1;
}
.rs-event-two .rs-event-item:hover .rs-event-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-event-two .rs-event-shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  transform: rotateY(180deg);
}
.rs-event-two .rs-event-content {
  padding-top: 25px;
  padding-inline: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-event-two .rs-event-content {
    padding-inline: 10px;
  }
}
.rs-event-two .rs-event-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.rs-event-two .rs-event-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-event-two .rs-event-tag {
  background: var(--rs-theme-red);
  padding: 8px 15px 8px 15px;
  border-radius: 5px 5px 0px 0px;
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  inset-inline-start: 15px;
}
.rs-event-two .rs-event-meta {
  display: flex;
  align-items: center;
  gap: 8px 13px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.rs-event-two .rs-event-meta-item {
  font-weight: 500;
  font-size: 15px;
}
.rs-event-two .meta-divider {
  width: 15px;
  height: 2px;
  background: var(--rs-border-primary);
  display: inline-flex;
}
.rs-event-two .rs-event-btn .rs-btn {
  border-color: var(--rs-border-primary);
  border-radius: 5px;
  padding: 6px 15px 6px 15px;
  color: var(--rs-text-primary);
  font-size: 14px;
}
.rs-event-two .rs-event-btn .rs-btn:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-event-two .rs-event-title {
  margin-bottom: 20px;
}
.rs-event-two .rs-event-title a:hover {
  color: var(--rs-theme-red);
}
.rs-event-two .rs-event-pagination {
  margin-top: 45px;
}
.rs-event-two.has-theme-green-two .rs-event-item {
  background: var(--rs-white);
}
.rs-event-two.has-theme-green-two .rs-event-title a:hover {
  color: var(--rs-theme-green-two);
}
.rs-event-two.has-theme-green-two .rs-event-tag {
  background: var(--rs-theme-green-two);
}
.rs-event-two.has-theme-green-two .rs-event-btn .rs-btn:hover {
  background: var(--rs-theme-green-two);
  border-color: var(--rs-theme-green-two);
  color: var(--rs-white);
}
.rs-event-two.has-theme-yellow .rs-event-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-event-two.has-theme-yellow .rs-event-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-event-two.has-theme-yellow .rs-event-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-event-two.has-theme-yellow .rs-event-item {
  background: var(--rs-white);
}
.rs-event-two.has-theme-yellow .rs-event-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-event-two.has-theme-yellow .rs-event-tag {
  background: var(--rs-theme-yellow);
  color: var(--rs-title-primary);
}
.rs-event-two.has-theme-yellow .rs-event-btn .rs-btn:hover {
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-event-two.has-theme-red .rs-event-thumb {
  height: 250px;
}
.rs-event-two.has-theme-red .rs-event-thumb img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.rs-event-details .rs-event-details-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-event-details .rs-event-content .section-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.rs-event-details .rs-event-content .rs-desc-text p:first-child {
  margin-bottom: 20px;
}
.rs-event-details .rs-learning-feature {
  margin-bottom: 30px;
}
.rs-event-details .rs-learning-feature .rs-learning-title {
  color: var(--rs-title-tertiary);
  margin-top: 25px;
  margin-bottom: 20px;
}
.rs-event-details .rs-learning-feature .rs-list-item {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 10px;
}
.rs-event-details .rs-learning-feature .rs-list-item:not(:last-child) {
  margin-bottom: 13px;
}
.rs-event-details .rs-learning-feature .rs-list-item svg {
  width: 14px;
  min-width: 14px;
  height: 14px;
  transform: translateY(5px);
}
.rs-event-details .rs-learning-feature .rs-list-item svg path {
  fill: var(--rs-theme-blue);
}
.rs-event-details-meta ul li {
  list-style: none;
  display: flex;
  gap: 10px;
}
.rs-event-details-meta ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rs-event-details-meta ul li i {
  color: var(--rs-theme-blue);
}
.rs-event-details-sidebar .sidebar-item {
  background: var(--rs-white);
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline: 25px;
}
.rs-event-details-sidebar .sidebar-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-event-details .rs-event-details-btn {
  margin-top: 22px;
}
.rs-event-details .rs-event-details-map-title {
  color: var(--rs-title-tertiary);
}
.rs-event-details .rs-google-map iframe {
  width: 100%;
  height: 230px;
  border-radius: 15px;
}
.rs-event-details .rs-event-details-social-title {
  color: var(--rs-title-tertiary);
}
.rs-event-details .rs-event-details-social a {
  background: transparent;
}
.rs-event-details .rs-event-details-social a svg path {
  fill: var(--rs-theme-blue);
  transition: 0.5s;
}
.rs-event-details .rs-event-details-social a:hover {
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-event-details .rs-event-details-social a:hover svg path {
  fill: var(--rs-white);
}

/*----------------------------------------*/
/*  4.16 event css
/*----------------------------------------*/
.rs-experience-one {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-experience-one {
    padding-top: 80px;
  }
}
.rs-experience-one .rs-experience-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 35px;
  padding-inline: 35px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-experience-one .rs-experience-wrapper {
    padding-top: 25px;
    padding-inline: 25px;
    padding-bottom: 25px;
  }
}
.rs-experience-one .rs-experience-thumb {
  margin-top: 40px;
}
.rs-experience-one .rs-experience-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-experience-one .rs-experience-content-wrapper {
  display: grid;
  grid-template-columns: 570px auto;
  gap: 30px 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-experience-one .rs-experience-content-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-experience-one .rs-experience-content-wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-experience-one .rs-experience-content-wrapper {
    grid-template-columns: auto;
  }
}
.rs-experience-one .rs-experience-content-wrapper.has-line-border .has-border::after {
  border-color: rgba(255, 255, 255, 0.9882352941);
}
.rs-experience-one .rs-experience-content-wrapper.has-line-border .has-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-primary);
  inset-inline-start: 0;
  top: 5px;
}
.rs-experience-one .rs-certification-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .rs-experience-one .rs-certification-item-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-experience-one .rs-certificate-item .rs-btn {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid var(--rs-border-primary);
  width: 100%;
  padding: 14px 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .rs-experience-one .rs-certificate-item .rs-btn {
    padding: 14px 14px;
  }
}
.rs-experience-one .has-border {
  position: relative;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-experience-one .has-border {
    padding-inline-start: 20px;
  }
}
.rs-experience-one .has-border::after {
  content: "";
  position: absolute;
  top: 5px;
  inset-inline-start: -8px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/*----------------------------------------*/
/*  4.17 Faculty css
/*----------------------------------------*/
.rs-faculty-one {
  overflow-x: clip;
  background: var(--rs-bg-primary);
}
.rs-faculty-one .rs-faculty-bg {
  background: var(--rs-bg-blue);
  margin-inline-start: 45px;
  margin-inline-end: 45px;
  border-radius: 16px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-bg {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rs-faculty-one .rs-faculty-shape-one {
  position: absolute;
  inset-inline-start: -60px;
  top: 0px;
}
@media only screen and (max-width: 1366px) {
  .rs-faculty-one .rs-faculty-shape-one {
    display: none;
  }
}
[dir=rtl] .rs-faculty-one .rs-faculty-shape-one {
  transform: rotate(180deg);
}
.rs-faculty-one .rs-faculty-shape-two {
  position: absolute;
  inset-inline-end: 60px;
  bottom: 50px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-shape-two {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-shape-two {
    display: none;
  }
}
.rs-faculty-one .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: 390px auto;
  gap: 30px 65px;
  margin-top: 50px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: 370px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-content-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media md {
  .rs-faculty-one .rs-faculty-content-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-faculty-one .rs-faculty-sec-wrapper {
  margin-top: -50px;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-sec-wrapper {
    margin-top: 0;
  }
}
.rs-faculty-one .rs-faculty-section {
  margin-bottom: 40px;
}
.rs-faculty-one .rs-admission-cta {
  background: #051435;
  border-radius: 16px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
  display: inline-flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-admission-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-faculty-one .rs-admission-cta {
    flex-wrap: wrap;
  }
}
.rs-faculty-one .rs-admission-cta-desc {
  color: var(--rs-white);
  margin-top: 10px;
  margin-bottom: 20px;
}
.rs-faculty-one .rs-admission-cta-shape img {
  width: 100px;
}
.rs-faculty-one .rs-notice-wrapper {
  background-color: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px;
}
.rs-faculty-one .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-faculty-one .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .rs-faculty-one .rs-notice-wrapper .rs-notice-title {
    font-size: 15px;
  }
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
}
.rs-faculty-one .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-faculty-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-faculty-one .rs-faculty-item {
  overflow: hidden;
  border-radius: 16px;
  border: 6px solid #194E74;
}
.rs-faculty-one .rs-faculty-thumb {
  position: relative;
  z-index: 1;
}
.rs-faculty-one .rs-faculty-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 58, 101, 0) 46.86%, #003A65 91.09%);
}
.rs-faculty-one .rs-faculty-thumb img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-thumb img {
    height: 100%;
  }
}
.rs-faculty-one .rs-faculty-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-info {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
.rs-faculty-one .rs-faculty-title {
  color: var(--rs-white);
}
.rs-faculty-one .rs-faculty-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-pills {
  display: flex;
  justify-content: end;
  gap: 30px 60px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-tab-wrapper .nav-pills {
    gap: 30px 30px;
    justify-content: center;
  }
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-link {
  background: transparent;
  font-weight: 600;
  padding: 0;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  color: var(--rs-white);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-tab-wrapper .nav-link {
    font-size: 18px;
  }
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-link.active {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-link.active .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-link:hover {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-faculty-tab-wrapper .nav-link:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
  transition: all 0.3s ease-in-out;
}
.rs-faculty-one .rs-faculty-tab-icon svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-tab-icon svg {
    width: 20px;
    height: 20px;
  }
}
.rs-faculty-one .rs-faculty-tab-icon svg path {
  fill: var(--rs-white);
}
.rs-faculty-one .rs-faculty-tab-anim .tab-pane.active .rs-faculty-item-wrapper {
  animation: slide-down 5s ease-out;
}
@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-content-wrapper {
    display: none;
  }
}
.rs-faculty-one .rs-faculty-accordion {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-accordion {
    display: block;
  }
}
.rs-faculty-one .rs-accordion-one .rs-accordion-item {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.rs-faculty-one .rs-accordion-one .accordion-button {
  font-weight: 600;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: var(--rs-white);
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  padding-bottom: 10px;
}
.rs-faculty-one .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-accordion-one .accordion-button:not(.collapsed) .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-accordion-one .accordion-button .rs-faculty-tab-icon svg path {
  transition: 0.5s;
  fill: var(--rs-white);
}
.rs-faculty-one .rs-accordion-one .accordion-button:hover {
  color: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-accordion-one .accordion-button:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-faculty-one .rs-accordion-one .accordion-body {
  padding-top: 20px;
  padding: 0;
  margin-top: 30px;
}
.rs-faculty-two {
  background: var(--rs-theme-red);
}
.rs-faculty-two .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-faculty-two .rs-faculty-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-faculty-two .rs-faculty-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-faculty-two .rs-faculty-item:hover .rs-faculty-info {
  bottom: 0;
}
.rs-faculty-two .rs-faculty-item:hover .rs-faculty-title {
  margin-bottom: 15px;
}
.rs-faculty-two .rs-faculty-thumb {
  border-radius: 16px;
  border: 6px solid #A0233D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-faculty-two .rs-faculty-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(33, 37, 45, 0) 38%, #21252D 91.09%);
  opacity: 0.9;
  border-radius: 16px;
}
.rs-faculty-two .rs-faculty-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-faculty-two .rs-faculty-title {
  color: var(--rs-white);
  margin-bottom: 20px;
}
.rs-faculty-two .rs-faculty-title a:hover {
  color: var(--rs-theme-red);
}
.rs-faculty-two .rs-faculty-info {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 30px;
  transition: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-two .rs-faculty-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
.rs-faculty-two.has-theme-blue {
  background: transparent;
  position: relative;
  z-index: 1;
}
.rs-faculty-two.has-theme-blue .rs-faculty-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-faculty-two.has-theme-blue .rs-faculty-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: var(--rs-theme-blue-two);
}
.rs-faculty-two.has-theme-blue .rs-faculty-thumb {
  border: 0;
  border-bottom: 6px solid #194E74;
}
.rs-faculty-two.has-theme-blue .rs-faculty-thumb::before {
  background-image: linear-gradient(180deg, rgba(0, 58, 101, 0) 28%, rgba(2, 30, 64, 0.8196078431) 100%);
}
.rs-faculty-two.has-theme-blue .rs-faculty-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-faculty-two.has-theme-blue .rs-faculty-pagination {
  margin-top: 45px;
}
.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet {
  border-color: var(--rs-white);
}
.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-faculty-three {
  position: relative;
  z-index: 1;
}
.rs-faculty-three .rs-faculty-shape {
  position: absolute;
  top: 180px;
  inset-inline-end: 100px;
}
@media only screen and (max-width: 1800px) {
  .rs-faculty-three .rs-faculty-shape {
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-three .rs-faculty-shape {
    display: none;
  }
}
.rs-faculty-three .rs-faculty-item:hover .rs-faculty-info {
  bottom: 0;
}
.rs-faculty-three .rs-faculty-thumb {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-faculty-three .rs-faculty-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(33, 37, 45, 0) 38%, #21252D 91.09%);
  opacity: 0.9;
  border-radius: 16px;
}
.rs-faculty-three .rs-faculty-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-faculty-three .rs-faculty-title {
  color: var(--rs-white);
  margin-bottom: 15px;
}
.rs-faculty-three .rs-faculty-title a:hover {
  color: var(--rs-theme-green-two);
}
.rs-faculty-three .rs-faculty-info {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-inline: 30px;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .rs-faculty-three .rs-faculty-info {
    padding-top: 25px;
    padding-bottom: 27px;
    padding-inline: 25px;
  }
}
.rs-faculty-three .rs-program-pagination {
  margin-top: 45px;
}
.rs-faculty-four .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-faculty-four .rs-faculty-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-faculty-four .rs-faculty-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-faculty-four .rs-faculty-item {
  padding-top: 12px;
  padding-bottom: 30px;
  padding-inline: 12px;
  border-radius: 12px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.02);
  background: var(--rs-white);
  text-align: center;
}
.rs-faculty-four .rs-faculty-item:hover .rs-faculty-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-faculty-four .rs-faculty-title {
  margin-top: 23px;
  margin-bottom: 20px;
}
.rs-faculty-four .rs-faculty-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-faculty-four .rs-faculty-thumb {
  overflow: hidden;
  border-radius: 12px;
}
.rs-faculty-four .rs-faculty-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
  height: 245px;
  object-fit: cover;
  object-position: top center;
}
.rs-faculty-four .rs-load-more-btn .rs-btn:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-faculty-five {
  overflow-x: clip;
}
.rs-faculty-five .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: 530px auto;
  gap: 30px 50px;
  align-items: start;
}
@media only screen and (max-width: 1199px) {
  .rs-faculty-five .rs-faculty-wrapper {
    grid-template-columns: 450px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-five .rs-faculty-wrapper {
    grid-template-columns: auto;
  }
}
.rs-faculty-five .rs-faculty-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rs-faculty-five .rs-faculty-item:hover .rs-faculty-info {
  bottom: 0;
}
.rs-faculty-five .rs-faculty-sec-wrapper {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-faculty-five .rs-faculty-sec-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-faculty-five .rs-faculty-thumb {
  border-radius: 16px;
  border: 6px solid var(--rs-border-primary);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-faculty-five .rs-faculty-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(33, 37, 45, 0) 38%, #21252D 91.09%);
  opacity: 0.9;
}
.rs-faculty-five .rs-faculty-thumb img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .rs-faculty-five .rs-faculty-thumb img {
    height: 200px;
    object-fit: cover;
    object-position: top center;
  }
}
.rs-faculty-five .rs-faculty-title {
  color: var(--rs-white);
  margin-bottom: 15px;
}
.rs-faculty-five .rs-faculty-title a:hover {
  color: var(--rs-theme-red);
}
.rs-faculty-five .rs-faculty-info {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 30px;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .rs-faculty-five .rs-faculty-info {
    padding-top: 20px;
    padding-inline: 20px;
    padding-bottom: 20px;
  }
}
.rs-faculty-five .section-desc {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-faculty-five .section-desc {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.rs-faculty-details .rs-faculty-details-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px 60px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-details .rs-faculty-details-wrapper {
    grid-template-columns: 350px auto;
    gap: 30px 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-details .rs-faculty-details-wrapper {
    grid-template-columns: auto;
  }
}
.rs-faculty-details .rs-faculty-details-thumb-wrapper {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  padding-top: 12px;
  padding-bottom: 30px;
  padding-inline: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-faculty-details .rs-faculty-details-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-faculty-details .rs-faculty-details-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-faculty-details .rs-faculty-details-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-faculty-details .rs-faculty-details-author-info {
  padding-top: 25px;
}
.rs-faculty-details .rs-faculty-name {
  margin-bottom: 5px;
}
.rs-faculty-details .rs-faculty-details-title {
  margin-bottom: 15px;
}
.rs-faculty-details .rs-faculty-details-desc {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 30px;
}
.rs-faculty-details .rs-faculty-details-info-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-faculty-details .rs-faculty-info-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  4.18 faq css
/*----------------------------------------*/
.rs-faq-one {
  position: relative;
  z-index: 1;
}
.rs-faq-one .rs-faq-wrapper {
  max-width: 1005px;
  margin: 0 auto;
}
.rs-faq-one .rs-faq-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-one .rs-faq-shape {
    inset-inline-end: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-faq-one .rs-faq-shape {
    display: none;
  }
}
.rs-faq-two .rs-faq-tab-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link {
  display: flex;
  align-items: center;
  background: var(--rs-white);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-inline: 20px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.5s;
  color: var(--rs-title-tertiary);
  gap: 10px;
  width: 100%;
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-blue);
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link.active .rs-faq-tab-icon svg path {
  fill: var(--rs-white);
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-blue);
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link:hover span svg {
  fill: var(--rs-white);
}
.rs-faq-two .rs-faq-tab-wrapper ul li .nav-link span svg {
  width: 23px;
  height: 23px;
}
.rs-faq-two .nav-pills {
  display: block;
}
.rs-faq-two .accordion-body {
  font-style: normal;
}
.rs-faq-two .rs-faq-tab-anim .tab-pane.active .accordion-wrapper {
  animation: slide-down 5s ease-out;
}

/*----------------------------------------*/
/*   4.19 feature css
/*----------------------------------------*/
.rs-feature-one .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 635px auto;
  gap: 30px 75px;
  align-items: center;
  background: var(--rs-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 50px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: 600px auto;
    gap: 30px 30px;
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: 500px auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: auto;
    align-items: start;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-one .rs-feature-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-feature-one .rs-feature-icon svg {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-one .rs-feature-thumb {
    position: relative;
    top: unset;
  }
}
.rs-feature-one .rs-feature-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-feature-one .rs-feature-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 15px;
}
.rs-feature-one .rs-feature-item {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .rs-feature-one .rs-feature-item {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.rs-feature-one .rs-feature-list-title {
  color: var(--rs-title-tertiary);
}
.rs-feature-one .rs-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-one .rs-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-one .rs-feature-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-one .rs-feature-desc {
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.rs-feature-two {
  padding-inline-start: 165px;
  padding-inline-end: 165px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .rs-feature-two {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-two {
    margin-top: 0;
    background: var(--rs-bg-primary);
    padding-top: 80px;
  }
}
.rs-feature-two .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.rs-feature-two .rs-feature-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-size: 24px;
  font-weight: 600;
  color: var(--rs-white);
  text-decoration: none;
  transition: 0.5s ease;
  background: #1F2226;
  font-family: var(--rs-ff-title);
}
.rs-feature-two .rs-feature-item a:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-feature-two .rs-feature-item a {
    font-size: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-item a {
    font-size: 16px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-two .rs-feature-item a {
    font-size: 20px;
    padding: 20px;
  }
}
.rs-feature-three {
  position: relative;
  z-index: 2;
  background: var(--rs-bg-secondary);
}
.rs-feature-three .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -35px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-wrapper {
    margin-top: 0;
    padding-top: 80px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-three .rs-feature-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 25px 18px 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--rs-white);
  text-decoration: none;
  transition: 0.5s ease;
  background: #231F20;
  font-family: var(--rs-ff-title);
  border-radius: 20px;
  gap: 18px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-three .rs-feature-item a {
    padding: 18px 20px 18px 20px;
  }
}
.rs-feature-three .rs-feature-item a:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-feature-three .rs-feature-item .feature-icon svg {
  width: 30px;
  height: 30px;
}
.rs-feature-three .rs-feature-item .feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-three .rs-feature-item.is-active a {
  background: var(--rs-theme-red);
}

/*----------------------------------------*/
/*   4.20 filter css
/*----------------------------------------*/
.rs-filter-one {
  padding-top: 90px;
}
.rs-filter-one .rs-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.rs-filter-one .rs-filter-search {
  position: relative;
  width: 410px;
}
.rs-filter-one .rs-filter-search input {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 5px;
  font-size: 15px;
  color: var(--rs-title-primary);
  transition: all 0.3s ease;
  background: var(--rs-white);
}
.rs-filter-one .rs-filter-search input:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-filter-one .rs-filter-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 16px;
  transform: translateY(-50%);
}
.rs-filter-two {
  background: var(--rs-white);
  padding: 30px;
  border-radius: 12px;
}
@media only screen and (max-width: 1366px) {
  .rs-filter-two {
    padding: 20px;
  }
}
.rs-filter-two .filter-main-title {
  font-size: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: var(--rs-title-tertiary);
}
.rs-filter-two .filter-main-title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  bottom: 0;
  inset-inline-start: 0;
  background: var(--rs-theme-blue);
}
.rs-filter-two input[type=checkbox] ~ label {
  color: var(--rs-text-primary);
  margin-bottom: 10px;
  font-size: 14px;
}
.rs-filter-two .filter-title {
  font-size: 15px;
  margin-bottom: 15px;
  color: var(--rs-title-tertiary);
}
.rs-filter-two input[type=checkbox] ~ label::after {
  border: 1px solid var(--rs-border-primary);
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.rs-filter-two input[type=checkbox] ~ label::before {
  z-index: 2;
  font-size: 12px;
  background: var(--rs-theme-blue);
  border-radius: 2px;
  color: var(--rs-white);
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 3px;
  inset-inline-start: 0px;
}
.rs-filter-two .show-more-btn {
  font-size: 14px;
  text-decoration: underline;
  color: var(--rs-title-tertiary);
}
.rs-filter-two .show-more-btn:hover {
  color: var(--rs-theme-yellow);
}
.rs-filter-two .filter-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-filter-three {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rs-filter-three .rs-filter-search {
  position: relative;
  width: 410px;
}
.rs-filter-three .rs-filter-search input {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 5px;
  font-size: 15px;
  color: var(--rs-title-primary);
  transition: all 0.3s ease;
  background: var(--rs-white);
}
.rs-filter-three .rs-filter-search input:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-filter-three .rs-filter-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 16px;
  transform: translateY(-50%);
}
.rs-filter-three .rs-result-count {
  font-weight: 500;
  color: var(--rs-title-tertiary);
}

/*----------------------------------------*/
/*   4.21 funfact css
/*----------------------------------------*/
.rs-funfact-one .rs-funfact-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-funfact-one .rs-funfact-icon svg {
  width: 64px;
  height: 64px;
}
.rs-funfact-one .rs-funfact-title {
  margin-bottom: 10px;
}
.rs-funfact-one .rs-funfact-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: start;
  gap: 20px 20px;
  border-radius: 12px;
  padding-top: 30px;
  padding-inline: 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-funfact-one .rs-funfact-item {
    padding-inline: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-funfact-one .rs-funfact-item {
    flex-wrap: wrap;
  }
}
.rs-funfact-one .rs-funfact-item.has-theme-red {
  background: var(--rs-theme-red);
}
.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-title {
  color: var(--rs-white);
}
.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-icon svg path {
  fill: var(--rs-white);
}
.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-desc {
  color: var(--rs-white);
}
@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue {
    padding-top: 80px;
  }
}
.rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
    margin-top: 0;
  }
}
.rs-funfact-one.has-theme-blue .rs-funfact-item {
  background: var(--rs-theme-blue-two);
}
.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) {
  background: var(--rs-theme-yellow);
}
.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-title {
  color: var(--rs-title-primary);
}
.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-desc {
  color: var(--rs-text-primary);
}
.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-icon svg path {
  fill: var(--rs-black);
}
.rs-funfact-one.has-theme-blue .rs-funfact-icon svg path {
  fill: var(--rs-white);
}
.rs-funfact-one.has-theme-blue .rs-funfact-title {
  color: var(--rs-white);
}
.rs-funfact-one.has-theme-blue .rs-funfact-desc {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  4.22 gallery css
/*----------------------------------------*/
.rs-gallery-one {
  overflow-x: clip;
}
.rs-gallery-one .rs-gallery-wrapper {
  position: relative;
}
.rs-gallery-one .rs-gallery-item-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
@media only screen and (max-width: 991px) {
  .rs-gallery-one .rs-gallery-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-gallery-one .rs-gallery-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-gallery-one .rs-gallery-thumb img {
  width: 100%;
}
.rs-gallery-one .rs-gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.rs-gallery-two .rs-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-gallery-two .rs-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-gallery-two .rs-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-gallery-two .rs-gallery-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-gallery-two .rs-gallery-item:hover .rs-gallery-thumb:before {
  visibility: visible;
  opacity: 1;
}
.rs-gallery-two .rs-gallery-item:hover .rs-gallery-btn {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}
.rs-gallery-two .rs-gallery-thumb {
  position: relative;
}
.rs-gallery-two .rs-gallery-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 57, 68, 0.5);
  transition: all 0.4s ease-out;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.rs-gallery-two .rs-gallery-thumb img {
  width: 100%;
  border-radius: 10px;
}
.rs-gallery-two .rs-gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.rs-gallery-two .rs-gallery-btn .rs-btn-circle {
  background: var(--rs-white);
}
.rs-gallery-two .rs-gallery-btn .rs-btn-circle:hover {
  background: var(--rs-theme-yellow);
}
.rs-gallery-two .rs-gallery-btn .rs-btn-circle i {
  color: var(--rs-black);
}
.rs-gallery-two .rs-gallery-tab-wrapper .nav-pills {
  display: flex;
  justify-content: center;
  gap: 30px 10px;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .rs-gallery-two .rs-gallery-tab-wrapper .nav-pills {
    gap: 20px 10px;
  }
}
.rs-gallery-two .rs-gallery-tab-wrapper .nav-link {
  background: var(--rs-theme-blue);
  font-weight: 600;
  padding: 0;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 8px;
  border-bottom: 0;
  color: var(--rs-white);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding: 15px 35px;
}
@media only screen and (max-width: 991px) {
  .rs-gallery-two .rs-gallery-tab-wrapper .nav-link {
    padding: 15px 15px;
    font-size: 15px;
  }
}
.rs-gallery-two .rs-gallery-tab-wrapper .nav-link.active {
  color: var(--rs-title-tertiary);
  background: var(--rs-theme-yellow);
}
.rs-gallery-two .rs-gallery-tab-wrapper .nav-link:hover {
  color: var(--rs-title-tertiary);
  background: var(--rs-theme-yellow);
}
.rs-gallery-two .rs-gallery-tab-anim .tab-pane.active .rs-gallery-wrapper {
  animation: slide-down 5s ease-out;
}
@media only screen and (max-width: 767px) {
  .rs-gallery-two .rs-gallery-content-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rs-gallery-two .rs-gallery-tab-wrapper {
    display: none;
  }
}
.rs-gallery-two .rs-gallery-accordion {
  display: none;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-gallery-two .rs-gallery-accordion {
    display: block;
  }
}
.rs-gallery-two .rs-gallery-accordion .rs-accordion-item {
  padding: 0;
  background: none;
}
.rs-gallery-two .rs-gallery-accordion .rs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-gallery-two .rs-gallery-accordion .accordion-body {
  padding: 0;
  margin-top: 30px;
}
.rs-gallery-two .rs-gallery-accordion .accordion-button {
  padding: 15px 35px;
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  font-size: 16px;
  border-radius: 8px;
  justify-content: center;
  font-weight: 600;
}
.rs-gallery-two .rs-gallery-accordion .accordion-button:hover {
  color: var(--rs-title-primary);
  background: var(--rs-theme-yellow);
}
.rs-gallery-two .rs-gallery-accordion .accordion-button :not(.collapsed) {
  background: var(--rs-theme-yellow);
  color: var(--rs-title-primary);
}
.rs-gallery-three .rs-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-gallery-three .rs-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-gallery-three .rs-gallery-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-gallery-three .rs-gallery-thumb img {
  border-radius: 8px;
}

/*----------------------------------------*/
/*  4.23 history css
/*----------------------------------------*/
.rs-history-one .rs-history-list-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-history-one .rs-history-list-item::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}
.rs-history-one .rs-history-list-wrapper ul li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .rs-history-one .rs-history-list-wrapper ul li {
    grid-template-columns: 120px 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .rs-history-one .rs-history-list-wrapper ul li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.rs-history-one .rs-history-list-wrapper ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-history-one .rs-history-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: var(--rs-theme-blue);
  margin: 5px;
  position: relative;
  transform: translateY(5px);
}
.rs-history-one .rs-history-dot::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  border: 1px solid #c0ced9;
}
.rs-history-one .rs-history-month {
  font-weight: 600;
  text-align: end;
  color: var(--rs-theme-blue);
}
@media only screen and (max-width: 480px) {
  .rs-history-one .rs-history-month {
    text-align: start;
  }
}
.rs-history-one .rs-history-desc {
  position: relative;
  z-index: 1;
  padding-inline-start: 12px;
}
.rs-history-one .rs-history-desc::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rs-theme-blue);
  top: 10px;
  inset-inline-start: 0px;
}
.rs-history-one .rs-history-list-wrapper {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .rs-history-one .rs-history-list-wrapper {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  4.24 libraries css|
/*----------------------------------------*/
.rs-libraries-one {
  position: relative;
}
.rs-libraries-one .rs-libraries-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-libraries-one .rs-libraries-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-libraries-one .rs-libraries-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-libraries-one .rs-libraries-item {
  border-radius: 12px;
  background: var(--rs-white);
  padding-top: 12px;
  padding-bottom: 30px;
  padding-inline: 12px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-libraries-one .rs-libraries-item:hover .rs-libraries-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-libraries-one .rs-libraries-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.rs-libraries-one .rs-libraries-thumb img {
  width: 100%;
  transition: all 0.8s ease;
}
.rs-libraries-one .rs-libraries-title {
  margin-bottom: 8px;
  color: var(--rs-title-tertiary);
}
.rs-libraries-one .rs-libraries-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-libraries-one .rs-libraries-content {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-top: 27px;
}
.rs-libraries-one .rs-libraries-desc {
  margin-bottom: 28px;
}

/*----------------------------------------*/
/*  4.25 login
/*----------------------------------------*/
.rs-login-wrapper {
  background-color: var(--rs-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  padding: 30px 30px;
  margin: 0 auto;
  border-radius: 8px 0 0px 8px;
}
@media only screen and (max-width: 480px) {
  .rs-login-wrapper {
    padding: 25px 25px;
  }
}
.rs-login-wrapper input[type=checkbox] ~ label {
  color: var(--rs-black);
}
.rs-login-wrapper input[type=checkbox] ~ label::after {
  border: 1px solid rgba(102, 102, 102, 0.278);
  z-index: 1;
}
.rs-login-wrapper input[type=checkbox] ~ label::before {
  color: var(--rs-white);
  z-index: 2;
  background: var(--rs-theme-blue);
}
.rs-login-wrapper .form-input-title label {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  display: block;
  font-weight: 500;
  color: var(--rs-black);
}
.rs-login-thumb {
  height: 100%;
}
.rs-login-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 6px 6px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-login-thumb img {
    border-radius: 0 0px 6px 6px;
  }
}
.rs-login-link {
  color: var(--rs-theme-blue);
}
.rs-login-link:hover {
  color: var(--rs-theme-yellow);
}
.rs-login-btn .rs-btn {
  height: 50px;
}
.rs-login-meta-divider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
  margin-top: 30px;
}
.rs-login-meta-divider-line {
  position: relative;
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.rs-login-meta-divider-line.left-line {
  background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
.rs-login-meta-divider-line-right-line {
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}
.rs-login-meta-divider-title {
  position: relative;
  padding: 0 15px;
  width: max-content;
  font-size: 17px;
  color: var(--rs-black);
}
.rs-login-label {
  color: var(--rs-black);
}

/*----------------------------------------*/
/*  4.26 mission
/*----------------------------------------*/
.rs-mission-one .rs-mission-wrapper {
  display: grid;
  grid-template-columns: 410px auto;
  gap: 30px 60px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: 350px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: auto;
  }
}
.rs-mission-one .rs-counter-number,
.rs-mission-one .prefix {
  font-size: 48px;
  color: var(--rs-title-tertiary);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-mission-one .rs-counter-number,
  .rs-mission-one .prefix {
    font-size: 30px;
  }
}
.rs-mission-one .rs-counter-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rs-mission-one .rs-mission-sec-icon img {
  width: 68px;
}
.rs-mission-one .rs-mission-desc-wrapper {
  position: relative;
  z-index: 1;
  border-inline-start: 1px solid var(--rs-border-primary);
  padding-inline-start: 35px;
}
@media only screen and (max-width: 480px) {
  .rs-mission-one .rs-mission-desc-wrapper {
    padding-inline-start: 25px;
  }
}
.rs-mission-one .rs-mission-desc-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: -8px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-mission-one .rs-mission-thumb {
  margin-top: 38px;
}
.rs-mission-one .rs-mission-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-mission-one .rs-mission-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 15px;
}
.rs-mission-one .desc-one {
  margin-bottom: 20px;
}
.rs-mission-one .section-title {
  color: var(--rs-title-tertiary);
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 10px;
}
.rs-mission-one .section-desc {
  max-width: 290px;
}

/*----------------------------------------*/
/*  4.27 overview css
/*----------------------------------------*/
.rs-overview-one {
  background: var(--rs-theme-green);
  position: relative;
  z-index: 1;
}
.rs-overview-one .rs-overview-shape-one {
  position: absolute;
  top: 95px;
  inset-inline-start: 0;
}
[dir=rtl] .rs-overview-one .rs-overview-shape-one {
  transform: rotateY(180deg);
}
.rs-overview-one .rs-overview-shape-two {
  position: absolute;
  top: 160px;
  inset-inline-end: 215px;
}
@media only screen and (max-width: 1800px) {
  .rs-overview-one .rs-overview-shape-two {
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-overview-one .rs-overview-shape-two {
    display: none;
  }
}
.rs-overview-one .rs-overview-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-overview-one .rs-overview-wrapper {
    grid-template-columns: auto 350px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-overview-one .rs-overview-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-overview-one .rs-overview-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-overview-one .rs-overview-item {
  background-color: #346359;
  border: 1px solid var(--rs-border-tertiary);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.rs-overview-one .rs-overview-item.item-one {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-one {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-overview-one .rs-overview-item.item-one .rs-overview-icon svg {
  width: 58px;
  height: 58px;
}
.rs-overview-one .rs-overview-item.item-one .rs-overview-icon svg path {
  fill: var(--rs-white);
}
.rs-overview-one .rs-overview-item.item-one .rs-overview-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-one .rs-overview-content {
    gap: 30px;
  }
}
.rs-overview-one .rs-overview-item.item-one .rs-overview-inner {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-one .rs-overview-inner {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.rs-overview-one .rs-overview-item.item-two {
  background: var(--rs-theme-yellow);
  border: 0;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-inline-start: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-two {
    padding-top: 25px;
    padding-inline-start: 25px;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-inner {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-inner {
    grid-template-columns: auto auto;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-inner .rs-overview-thumb {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 190px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-inner .rs-overview-thumb {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-inner .rs-overview-thumb {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-inner .rs-overview-thumb {
    position: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-inner .rs-overview-thumb {
    width: 130px;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-shape {
  position: absolute;
  inset-inline-end: -40px;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-shape {
    inset-inline-end: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-shape {
    inset-inline-end: -100px;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-title {
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 575px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-title {
    font-size: 16px;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 115px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-two .rs-overview-content {
    gap: 25px;
  }
}
.rs-overview-one .rs-overview-item.item-two .rs-overview-thumb img {
  width: 100%;
}
.rs-overview-one .rs-overview-item.item-three {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-three {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-overview-one .rs-overview-item.item-three .rs-overview-inner {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-three .rs-overview-inner {
    gap: 30px;
    grid-template-columns: auto;
  }
}
.rs-overview-one .rs-overview-item.item-three .rs-overview-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 115px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-three .rs-overview-content {
    gap: 25px;
  }
}
.rs-overview-one .rs-overview-item.item-three .rs-counter-number,
.rs-overview-one .rs-overview-item.item-three .prefix {
  color: var(--rs-white);
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-item.item-three .rs-overview-thumb {
    width: 135px;
  }
}
.rs-overview-one .rs-overview-title {
  color: var(--rs-white);
}
.rs-overview-one .rs-overview-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-list {
    align-items: start;
  }
}
.rs-overview-one .rs-overview-list .rs-overview-list-item {
  list-style: none;
  border-radius: 30px;
  background: var(--rs-theme-green);
  color: var(--rs-white);
  padding-inline: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
  font-family: var(--rs-ff-title);
  display: inline-flex;
  justify-content: center;
}
.rs-overview-one .rs-overview-list .rs-overview-list-item:first-child {
  transform: rotate(10deg);
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-list .rs-overview-list-item:first-child {
    transform: rotate(0deg);
  }
}
.rs-overview-one .rs-overview-list .rs-overview-list-item:last-child {
  transform: rotate(-10deg);
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-list .rs-overview-list-item:last-child {
    transform: rotate(0deg);
  }
}
.rs-overview-one .rs-overview-list .rs-overview-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-overview-one .rs-overview-list .rs-overview-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.rs-overview-one .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
}
.rs-overview-one .rs-counter-number,
.rs-overview-one .prefix {
  font-size: 48px;
  font-weight: 600;
  color: var(--rs-title-primary);
  line-height: 0.85;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 767px) {
  .rs-overview-one .rs-counter-number,
  .rs-overview-one .prefix {
    font-size: 40px;
  }
}
.rs-overview-one .rs-overview-more-btn {
  display: flex;
  justify-content: center;
}
.rs-overview-one .rs-overview-more-btn .rs-btn {
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 0;
  margin-top: 40px;
  font-family: var(--rs-ff-title);
  color: var(--rs-white);
}
.rs-overview-one .rs-overview-more-btn .rs-btn.has-icon svg {
  width: 20px;
  height: 20px;
}
.rs-overview-one .rs-overview-more-btn .rs-btn.has-icon svg path {
  fill: var(--rs-white);
}
.rs-overview-one .rs-overview-more-btn .rs-btn:hover {
  color: var(--rs-theme-yellow);
}
.rs-overview-one .rs-overview-more-btn .rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-yellow);
}
.rs-overview-two .rs-accordion-item {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-overview-two .rs-overview-desc-wrapper {
  position: relative;
  padding-inline-start: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-overview-two .rs-overview-desc-wrapper {
    padding-inline-start: 25px;
  }
}
.rs-overview-two .rs-overview-desc-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: var(--rs-border-primary);
}
.rs-overview-two .rs-overview-desc-wrapper::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.rs-overview-two .rs-overview-desc-list-item {
  position: relative;
  padding-inline-start: 15px;
}
.rs-overview-two .rs-overview-desc-list-item:not(:last-child) {
  margin-bottom: 3px;
}
.rs-overview-two .rs-overview-desc-list-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #4C4C4C;
  border-radius: 50%;
}
.rs-overview-two .accordion-body {
  padding-top: 20px;
  padding-inline-start: 35px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1366px) {
  .rs-overview-two .accordion-body {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-overview-two .rs-overview-thumb {
  height: 100%;
}
.rs-overview-two .rs-overview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.rs-overview-two .rs-overview-wrapper {
  display: grid;
  grid-template-columns: 530px auto;
  gap: 30px 90px;
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-overview-two .rs-overview-wrapper {
    gap: 30px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-overview-two .rs-overview-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-overview-two .rs-overview-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-overview-two .rs-overview-wrapper {
    grid-template-columns: auto;
  }
}
.rs-overview-two .rs-overview-wrapper.rs-overview-grid {
  grid-template-columns: auto 510px;
  gap: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .rs-overview-two .rs-overview-wrapper.rs-overview-grid {
    grid-template-columns: auto;
  }
}
.rs-overview-two .rs-overview-wrapper.rs-overview-grid .rs-overview-desc-wrapper p {
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  4.28 page sidebar
/*----------------------------------------*/
.page-sidebar {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1600px) {
  .page-sidebar {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.page-sidebar .page-sidebar-line {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  border-color: var(--rs-border-primary);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.page-sidebar .page-sidebar-line::before {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-yellow);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.page-sidebar .page-sidebar-item ul li {
  list-style: none;
}
.page-sidebar .page-sidebar-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-sidebar .page-sidebar-item ul li a {
  display: flex;
  align-items: center;
  background: var(--rs-bg-primary);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.5s;
  color: var(--rs-title-tertiary);
}
@media only screen and (max-width: 1199px) {
  .page-sidebar .page-sidebar-item ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 10px;
    font-size: 15px;
  }
}
.page-sidebar .page-sidebar-item ul li a:hover {
  color: var(--rs-white);
  background: var(--rs-theme-blue);
}
.page-sidebar .page-sidebar-item ul li a:hover span svg {
  fill: var(--rs-white);
}
.page-sidebar .page-sidebar-item ul li a span svg {
  width: 16px;
  height: 16px;
}
[dir=rtl] .page-sidebar .page-sidebar-item ul li a span svg {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .page-sidebar .page-sidebar-item ul li a span svg {
    width: 14px;
    height: 14px;
  }
}
.page-sidebar .page-sidebar-item ul .page-sidebar-active a {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.page-sidebar .page-sidebar-item ul .page-sidebar-active a span svg path {
  fill: var(--rs-white);
}
.page-sidebar .rs-sidebar-page-thumb {
  margin-top: 20px;
}
.page-sidebar .rs-sidebar-page-thumb img {
  width: 100%;
  border-radius: 12px;
}

/*----------------------------------------*/
/*  4.29 price range CSS
/*----------------------------------------*/
.sidebar-widget-range .noUi-horizontal {
  height: 8px;
}
.sidebar-widget-range .noUi-target {
  background: #ddd;
  border: none;
  box-shadow: none;
}
.sidebar-widget-range .noUi-connect {
  background: var(--rs-theme-yellow);
}
.sidebar-widget-range .noUi-handle {
  border: none;
  background: var(--rs-theme-blue);
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-widget-range .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  inset-inline-end: -15px;
  top: 4px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sidebar-widget-range .noUi-handle::after, .sidebar-widget-range .noUi-handle::before {
  display: none;
}
.sidebar-widget-range .price-filter input {
  border: none;
  height: unset;
  padding: 0;
  color: var(--rs-text-primary);
  font-size: 16px;
  text-align: end;
}
.sidebar-widget-range .noUi-base .noUi-connects {
  border-radius: 0;
}
.sidebar-widget-range-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-widget-range-amount .rs-btn {
  background: var(--rs-theme-blue);
  height: 44px;
  font-size: 14px;
  color: var(--rs-white);
}
.sidebar-widget-range-amount .rs-btn:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-title-primary);
}

/*----------------------------------------*/
/*  4.30 privacy policy css
/*----------------------------------------*/
.policy-wrapper {
  padding: 50px 50px 50px 50px;
  background-color: var(--rs-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .policy-wrapper {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .policy-wrapper {
    padding: 30px 20px;
  }
}
.policy-meta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.policy-title {
  margin-bottom: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 575px) {
  .policy-title {
    font-size: 22px;
  }
}
.policy-item:not(:last-child) {
  margin-bottom: 25px;
}
.policy-item ul li {
  font-size: 16px;
  position: relative;
  padding-inline-start: 15px;
  list-style: none;
}
.policy-item ul li::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--rs-theme-blue);
  border-radius: 50%;
}
.policy-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.policy-item ul li b {
  color: var(--rs-black);
}
.policy-contact ul {
  margin-bottom: 10px;
}
.policy-contact ul li {
  list-style: none;
  font-size: 16px;
  color: var(--rs-black);
}
.policy-contact ul li a:hover {
  color: var(--rs-theme-primary);
}
.policy-address p {
  font-size: 16px;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  4.31 process
/*----------------------------------------*/
.rs-process-one .rs-progress-wrapper {
  display: grid;
  grid-template-columns: 460px auto;
  gap: 30px 90px;
  align-items: start;
}
@media only screen and (max-width: 1199px) {
  .rs-process-one .rs-progress-wrapper {
    grid-template-columns: 400px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-process-one .rs-progress-wrapper {
    grid-template-columns: auto;
  }
}
.rs-process-one .rs-process-thumb {
  margin-top: 50px;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 991px) {
  .rs-process-one .rs-process-thumb {
    position: relative;
    top: unset;
  }
}
.rs-process-one .rs-process-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-process-one .rs-process-badge {
  background: var(--rs-theme-blue);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: -50px;
  transform: translateX(-50%);
}
.rs-process-one .rs-process-title {
  background: var(--rs-theme-blue);
  padding-top: 17px;
  padding-bottom: 17px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px 6px 0 0;
  color: var(--rs-white);
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .rs-process-one .rs-process-title {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    font-size: 18px;
  }
}
.rs-process-one .rs-process-inner {
  position: relative;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 575px) {
  .rs-process-one .rs-process-inner {
    padding-inline-start: 30px;
  }
}
.rs-process-one .rs-process-inner::before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-color: var(--rs-theme-blue);
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-process-one .rs-process-inner::after {
  position: absolute;
  content: "";
  inset-inline-start: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--rs-border-primary);
}
.rs-process-one .rs-process-content {
  color: var(--rs-text-primary);
  padding-top: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  padding-bottom: 25px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rs-process-one .rs-process-content {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
  }
}
.rs-process-one .rs-process-item:not(:last-child) {
  margin-bottom: 25px;
}
.rs-process-two .rs-process-table-inner {
  width: 100%;
  background-color: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 1366px) {
  .rs-process-two .rs-process-table-inner {
    width: max-content;
    min-width: 100%;
  }
}
.rs-process-two .rs-process-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-process-two .rs-process-table-inner th {
  padding: 15px 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1199px) {
  .rs-process-two .rs-process-table-inner th {
    padding: 15px 15px;
  }
}
.rs-process-two .rs-process-table-inner td {
  padding: 15px 24px;
  vertical-align: middle;
  border: 1px solid var(--rs-border-primary);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .rs-process-two .rs-process-table-inner td {
    padding: 15px 15px;
  }
}
.rs-process-two .rs-process-table-inner td a:hover {
  color: var(--rs-theme-blue);
}

/*----------------------------------------*/
/*  4.32 program cost
/*----------------------------------------*/
.rs-program-cost-wrapper {
  display: grid;
  grid-template-columns: auto 575px;
  gap: 30px 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-cost-wrapper {
    grid-template-columns: auto 450px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-cost-wrapper {
    grid-template-columns: auto;
  }
}
.rs-program-cost-thumb img {
  width: 100%;
  border-radius: 8px;
}
.rs-program-cost-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  4.33 program css
/*----------------------------------------*/
.rs-program-one {
  position: relative;
}
.rs-program-one .rs-program-item {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--rs-white);
  margin-bottom: 20px;
  position: relative;
}
.rs-program-one .rs-program-shape {
  position: absolute;
  inset-inline-start: 0;
  top: 100px;
}
.rs-program-one .rs-program-shape-two {
  position: absolute;
  inset-inline-start: 150px;
  top: 125px;
  animation: updown 1.6s ease-in-out 1.6s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .rs-program-one .rs-program-shape-two {
    display: none;
  }
}
.rs-program-one .rs-program-shape-three {
  position: absolute;
  inset-inline-end: 90px;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-program-one .rs-program-shape-three {
    display: none;
  }
}
.rs-program-one .rs-program-info {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-inline: 30px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-program-one .rs-program-info {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-one .rs-program-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-one .rs-program-info {
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-program-one .rs-program-info {
    flex-wrap: wrap;
  }
}
.rs-program-one .rs-program-icon svg {
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 1600px) {
  .rs-program-one .rs-program-icon svg {
    width: 50px;
    height: 50px;
  }
}
.rs-program-one .rs-program-title {
  margin-bottom: 6px;
}
.rs-program-one .rs-program-desc {
  margin-bottom: 0;
}
.rs-program-one .rs-program-list {
  margin-top: 15px;
}
.rs-program-one .rs-program-list ul li {
  list-style: none;
}
.rs-program-one .rs-program-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.rs-program-one .rs-program-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--rs-border-primary);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 16px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  color: var(--rs-title-tertiary);
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  transition: 0.5s;
}
.rs-program-one .rs-program-list ul li a svg {
  width: 15px;
  height: 15px;
}
.rs-program-one .rs-program-list ul li a svg path {
  transition: 0.5s;
}
.rs-program-one .rs-program-list ul li a:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
  border-color: var(--rs-theme-blue);
}
.rs-program-one .rs-program-list ul li a:hover svg path {
  fill: var(--rs-theme-yellow);
}
.rs-program-one .accordion-button {
  width: 44px;
  height: 44px;
  border: 4px solid var(--rs-white);
  background: var(--rs-theme-yellow);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.rs-program-one .accordion-button:hover {
  background: var(--rs-theme-blue);
}
.rs-program-one .accordion-button:hover span svg path {
  fill: var(--rs-white);
}
.rs-program-one .accordion-button::after {
  content: none;
}
.rs-program-one .accordion-button span svg {
  width: 14px;
  height: 14px;
}
.rs-program-one .accordion-button span svg path {
  transition: 0.3s;
}
.rs-program-one .accordion-button .open-icon {
  display: flex;
}
.rs-program-one .accordion-button .close-icon {
  display: none;
}
.rs-program-one .accordion-button.collapsed .close-icon {
  display: flex;
}
.rs-program-one .accordion-button.collapsed .open-icon {
  display: none;
}
.rs-program-one.has-theme-red .has-space {
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .rs-program-one.has-theme-red .has-space {
    margin-top: 0;
  }
}
.rs-program-one.has-theme-red .accordion-button {
  background: var(--rs-theme-red);
}
.rs-program-one.has-theme-red .accordion-button svg path {
  fill: var(--rs-white);
}
.rs-program-one.has-theme-red .rs-program-list ul li a:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
  border-color: var(--rs-theme-red);
}
.rs-program-one.has-theme-red .rs-program-list ul li a:hover svg path {
  fill: var(--rs-white);
}
.rs-program-two {
  background: #21252D;
  position: relative;
  overflow-x: clip;
}
.rs-program-two .rs-program-shape {
  position: absolute;
  top: 200px;
  inset-inline-start: 95px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1800px) {
  .rs-program-two .rs-program-shape {
    inset-inline-start: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-program-two .rs-program-shape {
    display: none;
  }
}
.rs-program-two .rs-program-shape-two {
  position: absolute;
  bottom: 75px;
  inset-inline-end: -80px;
}
.rs-program-two .rs-program-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-program-two .rs-program-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-program-two .rs-program-item {
  display: grid;
  grid-template-columns: 260px auto;
  background: #272B35;
  border-radius: 12px;
  padding: 12px;
  gap: 30px;
  align-items: center;
  position: relative;
  border: 1px solid var(--rs-border-tertiary);
  transition: 0.6s;
}
@media only screen and (max-width: 1600px) {
  .rs-program-two .rs-program-item {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-program-two .rs-program-item {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.rs-program-two .rs-program-item:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
}
.rs-program-two .rs-program-item:hover .rs-program-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
@media only screen and (max-width: 1199px) {
  .rs-program-two .rs-program-content {
    padding-inline: 15px;
    padding-bottom: 20px;
  }
}
.rs-program-two .rs-program-thumb {
  overflow: hidden;
  border-radius: 12px;
}
.rs-program-two .rs-program-thumb img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
@media only screen and (max-width: 1199px) {
  .rs-program-two .rs-program-thumb img {
    height: 100%;
  }
}
.rs-program-two .rs-program-list-icon svg {
  width: 15px;
  height: 15px;
}
.rs-program-two .rs-program-list-icon svg path {
  fill: var(--rs-white);
}
.rs-program-two .rs-program-list-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.rs-program-two .rs-program-list-item p {
  color: var(--rs-white);
}
.rs-program-two .rs-program-title {
  color: var(--rs-white);
}
.rs-program-two .rs-program-desc {
  color: var(--rs-white);
  margin-top: 15px;
  margin-bottom: 15px;
}
.rs-program-two .rs-program-btn {
  margin-top: 25px;
}
.rs-program-three {
  position: relative;
}
.rs-program-three .rs-program-shape {
  position: absolute;
  top: 210px;
  inset-inline-end: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-program-three .rs-program-shape {
    top: 150px;
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-three .rs-program-shape {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-three .rs-program-shape {
    display: none;
  }
}
.rs-program-three .rs-program-item {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  background: var(--rs-bg-secondary);
  padding-top: 12px;
  padding-bottom: 35px;
  padding-inline: 12px;
}
.rs-program-three .rs-program-item:hover .rs-program-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-program-three .rs-program-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.rs-program-three .rs-program-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
  height: 250px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 480px) {
  .rs-program-three .rs-program-thumb img {
    height: 100%;
  }
}
.rs-program-three .rs-program-icon img {
  min-width: 52px;
  width: 52px;
}
@media only screen and (max-width: 1600px) {
  .rs-program-three .rs-program-icon img {
    min-width: 40px;
    width: 40px;
  }
}
.rs-program-three .rs-program-list-icon svg {
  width: 16px;
  height: 16px;
}
.rs-program-three .rs-program-list-icon svg path {
  fill: var(--rs-theme-red);
}
.rs-program-three .rs-program-list-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.rs-program-three .rs-program-title {
  margin-bottom: 10px;
}
.rs-program-three .rs-program-title a:hover {
  color: var(--rs-theme-red);
}
.rs-program-three .rs-program-content {
  display: flex;
  align-items: start;
  gap: 30px 30px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-top: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-program-three .rs-program-content {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-three .rs-program-content {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
.rs-program-three .rs-program-desc {
  margin-bottom: 15px;
}
.rs-program-three .rs-program-feature {
  margin-bottom: 30px;
}
.rs-program-three .rs-program-pagination {
  margin-top: 45px;
}
.rs-program-three.has-theme-green::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background: var(--rs-theme-green);
  z-index: 1;
}
.rs-program-three.has-theme-green .rs-program-sec-icon img {
  width: 65px;
}
.rs-program-three.has-theme-green .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.rs-program-three.has-theme-green .rs-counter-number,
.rs-program-three.has-theme-green .prefix {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
  line-height: 1;
}
.rs-program-three.has-theme-green .rs-counter-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-program-three.has-theme-green .rs-program-sec-counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-program-three.has-theme-green .rs-program-sec-meta-thumb {
  margin-bottom: 13px;
}
.rs-program-three.has-theme-green .rs-program-sec-meta {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: end;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-program-three.has-theme-green .rs-program-sec-meta {
    justify-content: start;
  }
}
.rs-program-three.has-theme-green .rs-program-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-green .rs-program-list-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-green .rs-program-list-item p {
  color: var(--rs-title-primary);
  font-weight: 500;
}
.rs-program-three.has-theme-green .section-title-wrapper {
  position: relative;
  z-index: 1;
}
.rs-program-three.has-theme-green .rs-program-more-btn {
  display: flex;
  justify-content: center;
}
.rs-program-three.has-theme-green .rs-program-more-btn .rs-btn {
  font-size: 20px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 0;
  margin-top: 30px;
  font-family: var(--rs-ff-title);
}
.rs-program-three.has-theme-green .rs-program-more-btn .rs-btn.has-icon svg {
  width: 20px;
  height: 20px;
}
.rs-program-three.has-theme-green .rs-program-more-btn .rs-btn:hover {
  color: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-green .rs-program-more-btn .rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-cyan .rs-program-item {
  background: var(--rs-white);
}
.rs-program-three.has-theme-cyan .rs-program-title a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-program-three.has-theme-cyan .rs-program-desc {
  margin-bottom: 33px;
}
.rs-program-three.has-theme-blue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background: var(--rs-theme-blue);
  z-index: 1;
}
.rs-program-three.has-theme-blue .rs-program-sec-icon img {
  width: 65px;
}
.rs-program-three.has-theme-blue .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.rs-program-three.has-theme-blue .rs-counter-number,
.rs-program-three.has-theme-blue .prefix {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
  line-height: 1;
}
.rs-program-three.has-theme-blue .rs-counter-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-program-three.has-theme-blue .rs-program-sec-counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-program-three.has-theme-blue .rs-program-sec-meta-thumb {
  margin-bottom: 13px;
}
.rs-program-three.has-theme-blue .rs-program-sec-meta {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-program-three.has-theme-blue .rs-program-sec-meta {
    justify-content: start;
  }
}
.rs-program-three.has-theme-blue .rs-program-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-blue .rs-program-list-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-blue .rs-program-list-item p {
  color: var(--rs-title-primary);
  font-weight: 500;
}
.rs-program-three.has-theme-blue .section-title-wrapper {
  position: relative;
  z-index: 1;
}
.rs-program-three.has-theme-blue .rs-program-more-btn {
  display: flex;
  justify-content: center;
}
.rs-program-three.has-theme-blue .rs-program-more-btn .rs-btn {
  font-size: 20px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 0;
  margin-top: 30px;
  font-family: var(--rs-ff-title);
}
.rs-program-three.has-theme-blue .rs-program-more-btn .rs-btn.has-icon svg {
  width: 20px;
  height: 20px;
}
.rs-program-three.has-theme-blue .rs-program-more-btn .rs-btn:hover {
  color: var(--rs-theme-yellow);
}
.rs-program-three.has-theme-blue .rs-program-more-btn .rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-yellow);
}
.rs-program-four {
  position: relative;
}
.rs-program-four .rs-program-bg {
  margin-inline-start: 45px;
  margin-inline-end: 45px;
  border-radius: 16px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-program-four .rs-program-bg {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-program-four .rs-program-bg {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-four .rs-program-bg {
    padding-top: 80px;
  }
}
.rs-program-four .rs-program-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 580px;
  top: 0;
  left: 0;
  background: var(--rs-theme-green-two);
  border-radius: 16px;
  z-index: -1;
}
.rs-program-four .rs-program-shape {
  position: absolute;
  top: 50%;
  inset-inline-start: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-program-four .rs-program-shape {
    display: none;
  }
}
.rs-program-four .rs-program-item {
  border-radius: 12px;
  background: var(--rs-white);
  padding-top: 28px;
  padding-bottom: 12px;
  padding-inline: 12px;
  text-align: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-program-four .rs-program-item:hover .rs-program-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-program-four .rs-program-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.rs-program-four .rs-program-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
  height: 250px;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 480px) {
  .rs-program-four .rs-program-thumb img {
    height: 100%;
  }
}
.rs-program-four .rs-program-title {
  margin-bottom: 10px;
}
.rs-program-four .rs-program-title a:hover {
  color: var(--rs-theme-red);
}
.rs-program-four .rs-program-content {
  margin-bottom: -25px;
}
.rs-program-four .rs-program-desc {
  margin-bottom: 30px;
}
.rs-program-four .rs-program-feature {
  margin-bottom: 30px;
}
.rs-program-four .rs-program-pagination {
  margin-top: 45px;
}
.rs-program-four .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.rs-program-four .rs-counter-number,
.rs-program-four .prefix {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
  line-height: 1;
}
.rs-program-four .rs-program-sec-counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-program-four .rs-program-sec-icon img {
  width: 65px;
}
.rs-program-four .rs-counter-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
}
.rs-program-four .rs-program-sec-meta {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-program-four .rs-program-sec-meta {
    justify-content: start;
  }
}
.rs-program-four .rs-program-sec-meta-thumb {
  margin-bottom: 13px;
}
.rs-program-four .rs-program-title a:hover {
  color: var(--rs-theme-green-two);
}
.rs-program-four .rs-program-more-btn {
  display: flex;
  justify-content: center;
}
.rs-program-four .rs-program-more-btn .rs-btn {
  font-size: 20px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 0;
  margin-top: 30px;
  font-family: var(--rs-ff-title);
}
.rs-program-four .rs-program-more-btn .rs-btn.has-icon svg {
  width: 20px;
  height: 20px;
}
.rs-program-four .rs-program-more-btn .rs-btn:hover {
  color: var(--rs-theme-green-two);
}
.rs-program-four .rs-program-more-btn .rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-green-two);
}
.rs-program-five .rs-program-item-wrapper {
  margin-top: 30px;
}
.rs-program-five .rs-program-item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: auto 270px;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-five .rs-program-item {
    grid-template-columns: auto auto;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-five .rs-program-item {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-five .rs-program-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.rs-program-five .rs-program-item:not(:last-child) {
  margin-bottom: 25px;
}
.rs-program-five .rs-program-item:hover .rs-program-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-program-five .rs-program-tag {
  padding: 5px 12px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.rs-program-five .rs-program-tag-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.rs-program-five .rs-program-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-five .rs-program-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-five .rs-program-thumb {
    position: relative;
    top: unset;
  }
}
.rs-program-five .rs-program-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-program-five .rs-program-content {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-five .rs-program-content {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-five .rs-program-content {
    padding: 0px 10px 15px 10px;
  }
}
.rs-program-five .rs-program-desc {
  margin-bottom: 15px;
  max-width: 555px;
}
.rs-program-five .rs-program-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-program-five .rs-program-btn .rs-btn {
  border-radius: 0;
}
.rs-program-five .rs-program-btn .rs-btn .btn-text-wrap span {
  text-decoration: underline;
}
.rs-program-five.has-theme-blue .filter-main-title {
  font-family: "Prata", serif;
}
.rs-program-five.has-theme-blue .filter-title {
  font-family: "Prata", serif;
  font-size: 16px;
  font-weight: 500;
}
.rs-program-five.has-theme-blue .rs-program-title {
  font-family: "Prata", serif;
  color: #021E40;
  font-size: 22px;
}
@media only screen and (max-width: 575px) {
  .rs-program-five.has-theme-blue .rs-program-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-program-five.has-theme-blue .rs-program-title {
    font-size: 18px;
  }
}
.rs-program-five.has-theme-blue input[type=checkbox] ~ label {
  font-size: 16px;
}
.rs-program-details .rs-program-details-tab-wrapper .nav-pills {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--rs-border-primary);
  gap: 10px 5px;
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-item:not(:last-child) {
  border-inline-end: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-item:not(:last-child) {
    border-inline-end: none;
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link {
  background: var(--rs-white);
  font-weight: 600;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  color: var(--rs-title-tertiary);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  padding: 15px 35px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-link {
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-link {
    padding: 15px 15px;
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link.active {
  color: var(--rs-white);
  background: var(--rs-theme-blue);
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link:hover {
  color: var(--rs-white);
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-blue);
  transition: all 0.3s ease-in-out;
}
.rs-program-details .rs-program-details-tab-icon svg {
  width: 30px;
  height: 30px;
}
.rs-program-details .rs-program-details-tab-icon svg path {
  fill: var(--rs-white);
}
.rs-program-details .rs-program-details-tab-anim .tab-pane.active .rs-program-details-tab-item {
  animation: slide-down 5s ease-out;
}
.rs-program-details .rs-program-details-feature {
  margin-bottom: 40px;
}
.rs-program-details .rs-program-details-feature-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-program-details .rs-program-details-feature-item {
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--rs-white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-program-details .rs-program-details-feature-item {
    padding: 20px;
  }
}
.rs-program-details .rs-program-details-feature-icon {
  width: 84px;
  height: 84px;
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-feature-icon {
    width: 70px;
    height: 70px;
  }
}
.rs-program-details .rs-program-details-feature-icon svg {
  width: 46px;
  height: 46px;
}
.rs-program-details .rs-program-details-feature-title {
  margin-bottom: 5px;
}
.rs-program-details .rs-program-details-feature-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
  z-index: -1;
}
.rs-program-details .rs-program-details-about-desc {
  max-width: 585px;
}
.rs-program-details .rs-program-details-about-list li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  padding-inline-start: 12px;
}
.rs-program-details .rs-program-details-about-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rs-theme-blue);
  inset-inline-start: 0;
  top: 10px;
}
.rs-program-details .rs-program-details-about-list li:not(:last-child) {
  margin-bottom: 7px;
}
.rs-program-details .rs-program-details-about-list li span {
  font-weight: 500;
  color: var(--rs-title-tertiary);
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-sec-title {
  background: var(--rs-theme-blue);
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px 6px 0 0;
  color: var(--rs-white);
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item {
    grid-template-columns: 150px 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item {
    grid-template-columns: 1fr;
  }
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item:not(:last-child) {
  margin-bottom: 10px;
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item-wrapper {
  background: var(--rs-white);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 30px;
  border-radius: 0px 0px 6px 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item-wrapper {
    padding-inline: 25px;
    padding-top: 25px;
  }
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-title {
  font-size: 16px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  4.34 quantity css
/*----------------------------------------*/
.rs-product-quantity {
  width: 156px;
  position: relative;
}

.rs-cart-plus,
.rs-cart-minus {
  width: 50px;
  height: 50px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--rs-black);
  position: absolute;
  top: 50%;
  left: 0px;
  border: 2px solid var(--rs-border-primary);
  cursor: pointer;
  transform: translateY(-50%);
}

.rs-cart-input[type=text] {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: var(--rs-bg-secondary);
  padding: 0 45px;
  line-height: 1.5;
  color: var(--rs-black);
  border: 2px solid var(--rs-border-primary);
}

.rs-cart-plus.rs-cart-plus,
.rs-cart-minus.rs-cart-plus {
  left: auto;
  right: 0px;
}

.product-details-info p,
.product-details-categories p,
.product-details-tags p,
.product-details-id p,
.product-details-share p {
  display: inline-block;
  font-size: 15px;
}

.product-details-name span {
  font-size: 15px;
  color: var(--rs-title-primary);
}

.product-details-checkout-card p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--rs-black);
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  4.35 quote css
/*----------------------------------------*/
.rs-quote-wrapper {
  border-radius: 6px;
  background: var(--rs-white);
  padding-top: 34px;
  padding-bottom: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-quote-wrapper {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-quote-wrapper {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-quote-wrapper .rs-quote-icon {
  margin-bottom: 20px;
}
.rs-quote-wrapper .rs-quote-icon svg {
  width: 40px;
  height: 40px;
}
.rs-quote-wrapper .rs-quote-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-quote-wrapper .rs-quote-desc {
  font-size: 18px;
  font-style: italic;
  color: var(--rs-title-primary);
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-quote-wrapper .rs-quote-desc {
    font-size: 16px;
  }
}
.rs-quote-wrapper .rs-quote-author {
  font-size: 18px;
}

/*----------------------------------------*/
/*  4.36 requirement css
/*----------------------------------------*/
.rs-requirement-one .rs-requirement-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-requirement-one .rs-requirement-badge {
  background: var(--rs-theme-blue);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-requirement-one .rs-requirement-badge img {
  width: 90px;
}
.rs-requirement-one .rs-requirement-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-requirement-one .rs-requirement-thumb-wrapper {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  4.37 research css
/*----------------------------------------*/
.rs-research-one .rs-research-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-research-one .rs-research-meta {
  font-size: 15px;
  display: flex;
  gap: 5px;
}
.rs-research-one .rs-research-author {
  font-size: 15px;
}
.rs-research-one .rs-research-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
.rs-research-one .rs-research-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.rs-research-one .rs-research-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
@media only screen and (max-width: 991px) {
  .rs-research-one .rs-research-thumb img {
    height: 300px;
  }
}
.rs-research-one .rs-research-item {
  display: grid;
  grid-template-columns: auto 520px;
  gap: 30px 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-research-one .rs-research-item {
    grid-template-columns: auto 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-research-one .rs-research-item {
    gap: 30px 30px;
    grid-template-columns: auto 300px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-research-one .rs-research-item {
    grid-template-columns: auto;
  }
}
.rs-research-one .rs-research-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-research-one .rs-research-item:first-child {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 20px;
}
.rs-research-one .rs-research-item:last-child {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
}
.rs-research-one .rs-research-item:hover .rs-research-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-research-one .rs-research-content-wrapper {
  display: grid;
  grid-template-columns: 440px auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-research-one .rs-research-content-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-research-one .rs-research-content-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-research-one .rs-research-content-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-research-one .rs-research-content-wrapper {
    grid-template-columns: auto;
  }
}
.rs-research-one.has-theme-blue .rs-research-title {
  color: var(--rs-title-tertiary);
}
.rs-research-one.has-theme-blue .rs-research-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-research-two .rs-research-wrapper {
  background: var(--rs-white);
  padding-top: 40px;
  padding-bottom: 30px;
  padding-inline: 50px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-research-two .rs-research-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-research-two .rs-research-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-research-two .rs-research-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-research-two .rs-research-wrapper.no-bg {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 20px;
}
.rs-research-two .rs-research-title {
  font-size: 16px;
  color: var(--rs-theme-blue);
  margin-bottom: 8px;
}
.rs-research-two .rs-research-list {
  position: relative;
  padding-inline-start: 12px;
}
.rs-research-two .rs-research-list:not(:last-child) {
  margin-bottom: 5px;
}
.rs-research-two .rs-research-list::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 12px;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.rs-research-three {
  position: relative;
}
.rs-research-three .rs-research-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-research-three .rs-research-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-research-three .rs-research-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-research-three .rs-research-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 40px;
  padding-inline: 30px;
  text-align: center;
  border-radius: 12px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-research-three .rs-research-item {
    padding-bottom: 30px;
  }
}
.rs-research-three .rs-research-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  margin: -50px auto 35px;
}
.rs-research-three .rs-research-icon svg {
  width: 50px;
  height: 50px;
}
.rs-research-three .rs-research-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-research-three .rs-research-title {
  margin-bottom: 10px;
  color: var(--rs-title-tertiary);
}
@media only screen and (max-width: 575px) {
  .rs-research-three .rs-research-desc {
    font-size: 15px;
  }
}
.rs-research-four .rs-research-wrapper {
  display: grid;
  grid-template-columns: 822px auto;
  gap: 30px 50px;
  margin-top: 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-research-four .rs-research-wrapper {
    grid-template-columns: 700px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-research-four .rs-research-wrapper {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-research-four .rs-research-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-research-four .rs-research-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-research-four .rs-research-thumb {
  height: 100%;
}
.rs-research-four .rs-research-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.rs-research-four .rs-research-item.item-two {
  border-radius: 12px;
  background: var(--rs-white);
  padding-top: 28px;
  padding-bottom: 12px;
  padding-inline: 12px;
  text-align: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.rs-research-four .rs-research-item.item-two .rs-research-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.rs-research-four .rs-research-content {
  margin-bottom: -25px;
}
.rs-research-four .rs-research-title {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  4.38 scholarships css
/*----------------------------------------*/
.rs-scholarships-one .rs-scholarships-thumb {
  margin-top: 30px;
}
.rs-scholarships-one .rs-scholarships-thumb img {
  border-radius: 12px;
}
.rs-scholarships-two .rs-scholarships-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-scholarships-two .rs-scholarships-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-two .rs-scholarships-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-scholarships-two .rs-scholarships-content {
  background: var(--rs-white);
  padding-inline: 40px;
  padding-top: 30px;
  padding-bottom: 33px;
  border-radius: 0px 0px 12px 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-scholarships-two .rs-scholarships-content {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-scholarships-two .rs-scholarships-content {
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
.rs-scholarships-two .rs-tuition-list .rs-tuition-list-item {
  list-style: none;
}
.rs-scholarships-two .rs-tuition-list .rs-tuition-list-item:not(:last-child) {
  margin-bottom: 4px;
}
.rs-scholarships-two .rs-tuition-inner-title {
  color: var(--rs-title-tertiary);
  font-size: 17px;
}
.rs-scholarships-two .rs-scholarships-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 20px;
}
.rs-scholarships-two .rs-tuition-info-item:first-child {
  margin-bottom: 22px;
}
.rs-scholarships-two .rs-tuition-inner-title {
  font-size: 17px;
  margin-bottom: 6px;
  text-decoration: underline;
}
.rs-scholarships-two .rs-tuition-label {
  font-size: 15px;
}
.rs-scholarships-two .rs-scholarships-thumb {
  position: relative;
}
.rs-scholarships-two .rs-scholarships-thumb img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top center;
}
.rs-scholarships-two .rs-scholarships-icon {
  width: 76px;
  height: 76px;
  background: var(--rs-theme-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  inset-inline-start: 40px;
}
.rs-scholarships-two .rs-scholarships-icon svg {
  width: 40px;
  height: 40px;
}
.rs-scholarships-two .rs-scholarships-icon svg path {
  fill: var(--rs-white);
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-two .rs-scholarships-tab-wrapper {
    display: none;
  }
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-pills {
  display: flex;
  justify-content: center;
  gap: 30px 5px;
  margin-bottom: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-scholarships-two .rs-scholarships-tab-wrapper .nav-pills {
    gap: 20px 5px;
  }
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link {
  background: var(--rs-white);
  font-weight: 500;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  border-bottom: 2px solid var(--rs-white);
  color: var(--rs-text-primary);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  padding: 15px 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link {
    padding: 15px 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link {
    padding: 15px 15px;
  }
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link.active {
  color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link.active .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link:hover {
  color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-scholarships-two .rs-scholarships-tab-wrapper .nav-link:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-blue);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-two .rs-scholarships-tab-content-wrapper {
    display: none;
  }
}
.rs-scholarships-two .rs-scholarships-tab-icon svg {
  width: 30px;
  height: 30px;
}
.rs-scholarships-two .rs-scholarships-tab-icon svg path {
  fill: var(--rs-white);
}
.rs-scholarships-two .rs-scholarships-tab-anim .tab-pane.active .rs-scholarships-item-wrapper {
  animation: slide-down 5s ease-out;
}
.rs-scholarships-two .rs-scholarships-accordion {
  display: none;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-two .rs-scholarships-accordion {
    display: block;
  }
}
.rs-scholarships-two .rs-accordion-one .rs-accordion-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
.rs-scholarships-two .rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.rs-scholarships-two .rs-accordion-one .accordion-button {
  gap: 10px;
  padding-inline-end: 0;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-two .rs-accordion-one .accordion-button {
    font-size: 18px;
  }
}
.rs-scholarships-two .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-theme-blue);
}
.rs-scholarships-two .rs-accordion-one .accordion-button:not(.collapsed) .rs-scholarships-accordion-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-scholarships-two .rs-accordion-one .accordion-body {
  padding: 0;
  margin-top: 30px;
}
.rs-scholarships-two .rs-accordion-one .rs-scholarships-content {
  padding-inline: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.rs-scholarships-two .rs-accordion-one .rs-scholarships-thumb img {
  border-radius: 12px;
}
.rs-scholarships-two .rs-accordion-one .rs-scholarships-icon {
  top: 10px;
  inset-inline-start: 10px;
  width: 60px;
  height: 60px;
}
.rs-scholarships-two .rs-accordion-one .rs-scholarships-icon svg {
  width: 30px;
  height: 30px;
}
.rs-scholarships-three .rs-scholarships-wrapper {
  background: var(--rs-white);
  padding-top: 35px;
  padding-bottom: 30px;
  padding-inline: 40px;
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-scholarships-three .rs-scholarships-wrapper {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-scholarships-three .rs-scholarships-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
.rs-scholarships-three .rs-scholarships-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-scholarships-three .rs-scholarships-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-scholarships-three .rs-scholarships-title {
  font-size: 16px;
  color: var(--rs-theme-blue);
  margin-bottom: 8px;
}
.rs-scholarships-three .rs-scholarships-list {
  position: relative;
  padding-inline-start: 12px;
}
.rs-scholarships-three .rs-scholarships-list:not(:last-child) {
  margin-bottom: 5px;
}
.rs-scholarships-three .rs-scholarships-list::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 12px;
  inset-inline-start: 0;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  4.39 Team css
/*----------------------------------------*/
.rs-team-one {
  position: relative;
}
.rs-team-one .rs-team-life {
  position: absolute;
  bottom: 150px;
  inset-inline-start: 50px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1800px) {
  .rs-team-one .rs-team-life {
    inset-inline-start: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-team-one .rs-team-life {
    display: none;
  }
}
.rs-team-one .rs-team-life-two {
  position: absolute;
  top: 200px;
  inset-inline-end: 40px;
}
@media only screen and (max-width: 1800px) {
  .rs-team-one .rs-team-life-two {
    inset-inline-end: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-team-one .rs-team-life-two {
    display: none;
  }
}
.rs-team-one .rs-team-item {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  background: var(--rs-white);
  padding-top: 30px;
  padding-inline: 30px;
  padding-bottom: 35px;
  border: 1px solid var(--rs-border-primary);
  position: relative;
}
.rs-team-one .rs-team-item:hover .rs-team-social a {
  opacity: 1;
  visibility: visible;
}
.rs-team-one .rs-team-item:hover .rs-team-social a:nth-child(2) {
  bottom: 44px;
}
.rs-team-one .rs-team-item:hover .rs-team-social a:nth-child(3) {
  bottom: 88px;
}
.rs-team-one .rs-team-item:hover .rs-team-social a:nth-child(4) {
  bottom: 132px;
}
.rs-team-one .rs-team-item:hover .rs-team-social a:nth-child(5) {
  bottom: 176px;
}
.rs-team-one .rs-team-thumb {
  margin-bottom: 40px;
  position: relative;
}
.rs-team-one .rs-team-thumb img {
  width: 346px;
  height: 346px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}
@media only screen and (max-width: 1600px) {
  .rs-team-one .rs-team-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.rs-team-one .rs-team-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.rs-team-one .rs-team-title {
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.rs-team-one .rs-team-title:hover {
  color: var(--rs-theme-yellow);
}
.rs-team-one .rs-team-designation {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.rs-team-one .rs-team-social {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 18px);
}
.rs-team-one .rs-team-social .social-icon {
  width: 36px;
  height: 36px;
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.rs-team-one .rs-team-social a {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.rs-team-one .rs-team-pagination {
  margin-top: 45px;
}
.rs-team-one.has-theme-red .rs-team-social .social-icon {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-team-one.has-theme-red .rs-team-title a:hover {
  color: var(--rs-theme-red);
}
.rs-team-one.has-theme-red-two .rs-team-item {
  transition: 0.5s;
}
.rs-team-one.has-theme-red-two .rs-team-item:hover {
  background: var(--rs-theme-red);
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-shape-one {
  opacity: 0;
  visibility: hidden;
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-shape-two {
  opacity: 1;
  visibility: visible;
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-title {
  color: var(--rs-white);
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-title a:hover {
  color: var(--rs-white);
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-designation {
  color: var(--rs-white);
}
.rs-team-one.has-theme-red-two .rs-team-item:hover .rs-team-social .social-icon {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-team-one.has-theme-red-two .rs-team-shape-one {
  position: absolute;
  inset-inline-start: 0;
  top: 35px;
  transition: 0.3s;
}
.rs-team-one.has-theme-red-two .rs-team-shape-two {
  position: absolute;
  inset-inline-start: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .rs-team-one.has-theme-red-two .rs-team-shape-two {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-red-two .rs-team-shape-two {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-one.has-theme-red-two .rs-team-shape-two {
    top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-team-one.has-theme-red-two .rs-team-shape-two {
    top: 0;
  }
}
.rs-team-one.has-theme-red-two .rs-team-social .social-icon {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-team-one.has-theme-cyan .rs-team-item {
  border-radius: 15px;
  background: var(--rs-white);
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 35px;
  border: 1px solid var(--rs-border-primary);
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.rs-team-one.has-theme-cyan .rs-team-item:hover {
  background: var(--rs-theme-cyan);
}
.rs-team-one.has-theme-cyan .rs-team-item:hover .rs-team-title {
  color: var(--rs-white);
}
.rs-team-one.has-theme-cyan .rs-team-item:hover .rs-team-title a:hover {
  color: var(--rs-white);
}
.rs-team-one.has-theme-cyan .rs-team-item:hover .rs-team-designation {
  color: var(--rs-white);
}
.rs-team-one.has-theme-cyan .rs-team-item .rs-team-social .social-icon {
  background: var(--rs-theme-light-cyan);
  color: var(--rs-white);
}
.rs-team-one.has-theme-cyan .rs-team-thumb img {
  border-radius: 8px;
  width: 100%;
}
.rs-team-one.has-theme-blue .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-blue .rs-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-one.has-theme-blue .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-one.has-theme-blue .rs-team-item {
  transition: 0.5s;
}
.rs-team-one.has-theme-blue .rs-team-item:hover {
  background: var(--rs-theme-blue);
}
.rs-team-one.has-theme-blue .rs-team-item:hover .rs-team-shape-one {
  opacity: 0;
  visibility: hidden;
}
.rs-team-one.has-theme-blue .rs-team-item:hover .rs-team-shape-two {
  opacity: 1;
  visibility: visible;
}
.rs-team-one.has-theme-blue .rs-team-item:hover .rs-team-title {
  color: var(--rs-white);
}
.rs-team-one.has-theme-blue .rs-team-item:hover .rs-team-title a:hover {
  color: var(--rs-white);
}
.rs-team-one.has-theme-blue .rs-team-item:hover .rs-team-designation {
  color: var(--rs-white);
}
.rs-team-one.has-theme-blue .rs-team-shape-one {
  position: absolute;
  inset-inline-start: 0;
  top: 35px;
  transition: 0.3s;
}
.rs-team-one.has-theme-blue .rs-team-shape-two {
  position: absolute;
  inset-inline-start: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .rs-team-one.has-theme-blue .rs-team-shape-two {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-blue .rs-team-shape-two {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-one.has-theme-blue .rs-team-shape-two {
    top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-team-one.has-theme-blue .rs-team-shape-two {
    top: 0;
  }
}
.rs-team-one.has-theme-blue .rs-team-social .social-icon {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-team-two {
  position: relative;
}
.rs-team-two .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-team-two .rs-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-team-two .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-two .rs-team-item:hover .rs-team-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-team-two .rs-team-sec-title {
  color: var(--rs-title-tertiary);
}
.rs-team-two .rs-team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.rs-team-two .rs-team-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transform: scale(1.02);
  transition: all 0.8s ease;
  object-fit: cover;
  object-position: top center;
}
.rs-team-two .rs-team-content {
  background: var(--rs-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 10px 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-inline: 15px;
  text-align: center;
}
.rs-team-two .rs-team-title {
  margin-bottom: 5px;
  color: var(--rs-title-tertiary);
  font-size: 20px;
}
.rs-team-two .rs-team-title:hover {
  color: var(--rs-theme-yellow);
}
.rs-team-two .rs-team-designation {
  font-size: 15px;
}
.rs-team-three .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-team-three .rs-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-three .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-three .rs-team-item {
  background: var(--rs-bg-primary);
  border-radius: 16px;
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 30px;
}
.rs-team-three .rs-team-item:hover .rs-team-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-team-three .rs-team-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.rs-team-three .rs-team-thumb img {
  width: 100%;
  transition: all 0.8s ease;
}
.rs-team-three .rs-team-title {
  margin-bottom: 12px;
  color: var(--rs-title-tertiary);
}
.rs-team-three .rs-team-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-team-three .rs-team-content {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-top: 27px;
}
.rs-team-three .rs-team-desc {
  margin-bottom: 28px;
}
.rs-team-three .rs-team-desig {
  margin-bottom: 10px;
  display: inline-block;
}
.rs-team-three .rs-team-bio {
  margin-bottom: 22px;
}
.rs-team-four {
  position: relative;
}
.rs-team-four .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.rs-team-four .rs-team-item {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: var(--rs-white);
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 30px;
  position: relative;
  transition: 0.5s;
}
.rs-team-four .rs-team-item:hover {
  background: var(--rs-theme-blue);
}
.rs-team-four .rs-team-item:hover .rs-team-social {
  opacity: 1;
  visibility: visible;
  inset-inline-start: 30px;
}
.rs-team-four .rs-team-item:hover .rs-team-title {
  color: var(--rs-white);
}
.rs-team-four .rs-team-item:hover .rs-team-title a:hover {
  color: var(--rs-white);
}
.rs-team-four .rs-team-item:hover .rs-team-designation {
  color: var(--rs-white);
}
.rs-team-four .rs-team-thumb {
  margin-bottom: 35px;
  position: relative;
}
.rs-team-four .rs-team-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
  height: 346px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}
@media only screen and (max-width: 480px) {
  .rs-team-four .rs-team-thumb img {
    height: 100%;
  }
}
.rs-team-four .rs-team-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.rs-team-four .rs-team-title {
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.rs-team-four .rs-team-title:hover {
  color: var(--rs-theme-yellow);
}
.rs-team-four .rs-team-designation {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.rs-team-four .rs-team-social {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  inset-inline-start: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.rs-team-four .rs-team-social .social-icon {
  width: 36px;
  height: 36px;
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.rs-team-four .rs-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-team-four .rs-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-team-four .rs-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-four .rs-team-social .social-icon {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-team-four .rs-team-life {
  position: absolute;
  bottom: 150px;
  inset-inline-start: 50px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1800px) {
  .rs-team-four .rs-team-life {
    inset-inline-start: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-team-four .rs-team-life {
    display: none;
  }
}
.rs-team-four .rs-team-life-two {
  position: absolute;
  top: 200px;
  inset-inline-end: 40px;
}
@media only screen and (max-width: 1800px) {
  .rs-team-four .rs-team-life-two {
    inset-inline-end: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-team-four .rs-team-life-two {
    display: none;
  }
}
.rs-team-four .rs-team-pagination {
  margin-top: 45px;
}
.rs-team-details .rs-team-details-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px 50px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-team-details .rs-team-details-wrapper {
    grid-template-columns: 350px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-team-details .rs-team-details-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-details .rs-team-details-wrapper {
    grid-template-columns: auto;
  }
}
.rs-team-details .rs-team-details-thumb-wrapper {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .rs-team-details .rs-team-details-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-team-details .rs-team-details-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-team-details .rs-team-details-author-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-team-details .rs-team-details-author-info {
  padding-top: 20px;
}
.rs-team-details .rs-team-details-author-name {
  margin-bottom: 5px;
}
.rs-team-details .rs-team-details-details-title {
  margin-bottom: 15px;
}
.rs-team-details .rs-team-details-desc {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 30px;
  margin-bottom: 33px;
}
.rs-team-details .rs-team-details-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 30px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .rs-team-details .rs-team-details-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-team-details .rs-info-list li {
  list-style: none;
  position: relative;
  padding-inline-start: 12px;
}
.rs-team-details .rs-info-list li:not(:last-child) {
  margin-bottom: 8px;
}
.rs-team-details .rs-info-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #4C4C4C;
  border-radius: 50%;
  top: 9px;
  inset-inline-start: 0;
}
.rs-team-details .rs-team-details-info-title {
  margin-bottom: 20px;
}
.rs-team-details .rs-contact-info-item {
  background-color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 14px;
  border-radius: 100px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
}
.rs-team-details .rs-contact-info-item svg {
  width: 20px;
  height: 20px;
}
.rs-team-details .rs-contact-info-item svg path {
  transition: 0.5s;
}
.rs-team-details .rs-contact-info-item:hover {
  color: var(--rs-title-primary);
  background: var(--rs-theme-yellow);
}
.rs-team-details .rs-contact-info-item:hover svg path {
  fill: var(--rs-black);
}
.rs-team-details .rs-contact-wrapper {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.rs-team-details .rs-team-details-title {
  margin-bottom: 16px;
}
.rs-team-details .rs-team-details .rs-contact-wrapper {
  gap: 30px;
  display: flex;
  align-items: center;
}
.rs-team-details .rs-team-details-contact-title {
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  4.40 testimonial
/*----------------------------------------*/
.rs-testimonial-one {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one {
    margin-bottom: 80px;
  }
}
.rs-testimonial-one .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 345px;
  bottom: -160px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one .rs-testimonial-bg-thumb {
    bottom: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-bg-thumb {
    bottom: -80px;
  }
}
.rs-testimonial-one .rs-testimonial-wrapper {
  background: var(--rs-theme-blue);
  padding: 20px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 425px 710px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    grid-template-columns: 400px 630px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    grid-template-columns: auto 480px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-wrapper {
    grid-template-columns: auto;
  }
}
.rs-testimonial-one .rs-testimonial-thumb {
  position: relative;
}
.rs-testimonial-one .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 16px;
}
.rs-testimonial-one .rs-testimonial-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-testimonial-one .rs-testimonial-desc {
  font-size: 20px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one .rs-testimonial-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-one .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-one .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-one .rs-testimonial-avater-wrapper {
    gap: 18px 30px;
  }
}
.rs-testimonial-one .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-one .rs-testimonial-avater-designation {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.rs-testimonial-one .rs-testimonial-avater-title {
  margin-bottom: 5px;
  color: var(--rs-white);
}
.rs-testimonial-one .rs-testimonial-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-testimonial-two .rs-testimonial-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding-top: 8px;
  padding-inline-end: 8px;
  padding-inline-start: 8px;
  padding-bottom: 30px;
}
.rs-testimonial-two .rs-testimonial-content {
  padding-inline-start: 22px;
  padding-inline-end: 30px;
}
.rs-testimonial-two .rs-testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-inline-start: -28px;
  margin-bottom: 20px;
  margin-inline-start: 0;
  margin-top: 0;
}
.rs-testimonial-two .rs-testimonial-avater-thumb img {
  border-radius: 12px 0px 100px 0px;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.rs-testimonial-two .rs-testimonial-rating i {
  font-size: 16px;
  color: #F55B1F;
}
.rs-testimonial-two .rs-testimonial-desc {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-two .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-two .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-two .rs-testimonial-pagination {
  margin-top: 45px;
}
.rs-testimonial-three {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background: #322E2F;
}
.rs-testimonial-three .rs-testimonial-shape {
  position: absolute;
  inset-inline-start: 0;
  top: 230px;
}
[dir=rtl] .rs-testimonial-three .rs-testimonial-shape {
  transform: rotateY(180deg);
}
.rs-testimonial-three .rs-testimonial-item {
  background: var(--rs-bg-black);
  border-radius: 6px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  box-shadow: 20px 20px 0px 0px rgba(28, 23, 25, 0.88);
  margin-inline-end: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-three .rs-testimonial-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-testimonial-three .rs-testimonial-icon svg {
  width: 60px;
}
.rs-testimonial-three .rs-testimonial-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-three .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-three .rs-testimonial-avater-title {
  font-size: 20px;
  color: var(--rs-white);
  font-weight: 600;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}
.rs-testimonial-three .rs-testimonial-avater-designation {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.16px;
}
.rs-testimonial-three .rs-testimonial-rating {
  font-size: 60px;
  font-weight: 600;
  color: var(--rs-white);
  line-height: 0.9;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-three .rs-testimonial-rating {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-three .rs-testimonial-rating {
    font-size: 40px;
  }
}
.rs-testimonial-three .rs-testimonial-rating-icon i {
  color: #FF8E2B;
  font-size: 17px;
}
.rs-testimonial-three .rs-testimonial-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 55px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-three .rs-testimonial-rating-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-three .rs-testimonial-rating-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.rs-testimonial-three .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.rs-testimonial-three.has-theme-green {
  background: var(--rs-theme-green);
}
.rs-testimonial-three.has-theme-green .rs-testimonial-item {
  background: #346359;
  box-shadow: none;
  margin: 0;
  border: 1px solid var(--rs-border-tertiary);
}
.rs-testimonial-three.has-theme-green .rs-testimonial-pagination {
  margin-top: 45px;
}
.rs-testimonial-three.has-theme-green .rs-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-testimonial-three.has-theme-green .rs-testimonial-pagination .swiper-pagination-bullet:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-testimonial-three.has-theme-green-two {
  background: var(--rs-white);
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-item {
  background: var(--rs-bg-primary);
  box-shadow: none;
  margin: 0;
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-pagination {
  margin-top: 45px;
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-avater-title {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-avater-designation {
  color: var(--rs-text-primary);
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-rating {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-theme-green-two .rs-testimonial-desc {
  color: var(--rs-text-primary);
}
.rs-testimonial-three.has-theme-cyan {
  background: var(--rs-theme-cyan);
}
.rs-testimonial-three.has-theme-cyan .rs-testimonial-item {
  margin-inline-end: 0px;
  margin-bottom: 0px;
  box-shadow: 20px 20px 0px 0px rgba(28, 23, 25, 0.88);
  box-shadow: none;
  background: #0F6487;
  border: 1px solid var(--rs-border-tertiary);
}
.rs-testimonial-three.has-theme-cyan .rs-testimonial-pagination {
  margin-top: 40px;
}
.rs-testimonial-three.has-bg-white {
  background: transparent;
}
.rs-testimonial-three.has-bg-white .rs-testimonial-item {
  background: var(--rs-white);
  box-shadow: none;
  margin: 0;
}
.rs-testimonial-three.has-bg-white .rs-testimonial-avater-title {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-bg-white .rs-testimonial-avater-designation {
  color: var(--rs-text-primary);
}
.rs-testimonial-three.has-bg-white .rs-testimonial-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-testimonial-three.has-bg-white .rs-testimonial-rating {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-bg-white .rs-testimonial-desc {
  color: var(--rs-text-primary);
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-three.has-bg-white .rs-testimonial-desc {
    font-size: 16px;
  }
}
.rs-testimonial-three.has-bg-white .rs-testimonial-pagination {
  margin-top: 40px;
}
.rs-testimonial-three.has-theme-red {
  background: var(--rs-bg-primary);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-item {
  background: var(--rs-white);
  box-shadow: none;
  margin: 0;
}
.rs-testimonial-three.has-theme-red .rs-testimonial-avater-title {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-avater-designation {
  color: var(--rs-text-primary);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-desc {
  color: var(--rs-text-primary);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-rating {
  color: var(--rs-title-primary);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-icon svg path {
  fill: rgba(150, 11, 39, 0.1294117647);
}
.rs-testimonial-three.has-theme-red .rs-testimonial-pagination {
  margin-top: 45px;
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: var(--rs-theme-blue-two);
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-item {
  background: var(--rs-theme-blue-two);
  box-shadow: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-pagination {
  margin-top: 45px;
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-pagination .swiper-pagination-bullet {
  border-color: var(--rs-white);
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-pagination .swiper-pagination-bullet:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}
.rs-testimonial-three.has-theme-blue-two .rs-testimonial-icon svg path {
  fill: var(--rs-theme-yellow);
}

/*----------------------------------------*/
/*  4.41 text slide css
/*----------------------------------------*/
.rs-text-slide-one {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .rs-text-slide-one {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-text-slide-one {
    padding-bottom: 60px;
  }
}
.rs-text-slide-one .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-one .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.rs-text-slide-one .rs-text-slide-item {
  display: inline-flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-one .rs-text-slide-item:nth-child(2n) .rs-text-slide-title {
  color: var(--rs-theme-yellow);
}
.rs-text-slide-one .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rs-title-tertiary);
  font-size: 70px;
  text-transform: uppercase;
  line-height: 0.9;
}
@media only screen and (max-width: 1199px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 40px;
  }
}
.rs-text-slide-one .rs-text-slide-thumb img {
  width: 60px;
}
.rs-text-slide-one.has-section-space {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-text-slide-one.has-section-space {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-text-slide-one.has-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.rs-text-slide-one.has-theme-green {
  background: var(--rs-theme-green);
}
.rs-text-slide-one.has-theme-green .rs-text-slide-title {
  color: var(--rs-white);
}
.rs-text-slide-one.has-theme-red .rs-text-slide-item:nth-child(2n) .rs-text-slide-title {
  color: var(--rs-theme-red);
}
.rs-text-slide-one.has-theme-red-two {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .rs-text-slide-one.has-theme-red-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-text-slide-one.has-theme-red-two {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.rs-text-slide-one.has-theme-red-two .rs-text-slide-title {
  color: var(--rs-title-primary);
}
.rs-text-slide-one.has-theme-red-two .rs-text-slide-item:nth-child(2n) .rs-text-slide-title {
  color: var(--rs-title-primary);
}
.rs-text-slide-one.has-theme-red-two .rs-text-slide-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -60px;
  left: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/*----------------------------------------*/
/*  4.42 thumb css
/*----------------------------------------*/
.rs-thumb-one {
  padding-top: 40px;
  padding-bottom: 50px;
}
.rs-thumb-one .rs-thumb img {
  width: 100%;
  border-radius: 12px;
}

/*----------------------------------------*/
/*  4.43 tuition
/*----------------------------------------*/
.rs-tuition-one {
  position: relative;
  z-index: 1;
}
.rs-tuition-one .rs-tuition-shape-one {
  position: absolute;
  top: 130px;
  inset-inline-end: 80px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}
@media only screen and (max-width: 1600px) {
  .rs-tuition-one .rs-tuition-shape-one {
    display: none;
  }
}
.rs-tuition-one .rs-tuition-shape-two {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-one .rs-tuition-shape-two {
    display: none;
  }
}
.rs-tuition-one .section-desc {
  margin-bottom: 20px;
}
.rs-tuition-one .rs-tuition-thumb img {
  width: 100%;
  border-radius: 20px;
}
.rs-tuition-one .rs-tuition-wrapper {
  display: grid;
  grid-template-columns: 420px auto;
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-tuition-one .rs-tuition-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-one .rs-tuition-wrapper {
    grid-template-columns: 280px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-tuition-one .rs-tuition-wrapper {
    grid-template-columns: auto;
  }
}
.rs-tuition-one .rs-tuition-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-tuition-one .rs-tuition-item:nth-child(3) {
    order: 4;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-one .rs-tuition-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-tuition-one .rs-tuition-item.has-theme-red {
  background: var(--rs-theme-red-two);
}
.rs-tuition-one .rs-tuition-item.has-theme-red .rs-tuition-title {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.rs-tuition-one .rs-tuition-item.has-theme-red .rs-tuition-inner-title {
  color: var(--rs-white);
}
.rs-tuition-one .rs-tuition-item.has-theme-red .rs-tuition-label {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-item.has-theme-red .rs-tuition-price {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-item.has-theme-cyan {
  background: var(--rs-theme-cyan);
}
.rs-tuition-one .rs-tuition-item.has-theme-cyan .rs-tuition-title {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.rs-tuition-one .rs-tuition-item.has-theme-cyan .rs-tuition-inner-title {
  color: var(--rs-white);
}
.rs-tuition-one .rs-tuition-item.has-theme-cyan .rs-tuition-label {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-item.has-theme-cyan .rs-tuition-price {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-item.has-theme-blue-two {
  background: var(--rs-theme-blue-two);
}
.rs-tuition-one .rs-tuition-item.has-theme-blue-two .rs-tuition-title {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.rs-tuition-one .rs-tuition-item.has-theme-blue-two .rs-tuition-inner-title {
  color: var(--rs-white);
}
.rs-tuition-one .rs-tuition-item.has-theme-blue-two .rs-tuition-label {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-item.has-theme-blue-two .rs-tuition-price {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one .rs-tuition-info-item:first-child {
  margin-top: 27px;
  margin-bottom: 22px;
}
.rs-tuition-one .rs-tuition-list .rs-tuition-list-item {
  list-style: none;
}
.rs-tuition-one .rs-tuition-title {
  display: inline-block;
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-tuition-one .rs-tuition-inner-title {
  font-size: 17px;
  margin-bottom: 6px;
}
.rs-tuition-one .rs-tuition-label {
  font-size: 13px;
}
.rs-tuition-one .rs-tuition-price {
  font-size: 13px;
}
.rs-tuition-one .rs-tuition-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-tuition-one .rs-tuition-content-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.rs-tuition-one .rs-tuition-btn {
  margin-bottom: 50px;
}
.rs-tuition-one.has-theme-green-two .rs-tuition-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 110px;
}
@media only screen and (max-width: 1800px) {
  .rs-tuition-one.has-theme-green-two .rs-tuition-shape {
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-one.has-theme-green-two .rs-tuition-shape {
    inset-inline-end: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-tuition-one.has-theme-green-two .rs-tuition-shape {
    display: none;
  }
}
.rs-tuition-one.has-theme-green-two .rs-tuition-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-tuition-one.has-theme-green-two .rs-tuition-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-tuition-one.has-theme-green-two .rs-tuition-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item {
  background: var(--rs-bg-primary);
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item.has-theme-green-two {
  background: var(--rs-theme-green-two);
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item.has-theme-green-two .rs-tuition-title {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item.has-theme-green-two .rs-tuition-inner-title {
  color: var(--rs-white);
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item.has-theme-green-two .rs-tuition-label {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-one.has-theme-green-two .rs-tuition-item.has-theme-green-two .rs-tuition-price {
  color: rgba(255, 255, 255, 0.8);
}
.rs-tuition-two .rs-tuition-wrapper {
  background: var(--rs-white);
  border-radius: 12px;
  padding: 30px;
  display: grid;
  grid-template-columns: 525px auto;
  gap: 30px 50px;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .rs-tuition-two .rs-tuition-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-two .rs-tuition-wrapper {
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .rs-tuition-two .rs-tuition-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-tuition-two .rs-tuition-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-two .rs-tuition-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-tuition-two .rs-tuition-thumb {
    position: relative;
    top: unset;
  }
}
.rs-tuition-two .rs-tuition-thumb img {
  width: 100%;
  border-radius: 8px;
}
.rs-tuition-two .rs-tuition-desc {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 622px;
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-pills {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .rs-tuition-three .rs-tuition-tab-wrapper .nav-pills {
    justify-content: center;
    gap: 10px;
  }
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-link {
  background: var(--rs-white);
  font-weight: 500;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  border-bottom: 2px solid var(--rs-white);
  color: var(--rs-text-primary);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .rs-tuition-three .rs-tuition-tab-wrapper .nav-link {
    padding: 15px 15px;
    font-size: 15px;
  }
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-link.active {
  color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-link.active .rs-tuition-tab-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-link:hover {
  color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.rs-tuition-three .rs-tuition-tab-wrapper .nav-link:hover .rs-tuition-tab-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-tuition-three .rs-tuition-desc {
  margin-top: 20px;
}
.rs-tuition-three .rs-tuition-tab-icon svg path {
  transition: 0.3s;
}
.rs-tuition-three .rs-tuition-tab-anim .tab-pane.active .rs-tuition-table-item {
  animation: slide-down 5s ease-out;
}
.rs-tuition-three .rs-tuition-table-inner {
  background-color: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  width: max-content;
  min-width: 100%;
}
.rs-tuition-three .rs-tuition-table-inner thead {
  background-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-tuition-three .rs-tuition-table-inner th {
  padding: 15px 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid var(--rs-border-tertiary);
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-three .rs-tuition-table-inner th {
    padding: 15px 15px;
  }
}
.rs-tuition-three .rs-tuition-table-inner td {
  padding: 15px 24px;
  vertical-align: middle;
  border: 1px solid var(--rs-border-primary);
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-tuition-three .rs-tuition-table-inner td {
    padding: 15px 15px;
  }
}
.rs-tuition-three .rs-tuition-table-inner td a:hover {
  color: var(--rs-theme-blue);
}

/*----------------------------------------*/
/*  4.44 video css
/*----------------------------------------*/
.rs-video-one {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 170px;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .rs-video-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rs-video-one .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px;
}
.rs-video-one .has-bg-gradient.rs-play-btn {
  background: radial-gradient(at center center, rgba(71, 74, 74, 0.1215686275) 0%, rgba(226, 237, 237, 0.1215686275) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(21px);
  color: var(--rs-white);
}
.rs-video-one .has-bg-gradient.rs-play-btn::before {
  content: none;
}
.rs-video-two {
  overflow-x: hidden;
}
.rs-video-two .rs-video-wrapper {
  position: relative;
  z-index: 1;
  height: 458px;
}
@media only screen and (max-width: 1366px) {
  .rs-video-two .rs-video-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-video-two .rs-video-wrapper {
    height: 350px;
  }
}
.rs-video-two .rs-video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}
.rs-video-two .rs-video-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(16, 14, 18, 0) 29.69%, #100E12 100%);
  border-radius: 12px;
}
.rs-video-two .rs-video-content-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-video-two .rs-video-title {
  color: var(--rs-white);
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .rs-video-two .rs-video-title {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  4.45 why choose css
/*----------------------------------------*/
.rs-why-choose-one {
  position: relative;
}
.rs-why-choose-one .rs-why-choose-shape {
  position: absolute;
  top: 260px;
  inset-inline-end: 60px;
}
@media only screen and (max-width: 1366px) {
  .rs-why-choose-one .rs-why-choose-shape {
    top: 230px;
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-shape {
    top: 180px;
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-one .rs-why-choose-shape {
    display: none;
  }
}
.rs-why-choose-one .rs-why-choose-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-why-choose-one .rs-why-choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-one .rs-why-choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-why-choose-one .rs-why-choose-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 40px;
  padding-inline: 50px;
  text-align: center;
  border-radius: 12px;
  margin-top: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one .rs-why-choose-item {
    padding-bottom: 30px;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-item {
    padding-bottom: 20px;
    padding-inline: 30px;
  }
}
.rs-why-choose-one .rs-why-choose-item.has-theme-red {
  background: var(--rs-bg-black);
}
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-icon {
  background: var(--rs-theme-red);
}
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-icon svg path {
  fill: var(--rs-white);
}
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-title {
  color: var(--rs-white);
}
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-desc {
  color: rgba(255, 255, 255, 0.76);
}
.rs-why-choose-one .rs-why-choose-icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  margin: -50px auto 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-icon {
    width: 80px;
    height: 80px;
    margin: -50px auto 25px;
  }
}
.rs-why-choose-one .rs-why-choose-icon svg {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one .rs-why-choose-icon svg {
    width: 40px;
    height: 40px;
  }
}
.rs-why-choose-one .rs-why-choose-icon svg path {
  fill: var(--rs-theme-red);
}
.rs-why-choose-one .rs-why-choose-title {
  margin-bottom: 10px;
}
.rs-why-choose-one.has-theme-cyan .rs-why-choose-icon {
  border-radius: 100px;
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one.has-theme-cyan .rs-why-choose-icon {
    width: 80px;
    height: 80px;
  }
}
.rs-why-choose-one.has-theme-cyan .rs-why-choose-icon svg path {
  fill: var(--rs-black);
}
.rs-why-choose-one.has-theme-cyan .rs-why-choose-item {
  padding-bottom: 45px;
  padding-inline: 45px;
  margin-top: 45px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one.has-theme-cyan .rs-why-choose-item {
    padding-bottom: 25px;
    padding-inline: 30px;
  }
}
.rs-why-choose-one.has-theme-blue .rs-why-choose-title {
  color: var(--rs-title-tertiary);
}
.rs-why-choose-one.has-theme-blue .rs-why-choose-item {
  padding-inline: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one.has-theme-blue .rs-why-choose-item {
    padding-inline: 20px;
  }
}
.rs-why-choose-one.has-theme-blue .rs-why-choose-icon {
  border-radius: 100px;
  width: 105px;
  height: 105px;
}
@media only screen and (max-width: 1600px) {
  .rs-why-choose-one.has-theme-blue .rs-why-choose-icon {
    width: 90px;
    height: 90px;
  }
}
.rs-why-choose-one.has-theme-blue .rs-why-choose-icon svg path {
  fill: var(--rs-theme-blue);
}
.rs-why-choose-one.has-theme-blue.rs-why-choose-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-why-choose-one.has-theme-blue.rs-why-choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-why-choose-one.has-theme-blue.rs-why-choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----------------------------------------*/
/*  3.3.2 Shop Style
/*----------------------------------------*/
.product-details-wrapper.shop-details {
  margin-inline-start: 40px;
}
@media only screen and (max-width: 1199px) {
  .product-details-wrapper.shop-details {
    margin-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .product-details-wrapper.shop-details {
    margin-inline-start: 0px;
  }
}

.rs-shop-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.rs-shorting-select .nice-select {
  height: 52px;
  display: flex;
  align-items: center;
  background: transparent;
  min-width: 220px;
}
.rs-shorting-select .nice-select::after {
  font-size: 18px;
}
.rs-shorting-select .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-shorting-select .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}

.rs-product-item {
  background: var(--rs-white);
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 22px;
  border-radius: 6px;
}
.rs-product-item:hover .rs-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.rs-product-item:hover .rs-product-thumb img {
  transform: scale(1.1);
}
.rs-product-item:hover .rs-product-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.rs-product-tag {
  font-size: 14px;
}
.rs-product-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
.rs-product-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.rs-product-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  transition: 0.5s;
  transform: translateY(40px);
  width: 100%;
  z-index: 1;
}
.rs-product-btn .product-btn {
  background: var(--rs-theme-yellow);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline-end: 30px;
  padding-inline-start: 30px;
  font-weight: 500;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  color: var(--rs-title-primary);
  z-index: 1;
}
.rs-product-btn .product-btn:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-product-content {
  text-align: center;
  margin-top: 15px;
}
.rs-product-title {
  margin-bottom: 5px;
  margin-top: 3px;
}
.rs-product-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-product-price .rs-current-price {
  font-size: 16px;
  color: var(--rs-title-primary);
}
.rs-product-price .rs-product-discount-price {
  color: #5d5d5d;
  opacity: 0.5;
}
.rs-product-badge {
  position: absolute;
  inset-inline-start: 10px;
  top: 10px;
  z-index: 1;
}
.rs-product-badge span {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  color: var(--rs-white);
  border-radius: 4px;
}
.rs-product-badge span.new {
  background: #5EA9B4;
}
.rs-product-badge span.hot {
  background: #E34A36;
}
.rs-product-badge span.off {
  background: #FECE00;
  color: var(--rs-title-primary);
}

.item-details-reviews-wrapper {
  margin-bottom: 50px;
}
.item-details-wrapper {
  margin-inline-start: 50px;
}
@media only screen and (max-width: 1199px) {
  .item-details-wrapper {
    margin-inline-start: 0px;
  }
}
.item-details-active {
  overflow: hidden;
}
.item-details-thumb {
  position: relative;
  width: 186px;
  flex: 0 0 auto;
  border-radius: 4px;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .item-details-thumb {
    margin: 0 auto 20px;
  }
}
.item-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.item-details-nav .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.item-details-nav .swiper-wrapper .custom-button {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.item-details-nav .swiper-wrapper .custom-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-details-nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.item-details-nav .swiper-slide-thumb-active .custom-button {
  background: var(--rs-white);
  border-color: var(--rs-theme-yellow);
}
.item-details-rating-count span {
  font-size: 14px;
}
.item-details-price {
  display: flex;
  align-items: end;
  gap: 5px;
}
.item-details-old-price {
  font-size: 16px;
  color: var(--rs-text-primary);
  text-decoration-line: line-through;
}
.item-details-current-price {
  font-size: 24px;
}
.item-details-count-wrap {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.item-details-action .rs-btn {
  background: var(--rs-theme-blue);
  display: flex;
  gap: 10px;
  height: 48px;
}
.item-details-action .rs-btn:hover {
  background: var(--rs-theme-yellow);
}
.item-details-more a {
  font-size: 16px;
}
.item-details-more a:hover {
  color: var(--rs-theme-primary);
}
.item-details-tags a {
  font-size: 16px;
}
.item-details-tags a:hover {
  color: var(--rs-theme-primary);
}
@media only screen and (max-width: 991px) {
  .item-details-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .item-details-title {
    font-size: 26px;
  }
}

.product-rating {
  position: relative;
  padding-inline-end: 10px;
  margin-inline-end: 10px;
}
.product-rating::before {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-rating i {
  font-size: 14px;
}

.product-information-tab .nav-link {
  background: var(--rs-white);
  color: var(--rs-title-primary);
  padding: 0 40px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0px;
  height: 60px;
  transition: 0.3s;
}
.product-information-tab .nav-link:hover {
  background-color: var(--rs-theme-yellow);
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 575px) {
  .product-information-tab .nav-link {
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
  }
}
.product-information-tab .nav-link.active {
  background-color: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
  color: var(--rs-white);
}
.product-information-tab .has-border {
  border-bottom: 1px solid var(--rs-border-primary);
}

.product-review-form {
  background: var(--rs-white);
  padding: 30px;
  border-radius: 12px;
}
.product-review-avater {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-review-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product-review-input input {
  height: 60px;
}
.product-review-input.is-textarea textarea {
  height: 180px;
}
.product-review-btn .rs-btn:hover {
  background: var(--rs-theme-yellow);
}

.product-details-social .product-details-social-title {
  font-size: 15px;
  color: var(--rs-title-primary);
}
.product-details-social a {
  background: transparent;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
}
.product-details-social a svg path {
  fill: var(--rs-black);
}

/*----------------------------------------*/
/*  3.3.1 Checkout Style
/*----------------------------------------*/
.checkout-verify-item button {
  font-weight: 600;
}

.coupon-info .rs-btn:hover {
  background: rgb(255, 92, 0);
}

.checkout-verify-reveal {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  gap: 10px;
  border-top: 3px solid var(--rs-theme-primary);
  color: #515151;
  padding-top: 16px;
  padding-inline-start: 50px;
  padding-bottom: 16px;
  padding-inline-end: 16px;
  position: relative;
  flex-wrap: wrap;
}
.checkout-verify-reveal .checkout-login-form-reveal-btn:hover {
  color: var(--rs-theme-yellow);
}
.checkout-verify-reveal::before {
  content: "\ed53";
  inset-inline-start: 15px;
  top: 13px;
  position: absolute;
  color: var(--rs-theme-yellow);
  font-family: var(--rs-ff-remixicon);
  font-weight: 700;
}

.coupon-content {
  display: none;
  margin-top: 14px;
  padding: 30px 30px;
  background-color: var(--rs-white);
  border: 1px solid rgba(54, 54, 54, 0.1);
  border-radius: 5px;
}

.coupon-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.checkout-coupon-form input {
  margin-bottom: 20px;
  height: 60px;
  border-radius: 2px;
}

.checkout-form {
  margin-bottom: 20px;
}
.checkout-form input {
  height: 60px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-form label {
  font-weight: 500;
  margin-bottom: 5px;
}
.checkout-form .required {
  color: var(--rs-theme-primary);
}

.checkout-bill-area {
  margin-top: 35px;
}

.checkout-bill-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .checkout-bill-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-bill-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-bill-title {
    font-size: 24px;
  }
}

.checkout-bill-inner .checkout-input {
  margin-bottom: 20px;
}
.checkout-bill-inner .checkout-input input {
  height: 55px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-bill-inner .checkout-input label {
  margin-bottom: 5px;
  font-weight: 600;
}
.checkout-bill-inner .checkout-input span {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner .checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  float: none;
  padding: 0 26px;
}
.checkout-bill-inner .checkout-input .nice-select .current {
  color: var(--rs-text-primary);
}
.checkout-bill-inner .checkout-input .nice-select .list {
  width: 100%;
}
.checkout-bill-inner .checkout-input .nice-select .list li:hover {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner textarea {
  height: 70px;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 2px;
}

.checkout-place-total ul {
  border: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li {
  list-style: none;
  color: var(--rs-black);
  padding: 10px 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .checkout-place-total ul li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li {
    padding: 10px 15px;
  }
}
.checkout-place-total ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li:nth-child(2) {
  padding: 20px 30px;
  color: var(--rs-text-primary);
}
@media only screen and (max-width: 767px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 15px;
  }
}
.checkout-place-total .rs-btn:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 1199px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 26px;
  }
}
/*# sourceMappingURL=../maps/main.css.map */

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*================================================
Eikra Theme Variables (replacing Red One)
Primary: #fdc800 (Eikra yellow/gold)
Secondary: #002147 (Eikra navy)
Accent: #442e66 (Eikra purple)
=================================================*/
:root {
  /* Eikra primary accent â€” yellow/gold */
  --rs-theme-color: #fdc800;
  --rs-theme-color-2: #e6b000;
  /* Override template's own red variables â†’ Eikra yellow */
  --rs-theme-red: #fdc800;
  --rs-theme-red-two: #e6b000;
  /* Eikra dark navy â€” used for headers, footer, dark backgrounds */
  --rs-navy: #002147;
  --rs-navy-2: #001636;
  /* Eikra purple â€” secondary accent */
  --rs-purple: #442e66;
  --rs-purple-2: #2f1f4a;
  --rs-heading-color: #002147;
  --rs-body-color: #4b5563;
  --rs-border-color: #e5e7eb;
  /* Legacy vars â€” kept for existing components */
  --fontFamily: "Roboto", "Ubuntu", sans-serif;
  --mainColor: #fdc800;
  --optionalColor: #002147;
  --whiteColor: #ffffff;
  --blackColor: #002147;
  --paragraphColor: #4b5563;
  --grayColor: #f8f9fc;
  --fontSize: 16px;
  --transition: 0.5s;
}

/* â”€â”€ Butter-smooth scroll: disable all browser-native scroll interference â”€â”€ */
html,
html.lenis,
html.lenis body {
  height: auto;
  scroll-behavior: auto !important;
  overscroll-behavior: none;
}

body {
  scroll-behavior: auto !important;
  overscroll-behavior: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* Body base */
body {
  font-family: var(--fontFamily);
  color: var(--rs-body-color);
}

/* â”€â”€ WOW replacement: IntersectionObserver-based animations â”€â”€â”€â”€â”€â”€â”€â”€ */
/* Elements start invisible; JS adds .animated when they enter viewport */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
  animation-fill-mode: both;
}

/* Prevent re-animation of already-visible header elements */
#rs-header .wow,
#rs-header .wow.animated {
  visibility: visible !important;
  animation: none !important;
}

/* Override Bootstrap primary with Eikra yellow */
.btn-primary, .bg-primary {
  background-color: var(--rs-theme-color) !important;
  border-color: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

a {
  color: var(--rs-navy);
}

a:hover {
  color: var(--rs-purple);
}

/* Lock body scroll when mobile menu is open */
body.nav-open {
  overflow: hidden !important;
}

/* Back-to-top: opacity/visibility only — no display toggle, which causes layout reflow */
#backtotop-wrap {
  bottom: 56px !important;
  display: flex !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* â”€â”€ Dropdown nav: Eikra yellow on hover â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.main-menu > ul > li:hover > a,
.rs-header-two .main-menu > ul > li:hover > a {
  color: var(--rs-theme-color, #fdc800) !important;
}

.main-menu > ul > li:hover > a::before {
  background: var(--rs-theme-color, #fdc800) !important;
  opacity: 1;
}

.main-menu .submenu li:hover > a {
  color: var(--rs-theme-color, #fdc800) !important;
}

.main-menu .submenu li:hover > a::before {
  background: var(--rs-theme-color, #fdc800) !important;
  width: 12px;
}

.main-menu .submenu,
.main-menu .mega-menu {
  z-index: 9999 !important;
}

/* â”€â”€ Dropdown FILL: white background, gold top border */
.main-menu .submenu {
  background: #ffffff !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13) !important;
  border-top: 2px solid var(--rs-theme-color, #fdc800) !important;
}

/* â”€â”€ Mobile offcanvas mean-menu styling â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-offcanvas-menu .mean-nav > ul > li > a,
.rs-offcanvas-menu .mean-nav ul li a {
  color: #0f172a !important;
  border-top: 1px solid #f0f0f0 !important;
  padding: 12px 15px !important;
  font-size: 14px !important;
}

.rs-offcanvas-menu .mean-nav ul li a:hover,
.rs-offcanvas-menu .mean-nav ul li a.active {
  color: var(--rs-theme-color, #fdc800) !important;
}

.rs-offcanvas-menu .mean-bar {
  display: none !important;
}

.rs-offcanvas-menu .mean-nav {
  background: transparent !important;
}

.rs-offcanvas-menu .mean-nav ul {
  background: #f8f9fc !important;
  border-radius: 6px;
}

.mean-expand {
  background: var(--rs-navy, #002147) !important;
  color: #fff !important;
  border-radius: 4px !important;
}

/* â”€â”€ Mobile Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* Hero banner font sizes for small screens */
@media (max-width: 991px) {
  .rs-banner-title {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  .rs-banner-subtitle {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .rs-banner-title {
    font-size: 1.8rem !important;
  }
  .rs-banner-btn {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  /* Feature bar stacks vertically */
  .rs-feature-wrapper {
    flex-direction: column !important;
  }
  .rs-feature-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  }
  .rs-feature-item:last-child {
    border-bottom: none !important;
  }
  /* Counter 2-col grid */
  .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Section titles */
  h2.section-title {
    font-size: 1.5rem !important;
  }
  /* Blog/news card thumbnails */
  .rs-blog-thumb {
    height: 160px !important;
  }
  /* Header top bar hidden on mobile */
  .rs-header-top.rs-header-top-one {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .rs-banner-title {
    font-size: 1.4rem !important;
  }
  .rs-banner-btn .rs-btn {
    padding: 10px 18px !important;
    font-size: 13px !important;
  }
  /* Visitor counter 2Ã—2 grid */
  .rs-counter-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* Show hamburger on all screens â‰¤1199px */
@media (max-width: 1199px) {
  #rs-header .main-menu,
  #rs-sticky-header .main-menu {
    display: none !important;
  }
  #rs-header .header-hamburger,
  #rs-sticky-header .header-hamburger {
    display: flex !important;
  }
}
@font-face {
  font-family: "SolaimanLipi";
  src: url("/assets/fonts/SolaimanLipi_22-02-2012.ttf");
}
@font-face {
  font-family: "SolaimanLipi_bold";
  src: url("/assets/fonts/SolaimanLipi_Bold_10-03-12.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.otf");
}
@font-face {
  font-family: "Inter-regular";
  src: url("/assets/fonts/Inter-Regular.otf");
}
@font-face {
  font-family: "Ubuntu-Regular.ttf";
  src: url("/assets/fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "HindSiliguri";
  src: url("/assets/fonts/HindSiliguri-Regular.ttf");
}
@font-face {
  font-family: "BerkshireSwash";
  src: url("/assets/fonts/BerkshireSwash-Regular.ttf");
}
@font-face {
  font-family: "IntroRust-Base";
  src: url("/assets/fonts/IntroRust-Base.otf");
}
@font-face {
  font-family: "Congenial";
  src: url("/assets/fonts/Congenial-Regular.ttf");
}
body {
  padding: 0;
  background-image: none;
  background-color: #ffffff;
  margin: 0;
  font-size: var(--fontSize);
  font-family: "Roboto", "Ubuntu", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Ubuntu", sans-serif;
  color: var(--blackColor);
}

button {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.gray-bg {
  background-color: var(--grayColor);
}

.bg-f4f7fe {
  background-color: #f4f7fe;
}

a {
  text-decoration: none;
  transition: var(--transition);
  outline: 0 !important;
  color: var(--rs-navy);
}
a:hover {
  text-decoration: none;
  color: var(--rs-theme-color);
  cursor: pointer;
}

p {
  line-height: 26.4px;
  color: var(--paragraphColor);
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.bg-F4F7FC {
  background-color: #f4f7fc;
}

.bg-fafafa {
  background-color: #fafafa;
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  text-transform: uppercase;
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  font-weight: 600;
  font-size: 15.5px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 17px;
  padding-bottom: 13px;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--optionalColor);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn:hover, .default-btn:focus {
  color: var(--whiteColor);
}
.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.section-title .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.section-title h2 {
  max-width: 560px;
  font-weight: 700;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.section-title p {
  margin-top: 12px;
  margin-bottom: 0;
}

/*form-control*/
.form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
  transition: var(--transition);
  color: var(--blackColor);
  line-height: initial;
  padding-left: 13px;
  font-size: var(--fontSize);
}
.form-control:hover, .form-control:focus {
  box-shadow: unset;
}
.form-control::placeholder {
  color: #999999;
}
.form-control:focus {
  box-shadow: unset;
  border-color: var(--mainColor);
}

textarea.form-control {
  padding-top: 13px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: transparent;
  top: 0;
  left: 0;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  transition: var(--transition);
}
.preloader .loader .box {
  width: 100%;
  height: 100%;
  background: var(--whiteColor);
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.preloader .loader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: var(--mainColor);
  transition: 0.9s;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}
.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.karlson-nav {
  background-color: rgb(10, 12, 40);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 0;
  padding-left: 0;
}
.karlson-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.karlson-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.karlson-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
}
.karlson-nav .navbar .navbar-nav .nav-item a {
  font-size: 13px;
  font-weight: 500;
  color: white;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.karlson-nav .navbar .navbar-nav .nav-item a:hover, .karlson-nav .navbar .navbar-nav .nav-item a:focus, .karlson-nav .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}
.karlson-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 1px;
}
.karlson-nav .navbar .navbar-nav .nav-item a::after {
  display: none;
}
.karlson-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.karlson-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.karlson-nav .navbar .navbar-nav .nav-item:hover a, .karlson-nav .navbar .navbar-nav .nav-item.active a {
  color: #fff;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgb(10, 12, 40);
  background-size: 100px;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 230px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid rgb(148, 181, 232);
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu .new {
  background-color: red;
  color: var(--whiteColor);
  padding: 3px 4px 1px;
  position: relative;
  border-radius: 5px;
  margin-left: 5px;
  top: -2px;
  font-weight: 600;
  font-size: 14px;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: white;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: black;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0be0eb;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #0be0eb;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0be0eb;
}
.karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.karlson-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-area {
  background-color: rgb(10, 12, 40);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60x;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: rgb(10, 12, 40) !important;
  animation: 500ms ease-in-out 0s normal none 1 running;
  transition: var(--transition);
}
.navbar-area.navbar-style-two {
  position: relative;
  background-color: rgb(10, 12, 40);
}
.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.navbar-light .navbar-toggler {
  border-color: #ffffff;
  color: var(--blackColor);
  border-radius: 0;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  border-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 1025px) {
  .navbar-area {
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .karlson-nav #navbarSupportedContent {
    background: linear-gradient(180deg, rgb(10, 12, 40) 11%, #2c2f92 97%);
    padding: 10px 22px;
    margin-top: 15px;
  }
  .karlson-nav .navbar .navbar-nav .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .karlson-nav .navbar .navbar-nav .nav-item a {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .karlson-nav .navbar .navbar-nav .nav-item i {
    font-size: 12px;
  }
  .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    opacity: 1;
    width: 100%;
    display: none;
    margin-top: 10px;
    top: 0 !important;
    position: relative;
    visibility: visible;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 10px;
  }
  .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
  .navbar-light .navbar-toggler {
    box-shadow: unset;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #f5f5fc;
  padding-top: 190px;
}

.main-banner-content {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.main-banner-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.main-banner-content h1 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 60px;
}
.main-banner-content p {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}
.main-banner-content .btn-box {
  margin-top: 25px;
}
.main-banner-content form {
  position: relative;
  margin-top: 30px;
}
.main-banner-content form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.main-banner-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.main-banner-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.main-banner-content form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.main-banner-image {
  text-align: center;
}

.banner-section {
  overflow: hidden;
  position: relative;
  background-color: #f5f5fc;
  z-index: 1;
  height: 950px;
}

.banner-content {
  margin-top: -20px;
}
.banner-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.banner-content h1 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 59px;
}
.banner-content p {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}
.banner-content form {
  max-width: 580px;
  position: relative;
  margin-top: 30px;
}
.banner-content form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 5px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.banner-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.banner-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 5px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.banner-content form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.banner-image {
  position: relative;
  text-align: center;
}
.banner-image img:nth-child(1) {
  position: absolute;
  z-index: 1;
  bottom: -180px;
  left: 65px;
  right: 0;
  margin: 0 auto;
}
.banner-image img:nth-child(2) {
  position: relative;
  left: 35px;
  top: 150px;
  z-index: -1;
}

.cloud-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}

.cloud-icon {
  position: absolute;
  right: 15%;
  top: 20%;
  transform: translateY(-20%) translateX(-15%);
  z-index: -1;
}

.cloud-icon1 {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 36.5%;
  animation: moveLeftBounce 3s linear infinite;
}

.cloud-icon2 {
  position: absolute;
  z-index: -1;
  top: 36%;
  right: 20%;
  animation: moveLeftBounce 5s linear infinite;
}

.cloud-icon3 {
  position: absolute;
  z-index: -1;
  top: 48%;
  right: 40%;
  animation: moveLeftBounce 3s linear infinite;
}

.hero-banner {
  overflow: hidden;
  height: 900px;
  position: relative;
  z-index: 1;
}

.hero-banner-content {
  max-width: 635px;
  margin-top: 85px;
  margin-left: auto;
}
.hero-banner-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.hero-banner-content h1 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 59px;
}
.hero-banner-content p {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}
.hero-banner-content .btn-box {
  margin-top: 25px;
}
.hero-banner-content form {
  position: relative;
  margin-top: 30px;
}
.hero-banner-content form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.hero-banner-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.hero-banner-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.hero-banner-content form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.hero-banner-image {
  position: relative;
  text-align: center;
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 85px;
}
.hero-banner-image img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-banner-image img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-main-banner-content {
  margin-top: 85px;
}
.hero-main-banner-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.hero-main-banner-content h1 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 59px;
}
.hero-main-banner-content p {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}
.hero-main-banner-content .btn-box {
  margin-top: 25px;
}
.hero-main-banner-content form {
  position: relative;
  margin-top: 30px;
}
.hero-main-banner-content form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.hero-main-banner-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.hero-main-banner-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.hero-main-banner-content form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.hero-main-banner-image {
  position: relative;
  right: -20px;
  margin-top: 85px;
}
.hero-main-banner-image img {
  position: absolute;
}
.hero-main-banner-image img:nth-child(1) {
  z-index: 3;
  top: -130px;
  left: -18px;
}
.hero-main-banner-image img:nth-child(2) {
  right: 145px;
  top: -287px;
}
.hero-main-banner-image img:nth-child(3) {
  left: 25px;
  top: -20px;
}
.hero-main-banner-image img:nth-child(4) {
  right: 12%;
  top: 118px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(5) {
  left: 28%;
  top: -120px;
  z-index: 2;
}
.hero-main-banner-image img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: -150px;
}
.hero-main-banner-image img:nth-child(7) {
  right: 20px;
  top: -110px;
}
.hero-main-banner-image img:nth-child(8) {
  right: 25px;
  top: -140px;
}
.hero-main-banner-image img:nth-child(9) {
  right: 30%;
  z-index: 1;
  top: -35px;
}
.hero-main-banner-image img:nth-child(10) {
  left: 37%;
  top: -28px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(11) {
  left: 37%;
  top: -160px;
  z-index: 1;
}
.hero-main-banner-image img:nth-child(12) {
  left: 90px;
  top: -110px;
}
.hero-main-banner-image img:nth-child(13) {
  left: 56%;
  top: -25px;
  z-index: 2;
}
.hero-main-banner-image img:nth-child(14) {
  right: 105px;
  top: -28px;
}
.hero-main-banner-image img:last-child {
  display: none;
}

.shape-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape-img2 {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: -1;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape-img3 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: -1;
  animation-name: rotateMe;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape-img4 {
  position: absolute;
  right: 8%;
  top: 8%;
  z-index: -1;
  animation: animationFramesTwo 20s infinite linear;
}

.shape-img5 {
  position: absolute;
  left: 2%;
  bottom: 25%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape-img6 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
  animation: rotate3d 4s linear infinite;
}
.shape-img6 img {
  opacity: 0.2;
}

.shape-img7 {
  position: absolute;
  left: 10%;
  top: 35%;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}
.shape-img7 img {
  opacity: 0.3;
}

.shape-img8 {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}
.shape-img8 img {
  opacity: 0.4;
}

.shape-img9 {
  position: absolute;
  left: 20%;
  top: 15%;
  z-index: -1;
  animation: moveScale 3s linear infinite;
}
.shape-img9 img {
  opacity: 0.4;
}

.shape-img10 {
  position: absolute;
  left: 75%;
  z-index: -1;
  top: 40%;
  animation: animationFramesOne 20s infinite linear;
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes moveScale {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*================================================
Featured Services Area CSS
=================================================*/
.featured-services-area {
  padding-bottom: 70px;
}
.featured-services-area.ptb-100.pt-0 {
  padding-top: 40px !important;
}

.single-featured-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9fc;
  position: relative;
  padding: 115px 25px 35px 25px;
  overflow: hidden;
  transition: var(--transition);
}
.single-featured-box .icon {
  color: var(--optionalColor);
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 55px;
  margin-top: -12px;
}
.single-featured-box .icon.color-fb7756 {
  color: #fb7756;
}
.single-featured-box .icon.color-facd60 {
  color: #facd60;
}
.single-featured-box .icon.color-1ac0c6 {
  color: #1ac0c6;
}
.single-featured-box h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.single-featured-box p {
  margin-top: 13px;
  margin-bottom: 0;
}
.single-featured-box .default-btn {
  margin-top: 20px;
  background-color: transparent;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.single-featured-box .default-btn:hover {
  box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}
.single-featured-box .default-btn span {
  background: var(--mainColor);
}
.single-featured-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
}
.single-featured-box:hover .icon {
  animation: iconTop 0.4s ease-in-out;
}
.single-featured-box:hover .default-btn {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

@keyframes iconTop {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  text-align: center;
}

.about-content {
  padding-left: 30px;
}
.about-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.about-content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
}
.about-content .features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.about-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.about-content .features-list li span {
  display: block;
  background-color: #f8faff;
  border-radius: 5px;
  padding: 13px 12px 8px 40px;
  z-index: 1;
  position: relative;
  transition: var(--transition);
  font-weight: 600;
  font-size: 15.5px;
}
.about-content .features-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: var(--mainColor);
  z-index: -1;
  transition: var(--transition);
}
.about-content .features-list li span i {
  font-size: 12px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  width: 23px;
  height: 23px;
  line-height: 23px;
  transition: var(--transition);
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.about-content .features-list li span:hover {
  color: var(--whiteColor);
}
.about-content .features-list li span:hover::before {
  width: 100%;
}
.about-content .features-list li span:hover i {
  background-color: var(--optionalColor);
}

.about-inner-area {
  margin-top: 100px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}
.about-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: var(--mainColor);
  height: 1px;
}
.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: var(--blackColor);
  padding-top: 3px;
  padding-left: 30px;
}
.about-text .features-list li i {
  font-size: 8px;
  color: var(--blackColor);
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  transition: var(--transition);
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-text .features-list li:last-child {
  margin-bottom: 0;
}
.about-text .features-list li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.single-services-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 40px 30px;
  position: relative;
  transition: var(--transition);
  z-index: 1;
}
.single-services-box .icon {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background-color: rgba(250, 112, 112, 0.1);
  border-radius: 50%;
  color: var(--optionalColor);
  transition: var(--transition);
  font-size: 35px;
  margin-bottom: 25px;
}
.single-services-box .icon.bg-f78acb {
  background-color: rgba(247, 138, 203, 0.2);
  color: #f78acb;
}
.single-services-box .icon.bg-cdf1d8 {
  background: rgba(68, 206, 111, 0.2);
  color: #44ce6f;
}
.single-services-box .icon.bg-c679e3 {
  color: #c679e3;
  background: rgba(198, 121, 227, 0.2);
}
.single-services-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.2);
}
.single-services-box .icon.bg-00aeff {
  background: rgba(0, 174, 255, 0.2);
  color: #00aeff;
}
.single-services-box h3 {
  transition: 0.4s;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.single-services-box h3 a {
  display: inline-block;
}
.single-services-box p {
  transition: 0.4s;
  margin-top: 13px;
  margin-bottom: 0;
}
.single-services-box .read-more-btn {
  color: var(--mainColor);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  font-size: var(--fontSize);
  font-weight: 400;
}
.single-services-box .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  transition: var(--transition);
  height: 1px;
  background: var(--mainColor);
}
.single-services-box .read-more-btn i {
  font-size: 14px;
}
.single-services-box .read-more-btn:hover::before {
  width: 100%;
}
.single-services-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.single-services-box:hover {
  transform: translateY(-10px);
}
.single-services-box:hover::before {
  width: 100%;
}
.single-services-box:hover h3 {
  color: var(--whiteColor);
  transform: translateY(-15px);
}
.single-services-box:hover h3 a {
  color: var(--whiteColor);
}
.single-services-box:hover p {
  transform: translateY(-15px);
  color: var(--whiteColor);
}
.single-services-box:hover .icon {
  transform: translateY(-15px) rotate(360deg);
  background-color: var(--whiteColor);
  color: var(--mainColor);
}
.single-services-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  color: var(--whiteColor);
  bottom: 15px;
}
.single-services-box:hover .read-more-btn::before {
  background-color: var(--whiteColor);
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-overview {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-bottom: 60px;
}
.services-details-overview:last-child {
  margin-bottom: 0;
}
.services-details-overview .services-details-desc {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}
.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.services-details-overview .services-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: var(--mainColor);
}
.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  border: none;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: var(--whiteColor);
  margin-bottom: 10px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(2) .accordion-title i, .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(4) .accordion-title i, .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(6) .accordion-title i, .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(8) .accordion-title i {
  background: var(--optionalColor);
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 15px 20px 10px 51px;
  color: var(--blackColor);
  position: relative;
  border: none;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: var(--fontSize);
  font-weight: 700;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: var(--mainColor);
  color: var(--whiteColor);
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
  display: block;
}
.services-details-overview .services-details-image {
  -ms-flex: 0 0 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-content {
  padding-right: 30px;
}
.why-choose-content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.why-choose-content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
}
.why-choose-content .features-text {
  margin-top: 25px;
}
.why-choose-content .features-text h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.why-choose-content .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: var(--mainColor);
}

.why-choose-image {
  text-align: center;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-box {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-bottom: 100px;
}
.overview-box:last-child {
  margin-bottom: 0;
}
.overview-box .overview-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.overview-box .overview-content .content {
  padding-right: 30px;
}
.overview-box .overview-content .content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.overview-box .overview-content .content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 35px;
}
.overview-box .overview-content .content .features-text {
  margin-top: 25px;
}
.overview-box .overview-content .content .features-text h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.overview-box .overview-content .content .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: var(--mainColor);
}
.overview-box .overview-content .content.right-content {
  padding-left: 30px;
  padding-right: 0;
}
.overview-box .overview-content .content .features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.overview-box .overview-content .content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.overview-box .overview-content .content .features-list li span {
  display: block;
  background-color: #f8faff;
  border-radius: 5px;
  padding: 13px 12px 8px 40px;
  z-index: 1;
  position: relative;
  transition: var(--transition);
  font-weight: 600;
  font-size: 15.5px;
}
.overview-box .overview-content .content .features-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: var(--mainColor);
  z-index: -1;
  transition: var(--transition);
}
.overview-box .overview-content .content .features-list li span i {
  font-size: 12px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  width: 23px;
  height: 23px;
  line-height: 23px;
  transition: var(--transition);
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.overview-box .overview-content .content .features-list li span:hover {
  color: var(--whiteColor);
}
.overview-box .overview-content .content .features-list li span:hover::before {
  width: 100%;
}
.overview-box .overview-content .content .features-list li span:hover i {
  background-color: var(--optionalColor);
}
.overview-box .overview-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.overview-box .overview-image .image {
  text-align: center;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
  background: var(--mainColor);
}
.fun-facts-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-fun-facts {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  transition: var(--transition);
}
.single-fun-facts h3 {
  position: relative;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}
.single-fun-facts h3 .sign-icon {
  display: inline-block;
  font-size: 18px;
  margin-left: 2px;
}
.single-fun-facts p {
  line-height: initial;
  margin-top: 5px;
  color: var(--whiteColor);
  font-size: 17px;
  font-weight: 600;
}
.single-fun-facts .back-text {
  position: absolute;
  left: 0;
  color: var(--whiteColor);
  right: 0;
  top: -5px;
  z-index: -1;
  opacity: 0.13;
  line-height: initial;
  font-size: 150px;
  font-weight: 700;
  font-style: italic;
}
.single-fun-facts:hover {
  background-color: var(--mainColor);
  transform: translateY(-10px);
  border-color: var(--whiteColor);
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.single-projects-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-projects-box .projects-content {
  position: absolute;
  left: 0;
  bottom: 15px;
  background-color: var(--whiteColor);
  height: auto;
  width: 100%;
  padding: 25px 20px 20px;
  transition: transform 0.3s ease, opacity 0.3s;
  max-width: 370px;
  transform: translate3d(-100%, 0, 0);
}
.single-projects-box .projects-content h3 {
  margin-bottom: 0;
  transform: translateX(20px);
  transition: transform 0.3s ease, opacity 0.3s;
  opacity: 0;
  font-size: 24px;
  font-weight: 700;
}
.single-projects-box .projects-content .category {
  display: block;
  margin-top: 8px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.4s ease;
}
.single-projects-box .plus-icon a {
  background-color: var(--mainColor);
  width: 85px;
  height: 85px;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: scale(0);
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}
.single-projects-box .plus-icon a span {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-projects-box .plus-icon a span::after, .single-projects-box .plus-icon a span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--whiteColor);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-projects-box .plus-icon a span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-projects-box .plus-icon a:hover {
  background-color: var(--optionalColor);
}
.single-projects-box:hover .projects-content {
  transition: transform 0.5s ease;
  transform: translate3d(0, 0, 0);
}
.single-projects-box:hover .projects-content h3 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease 0.5s, opacity 0.5s 0.3s;
}
.single-projects-box:hover .projects-content .category {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease 0.6s, opacity 0.5s 0.6s;
}
.single-projects-box:hover .plus-icon a {
  transform: scale(1);
}

.projects-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 10px;
  margin-bottom: 30px;
}
.projects-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #d6d6d6;
  display: block;
  transition: var(--transition);
  border-radius: 50%;
}
.projects-slides.owl-theme .owl-dots .owl-dot:hover span, .projects-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
}

/*================================================
Projects Details Area CSS
=================================================*/
.project-details-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.project-details-image img {
  transition: var(--transition);
}
.project-details-image a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  background-color: var(--mainColor);
  border-radius: 50%;
  text-align: center;
  color: var(--whiteColor);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}
.project-details-image a i.fas.fa-plus {
  position: relative;
  top: 4px;
}
.project-details-image a:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.project-details-image:hover a {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.project-details-image:hover img {
  transform: scale(1.3) rotate(4deg);
}

.projects-details-desc {
  margin-top: 5px;
}
.projects-details-desc h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
}
.projects-details-desc .features-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
.projects-details-desc .features-text h4 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}
.projects-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: var(--mainColor);
}
.projects-details-desc .project-details-info {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 35px;
}
.projects-details-desc .project-details-info .single-info-box {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.projects-details-desc .project-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}
.projects-details-desc .project-details-info .single-info-box span {
  display: block;
  color: var(--paragraphColor);
  font-size: 15px;
}
.projects-details-desc .project-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.projects-details-desc .project-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 10px;
}
.projects-details-desc .project-details-info .single-info-box .social li a {
  color: var(--paragraphColor);
  display: inline-block;
}
.projects-details-desc .project-details-info .single-info-box .social li a:hover {
  color: var(--mainColor);
  transform: translateY(-5px);
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.features-list-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px;
}
.features-list-tab .tabs li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
.features-list-tab .tabs li a {
  display: block;
  border-radius: 2px;
  box-shadow: 0px 10px 40px 0px rgba(107, 125, 179, 0.11);
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 18px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 700;
}
.features-list-tab .tabs li a i {
  color: var(--mainColor);
  transition: var(--transition);
  font-weight: normal;
  font-size: 40px;
}
.features-list-tab .tabs li a.bg-fa7070 i {
  color: #fa7070;
}
.features-list-tab .tabs li a.bg-00aeff i {
  color: #00aeff;
}
.features-list-tab .tabs li a.bg-c679e3 i {
  color: #c679e3;
}
.features-list-tab .tabs li a.bg-eb6b3d i {
  color: #eb6b3d;
}
.features-list-tab .tabs li a.bg-f78acb i {
  color: #f78acb;
}
.features-list-tab .tabs li a span {
  display: block;
  margin-top: 3px;
}
.features-list-tab .tabs li.current a, .features-list-tab .tabs li:hover a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 255, 0.22);
}
.features-list-tab .tabs li.current a i, .features-list-tab .tabs li:hover a i {
  color: var(--whiteColor);
}
.features-list-tab .features-overview {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.features-list-tab .features-overview .overview-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.features-list-tab .features-overview .overview-content .content {
  padding-left: 15px;
  padding-right: 15px;
}
.features-list-tab .features-overview .overview-content .content .sub-title {
  color: var(--mainColor);
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.features-list-tab .features-overview .overview-content .content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
.features-list-tab .features-overview .overview-content .content .features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.features-list-tab .features-overview .overview-content .content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.features-list-tab .features-overview .overview-content .content .features-list li span {
  display: block;
  background-color: #f8faff;
  border-radius: 5px;
  padding: 13px 12px 8px 40px;
  z-index: 1;
  position: relative;
  transition: var(--transition);
  font-weight: 600;
  font-size: 15.5px;
}
.features-list-tab .features-overview .overview-content .content .features-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: var(--mainColor);
  z-index: -1;
  transition: var(--transition);
}
.features-list-tab .features-overview .overview-content .content .features-list li span i {
  font-size: 12px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  width: 23px;
  height: 23px;
  line-height: 23px;
  transition: var(--transition);
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.features-list-tab .features-overview .overview-content .content .features-list li span:hover {
  color: var(--whiteColor);
}
.features-list-tab .features-overview .overview-content .content .features-list li span:hover::before {
  width: 100%;
}
.features-list-tab .features-overview .overview-content .content .features-list li span:hover i {
  background-color: var(--whiteColor);
  color: var(--optionalColor);
}
.features-list-tab .features-overview .overview-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.features-list-tab .features-overview .overview-image .image {
  padding-left: 15px;
  padding-right: 15px;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-team-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
  transition: var(--transition);
  text-align: center;
}
.single-team-box .image {
  position: relative;
  overflow: hidden;
}
.single-team-box .image img {
  transition: var(--transition);
}
.single-team-box .image .social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: -100px;
  padding: 10px 15px 5px;
  background: var(--whiteColor);
  border-radius: 35px;
  visibility: hidden;
  transition: var(--transition);
}
.single-team-box .image .social a {
  display: inline-block;
  color: var(--mainColor);
  font-size: 18px;
  margin: 0 6px;
}
.single-team-box .image .social a:hover {
  color: var(--optionalColor);
}
.single-team-box .content {
  padding: 25px;
  position: relative;
  transition: var(--transition);
}
.single-team-box .content h3 {
  margin-bottom: 0;
  transition: var(--transition);
  font-size: 24px;
  font-weight: 700;
}
.single-team-box .content span {
  display: block;
  margin-top: 8px;
  color: var(--mainColor);
  transition: var(--transition);
  font-weight: 500;
}

/*================================================
Solution Area CSS
=================================================*/
.solution-area {
  position: relative;
  z-index: 1;
  background-color: var(--mainColor);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solution-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}
.solution-area.extra-pb {
  padding-bottom: 200px;
}

.solution-content .sub-title {
  color: var(--optionalColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.solution-content h2 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 50px;
}
.solution-content p {
  color: #e8e3e3;
}
.solution-content .default-btn {
  margin-top: 10px;
}

.solution-video {
  text-align: center;
}
.solution-video .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  color: var(--mainColor);
  position: relative;
  z-index: 1;
}
.solution-video .video-btn i::before {
  font-size: 38px;
}
.solution-video .video-btn::after, .solution-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
}
.solution-video .video-btn::before {
  animation: ripple 2s linear infinite;
}
.solution-video .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.solution-video .video-btn:hover, .solution-video .video-btn:focus {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.feedback-area.bg-color {
  margin-top: -100px;
}
.feedback-area.bg-color .section-title {
  margin-bottom: 30px;
}
.feedback-area.bg-color .section-title .sub-title {
  color: var(--whiteColor);
}
.feedback-area.bg-color .section-title h2 {
  color: var(--whiteColor);
}
.feedback-area.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 60%;
  right: 0;
  z-index: -1;
  background-color: var(--mainColor);
  margin-left: 50px;
  margin-right: 50px;
}
.feedback-area.bg-color::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  height: 60%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 50px;
  margin-right: 50px;
}

.single-feedback-item {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px #f1f1f1;
  padding: 30px;
  margin-bottom: 30px;
}
.single-feedback-item p {
  color: #565968;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
.single-feedback-item .client-info {
  margin-top: 30px;
  position: relative;
  padding-left: 90px;
}
.single-feedback-item .client-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-feedback-item .client-info h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.single-feedback-item .client-info span {
  display: block;
  color: var(--mainColor);
  margin-top: 3px;
  font-size: 15px;
}

.feedback-slides {
  padding-left: 80px;
  padding-right: 80px;
}
.feedback-slides .single-feedback-item {
  box-shadow: 0px 5px 15px #f1f1f1;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #d6d6d6;
  display: block;
  transition: var(--transition);
  border-radius: 50%;
}
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: var(--whiteColor);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 30px 28px 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.single-pricing-box .pricing-header {
  position: relative;
  z-index: 1;
  background-color: var(--mainColor);
  margin: -40px -30px 30px -30px;
  border-radius: 5px 5px 0 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.single-pricing-box .pricing-header h3 {
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-pricing-box .price {
  color: var(--blackColor);
  line-height: 50px;
  align-items: baseline;
  position: relative;
  z-index: 1;
  font-size: 50px;
  font-weight: 700;
}
.single-pricing-box .price sub {
  line-height: 16px;
  color: var(--paragraphColor);
  margin: 0 -8px 0 -12px;
  position: relative;
  top: -4px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
.single-pricing-box .price-features-list {
  text-align: start;
  padding: 30px 30px;
  margin: 25px -30px 30px -30px;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.single-pricing-box .price-features-list li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  color: var(--paragraphColor);
  font-weight: 500;
  font-size: 17px;
}
.single-pricing-box .price-features-list li i {
  font-size: 14px;
  color: var(--mainColor);
  position: absolute;
  right: 0;
  top: 10px;
}
.single-pricing-box .price-features-list li i.flaticon-tick {
  color: #6ac04f;
}
.single-pricing-box .price-features-list li i.flaticon-close {
  color: #dd5252;
  font-size: 13px;
  top: 12px;
}
.single-pricing-box .get-started-btn {
  display: inline-block;
  color: var(--mainColor);
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
.single-pricing-box .get-started-btn::before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.single-pricing-box .get-started-btn:hover::before {
  width: 100%;
}
.single-pricing-box.red .pricing-header {
  background-color: #fc6765;
}
.single-pricing-box.red .get-started-btn {
  color: #fc6765;
}
.single-pricing-box.red .get-started-btn::before {
  background-color: #fc6765;
}
.single-pricing-box.orange .pricing-header {
  background-color: #ffa143;
}
.single-pricing-box.orange .get-started-btn {
  color: #ffa143;
}
.single-pricing-box.orange .get-started-btn::before {
  background-color: #ffa143;
}
.single-pricing-box:hover {
  transform: translateY(-10px);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 90px;
}
.partner-area .row {
  margin-left: -5px;
  margin-right: -5px;
}

.single-partner-item {
  text-align: center;
  margin-bottom: 10px;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-partner-item a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f4f7fc;
  border-radius: 5px;
  padding: 20px;
}
.single-partner-item a img:nth-child(1) {
  position: relative;
  display: inline-block !important;
  width: auto !important;
  transition: transform 0.4s ease;
}
.single-partner-item a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  transition: transform 0.4s ease;
  display: inline-block !important;
  width: auto !important;
}
.single-partner-item a:hover img:nth-child(1) {
  transform: translateY(-200%);
}
.single-partner-item a:hover img:nth-child(2) {
  transform: translate(-50%, -50%);
}

.partner-slides .single-partner-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}
.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  background-size: 100px;
}
.single-blog-post .post-image {
  overflow: hidden;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  transition: var(--transition);
}
.single-blog-post .post-content {
  padding: 25px;
  position: relative;
  z-index: 1;
}
.single-blog-post .post-content .post-meta {
  transition: var(--transition);
  margin-bottom: 10px;
}
.single-blog-post .post-content .post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog-post .post-content .post-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  color: var(--paragraphColor);
  position: relative;
}
.single-blog-post .post-content .post-meta ul li::before {
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 13px;
  background-color: var(--paragraphColor);
  content: "";
  transform: rotate(10deg);
}
.single-blog-post .post-content .post-meta ul li a {
  color: var(--optionalColor);
  display: inline-block;
}
.single-blog-post .post-content .post-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-post .post-content .post-meta ul li:last-child::before {
  display: none;
}
.single-blog-post .post-content h3 {
  transition: var(--transition);
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}
.single-blog-post .post-content h3 a {
  display: inline-block;
}
.single-blog-post .post-content p {
  transition: var(--transition);
  margin-bottom: 0;
}
.single-blog-post .post-content .read-more-btn {
  color: var(--mainColor);
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 25px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 400;
}
.single-blog-post .post-content .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  transition: var(--transition);
  height: 1px;
  background: var(--mainColor);
}
.single-blog-post .post-content .read-more-btn i {
  font-size: 14px;
}
.single-blog-post .post-content .read-more-btn:hover::before {
  width: 100%;
}
.single-blog-post:hover .post-image a img {
  transform: scale(1.2) rotate(4deg);
}
.single-blog-post:hover .post-content .post-meta {
  transform: translateY(-35px);
  opacity: 0;
  visibility: hidden;
}
.single-blog-post:hover .post-content h3 {
  transform: translateY(-35px);
}
.single-blog-post:hover .post-content P {
  transform: translateY(-35px);
}
.single-blog-post:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  margin-right: 21px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: var(--blackColor);
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: var(--paragraphColor);
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: var(--mainColor);
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: var(--mainColor);
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: var(--mainColor);
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: var(--paragraphColor);
}
.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #faf5f5;
  color: var(--mainColor);
  transition: var(--transition);
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: var(--paragraphColor);
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: var(--paragraphColor);
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: var(--mainColor);
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: end;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: var(--paragraphColor);
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: var(--mainColor);
  width: 32px;
  height: 32px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 14px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transform: translateY(-2px);
}
.blog-details-desc .post-navigation {
  margin-top: 30px;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p,
.blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 24px !important;
}
blockquote cite,
.blockquote cite {
  display: none;
}
blockquote::before,
.blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}
blockquote::after,
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  transition: var(--transition);
}
.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
}
.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  transition: var(--transition);
}
.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}
.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: var(--whiteColor);
}
.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 24px;
  font-weight: 700;
}
.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--mainColor);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 6px 20px 3px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
}
.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 700;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: var(--paragraphColor);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.comments-area .comment-metadata a {
  color: var(--paragraphColor);
}
.comments-area .comment-metadata a:hover {
  color: var(--mainColor);
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--mainColor);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 5px;
}
.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: var(--transition);
}
.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: var(--mainColor);
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: var(--mainColor);
  border: none;
  color: var(--whiteColor);
  padding: 14px 30px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: var(--transition);
  font-weight: 600;
  font-size: 16px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-inner-area {
  position: relative;
  z-index: 1;
  padding: 80px;
  background-color: var(--mainColor);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subscribe-inner-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: var(--mainColor);
  opacity: 0.8;
}
.subscribe-inner-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subscribe-content {
  text-align: center;
}
.subscribe-content .sub-title {
  color: var(--whiteColor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.subscribe-content h2 {
  color: var(--whiteColor);
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 40px;
}
.subscribe-content .newsletter-form {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.subscribe-content .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.subscribe-content .newsletter-form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.subscribe-content .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  color: var(--whiteColor);
  bottom: -35px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-title-area .shape-img7 {
  left: 75%;
}

.page-title-content {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
.page-title-content h2 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}
.page-title-content h2::before {
  width: 30px;
  height: 2px;
  background-color: var(--optionalColor);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-title-content ul li {
  position: relative;
  display: inline-block;
  color: var(--mainColor);
  font-size: 17px;
  margin-left: 12px;
  margin-right: 12px;
}
.page-title-content ul li a {
  display: inline-block;
  color: var(--paragraphColor);
}
.page-title-content ul li a:hover {
  color: var(--optionalColor);
}
.page-title-content ul li::before {
  content: "\f054";
  position: absolute;
  right: -18px;
  top: 3px;
  color: var(--paragraphColor);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-content ul li:last-child {
  margin-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: var(--whiteColor);
  line-height: 49px;
  color: var(--blackColor);
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: var(--mainColor);
  color: var(--whiteColor);
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 22px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: var(--mainColor);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: var(--whiteColor);
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus {
  border-color: var(--mainColor);
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
}
.widget-area .widget_search form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.widget-area .widget_karlson_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_karlson_posts_thumb .item {
  overflow: hidden;
}
.widget-area .widget_karlson_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_karlson_posts_thumb .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_karlson_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_karlson_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_karlson_posts_thumb .item .info time {
  display: block;
  color: var(--paragraphColor);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 11px;
}
.widget-area .widget_karlson_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 700;
}
.widget-area .widget_karlson_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--blackColor);
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15.5px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
}
.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.widget-area .widget_recent_entries ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: var(--paragraphColor);
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--paragraphColor);
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15.5px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
}
.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.widget-area .widget_recent_comments ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: var(--blackColor);
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: var(--mainColor);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
}
.widget-area .widget_archive ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.widget-area .widget_archive ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--paragraphColor);
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: var(--mainColor);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: var(--blackColor);
  display: block;
}
.widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--blackColor);
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: var(--mainColor);
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
}
.widget-area .widget_meta ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.widget-area .widget_meta ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: var(--blackColor);
  font-weight: 600;
  font-size: 14.5px !important;
  padding: 6px 13px 3px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  padding-top: 170px;
  padding-bottom: 100px;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  border: none;
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: var(--whiteColor);
  margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item:nth-child(2) .accordion-title i, .faq-accordion .accordion .accordion-item:nth-child(4) .accordion-title i, .faq-accordion .accordion .accordion-item:nth-child(6) .accordion-title i, .faq-accordion .accordion .accordion-item:nth-child(8) .accordion-title i {
  background: var(--optionalColor);
}
.faq-accordion .accordion .accordion-title {
  padding: 15px 20px 10px 51px;
  color: var(--blackColor);
  position: relative;
  border: none;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: var(--fontSize);
  font-weight: 700;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: var(--mainColor);
  color: var(--whiteColor);
}
.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}
.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-area .col-lg-6:nth-child(2) .faq-accordion .accordion .accordion-item:nth-child(2) .accordion-title i, .faq-area .col-lg-6:nth-child(2) .faq-accordion .accordion .accordion-item:nth-child(4) .accordion-title i, .faq-area .col-lg-6:nth-child(2) .faq-accordion .accordion .accordion-item:nth-child(6) .accordion-title i, .faq-area .col-lg-6:nth-child(2) .faq-accordion .accordion .accordion-item:nth-child(8) .accordion-title i {
  background: var(--mainColor);
}
.faq-area .col-lg-6:nth-child(2) .faq-accordion .accordion .accordion-title i {
  background: var(--optionalColor);
}

.faq-contact-form {
  padding-left: 30px;
}
.faq-contact-form form .form-control {
  background-color: var(--whiteColor);
  border: none;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 55px;
  font-size: 16px;
}
.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12,
.faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 20px;
}
.faq-contact-form form .default-btn {
  margin-top: 5px;
  box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}
.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
  color: red;
}
.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: start !important;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area .section-title {
  margin-top: 110px;
}

.contact-form {
  padding-left: 30px;
}
.contact-form form .form-control {
  background-color: var(--whiteColor);
  border: none;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 55px;
  font-size: 16px;
}
.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form form textarea.form-control {
  height: auto;
  padding-top: 20px;
}
.contact-form form .default-btn {
  margin-top: 5px;
  box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}
.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form form .help-block ul li {
  color: red;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: start !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: var(--transition);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: var(--whiteColor);
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: var(--mainColor);
  transition: var(--transition);
  margin-bottom: 20px;
}
.contact-info-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box p a {
  display: inline-block;
  color: var(--paragraphColor);
}
.contact-info-box p a:hover {
  color: var(--mainColor);
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  padding-top: 40px; /* Reduce the top padding */
  padding-bottom: 20px; /* Reduce the bottom padding */
  background-color: #384ead;
}

.single-footer-widget {
  margin-bottom: 10px;
}
.single-footer-widget h3 {
  margin-bottom: 35px;
  color: var(--whiteColor);
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #4e5e6a;
  font-size: 24px;
  font-weight: 700;
}
.single-footer-widget h3::before {
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: var(--whiteColor);
  content: "";
  position: absolute;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  color: var(--whiteColor);
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
  font-size: 14.5px;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li i {
  font-size: 20px;
  color: var(--optionalColor);
  position: absolute;
  left: 0;
  top: 0;
}
.single-footer-widget .footer-contact-info li span {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: var(--whiteColor);
  font-size: 15.5px;
  font-weight: 700;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: var(--optionalColor);
}
.single-footer-widget .footer-quick-links {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-bottom: 0;
  margin-top: -15px;
}
.single-footer-widget .footer-quick-links li {
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-top: 15px;
}
.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: var(--whiteColor);
}
.single-footer-widget .footer-quick-links li a:hover {
  color: var(--optionalColor);
}

.copyright-area {
  border-top: 1px solid #000000;
  margin-top: 25px;
  padding-top: 25px;
}
.copyright-area p {
  color: var(--whiteColor);
  margin-bottom: 0;
}
.copyright-area p a {
  display: inline-block;
  color: var(--whiteColor);
}
.copyright-area p a:hover {
  color: var(--optionalColor);
}
.copyright-area ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: end;
}
.copyright-area ul li {
  display: inline-block;
  margin: 0 10px;
  color: var(--whiteColor);
  position: relative;
}
.copyright-area ul li a {
  display: inline-block;
  color: var(--whiteColor);
}
.copyright-area ul li a:hover {
  color: var(--optionalColor);
}
.copyright-area ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 3px;
  width: 1px;
  height: 14px;
  background-color: var(--whiteColor);
}
.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area ul li:last-child {
  margin-right: 0;
}
.copyright-area ul li:last-child::before {
  display: none;
}

.it-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
}
.it-banner .container.mt-50 {
  margin-top: 50px;
}
.it-banner .banner-btn {
  margin-top: 30px;
}
.it-banner .banner-btn a {
  display: inline-flex;
}
.it-banner .video-btn {
  margin-left: 5px;
  line-height: 40px;
}
.it-banner .video-btn i {
  background-color: #ececff;
  height: 35px;
  width: 35px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.it-banner .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.it-banner .it-banner-image {
  text-align: center;
}
.it-banner .it-banner-image.owl-theme .owl-nav {
  margin: 0;
}

.shape-img11 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.shape-img12 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* Animate banner image */
.animate-image {
  position: relative;
}

.animate-image img {
  display: block !important;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: auto;
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.service-card-one {
  margin-bottom: 30px;
  border-radius: 10px;
  transition: var(--transition);
}
.service-card-one .icon {
  position: relative;
}
.service-card-one .icon i {
  background-color: #ececff;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 25px;
}
.service-card-one .icon .check-icon {
  position: absolute;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0px 0px 20px -20px;
  font-size: 18px;
}
.service-card-one h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.service-card-one p {
  margin-bottom: -5px;
}
.service-card-one.bg-white {
  padding: 30px;
}
.service-card-one.center {
  text-align: center;
}
.service-card-one:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
}
.service-card-one.gray-bg {
  padding: 30px;
}
.service-card-one.gray-bg:hover {
  background-color: var(--mainColor);
}
.service-card-one.gray-bg:hover .icon .check-icon {
  display: none;
}
.service-card-one.gray-bg:hover h3 {
  color: var(--whiteColor);
}
.service-card-one.gray-bg:hover h3 a {
  color: var(--whiteColor);
}
.service-card-one.gray-bg:hover h3 a:hover {
  text-decoration: underline;
}
.service-card-one.gray-bg:hover p {
  color: var(--whiteColor);
}

.it-overview .overview-content .content .features-list li span i {
  color: var(--mainColor);
  width: auto;
  height: auto;
  background-color: transparent;
  line-height: 1;
  font-size: 22px;
}
.it-overview .overview-content .content .features-list li span:hover i {
  background-color: transparent;
  color: var(--whiteColor);
}
.it-overview .overview-content .content .rm-btn {
  margin-top: 25px;
}
.it-overview .overview-content .content .features-text {
  margin-top: 20px;
}
.it-overview .overview-content .content .features-text h4 {
  margin-bottom: 10px;
}

.works-area .more-work {
  margin-top: 20px;
  text-align: center;
}

.work-card {
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}
.work-card::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 8px;
  transition: var(--transition);
  z-index: 1;
}
.work-card:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.work-card img {
  border-radius: 8px;
  width: 100%;
}
.work-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 35px;
  transition: var(--transition);
  z-index: 5;
}
.work-card .content span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.work-card .content span a {
  color: var(--whiteColor);
}
.work-card .content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.work-card .content .work-btn {
  background-color: var(--whiteColor);
  color: var(--mainColor);
  padding: 10px 20px 5px;
  border-radius: 30px;
  font-size: 15px;
}
.work-card .content .work-btn:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.work-card .content a {
  color: var(--whiteColor);
}
.work-card:hover::before {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0), blue);
}
.work-card:hover .content {
  bottom: 20px;
}

.team-slider .single-team-box {
  box-shadow: none;
}
.team-slider .single-team-box .content {
  border-bottom: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
.team-slider .single-team-box:hover .content {
  border-bottom: 1px solid var(--mainColor);
  border-left: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
}
.team-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.team-slider.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  background: #fff;
  height: 30px;
  margin: 0;
  border-radius: 0;
  line-height: 30px;
}
.team-slider.owl-theme .owl-nav button.owl-prev:hover {
  background-color: var(--mainColor);
}
.team-slider.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  background: #fff;
  height: 30px;
  margin: 0;
  border-radius: 0;
  line-height: 30px;
}
.team-slider.owl-theme .owl-nav button.owl-next:hover {
  background-color: var(--mainColor);
}

.pricing-area-two {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.single-pricing-table {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding-bottom: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.single-pricing-table .pricing-header {
  padding: 20px 40px;
}
.single-pricing-table .pricing-header .icon {
  background-color: #ececff;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.single-pricing-table .pricing-header .icon img {
  max-width: 70px;
}
.single-pricing-table .pricing-header h3 {
  margin-bottom: -5px;
  font-size: 20px;
}
.single-pricing-table .pricing-header p {
  margin: 10px 0 -10px;
  font-size: 15px;
}
.single-pricing-table .price {
  color: var(--blackColor);
  transition: var(--transition);
  padding: 10px 40px 0;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-size: 40px;
  font-weight: 900;
}
.single-pricing-table .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}
.single-pricing-table .price sub {
  bottom: 2px;
  color: #4a6f8a;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}
.single-pricing-table .pricing-features {
  margin: 0;
  padding: 30px 40px;
  list-style-type: none;
}
.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 25px;
}
.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2px;
}
.single-pricing-table .pricing-features li span {
  display: inline-block;
  color: #b7bad2;
  font-size: 20px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
}
.single-pricing-table .btn-box {
  padding: 0 40px;
}
.single-pricing-table:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}
.single-pricing-table.center {
  text-align: center;
}
.single-pricing-table.center .pricing-features {
  text-align: left;
}
.single-pricing-table.center .pricing-features li {
  padding-left: 0;
  padding-right: 25px;
}
.single-pricing-table.center .pricing-features li i {
  left: auto;
  right: 0;
}
.single-pricing-table.center .default-btn {
  display: block;
  width: 100%;
}

.lets-work .sub-title {
  color: var(--whiteColor);
  display: block;
  margin-bottom: 10px;
}
.lets-work h2 {
  color: var(--whiteColor);
  font-size: 60px;
  font-weight: 900;
}
.lets-work .contact-btn {
  text-align: right;
}
.lets-work .contact-btn .default-btn {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
}
.lets-work .contact-btn .default-btn span {
  background-color: var(--optionalColor);
  width: 100%;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  transform: translate(0%, 0%);
}
.lets-work .contact-btn .default-btn:hover span {
  background-color: #000;
}

.feedback-area-two .section-title {
  margin-bottom: 40px;
}
.feedback-area-two .feedback-slides .single-feedback-item {
  margin-top: 15px;
}
.feedback-area-two .feedback-slides .single-feedback-item.border {
  border: 1px solid #eee;
  border-radius: 10px;
}

/*================================================
End IT Startup Page CSS
=================================================*/
/*================================================
SEO Startup Page CSS
=================================================*/
.seo-banner-slider img {
  width: auto !important;
  display: inline-block !important;
}
.seo-banner-slider.owl-theme .owl-nav {
  margin: 0;
}
.seo-banner-slider.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  height: 40px;
  margin: 0;
  border-radius: 0;
  line-height: 40px;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
  transition: var(--transition);
}
.seo-banner-slider.owl-theme .owl-nav button.owl-prev:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.seo-banner-slider.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  height: 40px;
  margin: 0;
  border-radius: 0;
  transform: translateY(-50%);
  line-height: 40px;
  border-radius: 5px 0 0 5px;
  transition: var(--transition);
}
.seo-banner-slider.owl-theme .owl-nav button.owl-next:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.seo-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
}
.seo-banner .container.mt-50 {
  margin-top: 50px;
}
.seo-banner .banner-btn {
  margin-top: 30px;
}
.seo-banner .banner-btn a {
  display: inline-flex;
}
.seo-banner .video-btn {
  margin-left: 5px;
  line-height: 40px;
}
.seo-banner .video-btn i {
  background-color: #ececff;
  height: 35px;
  width: 35px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.seo-banner .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.seo-banner .seo-banner-image {
  text-align: center;
}
.seo-banner .seo-banner-image.animate-tb {
  animation: moveBounce 5s linear infinite;
}

.shape-img13 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.shape-img14 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.rounded-10 {
  border-radius: 10px;
}

.seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(2) {
  margin-top: 30px;
}
.seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(3) {
  margin-top: -30px;
}
.seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(5) {
  margin-top: -30px;
}

.about-area-two .section-title {
  margin-bottom: 30px;
  max-width: 525px;
  margin-left: 0;
  width: 100%;
}
.about-area-two .section-title h2 {
  max-width: 100%;
  margin-bottom: 0;
}
.about-area-two .about-image {
  position: relative;
}
.about-area-two .solution-video {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.about-area-two .solution-video .video-btn:hover::after, .about-area-two .solution-video .video-btn:hover::before {
  border: 1px solid transparent;
}
.about-area-two .about-content {
  padding-left: 20px;
}
.about-area-two .about-text {
  margin-bottom: 20px;
}
.about-area-two .about-text:last-child {
  margin-bottom: 0;
}
.about-area-two .about-text h4 {
  font-size: 20px;
}

.works-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px;
}

.work-slider .work-card {
  margin-bottom: 0;
}
.work-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.work-slider.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  background: #fff;
  height: 30px;
  margin: 0;
  border-radius: 0;
  line-height: 30px;
  display: none;
}
.work-slider.owl-theme .owl-nav button.owl-prev:hover {
  background-color: var(--mainColor);
}
.work-slider.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  background: #fff;
  height: 30px;
  margin: 0;
  border-radius: 0;
  line-height: 30px;
  display: none;
}
.work-slider.owl-theme .owl-nav button.owl-next:hover {
  background-color: var(--mainColor);
}

.choose-area-two .section-title {
  margin-bottom: 30px;
  max-width: 100%;
}
.choose-area-two .section-title h2 {
  font-size: 36px;
  margin-left: 0;
}
.choose-area-two .choose-text {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.choose-area-two .choose-text:last-child {
  margin-bottom: 0;
}
.choose-area-two .choose-text i {
  position: absolute;
  font-size: 30px;
  color: var(--mainColor);
  left: 0;
  top: 0;
}
.choose-area-two .choose-text h4 {
  font-size: 20px;
}

.features-area .tabs_item.bg-white {
  padding: 20px;
  border: 1px solid #f7f7f7;
}

.red {
  color: red !important;
}

.seo-analysis-section .section-title {
  max-width: 100%;
  margin-bottom: 30px;
}
.seo-analysis-section .analysis-img {
  text-align: center;
}

.analysis-form .form-group {
  margin-bottom: 25px;
}
.analysis-form .form-control {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #9d9fad;
  line-height: 30px;
  height: 56px;
}
.analysis-form button.default-btn {
  margin-top: 10px;
}

/*================================================
End SEO Startup Page CSS
=================================================*/
/*================================================
SaaS Startup Page CSS
=================================================*/
.default-btn-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  text-transform: uppercase;
  background-color: var(--optionalColor);
  transition: var(--transition);
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 17px;
  padding-bottom: 13px;
}
.default-btn-two span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--mainColor);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn-two:hover, .default-btn-two:focus {
  color: var(--whiteColor);
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}
.default-btn-two:hover span, .default-btn-two:focus span {
  width: 225%;
  height: 562.5px;
}

.saas-banner-two {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #f1ece4;
  z-index: 0;
}
.saas-banner-two .container.mt-50 {
  margin-top: 50px;
}
.saas-banner-two .banner-btn {
  margin-top: 30px;
}
.saas-banner-two .banner-btn a {
  display: inline-flex;
}
.saas-banner-two .saas-banner-image {
  text-align: center;
  position: relative;
}
.saas-banner-two .saas-banner-image img {
  border-radius: 10px;
}
.saas-banner-two .saas-banner-image.animate-tb {
  animation: moveBounce 5s linear infinite;
}
.saas-banner-two .saas-banner-image .solution-video {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.saas-banner-two .saas-banner-image .solution-video .video-btn {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.saas-banner-two .saas-banner-image .solution-video .video-btn:hover::after, .saas-banner-two .saas-banner-image .solution-video .video-btn:hover::before {
  border: 1px solid transparent;
}
.saas-banner-two .saas-banner-image .solution-video .video-btn::after, .saas-banner-two .saas-banner-image .solution-video .video-btn::before {
  border: 1px solid var(--mainColor);
}

.service-card-one .icon .number {
  background-color: var(--mainColor);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 22px;
  position: absolute;
  margin: 50px 0 0 -25px;
}

.bg-f2f2f7 {
  background-color: #f2f2f7;
}

.fun-fact-card {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  transition: var(--transition);
}
.fun-fact-card i {
  background-color: #ececff;
  color: var(--mainColor);
  font-size: 35px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.fun-fact-card h3 {
  font-size: 40px;
  font-weight: 800;
}
.fun-fact-card:hover {
  transform: translateY(-5px);
}

/*================================================
End SEO Startup Page CSS
=================================================*/
/*================================================
AI & Machine Learning Page CSS
=================================================*/
.machine-learning-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* background-size: cover; */
  background-position: center center;
}
.machine-learning-banner .banner-content h1 {
  color: var(--whiteColor);
}
.machine-learning-banner .banner-content p {
  color: var(--whiteColor);
}
.machine-learning-banner .banner-btn {
  margin-top: 30px;
}
.machine-learning-banner .banner-btn a {
  display: inline-flex;
}
.machine-learning-banner .ml-video {
  position: relative;
  text-align: center;
}
.machine-learning-banner .solution-video {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.machine-learning-banner .solution-video .video-btn {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}
.machine-learning-banner .solution-video .video-btn:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.machine-learning-banner .solution-video .video-btn:hover::after, .machine-learning-banner .solution-video .video-btn:hover::before {
  border: 1px solid transparent;
}
.machine-learning-banner .solution-video .video-btn::after, .machine-learning-banner .solution-video .video-btn::before {
  border: 1px solid var(--whiteColor);
}

.machine-learning-slider .owl-item img {
  display: inline-block;
  width: auto;
}
.machine-learning-slider.owl-theme .owl-nav {
  margin: 0;
}
.machine-learning-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--whiteColor);
  width: 40px;
  height: 40px;
  margin: 0;
  color: var(--mainColor);
  padding: 0;
  border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: var(--transition);
}
.machine-learning-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--whiteColor);
  width: 40px;
  height: 40px;
  margin: 0;
  color: var(--mainColor);
  padding: 0;
  border-radius: 0;
  border-radius: 5px 0 0 5px;
  transition: var(--transition);
}
.machine-learning-slider.owl-theme .owl-nav .owl-prev:hover,
.machine-learning-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.machine-learning-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 60px;
  right: 60px;
}
.machine-learning-slider.owl-theme .owl-dots .owl-dot.active span,
.machine-learning-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.featured-solution-card {
  box-shadow: 0px 5px 20px 0px rgba(105, 146, 234, 0.14);
  transition: var(--transition);
  padding: 30px 25px;
  margin-bottom: 30px;
}
.featured-solution-card i {
  color: var(--mainColor);
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
}
.featured-solution-card h3 {
  font-size: 19px;
  line-height: 1.3;
}
.featured-solution-card h3 a {
  color: var(--blackColor);
}
.featured-solution-card h3 a:hover {
  color: var(--mainColor);
}
.featured-solution-card p {
  margin: 0;
  font-size: 15px;
}
.featured-solution-card .read-more {
  color: var(--mainColor);
  font-size: 14.5px;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
}
.featured-solution-card .read-more::after {
  content: "";
  background-color: var(--mainColor);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.featured-solution-card .read-more:hover::after {
  width: 100%;
}

.ml-services-area .section-title {
  max-width: 100%;
}
.ml-services-area .section-title h2 {
  max-width: 100%;
}
.ml-services-area .section-title p {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ml-service {
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  padding: 30px;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.ml-service .image {
  margin-bottom: 30px;
}
.ml-service h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ml-service h3 a {
  color: var(--blackColor);
}
.ml-service h3 a:hover {
  color: var(--mainColor);
}
.ml-service p {
  margin: 0;
  font-size: 15px;
}
.ml-service .read-more {
  color: var(--mainColor);
  font-size: 15px;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
}
.ml-service .read-more::after {
  content: "";
  background-color: var(--mainColor);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.ml-service .read-more:hover::after {
  width: 100%;
}
.ml-service::before {
  content: "";
  background-color: var(--mainColor);
  position: absolute;
  top: -100%;
  left: -100%;
  width: 90px;
  height: 50px;
  transform: rotate(135deg);
  transition: var(--transition);
}
.ml-service:hover {
  transition: var(--transition);
}
.ml-service:hover::before {
  top: -32px;
  left: -34px;
}

.free-trial-area .subscribe-content .sub-title {
  color: var(--mainColor);
}
.free-trial-area .subscribe-content h2 {
  color: var(--blackColor);
}
.free-trial-area .subscribe-content .help-text {
  font-size: 15px;
  margin: 15px 0 0;
  font-style: italic;
}
.free-trial-area .subscribe-content .validation-danger {
  color: red !important;
  font-size: 15px;
}

/*================================================
End AI & Machine Learning Page CSS
=================================================*/
/*================================================
Portfolio Agency Page CSS
=================================================*/
.portfolio-agency-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* background-size: cover; */
  background-position: center center;
}
.portfolio-agency-banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-agency-banner .banner-content {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-agency-banner .banner-content h1 {
  color: var(--whiteColor);
}
.portfolio-agency-banner .banner-content p {
  color: var(--whiteColor);
}
.portfolio-agency-banner .banner-btn {
  margin-top: 30px;
}
.portfolio-agency-banner .banner-btn a {
  display: inline-flex;
}

/*================================================
End Portfolio Agency Learning Page CSS
=================================================*/
.team-area .max-w-1700 {
  max-width: 1700px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Login Page CSS
=================================================*/
.form-content {
  background-color: #fafbfd;
  max-width: 500px;
  margin: 100px auto;
  padding: 40px 30px;
}
.form-content .form-header {
  text-align: center;
  margin-bottom: 20px;
}
.form-content .form-header h3 {
  font-weight: 700;
}
.form-content .form-header p {
  margin: 0;
}
.form-content .form-group {
  margin-bottom: 20px;
}
.form-content .form-group.form-check label {
  font-size: 15px;
}
.form-content .form-link {
  font-size: 15px;
  display: inline-block;
}
.form-content .form-control {
  height: 50px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0;
  transition: 0.5s;
  color: #212529;
  line-height: normal;
  padding-left: 13px;
  font-size: 14.5px;
  padding-top: 10px;
}
.form-content .default-btn {
  display: block;
  width: 100%;
}
.form-content .form-footer {
  margin-top: 20px;
  text-align: center;
}
.form-content .form-footer p {
  margin: 0;
}
.form-content .form-footer p a {
  color: var(--mainColor);
}

/*================================================
End Login Page CSS
=================================================*/
.section-title.with-linear-gradient-text {
  max-width: 725px;
}
.section-title.with-linear-gradient-text h2 {
  max-width: 725px;
}
.section-title.with-linear-gradient-text h2 span {
  background: linear-gradient(89.02deg, #3065ba 68.24%, #8459ea 97.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title.with-line-text {
  max-width: 725px;
}
.section-title.with-line-text .sub-title {
  color: var(--whiteColor);
}
.section-title.with-line-text h2 {
  max-width: 725px;
  color: var(--whiteColor);
}
.section-title.with-line-text h2 span {
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
}
.section-title.with-line-text h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.section-title.with-line-text-with-white-color {
  max-width: 725px;
}
.section-title.with-line-text-with-white-color h2 {
  max-width: 725px;
}
.section-title.with-line-text-with-white-color h2 span {
  position: relative;
  z-index: 1;
}
.section-title.with-line-text-with-white-color h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}

.background-with-black-color {
  background-color: #1f1f22;
}

/*================================================
Topbar Wrap Area CSS
=================================================*/
.topbar-wrap-area {
  background-color: var(--mainColor);
  padding-top: 15px;
  padding-bottom: 15px;
}
.topbar-wrap-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.topbar-social-links {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
}
.topbar-social-links li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.topbar-social-links li:last-child {
  margin-right: 0;
}
.topbar-social-links li a {
  line-height: 1;
}
.topbar-social-links li a i {
  font-size: 20px;
  color: var(--whiteColor);
  transition: var(--transition);
}
.topbar-social-links li a i:hover {
  color: var(--optionalColor);
  transform: translateY(-2px);
}

.topbar-action-list {
  padding: 0;
  margin-bottom: 0;
  text-align: end;
}
.topbar-action-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  color: var(--whiteColor);
  position: relative;
  padding-left: 22px;
}
.topbar-action-list li::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -20px;
  width: 1px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}
.topbar-action-list li:last-child {
  margin-right: 0;
}
.topbar-action-list li:last-child::before {
  display: none;
}
.topbar-action-list li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.topbar-action-list li a {
  color: var(--whiteColor);
}
.topbar-action-list li a:hover {
  color: var(--optionalColor);
}

/*================================================
Value Trade Area CSS
=================================================*/
.value-trade-area {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.value-trade-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.value-trade-card {
  position: relative;
  padding: 16.8px 15px 15px 45px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 20px rgba(47, 143, 232, 0.07);
  border-radius: 5px;
}
.value-trade-card img {
  display: inline-block;
  width: auto !important;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.value-trade-card p {
  font-size: 15.5px;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--paragraphColor);
}
.value-trade-card p b {
  font-weight: 600;
  color: var(--blackColor);
}
.value-trade-card p span {
  font-weight: 600;
  color: #76baaf;
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
.value-trade-card p span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.value-trade-card p .color-two {
  color: #ff6c6c;
}
.value-trade-card p .color-two i {
  color: #ff6c6c;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-position-relative {
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 20px rgba(47, 143, 232, 0.07);
}
.navbar-area-with-position-relative .karlson-nav .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.navbar-area-with-position-relative.with-black-color {
  background-color: #1f1f22;
  box-shadow: unset;
}
.navbar-area-with-position-relative.with-black-color.is-sticky {
  background-color: #1f1f22 !important;
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #696997;
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .cart-items a {
  color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .cart-items a:hover {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .option-item {
  color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .option-item .search-btn {
  color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .option-item .search-btn:hover {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .option-item .close-btn {
  color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .option-item .close-btn:hover {
  color: var(--mainColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .burger-menu span {
  color: var(--whiteColor);
  background-color: var(--whiteColor);
}
.navbar-area-with-position-relative.with-black-color .karlson-nav .navbar .others-options .burger-menu:hover span {
  background: var(--mainColor);
}

/*================================================
Cryptocurrency Banner Area CSS
=================================================*/
.cryptocurrency-banner-section {
  background: #f1f9f9;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cryptocurrency-banner-section .container-fluid {
  padding-left: 50px;
  padding-right: 0;
}
.cryptocurrency-banner-section::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 545px;
  background: #d3e3e7;
  z-index: -1;
}

.cryptocurrency-banner-content {
  max-width: 620px;
  position: relative;
  top: -50px;
}
.cryptocurrency-banner-content .sub-title {
  color: #2b6def;
  font-size: var(--fontSize);
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.cryptocurrency-banner-content h1 {
  font-size: 66px;
  font-weight: 800;
  margin-bottom: 15px;
}
.cryptocurrency-banner-content h1 span {
  background: linear-gradient(89.36deg, #2c66b8 0.07%, #8859ec 73.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cryptocurrency-banner-content p {
  margin-bottom: 0;
}
.cryptocurrency-banner-content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.cryptocurrency-banner-content .banner-btn li {
  display: inline-flex;
  margin-right: 20px;
}
.cryptocurrency-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.cryptocurrency-banner-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--blackColor);
}
.cryptocurrency-banner-content .banner-btn li .video-btn i {
  background: rgba(47, 143, 232, 0.07);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.cryptocurrency-banner-content .banner-btn li .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.cryptocurrency-banner-image {
  position: relative;
  z-index: 1;
}
.cryptocurrency-banner-image .cart1 {
  position: absolute;
  bottom: 12%;
  left: -230px;
  bottom: 10%;
  transform: translateY(-12%);
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}
.cryptocurrency-banner-image .cart2 {
  position: absolute;
  top: 5%;
  right: 20%;
  transform: translateY(-5%) translateX(-20%);
  z-index: -1;
  animation: moveLeftBounce 8s linear infinite;
}
.cryptocurrency-banner-image .graph {
  position: absolute;
  left: -70px;
  top: 38%;
  transform: translateY(-38%);
  z-index: -11;
  animation: moveLeftBounce 8s linear infinite;
}

.cryptocurrency-shape-1 {
  position: absolute;
  left: 10%;
  top: -20px;
  transform: translateX(-10%);
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}

.cryptocurrency-shape-2 {
  position: absolute;
  left: 40%;
  top: 100px;
  transform: translateX(-40%);
  z-index: -1;
}
.cryptocurrency-shape-2 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cryptocurrency-shape-3 {
  position: absolute;
  bottom: 15%;
  left: 2%;
  transform: translateY(-15%) translateX(-2%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

.cryptocurrency-shape-4 {
  position: absolute;
  bottom: 45%;
  right: 5%;
  z-index: -1;
  transform: translateY(-45%) translateX(-5%);
}
.cryptocurrency-shape-4 img {
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Stats Area CSS
=================================================*/
.stats-fun-fact-box {
  margin-bottom: 30px;
  transition: var(--transition);
}
.stats-fun-fact-box .stats-image {
  margin-bottom: 28px;
}
.stats-fun-fact-box h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.stats-fun-fact-box span {
  font-size: var(--fontSize);
  font-weight: bold;
  color: var(--paragraphColor);
  display: inline-block;
  margin-top: 10px;
}
.stats-fun-fact-box:hover {
  transform: translateY(-5px);
}

/*================================================
Crypto About Area CSS
=================================================*/
.crypto-about-content {
  padding-left: 25px;
}
.crypto-about-content .sub-title {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.crypto-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.crypto-about-content h3 span {
  background: linear-gradient(89.21deg, #2f66b9 21.64%, #8659eb 71.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.crypto-about-content p {
  margin-bottom: 0;
}
.crypto-about-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.crypto-about-content .list li {
  list-style-type: none;
  font-size: 16.5px;
  font-weight: bold;
  color: var(--paragraphColor);
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.crypto-about-content .list li:last-child {
  margin-bottom: 0;
}
.crypto-about-content .list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #76baaf;
  font-size: 16.5px;
}
.crypto-about-content .list li span {
  color: #29a9e1;
  border-bottom: 1px solid #29a9e1;
}
.crypto-about-content .about-btn {
  margin-top: 28px;
}

/*================================================
Earning Platform Area CSS
=================================================*/
.earning-platform-area {
  background: #f4fafd;
}
.earning-platform-area .section-title {
  max-width: 725px;
}
.earning-platform-area .section-title h2 {
  max-width: 725px;
}

.earning-platform-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.earning-platform-card .earning-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  margin-bottom: 28px;
  transition: var(--transition);
}
.earning-platform-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.earning-platform-card:hover {
  transform: translateY(-5px);
}

/*================================================
Crypto Get Strated Area CSS
=================================================*/
.crypto-get-strated-area {
  background: linear-gradient(to right, #3565bd, #4365cb, #5663d7, #6b60e1, #835ae9);
  padding-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.crypto-get-strated-content {
  padding-left: 25px;
  position: relative;
  top: -50px;
}
.crypto-get-strated-content .content {
  max-width: 650px;
}
.crypto-get-strated-content .content span {
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.crypto-get-strated-content .content h3 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--whiteColor);
}
.crypto-get-strated-content .crypto-get-strated-card {
  margin-top: 30px;
  margin-left: 5px;
}
.crypto-get-strated-content .crypto-get-strated-card .get-image {
  margin-bottom: 30px;
}
.crypto-get-strated-content .crypto-get-strated-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--whiteColor);
}
.crypto-get-strated-content .crypto-get-strated-card p {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.crypto-get-strated-shape {
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translateY(-10%) translateX(-10%);
  animation: moveBounce 5s linear infinite;
  z-index: -1;
}

/*================================================
Key Features Area CSS
=================================================*/
.key-features-area {
  background: #f4fafd;
}

.key-features-card {
  margin-bottom: 30px;
}
.key-features-card .key-content {
  border-radius: 5px;
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px 30px 30px 125px;
  transition: var(--transition);
  margin-bottom: 30px;
}
.key-features-card .key-content:last-child {
  margin-bottom: 0;
}
.key-features-card .key-content.right-gap {
  position: relative;
  right: 30px;
}
.key-features-card .key-content.left-gap {
  position: relative;
  left: 30px;
}
.key-features-card .key-content .icon-image {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  transition: var(--transition);
  position: absolute;
  left: 25px;
  top: 30px;
}
.key-features-card .key-content .icon-image img {
  max-width: 40px;
}
.key-features-card .key-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.key-features-card .key-content p {
  margin-bottom: 0;
}
.key-features-card .key-content:hover {
  transform: translateY(-5px);
}

/*================================================
Mining Area CSS
=================================================*/
.mining-content {
  padding-left: 50px;
}
.mining-content .sub-title {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.mining-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.mining-content h3 span {
  background: linear-gradient(89.21deg, #2f66b9 21.64%, #8659eb 71.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mining-content p {
  margin-bottom: 0;
}
.mining-content .mining-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.mining-content .mining-btn li {
  display: inline-flex;
  margin-right: 20px;
}
.mining-content .mining-btn li:last-child {
  margin-right: 0;
}
.mining-content .mining-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--blackColor);
}
.mining-content .mining-btn li .video-btn i {
  background: rgba(47, 143, 232, 0.07);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.mining-content .mining-btn li .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Trade Over Area CSS
=================================================*/
.trade-over-inner-box {
  background-color: var(--whiteColor);
  box-shadow: 0px 3px 20px rgba(36, 157, 210, 0.12);
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
}

.trade-over-card {
  margin-bottom: 30px;
  position: relative;
  padding-left: 65px;
}
.trade-over-card .over-image {
  position: absolute;
  left: 0;
  top: 0;
}
.trade-over-card p {
  font-size: 15.5px;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.trade-over-card p b {
  font-weight: 600;
  color: var(--blackColor);
}
.trade-over-card p span {
  font-weight: 500;
  color: var(--whiteColor);
  display: inline-block;
  padding: 8px 10px 5px;
  background: #76baaf;
  box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.07);
  border-radius: 5px;
  font-size: 14.5px;
  margin-left: 10px;
  line-height: 1;
}
.trade-over-card p .color-two {
  background-color: #ff6c6c;
}
.trade-over-card h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.trade-over-card span {
  color: var(--paragraphColor);
}
.trade-over-card .over-shape {
  position: absolute;
  right: 0;
  top: 0;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  background-color: #f4fafd;
}

.why-choose-us-content {
  max-width: 550px;
}
.why-choose-us-content .sub-title {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.why-choose-us-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.why-choose-us-content h3 span {
  background: linear-gradient(89.21deg, #2f66b9 21.64%, #8659eb 71.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.why-choose-us-content p {
  margin-bottom: 0;
}
.why-choose-us-content .choose-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.why-choose-us-content .choose-list li {
  list-style-type: none;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 15px 40px;
  border-radius: 5px;
  font-size: 16.5px;
  font-weight: bold;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.why-choose-us-content .choose-list li:last-child {
  margin-bottom: 0;
}
.why-choose-us-content .choose-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #76baaf;
  border-radius: 50px;
  left: 20px;
  top: 19.5px;
}
.why-choose-us-content .choose-list li:hover {
  transform: translateY(-2px);
}

.why-choose-us-card {
  background-color: var(--whiteColor);
  border: 1px solid #ebd7d3;
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.why-choose-us-card .image {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  margin-bottom: 28px;
  transition: var(--transition);
}
.why-choose-us-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.why-choose-us-card:hover {
  transform: translateY(-5px);
  border: 1px solid var(--mainColor);
}

.choose-with-box-style .col-lg-6:nth-child(2) .why-choose-us-card {
  margin-bottom: 25px;
}

/*================================================
Unique Feedback Area CSS
=================================================*/
.unique-feedback-area {
  background-position: center center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.unique-feedback-area .section-title .sub-title {
  color: var(--whiteColor);
}
.unique-feedback-area .section-title h2 {
  color: var(--whiteColor);
}
.unique-feedback-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #f4fafd;
  z-index: -1;
}
.unique-feedback-area.wrap-with-black-color {
  background-image: unset;
}
.unique-feedback-area.wrap-with-black-color::before {
  display: none;
}
.unique-feedback-area.with-linear-gradient-color {
  background-image: unset;
  background: linear-gradient(86.42deg, #2e66b9 0%, #8859ec 101.05%);
}
.unique-feedback-area.with-linear-gradient-color::before {
  background-color: var(--whiteColor);
}

.unique-single-feedback {
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 40px 45px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.unique-single-feedback .rating {
  padding: 0;
  margin-bottom: 15px;
}
.unique-single-feedback .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.unique-single-feedback .rating li:last-child {
  margin-right: 0;
}
.unique-single-feedback .rating li i {
  font-size: 18px;
  color: #ffb820;
}
.unique-single-feedback .client-info {
  margin-top: 30px;
  position: relative;
  padding-left: 70px;
}
.unique-single-feedback .client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.unique-single-feedback .client-info h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 20px;
}
.unique-single-feedback .client-info span {
  display: block;
  color: var(--paragraphColor);
  margin-top: 10px;
  font-size: 15px;
}
.unique-single-feedback .quote {
  position: absolute;
  right: 45px;
  top: 55px;
  z-index: -1;
}
.unique-single-feedback:hover {
  border: 1px solid var(--mainColor);
}
.unique-single-feedback.with-black-color {
  background-color: #161618;
  border: 1px solid #161618;
}
.unique-single-feedback.with-black-color p {
  color: #f4f5f8;
}
.unique-single-feedback.with-black-color .client-info h3 {
  color: #f4f5f8;
}
.unique-single-feedback.with-black-color .client-info span {
  color: #f4f5f8;
}
.unique-single-feedback.with-black-color .quote {
  top: unset;
  bottom: 35px;
}
.unique-single-feedback.with-black-color .quote i {
  color: var(--mainColor);
  font-size: 45px;
}
.unique-single-feedback.with-black-color:hover {
  border: 1px solid var(--mainColor);
}

.unique-feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.unique-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 10px;
  margin: 0 5px;
  background: #e1e1fa;
  display: block;
  transition: var(--transition);
  border-radius: 10px;
  display: inline-block;
}
.unique-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .unique-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

.unique-feedback-line-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*================================================
Mobile App Area CSS
=================================================*/
.mobile-app-area {
  background-color: #f4fafd;
}

.mobile-app-content {
  padding-left: 90px;
}
.mobile-app-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.mobile-app-content h3 span {
  background: linear-gradient(89.21deg, #2f66b9 21.64%, #8659eb 71.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-app-content p {
  margin-bottom: 0;
}
.mobile-app-content .app-btn-box {
  margin-top: 25px;
}
.mobile-app-content .app-btn-box .playstore-btn {
  position: relative;
  border-radius: 5px;
  margin-right: 15px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 70px;
  padding-right: 25px;
  padding-bottom: 12px;
}
.mobile-app-content .app-btn-box .playstore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 17.5px;
  font-weight: 700;
}
.mobile-app-content .app-btn-box .playstore-btn img {
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}
.mobile-app-content .app-btn-box .playstore-btn:hover {
  background-color: var(--mainColor);
  transform: translateY(-3px);
  color: var(--whiteColor);
}
.mobile-app-content .app-btn-box .playstore-btn:hover span {
  color: var(--whiteColor);
}
.mobile-app-content .app-btn-box .applestore-btn {
  position: relative;
  border-radius: 5px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 68px;
  padding-right: 25px;
  padding-bottom: 12px;
}
.mobile-app-content .app-btn-box .applestore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 17.5px;
  font-weight: 700;
}
.mobile-app-content .app-btn-box .applestore-btn img {
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}
.mobile-app-content .app-btn-box .applestore-btn:hover {
  background-color: var(--blackColor);
  transform: translateY(-3px);
  color: var(--whiteColor);
}
.mobile-app-content .app-btn-box .applestore-btn:hover span {
  color: var(--whiteColor);
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-card {
  background: #f4fafd;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #f4fafd;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-blog-card .tag {
  position: relative;
  margin-top: -40px;
}
.single-blog-card .tag span {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
}
.single-blog-card .post-meta {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 18px;
}
.single-blog-card .post-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  color: var(--paragraphColor);
  position: relative;
  margin-right: 20px;
  padding-left: 22px;
}
.single-blog-card .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-card .post-meta li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}
.single-blog-card h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.single-blog-card h3 a {
  color: var(--blackColor);
}
.single-blog-card .info {
  margin-top: 20px;
  position: relative;
  padding-left: 70px;
}
.single-blog-card .info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-blog-card .info h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.single-blog-card .info span {
  display: block;
  color: var(--paragraphColor);
  margin-top: 10px;
  font-size: 15px;
}
.single-blog-card:hover {
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}
.single-blog-card:hover h3 a {
  color: var(--mainColor);
}
.single-blog-card.with-black-color {
  border: 1px solid rgba(203, 220, 221, 0.06);
  background-color: transparent;
}
.single-blog-card.with-black-color .post-meta li {
  color: #f4f5f8;
}
.single-blog-card.with-black-color .post-meta li i {
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.single-blog-card.with-black-color h3 a {
  color: #f4f5f8;
}
.single-blog-card.with-black-color p {
  color: #f4f5f8;
}
.single-blog-card.with-black-color .info h3 {
  color: #f4f5f8;
}
.single-blog-card.with-black-color .info span {
  color: #f4f5f8;
}
.single-blog-card.with-black-color:hover {
  border: 1px solid #161618;
  background-color: #161618;
  transform: translateY(-5px);
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  position: relative;
  z-index: 1;
}
.subscribe-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: var(--blackColor);
  z-index: -1;
}
.subscribe-wrap-area.with-black-color {
  background-color: #1f1f22;
}
.subscribe-wrap-area.with-black-color::before {
  background-color: var(--blackColor);
}

.subscribe-wrap-inner-box {
  background: linear-gradient(86.42deg, #2e66b9 0%, #8859ec 101.05%);
  max-width: 950px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 150px;
  padding-right: 150px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.subscribe-wrap-inner-box .subscribe-content {
  text-align: center;
}
.subscribe-wrap-inner-box .subscribe-content h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 40px;
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: var(--blackColor);
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: var(--paragraphColor);
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  line-height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.subscribe-wrap-inner-box .subscribe-content .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  color: var(--whiteColor);
  bottom: -35px;
}
.subscribe-wrap-inner-box .subscribe-shape-1 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}
.subscribe-wrap-inner-box .subscribe-shape-2 {
  position: absolute;
  left: 150px;
  top: 50px;
  z-index: -1;
  animation: moveLeftBounce 3s linear infinite;
}
.subscribe-wrap-inner-box .subscribe-shape-3 {
  position: absolute;
  right: 150px;
  top: 50px;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

/*================================================
Cyber Security Banner Area CSS
=================================================*/
.cs-banner-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #161618;
  padding-top: 180px;
  padding-bottom: 150px;
}
.cs-banner-section::before {
  position: absolute;
  content: "";
  width: 348px;
  height: 100%;
  background-color: #1f1f22;
  left: 0;
  top: 0;
  z-index: -1;
}
.cs-banner-section .container-fluid {
  padding-left: 80px;
  padding-right: 50px;
}

.cs-banner-content .sub-title {
  color: var(--whiteColor);
  font-size: var(--fontSize);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.cs-banner-content .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.cs-banner-content h1 {
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.cs-banner-content p {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 22px;
  font-weight: 500;
}
.cs-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.cs-banner-content .banner-btn li {
  display: inline-flex;
  margin-right: 20px;
}
.cs-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.cs-banner-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--whiteColor);
}
.cs-banner-content .banner-btn li .video-btn i {
  background: rgba(47, 143, 232, 0.07);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.cs-banner-content .banner-btn li .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.cs-banner-shape {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: -1;
}
.cs-banner-shape img {
  animation-name: rotateMe;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cs-lock {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-10%) translateX(-50%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

/*================================================
Card Area CSS
=================================================*/
.cs-card-area {
  padding-top: 70px;
  padding-bottom: 40px;
}

.cs-card-content {
  margin-bottom: 30px;
}
.cs-card-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  padding-top: 22px;
  font-weight: 600;
}
.cs-card-content h3 a {
  color: var(--whiteColor);
}
.cs-card-content h3::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  left: 0;
  top: 0;
  background: rgba(47, 143, 232, 0.1);
}
.cs-card-content h3::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 1px;
  left: 0;
  top: 0;
  background: rgba(47, 143, 232, 0.4);
}

/*================================================
Features Area CSS
=================================================*/
.cs-features-area {
  overflow: hidden;
}
.cs-features-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cs-features-item {
  position: relative;
  z-index: 1;
  padding: 80px 70px;
  overflow: hidden;
  /* background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}
.cs-features-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 31, 34, 0.96) 0%, rgba(31, 31, 34, 0.9) 58.33%, rgba(22, 22, 24, 0.6) 100%);
  transition: var(--transition);
  z-index: -1;
}
.cs-features-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(80.77deg, #7906d3 0%, #1377d2 100%);
  transition: var(--transition);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.cs-features-item .content h3 {
  font-size: 24px;
  margin-bottom: 16.8px;
}
.cs-features-item .content h3 a {
  color: var(--whiteColor);
}
.cs-features-item .content p {
  color: var(--whiteColor);
  margin-bottom: 20px;
}
.cs-features-item .content .get-started-btn {
  font-size: 15px;
  font-weight: bold;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.cs-features-item .content .get-started-btn::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background-color: var(--mainColor);
  border-radius: 50px;
  left: 0;
  bottom: -2.5px;
  z-index: -1;
}
.cs-features-item .bg-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.cs-features-item .bg-icon i {
  font-size: 120px;
  color: var(--whiteColor);
  opacity: 5%;
}
.cs-features-item:hover::before {
  opacity: 0;
  visibility: hidden;
}
.cs-features-item:hover::after {
  opacity: 1;
  visibility: visible;
}

/*================================================
CS Partner Area CSS
=================================================*/
.cs-partner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.cs-partner-item {
  text-align: center;
  margin-bottom: 30px;
}
.cs-partner-item a img {
  display: inline-block !important;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}

/*================================================
CS About Area CSS
=================================================*/
.cs-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs-about-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 955px;
  background-color: #161618;
  left: 0;
  top: 0;
  z-index: -1;
}

.cs-about-content {
  padding-left: 35px;
}
.cs-about-content .sub-title {
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}
.cs-about-content h3 {
  font-size: 40px;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.cs-about-content h3 span {
  position: relative;
  z-index: 1;
}
.cs-about-content h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.cs-about-content p {
  color: #f4f5f8;
  margin-bottom: 0;
}
.cs-about-content .cs-about-card {
  margin-top: 30px;
}
.cs-about-content .cs-about-card .icon {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background: #161618;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  color: var(--whiteColor);
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cs-about-content .cs-about-card .icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(80.77deg, #7906d3 0%, #1377d2 100%);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.cs-about-content .cs-about-card h4 {
  color: var(--whiteColor);
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.cs-about-content .cs-about-card h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(47, 143, 232, 0.1);
}
.cs-about-content .cs-about-card h4::after {
  position: absolute;
  content: "";
  width: 115px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(47, 143, 232, 0.4);
}
.cs-about-content .cs-about-card:hover .icon::before {
  opacity: 1;
  visibility: visible;
}
.cs-about-content .about-btn {
  margin-top: 30px;
}

/*================================================
CS Choose Area CSS
=================================================*/
.cs-choose-content {
  padding-right: 25px;
}
.cs-choose-content .sub-title {
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.cs-choose-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--whiteColor);
}
.cs-choose-content h3 span {
  position: relative;
  z-index: 1;
}
.cs-choose-content h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.cs-choose-content p {
  margin-bottom: 0;
  color: #f4f5f8;
}
.cs-choose-content .list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}
.cs-choose-content .list li {
  list-style-type: none;
  font-size: 16.5px;
  font-weight: bold;
  color: #f4f5f8;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.cs-choose-content .list li:last-child {
  margin-bottom: 0;
}
.cs-choose-content .list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #76baaf;
  font-size: 16.5px;
}
.cs-choose-content .choose-btn {
  margin-top: 28px;
}

/*================================================
CS Services Area CSS
=================================================*/
.cs-services-card {
  margin-bottom: 30px;
  background: #161618;
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs-services-card::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(80.77deg, #7906d3 0%, #1377d2 100%);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.cs-services-card .image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #1f1f22;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 28px;
  transition: var(--transition);
}
.cs-services-card .image img {
  max-width: 65px;
}
.cs-services-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.cs-services-card h3 a {
  color: var(--whiteColor);
}
.cs-services-card p {
  color: #f4f5f8;
}
.cs-services-card:hover {
  transform: translateY(-5px);
}
.cs-services-card:hover::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
CS Fun Facts Area CSS
=================================================*/
.cs-fun-facts-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs-fun-facts-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1150px;
  background-color: #161618;
  right: 0;
  top: 0;
  z-index: -1;
}

.cs-single-fun-facts {
  margin-bottom: 30px;
  padding-bottom: 35px;
  position: relative;
}
.cs-single-fun-facts::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3.2px;
  left: 0;
  bottom: 0;
  background: var(--mainColor);
}
.cs-single-fun-facts .number {
  font-size: 14px;
  color: var(--paragraphColor);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 22px;
}
.cs-single-fun-facts h3 {
  position: relative;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 38px;
}
.cs-single-fun-facts h3 .sign-icon {
  display: inline-block;
  font-size: 35px;
  margin-left: 2px;
}
.cs-single-fun-facts p {
  line-height: initial;
  margin-top: 12px;
  color: #f4f5f8;
  font-size: 16.8px;
  font-weight: 500;
}

/*================================================
Leading Technology Area CSS
=================================================*/
.leading-technology-content {
  padding-left: 30px;
}
.leading-technology-content .sub-title {
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.leading-technology-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--whiteColor);
}
.leading-technology-content h3 span {
  position: relative;
  z-index: 1;
}
.leading-technology-content h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.leading-technology-content p {
  margin-bottom: 0;
  color: #f4f5f8;
}
.leading-technology-content .list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}
.leading-technology-content .list li {
  border-radius: 5px;
  list-style-type: none;
  font-size: 15.5px;
  font-weight: 600;
  color: #f4f5f8;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid rgba(203, 220, 221, 0.06);
  padding: 10px 10px 10px 38px;
  transition: var(--transition);
}
.leading-technology-content .list li:last-child {
  margin-bottom: 0;
}
.leading-technology-content .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: linear-gradient(80.77deg, #7906d3 0%, #1377d2 100%);
  border-radius: 50px;
  left: 15px;
  top: 14.5px;
}
.leading-technology-content .list li:hover {
  border: 1px solid var(--optionalColor);
  transform: translateY(-2px);
}

/*================================================
CS Overview Area CSS
=================================================*/
.cs-overview-item {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(203, 220, 221, 0.06);
  border-radius: 5px;
  transition: var(--transition);
}
.cs-overview-item .cs-overview-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--whiteColor);
  line-height: 1.4;
}
.cs-overview-item .cs-overview-content .get-started-btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.cs-overview-item .cs-overview-content .get-started-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background-color: var(--mainColor);
  border-radius: 50px;
  left: 0;
  bottom: 0.5px;
  z-index: -1;
}
.cs-overview-item:hover {
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}

/*================================================
Big Data Banner Area CSS
=================================================*/
.bd-banner-section {
  background-color: #f1f9f9;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bd-banner-section .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.bd-banner-content {
  max-width: 650px;
}
.bd-banner-content .sub-title {
  background-color: var(--whiteColor);
  box-shadow: -2px 6px 15px rgba(67, 127, 236, 0.07);
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 8px 15px;
}
.bd-banner-content h1 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 15px;
}
.bd-banner-content h1 span {
  position: relative;
  z-index: 1;
}
.bd-banner-content h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.bd-banner-content p {
  margin-bottom: 0;
}
.bd-banner-content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.bd-banner-content .banner-btn li {
  display: inline-flex;
  margin-right: 20px;
}
.bd-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.bd-banner-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--blackColor);
}
.bd-banner-content .banner-btn li .video-btn i {
  background: rgba(47, 143, 232, 0.07);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: var(--mainColor);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
  transition: var(--transition);
}
.bd-banner-content .banner-btn li .video-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.bd-banner-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.bd-banner-image .circle-shape {
  width: 865px;
  height: 650px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
}

.bd-banner-shape-1 {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

.bd-banner-shape-2 {
  position: absolute;
  top: 5%;
  left: 45%;
  transform: translateY(-5%) translateX(-45%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

.bd-banner-shape-3 {
  position: absolute;
  bottom: 10%;
  left: 30%;
  transform: translateY(-10%) translateX(-30%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

/*================================================
BD Fun Facts Area CSS
=================================================*/
.bd-fun-facts-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bd-fun-facts-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bd-fun-facts-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: #f1f9f9;
  z-index: -1;
}

.bd-fun-facts-inner-box {
  background: linear-gradient(80.77deg, #7906d3 0%, #1377d2 100%);
  border-radius: 0px 20px 20px 0px;
  max-width: 1320px;
  padding-left: 50px;
  padding-right: 50px;
}

.bd-single-fun-facts {
  margin-bottom: 30px;
  padding-bottom: 28px;
  position: relative;
  padding-left: 100px;
}
.bd-single-fun-facts::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3.2px;
  bottom: 0;
  background: #fbbde7;
}
.bd-single-fun-facts .image-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 28px;
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 0;
}
.bd-single-fun-facts .image-icon img {
  max-width: 45px;
}
.bd-single-fun-facts h3 {
  position: relative;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 38px;
}
.bd-single-fun-facts h3 .sign-icon {
  display: inline-block;
  font-size: 35px;
  margin-left: 2px;
}
.bd-single-fun-facts p {
  line-height: initial;
  margin-top: 10px;
  color: #f4f5f8;
  font-size: 16.8px;
  font-weight: 500;
}
.bd-single-fun-facts span.odometer-formatting-mark {
  display: none;
}

/*================================================
BD Featured Area CSS
=================================================*/
.bd-featured-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bd-featured-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.bd-featured-card .featured-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.1);
  margin-bottom: 28px;
  transition: var(--transition);
}
.bd-featured-card .featured-image img {
  max-width: 45px;
}
.bd-featured-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.bd-featured-card:hover {
  transform: translateY(-5px);
}

.bd-featured-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

/*================================================
BD About Area CSS
=================================================*/
.bd-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bd-about-content {
  padding-left: 35px;
}
.bd-about-content .sub-title {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}
.bd-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.bd-about-content h3 span {
  position: relative;
  z-index: 1;
}
.bd-about-content h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.bd-about-content p {
  margin-bottom: 0;
}
.bd-about-content .inner-content-card {
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.07);
  margin-top: 30px;
  position: relative;
  padding: 30px 30px 30px 138px;
  transition: var(--transition);
}
.bd-about-content .inner-content-card .icon-image {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.1);
  transition: var(--transition);
  position: absolute;
  left: 30px;
  top: 30px;
}
.bd-about-content .inner-content-card h4 {
  font-size: 22px;
  margin-bottom: 12.8px;
}
.bd-about-content .inner-content-card:hover {
  transform: translateY(-5px);
}

.bd-about-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

/*================================================
BD Services Area CSS
=================================================*/
.bd-services-area {
  background-color: #f4fafd;
}

.bd-services-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.bd-services-card .services-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.1);
  margin-bottom: 28px;
  transition: var(--transition);
}
.bd-services-card .services-image img {
  max-width: 45px;
}
.bd-services-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.bd-services-card p {
  margin-bottom: 20px;
}
.bd-services-card .get-started-btn {
  font-size: 15px;
  font-weight: bold;
  color: var(--paragraphColor);
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.bd-services-card .get-started-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background-color: #fbb8a9;
  border-radius: 50px;
  left: 0;
  bottom: 0.5px;
  z-index: -1;
  transition: var(--transition);
}
.bd-services-card:hover {
  transform: translateY(-5px);
}
.bd-services-card:hover .get-started-btn {
  color: var(--mainColor);
}
.bd-services-card:hover .get-started-btn::before {
  background-color: var(--optionalColor);
}

/*================================================
BD Choose Area CSS
=================================================*/
.bd-choose-content {
  padding-right: 25px;
}
.bd-choose-content .sub-title {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.bd-choose-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.bd-choose-content h3 span {
  position: relative;
  z-index: 1;
}
.bd-choose-content h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background: linear-gradient(90deg, #d3064e -0.61%, #fe5b67 100%);
  height: 5px;
  width: 100%;
  z-index: -1;
}
.bd-choose-content p {
  margin-bottom: 0;
}
.bd-choose-content .list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}
.bd-choose-content .list li {
  list-style-type: none;
  font-size: 16.5px;
  font-weight: bold;
  color: var(--paragraphColor);
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.bd-choose-content .list li:last-child {
  margin-bottom: 0;
}
.bd-choose-content .list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #76baaf;
  font-size: 16.5px;
}
.bd-choose-content .choose-btn {
  margin-top: 28px;
}

/*================================================
BD Choose Area CSS
=================================================*/
.bd-overview-area {
  background-position: center center;
  /* background-size: cover; */
  background-repeat: no-repeat;
}

.bd-overview-content {
  max-width: 650px;
  margin-left: auto;
}

.bd-overview-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 30px;
  border-radius: 5px;
  transition: var(--transition);
}
.bd-overview-card .overview-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.1);
  margin-bottom: 28px;
  transition: var(--transition);
}
.bd-overview-card .overview-image img {
  max-width: 45px;
}
.bd-overview-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.bd-overview-card p {
  margin-bottom: 20px;
}
.bd-overview-card:hover {
  transform: translateY(-5px);
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area {
  background-color: #1f102b;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-wrap-area.with-black-color {
  background-color: #161618;
}

.single-footer-card .logo {
  display: inline-block;
  margin-bottom: 25px;
}
.single-footer-card p {
  color: var(--whiteColor);
}
.single-footer-card h3 {
  margin-bottom: 25px;
  font-size: 22px;
  color: var(--whiteColor);
}
.single-footer-card .social-links {
  padding: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}
.single-footer-card .social-links li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer-card .social-links li:last-child {
  margin-right: 0;
}
.single-footer-card .social-links li a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--whiteColor);
  color: var(--paragraphColor);
  border-radius: 50%;
  font-size: var(--fontSize);
  text-align: center;
  transition: var(--transition);
}
.single-footer-card .social-links li a i:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transform: translateY(-5px);
}
.single-footer-card .footer-quick-links {
  padding: 0;
  margin-bottom: 0;
}
.single-footer-card .footer-quick-links li {
  list-style-type: none;
  margin-bottom: 15.5px;
}
.single-footer-card .footer-quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-card .footer-quick-links li a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 400;
}
.single-footer-card .footer-quick-links li a i {
  color: var(--optionalColor);
  font-size: 15.5px;
  position: absolute;
  left: 0;
  top: 3.5px;
}
.single-footer-card .footer-quick-links li a:hover {
  color: var(--optionalColor);
}
.single-footer-card .contact-links {
  padding: 0;
  margin-bottom: 0;
}
.single-footer-card .contact-links li {
  color: var(--whiteColor);
  list-style-type: none;
  margin-bottom: 18.5px;
  font-weight: 400;
}
.single-footer-card .contact-links li:last-child {
  margin-bottom: 0;
}
.single-footer-card .contact-links li span {
  font-weight: bold;
}
.single-footer-card .contact-links li a {
  color: var(--whiteColor);
}
.single-footer-card .contact-links li a:hover {
  color: var(--optionalColor);
}

.footer-wrap-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-wrap-shape {
  position: absolute;
  top: 10%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}
.footer-wrap-shape img {
  animation-name: rotateMe;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.footer-wrap-shape-2 {
  position: absolute;
  bottom: 10%;
  left: 2%;
  transform: translateY(-10%) translateX(-2%);
  animation: moveBounce 5s linear infinite;
  z-index: -1;
}

/*================================================
Copyright Wrap Area CSS
=================================================*/
.copyright-wrap-area {
  background-color: #11011e;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-wrap-area p {
  color: var(--whiteColor);
  margin-bottom: 0;
}
.copyright-wrap-area p a {
  display: inline-block;
  color: var(--whiteColor);
}
.copyright-wrap-area p a:hover {
  color: var(--optionalColor);
}
.copyright-wrap-area .list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
}
.copyright-wrap-area .list li {
  display: inline-block;
  margin: 0 10px;
  color: var(--whiteColor);
  position: relative;
}
.copyright-wrap-area .list li a {
  display: inline-block;
  color: var(--whiteColor);
}
.copyright-wrap-area .list li a:hover {
  color: var(--optionalColor);
}
.copyright-wrap-area .list li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  width: 1px;
  height: 14px;
  background-color: var(--whiteColor);
}
.copyright-wrap-area .list li:first-child {
  margin-left: 0;
}
.copyright-wrap-area .list li:last-child {
  margin-right: 0;
}
.copyright-wrap-area .list li:last-child::before {
  display: none;
}
.copyright-wrap-area.with-black-color {
  background-color: #09090a;
}

@media (min-width: 1400px) and (max-width: 1900px) {
  .karlson-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: white;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1399px) {
  .karlson-nav .navbar .navbar-nav .nav-item a {
    font-size: 13px;
    font-weight: 500;
    color: white;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
}
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INNER PAGE DESIGN SYSTEM  â€” matches Red One home page theme
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INNER PAGE BANNER  â€” Classic Graphical Design
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.rs-page-banner {
  position: relative;
  /* Rich 5-stop gradient: very dark â†’ deep maroon â†’ crimson â†’ bright â†’ vivid */
  background: linear-gradient(125deg, #001030 0%, #001030 22%, #002147 50%, #442e66 72%, #2f1f4a 100%);
  padding: 30px 0 3cap;
  overflow: hidden;
}

/* â”€â”€ Diagonal stripe texture â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-52deg, transparent 0px, transparent 28px, rgba(255, 255, 255, 0.028) 28px, rgba(255, 255, 255, 0.028) 29px);
  pointer-events: none;
}

/* â”€â”€ Gold shimmer line at bottom of banner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-page-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 215, 100, 0.55) 25%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 215, 100, 0.55) 75%, transparent 100%);
}

/* â”€â”€ Deco wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* â”€â”€ Dot grid â€” denser & brighter â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

/* â”€â”€ Left dark vignette â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-deco::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}

/* â”€â”€ Right radial glow â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-deco::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 25, 46, 0.55) 0%, transparent 65%);
}

/* â”€â”€ Decorative ring circles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-circle {
  position: absolute;
  border-radius: 50%;
}

/* Large outer ring â€” slowly rotates */
.rs-pb-c1 {
  width: 520px;
  height: 520px;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.07);
  animation: pbRingRotate 30s linear infinite;
}

/* Medium ring with glow fill */
.rs-pb-c2 {
  width: 350px;
  height: 350px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(192, 25, 46, 0.15) 0%, transparent 70%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: pbRingPulse 6s ease-in-out infinite;
}

/* Small inner ring */
.rs-pb-c3 {
  width: 180px;
  height: 180px;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.18);
  animation: pbRingPulse 4s ease-in-out infinite reverse;
}

@keyframes pbRingRotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes pbRingPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.06);
    opacity: 0.7;
  }
}
/* â”€â”€ Content block â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-content {
  position: relative;
  z-index: 2;
  padding-left: 24px;
  border-left: 4px solid rgba(255, 255, 255, 0.35);
}

/* â”€â”€ Title â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

/* Golden underline accent */
.rs-pb-title::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 64px;
  height: 3px;
  background: linear-gradient(to right, rgba(255, 215, 100, 0.9), rgba(255, 255, 255, 0.4));
  border-radius: 2px;
}

/* â”€â”€ Breadcrumb â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.rs-pb-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.rs-pb-breadcrumb a:hover {
  color: #ffd764;
}
.rs-pb-breadcrumb i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
}
.rs-pb-breadcrumb span {
  color: rgba(255, 255, 255, 0.45);
}

/* â”€â”€ Responsive padding â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1199px) {
  .rs-page-banner {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .rs-page-banner {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .rs-page-banner {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .rs-pb-title {
    font-size: 28px;
  }
  .rs-pb-c1, .rs-pb-c2, .rs-pb-c3 {
    display: none;
  }
}
/* â”€â”€ Inner page background wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-inner-page {
  background: #F6F4EE;
  padding: 56px 0 70px;
  min-height: 480px;
}

/* â”€â”€ Generic white content card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-inner-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
  padding: 36px 32px;
}

/* â”€â”€ Skeleton / loading placeholder â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-inner-skeleton {
  height: 500px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.6s infinite;
  border-radius: 14px;
}

@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* â”€â”€ Notice Board â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-notice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 24px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  border-bottom: 2px solid #f0f0f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.rs-notice-header h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.rs-notice-dropdown .btn {
  background: #fdc800 !important;
  border-color: #fdc800 !important;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
}

.rs-notice-list {
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.rs-notice-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
}
.rs-notice-item:last-child {
  border-bottom: none;
}
.rs-notice-item:hover {
  background: #fff8f8;
}

.rs-notice-date-box {
  min-width: 72px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #002147;
}
.rs-notice-date-box .rs-nd-day {
  font-size: 22px;
  font-weight: 800;
  color: #fdc800;
  line-height: 1;
}
.rs-notice-date-box .rs-nd-mon {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rs-notice-body {
  flex: 1;
  padding: 14px 16px;
  border-left: 3px solid transparent;
  transition: border-color 0.2s;
}
.rs-notice-item:hover .rs-notice-body {
  border-left-color: #fdc800;
}

.rs-notice-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  transition: color 0.2s;
}
.rs-notice-title:hover {
  color: #fdc800;
}

.rs-notice-meta {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 4px;
}

.rs-notice-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  min-width: 70px;
  padding: 14px 10px;
  background: #fafafa;
  border-left: 1px solid #f0f0f0;
  font-size: 10px;
  font-weight: 700;
  color: #fdc800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.rs-notice-dl i {
  font-size: 20px;
}
.rs-notice-dl:hover {
  background: #002147;
  color: #fdc800;
}

/* â”€â”€ News & Achievements card grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-news-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rs-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(253, 200, 0, 0.15);
}

.rs-news-thumb {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.rs-news-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s;
}
.rs-news-card:hover .rs-news-thumb img {
  transform: scale(1.05);
}

.rs-news-thumb-placeholder {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #002147, #fdc800);
}
.rs-news-thumb-placeholder i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.3);
}

.rs-news-body {
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rs-news-cat {
  font-size: 10px;
  font-weight: 700;
  color: #fdc800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rs-news-title {
  font-size: 16px;
  font-weight: 700;
  color: #002147;
  line-height: 1.5;
  margin: 0 0 10px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rs-news-excerpt {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rs-news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f3f4f6;
  padding-top: 14px;
  margin-top: auto;
}

.rs-news-date {
  font-size: 11px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 5px;
}
.rs-news-date i {
  font-size: 13px;
}

.rs-news-cta {
  font-size: 11px;
  font-weight: 700;
  color: #fdc800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.rs-news-cta i {
  font-size: 14px;
  transition: transform 0.25s;
}
.rs-news-cta:hover i {
  transform: translateX(4px);
}
.rs-news-cta:hover {
  color: #002147;
}

/* â”€â”€ Detail page (news / achievement item) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-detail-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .rs-detail-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rs-detail-img-item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  position: relative;
}
.rs-detail-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.rs-detail-img-item:hover img {
  transform: scale(1.06);
}
.rs-detail-img-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}
.rs-detail-img-item:hover::after {
  background: rgba(0, 0, 0, 0.15);
}

.rs-detail-body {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
}

.rs-detail-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
}

/* â”€â”€ Contact page â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-contact-info-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
  padding: 32px;
}

.rs-contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #f3f4f6;
}
.rs-contact-info-item:last-of-type {
  border-bottom: none;
}

.rs-ci-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: rgba(253, 200, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-ci-icon i {
  font-size: 22px;
  color: #fdc800;
}

.rs-ci-label {
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.rs-ci-value {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.rs-map-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}
.rs-map-card iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.rs-social-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.rs-social-list li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 200, 0, 0.08);
  color: #fdc800;
  font-size: 16px;
  transition: background 0.25s, color 0.25s;
}
.rs-social-list li a:hover {
  background: #002147;
  color: #fdc800;
}

/* â”€â”€ Gallery / Image Folder page â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-album-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.rs-album-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(253, 200, 0, 0.15);
}

.rs-album-thumb {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #002147, #fdc800);
}
.rs-album-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s;
}
.rs-album-card:hover .rs-album-thumb img {
  transform: scale(1.08);
}

.rs-album-thumb-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-album-thumb-icon i {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.25);
}

.rs-album-body {
  padding: 14px 16px;
  text-align: center;
}
.rs-album-body h5 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.rs-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  background: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
  font-size: 13px;
}
.rs-breadcrumb-nav a {
  color: #fdc800;
  text-decoration: none;
  font-weight: 600;
}
.rs-breadcrumb-nav a:hover {
  color: #002147;
}
.rs-breadcrumb-nav .rs-bc-sep {
  color: #9ca3af;
}
.rs-breadcrumb-nav .rs-bc-current {
  color: #0f172a;
  font-weight: 700;
}

.rs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.rs-gallery-grid-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
}
.rs-gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.rs-gallery-grid-item:hover img {
  transform: scale(1.08);
}
.rs-gallery-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}
.rs-gallery-grid-item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.rs-gallery-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.rs-gallery-play-icon i {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* â”€â”€ Video folder iframes â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.rs-video-frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.rs-video-frame iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

/* â”€â”€ Administration table rows â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-admin-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.25s;
}
.rs-admin-row:hover {
  box-shadow: 0 4px 24px rgba(253, 200, 0, 0.12);
}

.rs-admin-num {
  min-width: 60px;
  padding: 18px 10px;
  background: #002147;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-admin-info {
  flex: 1;
  padding: 14px 20px;
}

.rs-admin-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px;
}

.rs-admin-role {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}

.rs-admin-photo {
  padding: 10px 14px;
}
.rs-admin-photo img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f3f4f6;
}

/* â”€â”€ Section title reuse for inner pages â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-inner-section-title {
  margin-bottom: 36px;
}
.rs-inner-section-title .rs-ist-sub {
  font-size: 11px;
  font-weight: 700;
  color: var(--rs-theme-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rs-inner-section-title h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--rs-navy);
  margin: 0;
}

/* â”€â”€ No data state â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-empty-state {
  text-align: center;
  padding: 80px 20px;
}
.rs-empty-state i {
  font-size: 60px;
  color: #e5e7eb;
  margin-bottom: 20px;
  display: block;
}
.rs-empty-state h4 {
  font-size: 18px;
  font-weight: 700;
  color: #9ca3af;
  margin: 0;
}

@media (max-width: 767px) {
  .rs-pb-title {
    font-size: 26px;
  }
  .rs-inner-card {
    padding: 20px 16px;
  }
  .rs-detail-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ============================================================
   EIKRA DESIGN SYSTEM â€” Global Overrides
   Primary: #fdc800 (yellow/gold)  |  Navy: #002147  |  Purple: #442e66
   ============================================================ */
/* â”€â”€ CTA / Action Buttons â€” yellow with dark text â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-btn.has-theme-red,
.rs-btn.has-theme-red:visited {
  background-color: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
  border-color: var(--rs-theme-color) !important;
}

.rs-btn.has-theme-red:hover {
  background-color: var(--rs-navy) !important;
  color: #fff !important;
}

.rs-btn.has-theme-red .btn-text-wrap .text-default,
.rs-btn.has-theme-red .btn-text-wrap .text-hover {
  color: var(--rs-navy) !important;
}

.rs-btn.has-theme-red:hover .btn-text-wrap .text-default,
.rs-btn.has-theme-red:hover .btn-text-wrap .text-hover {
  color: #fff !important;
}

.rs-btn.hover-red:hover {
  background-color: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-btn.has-bg-primary {
  background-color: var(--rs-navy) !important;
  color: #fff !important;
}

.rs-btn.has-bg-primary:hover {
  background-color: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Icon box in RS buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-btn.has-theme-red .icon-box svg {
  fill: var(--rs-navy) !important;
}

.rs-btn.has-theme-red:hover .icon-box svg {
  fill: #fff !important;
}

/* â”€â”€ Section subtitle accent line â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-subtitle.has-theme-red,
.section-subtitle.has-theme-red svg {
  color: var(--rs-theme-color) !important;
  fill: var(--rs-theme-color) !important;
}

/* â”€â”€ Pagination dots â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pagination .swiper-pagination-bullet-active {
  background: var(--rs-theme-color) !important;
}

.rs-swiper-btn.has-theme-red {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-swiper-btn.has-theme-red:hover {
  background: var(--rs-navy) !important;
  color: #fff !important;
}

/* â”€â”€ Notice ticker label â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-notice-ticker-fixed .ticker-label {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-notice-ticker-fixed {
  background: var(--rs-navy) !important;
}

.rs-notice-ticker-fixed .ticker-cta {
  background: var(--rs-purple) !important;
}

/* â”€â”€ Feature bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-feature-area .rs-feature-item a:hover {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ "NEW" badge on notices â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-notice-new {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Accordion button active/open â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-accordion-item .accordion-button:not(.collapsed) {
  color: var(--rs-navy) !important;
}

.rs-accordion-item .accordion-button:not(.collapsed)::after {
  filter: none;
}

.rs-accordion-item .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(253, 200, 0, 0.25) !important;
}

/* â”€â”€ Tab pills (About tabs) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-about-tab .nav-pills .nav-link.active {
  background-color: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-about-tab .nav-pills .nav-link:hover {
  color: var(--rs-navy) !important;
}

/* â”€â”€ About read-more button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-about-read-more-btn {
  color: var(--rs-theme-color) !important;
}

.rs-about-read-more-btn:hover {
  color: var(--rs-navy) !important;
}

/* â”€â”€ Award card rank â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-award-rank {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-award-cat i {
  color: var(--rs-theme-color) !important;
}

.rs-award-cta {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Download button on notice items â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-notice-dl-btn {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-notice-dl-btn:hover {
  background: var(--rs-navy) !important;
  color: #fff !important;
}

/* â”€â”€ Date badge on notices â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-notice-date-badge {
  background: var(--rs-navy) !important;
}

.rs-notice-date-badge .nbd-mon {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Visitor stats section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-visitor-section {
  background: var(--rs-navy) !important;
}

.rs-visitor-item .rs-visitor-icon i {
  color: var(--rs-theme-color) !important;
}

.rs-visitor-subtitle {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Leader section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-leader-subtitle svg {
  fill: var(--rs-theme-color) !important;
}

.rs-leader-subtitle {
  color: var(--rs-theme-color) !important;
}

.rs-leader-tag {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-leader-cta {
  color: var(--rs-theme-color) !important;
}

.rs-leader-cta:hover {
  color: var(--rs-navy) !important;
}

.rs-leader-quote-badge {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Gallery section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-gallery-overlay {
  background: rgba(0, 33, 71, 0.75) !important;
}

.rs-gallery-overlay-icon {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Video gallery section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-vg-subtitle i,
.rs-vg-subtitle span:not(.rs-vg-line) {
  color: var(--rs-theme-color) !important;
}

.rs-vgc-play {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-vgc-badge {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-vgc-cta {
  color: var(--rs-theme-color) !important;
}

.rs-vg-all-btn {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-vg-all-btn:hover {
  background: var(--rs-navy) !important;
  color: #fff !important;
}

/* â”€â”€ Offcanvas close & social â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.offcanvas-close.has-theme-red button {
  background: var(--rs-theme-color) !important;
}

.offcanvas-social.has-theme-red li a:hover {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Search icon â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.header-search-icon.has-theme-red:hover {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Back to top button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#backtotop-wrap a {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

#backtotop-wrap a:hover {
  background: var(--rs-navy) !important;
  color: #fff !important;
}

/* â”€â”€ RS Banner swiper nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-banner-area .rs-swiper-btn {
  border-color: var(--rs-theme-color) !important;
}

.rs-banner-area .rs-swiper-btn:hover {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Section divider icon â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-section-divider .rs-divider-icon i {
  color: var(--rs-theme-color) !important;
}

.rs-section-divider .rs-divider-line {
  background: var(--rs-theme-color) !important;
  opacity: 0.35;
}

/* â”€â”€ Page Banner breadcrumb link hover â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-pb-breadcrumb a:hover {
  color: var(--rs-theme-color) !important;
}

.rs-pb-breadcrumb .rs-pb-sep {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Filter dropdown / pills â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.notice-filter-select:focus {
  border-color: var(--rs-theme-color) !important;
}

/* â”€â”€ Image gallery album cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-ig-album-num {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-ig-album-arrow {
  background: var(--rs-navy) !important;
  color: #fff !important;
}

.rs-ig-album-arrow:hover {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Video gallery sidebar active tab â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-vg-sidebar-item.active {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Contact page social icons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-contact-social a:hover {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
  border-color: var(--rs-theme-color) !important;
}

/* â”€â”€ Stats strip odometer text â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-visitor-count .odometer {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Header top bar background â†’ Eikra navy â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-header-top.rs-header-top-one {
  background-color: var(--rs-navy) !important;
}

.rs-header-top-one .header-top-title {
  color: rgba(255, 255, 255, 0.85) !important;
}

.rs-header-top-one .header-top-title svg {
  fill: var(--rs-theme-color) !important;
}

.rs-header-top-one .header-nav-menu-item a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.rs-header-top-one .header-nav-menu-item a:hover {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Footer background â†’ Eikra navy â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-footer-area.rs-footer-one {
  background-color: var(--rs-navy) !important;
}

.rs-footer-widget-title {
  color: var(--rs-theme-color) !important;
}

.rs-footer-link-list li a:hover {
  color: var(--rs-theme-color) !important;
}

.rs-footer-link-list li a i {
  color: var(--rs-theme-color) !important;
}

.rs-footer-social a:hover {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
  border-color: var(--rs-theme-color) !important;
}

.rs-footer-bottom {
  border-top-color: rgba(253, 200, 0, 0.2) !important;
}

.rs-footer-bottom p a:hover {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Achievement stats strip (achievements page) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-ach-stat-number {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ News & Events cards category tag â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-ne-cat {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

.rs-ne-read-link {
  color: var(--rs-theme-color) !important;
}

.rs-ne-read-link:hover {
  color: var(--rs-navy) !important;
}

/* â”€â”€ Administration member card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-gb-tag {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ News sidebar section (home page) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-news-sidebar-meta span i {
  color: var(--rs-theme-color) !important;
}

.rs-news-sidebar-date i {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Modal popup â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-modal-header {
  background: var(--rs-navy) !important;
}

.rs-modal-header .rs-modal-close {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Sticky header â€” Eikra-style slide-in bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#rs-sticky-header .header-wrapper {
  background: var(--rs-navy) !important;
  box-shadow: 0 4px 24px rgba(0, 33, 71, 0.3) !important;
}

#rs-sticky-header .main-menu > ul > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}

#rs-sticky-header .main-menu > ul > li > a:hover {
  color: var(--rs-theme-color) !important;
}

#rs-sticky-header .header-btn .rs-btn {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

#rs-sticky-header .header-btn .rs-btn:hover {
  background: #fff !important;
}

/* â”€â”€ "About" checklist icons â†’ gold â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-about-list-icon svg {
  fill: var(--rs-theme-color) !important;
}

.rs-about-list-icon {
  background: rgba(253, 200, 0, 0.15) !important;
}

/* â”€â”€ News sidebar header items â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-news-sidebar-header .section-subtitle {
  color: var(--rs-theme-color) !important;
}

/* â”€â”€ Achievements background dark navy â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-award-section {
  background: var(--rs-navy) !important;
}

.rs-award-section .section-title {
  color: #fff !important;
}

.rs-award-section .section-subtitle.has-theme-red {
  color: var(--rs-theme-color) !important;
}

.rs-award-section .rs-event-btn .rs-btn {
  background: var(--rs-theme-color) !important;
  color: var(--rs-navy) !important;
}

/* â”€â”€ Adjust admin name color â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.rs-admin-name {
  color: var(--rs-navy) !important;
}

/* ══════════════════════════════════════════════════════════
   HERO BANNER — .rs-banner-swiper-init (Swiper 11, fade effect)
   Slide transitions are delegated entirely to Swiper (opacity +
   internal compositing) — no custom JS animation-restart logic,
   so nothing here can block the main thread mid-scroll.
══════════════════════════════════════════════════════════ */
.rs-hero-banner {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background: #001636;
}

.rs-hero-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  background: #001a3a;
}

.rs-banner-swiper-init,
.rs-banner-swiper-init .swiper-wrapper,
.rs-banner-swiper-init .swiper-slide {
  height: 100%;
}

.rs-banner-swiper-init .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Background image layer — a slow continuous "breathing" zoom that
   runs independently of slide-active state, so it never needs to be
   restarted by JS (that per-transition restart used to force a
   synchronous reflow, which was the cause of scroll jank). */
.rs-hero-bg {
  position: absolute;
  inset: -6%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: rsHeroBreathe 16s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes rsHeroBreathe {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
/* Pause the zoom while the user is actively mouse-wheel scrolling —
   fewer compositor updates competing with scroll = smoother scroll */
:root.rs-is-scrolling .rs-hero-bg {
  animation-play-state: paused;
}

.rs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(0, 14, 46, 0.82) 0%, rgba(0, 27, 66, 0.55) 45%, rgba(0, 33, 71, 0.18) 100%);
  z-index: 1;
}

.rs-hero-content {
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding: 0 80px;
}

.rs-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fdc800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0;
}
.rs-hero-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #fdc800;
}

.rs-hero-title {
  font-size: clamp(26px, 4.2vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 18px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.rs-hero-subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.72;
  margin: 0 0 34px;
  opacity: 0;
}

.rs-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fdc800;
  color: #002147;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  opacity: 0;
  transition: background 0.22s, color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.rs-hero-btn i {
  transition: transform 0.22s;
}
.rs-hero-btn:hover {
  background: #fff;
  color: #002147;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.rs-hero-btn:hover i {
  transform: translateX(4px);
}

/* Slide-in text — Swiper toggles .swiper-slide-active onto whichever
   slide (or loop clone) becomes current, which is always a freshly
   "un-animated" element, so the keyframes replay every transition
   without any manual restart logic. */
@keyframes rsHeroSlideUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper-slide-active .rs-hero-kicker {
  animation: rsHeroSlideUp 0.8s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .rs-hero-title {
  animation: rsHeroSlideUp 0.85s 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .rs-hero-subtitle {
  animation: rsHeroSlideUp 0.85s 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.swiper-slide-active .rs-hero-btn {
  animation: rsHeroSlideUp 0.85s 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Arrows — glass look, fade in on banner hover (always visible on touch) */
.rs-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s, background 0.22s, border-color 0.22s, color 0.22s;
  backdrop-filter: blur(4px);
}
.rs-hero-arrow:hover {
  background: #fdc800;
  border-color: #fdc800;
  color: #002147;
}

.rs-hero-banner:hover .rs-hero-arrow {
  opacity: 1;
}

.rs-nav-prev-banner {
  left: 28px;
}

.rs-nav-next-banner {
  right: 28px;
}

.rs-hero-arrow.swiper-button-disabled {
  opacity: 0 !important;
  cursor: default;
}

/* Pagination — gold pill bullets */
.rs-hero-pagination {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
}

.rs-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0;
  transition: background 0.25s, width 0.3s, border-radius 0.25s;
}

.rs-hero-pagination .swiper-pagination-bullet-active {
  background: #fdc800;
  width: 26px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .rs-hero-banner, .rs-hero-loading {
    height: 480px;
  }
  .rs-hero-content {
    padding: 0 40px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .rs-hero-banner, .rs-hero-loading {
    height: 380px;
  }
  .rs-hero-content {
    padding: 0 20px;
  }
  .rs-hero-title {
    font-size: 22px;
  }
  .rs-hero-subtitle {
    font-size: 13px;
  }
  .rs-hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 14px;
    opacity: 1;
  }
  .rs-nav-prev-banner {
    left: 12px;
  }
  .rs-nav-next-banner {
    right: 12px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/responsive.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Max width (767px) */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-title {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title .sub-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 26px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .section-title p {
    margin-top: 5px;
  }
  .default-btn {
    font-size: 14.5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .form-control {
    font-size: 15px;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 320px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .sidebar-modal .sidebar-modal-inner .close-btn {
    right: 25px;
    top: 15px;
  }
  .sidebar-modal .sidebar-about-area {
    margin-bottom: 20px;
  }
  .sidebar-modal .sidebar-about-area .title p {
    margin-top: 10px;
    font-size: 14px;
  }
  .sidebar-modal .sidebar-about-area .title h2 {
    font-size: 20px;
  }
  .sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .main-banner {
    padding-top: 130px;
  }
  .main-banner-content {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .main-banner-content .sub-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-content p {
    font-size: 15px;
    margin-top: 10px;
  }
  .main-banner-content .btn-box {
    margin-top: 20px;
  }
  .banner-section {
    height: 100%;
    padding-top: 140px;
  }
  .banner-content {
    text-align: center;
    margin-top: 0;
  }
  .banner-content .sub-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .banner-content p {
    font-size: 15px;
    margin-top: 10px;
  }
  .banner-content form {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content form .input-newsletter {
    height: 60px;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
  }
  .banner-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .banner-image {
    margin-top: 60px;
  }
  .banner-image img:nth-child(1) {
    bottom: 80px;
    left: -9px;
    width: 100px;
    margin: 0 auto;
    right: 0;
  }
  .banner-image img:nth-child(2) {
    left: 0;
    bottom: 0;
  }
  .cloud-icon1 {
    top: 60%;
    right: 70%;
  }
  .cloud-icon2 {
    top: 70%;
    right: 0;
  }
  .cloud-icon3 {
    top: 80%;
    right: 75%;
  }
  .hero-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .hero-banner-content {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .hero-banner-content .sub-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .hero-banner-content h1 {
    line-height: 1.3;
    font-size: 30px;
  }
  .hero-banner-content p {
    font-size: 15px;
    margin-top: 10px;
  }
  .hero-banner-content .btn-box {
    margin-top: 20px;
  }
  .hero-banner-content form .input-newsletter {
    height: 60px;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
  }
  .hero-banner-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .hero-banner-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .hero-banner-image img:nth-child(2) {
    max-width: 100px;
  }
  .hero-banner-image img:nth-child(3) {
    max-width: 100px;
  }
  .hero-main-banner-content {
    text-align: center;
    margin-top: 0;
  }
  .hero-main-banner-content .sub-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .hero-main-banner-content h1 {
    line-height: 1.3;
    font-size: 30px;
  }
  .hero-main-banner-content p {
    font-size: 15px;
    margin-top: 10px;
  }
  .hero-main-banner-content form .input-newsletter {
    height: 60px;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
  }
  .hero-main-banner-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .hero-main-banner-image {
    margin-top: 40px;
    right: 0;
  }
  .hero-main-banner-image img {
    display: none;
    position: relative;
  }
  .hero-main-banner-image img:last-child {
    display: inline-block;
  }
  .shape-img1 img {
    max-width: 100px;
  }
  .shape-img2, .shape-img3, .shape-img4, .shape-img5, .shape-img6, .shape-img7, .shape-img8, .shape-img9, .shape-img10 {
    display: none;
  }
  .featured-services-area {
    padding-bottom: 30px;
  }
  .single-featured-box {
    padding: 96px 20px 35px 20px;
  }
  .single-featured-box .icon {
    margin-top: -7px;
    font-size: 35px;
  }
  .single-featured-box h3 {
    font-size: 20px;
  }
  .single-featured-box p {
    margin-top: 12px;
  }
  .single-featured-box .default-btn {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 8px;
  }
  .about-content {
    padding-left: 0;
    text-align: center;
    margin-top: 35px;
  }
  .about-content .sub-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .about-content h2 {
    font-size: 26px;
  }
  .about-content .features-list {
    text-align: start;
    margin-top: -5px;
  }
  .about-content .features-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-content .features-list li span {
    padding: 11px 12px 8px 37px;
    font-size: 14px;
  }
  .about-content .features-list li span i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .about-inner-area {
    margin-top: 0;
  }
  .about-text {
    margin-top: 30px;
  }
  .about-text h3 {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .overview-box {
    margin-bottom: 30px;
  }
  .overview-box .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .overview-box .overview-content .content {
    text-align: center;
    padding-right: 0;
    margin-top: 30px;
  }
  .overview-box .overview-content .content .sub-title {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .overview-box .overview-content .content h2 {
    font-size: 24px;
  }
  .overview-box .overview-content .content .features-list {
    text-align: start;
    margin-top: -5px;
  }
  .overview-box .overview-content .content .features-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .overview-box .overview-content .content .features-list li span {
    padding: 11px 12px 8px 37px;
    font-size: 14px;
  }
  .overview-box .overview-content .content .features-list li span i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .overview-box .overview-content .content.right-content {
    padding-left: 0;
  }
  .overview-box .overview-content .content .features-text h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .overview-box .overview-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .services-area {
    padding-bottom: 30px;
  }
  .single-services-box {
    padding: 40px 25px;
  }
  .single-services-box .icon {
    transform: translateY(-15px);
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-services-box h3 {
    transform: translateY(-15px);
    font-size: 20px;
  }
  .single-services-box p {
    transform: translateY(-15px);
    margin-top: 11px;
  }
  .single-services-box .read-more-btn {
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    bottom: 17px;
  }
  .services-details-overview {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
  .services-details-overview .services-details-desc {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-details-overview .services-details-desc h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .services-details-overview .services-details-desc .features-text {
    margin-top: 20px;
  }
  .services-details-overview .services-details-desc .features-text h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
    font-size: 15px;
  }
  .services-details-overview .services-details-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .why-choose-content {
    padding-right: 0;
    text-align: center;
  }
  .why-choose-content .sub-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .why-choose-content h2 {
    font-size: 26px;
  }
  .why-choose-content .features-text h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .why-choose-content .features-text h4 i {
    font-size: 14px;
  }
  .why-choose-image {
    margin-top: 25px;
  }
  .fun-facts-area {
    padding-bottom: 30px;
  }
  .fun-facts-area::before {
    display: none;
  }
  .single-fun-facts {
    padding: 33px 30px 20px;
    margin-bottom: 30px;
  }
  .single-fun-facts h3 {
    font-size: 40px;
  }
  .single-fun-facts p {
    margin-top: 5px;
    font-size: 14px;
  }
  .single-fun-facts .back-text {
    top: 5px;
    font-size: 120px;
  }
  .projects-area {
    padding-bottom: 30px;
  }
  .single-projects-box .projects-content {
    bottom: 10px;
    max-width: 280px;
  }
  .single-projects-box .projects-content h3 {
    font-size: 20px;
  }
  .single-projects-box .projects-content .category {
    margin-top: 6px;
    font-size: 15px;
  }
  .single-projects-box .plus-icon a {
    width: 65px;
    height: 65px;
    top: 15px;
    right: 15px;
  }
  .single-projects-box .plus-icon a span {
    width: 30px;
    height: 30px;
  }
  .projects-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .projects-slides.owl-theme .owl-dots .owl-dot span {
    margin: 0 4px;
  }
  .projects-details-desc h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .projects-details-desc .features-text h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .projects-details-desc .project-details-info {
    margin-top: 15px;
  }
  .projects-details-desc .project-details-info .single-info-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .projects-details-desc .project-details-info .single-info-box h4 {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .features-list-tab .tabs {
    margin-top: -10px;
  }
  .features-list-tab .tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
  }
  .features-list-tab .tabs li a {
    font-size: 15px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
  }
  .features-list-tab .tabs li a i {
    font-size: 25px;
  }
  .features-list-tab .features-overview .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .features-list-tab .features-overview .overview-content .content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .features-list-tab .features-overview .overview-content .content .sub-title {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .features-list-tab .features-overview .overview-content .content h2 {
    font-size: 22px;
  }
  .features-list-tab .features-overview .overview-content .content .features-list {
    text-align: start;
    margin-top: -5px;
  }
  .features-list-tab .features-overview .overview-content .content .features-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .features-list-tab .features-overview .overview-content .content .features-list li span {
    padding: 11px 12px 8px 37px;
    font-size: 14px;
  }
  .features-list-tab .features-overview .overview-content .content .features-list li span i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .features-list-tab .features-overview .overview-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .features-list-tab .features-overview .overview-image .image {
    padding-left: 0;
    padding-right: 0;
  }
  .team-area {
    padding-bottom: 30px;
  }
  .single-team-box .image .social {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin-top: 0;
    padding: 10px 15px 5px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
  }
  .single-team-box .image .social a {
    font-size: 15px;
    margin: 0 6px;
  }
  .single-team-box .content {
    padding: 25px 20px;
  }
  .single-team-box .content h3 {
    font-size: 20px;
  }
  .single-team-box .content span {
    margin-top: 7px;
  }
  .solution-area.extra-pb {
    padding-bottom: 85px;
  }
  .solution-content {
    text-align: center;
  }
  .solution-content .sub-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .solution-content h2 {
    font-size: 28px;
  }
  .solution-video {
    margin-top: 60px;
  }
  .feedback-area {
    padding-bottom: 30px;
  }
  .feedback-area.bg-color {
    margin-top: 0;
  }
  .feedback-area.bg-color .section-title {
    margin-bottom: 10px;
  }
  .feedback-area.bg-color::before {
    margin-left: 0;
    margin-right: 0;
  }
  .feedback-area.bg-color::after {
    display: none;
  }
  .feedback-slides {
    padding-left: 0;
    padding-right: 0;
  }
  .single-feedback-item .client-info h3 {
    font-size: 18px;
  }
  .pricing-area {
    padding-bottom: 30px;
  }
  .single-pricing-box {
    padding: 40px 30px 15px 30px;
  }
  .single-pricing-box .pricing-header {
    margin: -40px -30px 23px -30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .single-pricing-box .pricing-header h3 {
    font-size: 20px;
  }
  .single-pricing-box .price {
    line-height: 35px;
    font-size: 35px;
  }
  .single-pricing-box .price sub {
    line-height: 14px;
    margin: 0 -5px 0 -8px;
    top: -2px;
    font-size: 14px;
  }
  .single-pricing-box .price-features-list {
    padding: 25px 20px;
    margin: 15px -30px 20px -30px;
  }
  .single-pricing-box .price-features-list li {
    font-size: 15px;
  }
  .single-pricing-box .price-features-list li i {
    font-size: 13px;
  }
  .single-pricing-box .price-features-list li i.flaticon-close {
    font-size: 11px;
  }
  .single-pricing-box .get-started-btn {
    font-size: 16px;
  }
  .partner-area {
    padding-bottom: 50px;
  }
  .single-partner-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-partner-item a {
    padding: 10px;
  }
  .blog-area {
    padding-bottom: 30px;
  }
  .blog-area .widget-area {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .single-blog-post .post-content {
    padding: 20px;
  }
  .single-blog-post .post-content .post-meta ul li {
    font-size: 14px;
  }
  .single-blog-post .post-content h3 {
    line-height: 1.4;
    font-size: 19px;
  }
  .single-blog-post .post-content .read-more-btn {
    bottom: 15px;
    left: 20px;
    font-size: 15px;
  }
  .single-blog-post:hover .post-content .read-more-btn {
    bottom: 16px;
  }
  .blog-details-desc .article-content {
    margin-top: 25px;
  }
  .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
  }
  .blog-details-desc .article-content .entry-meta ul li {
    display: block;
    margin-right: 0;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .blog-details-desc .article-content .entry-meta ul li::before {
    display: none;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .article-tags {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
  }
  blockquote, .blockquote {
    padding: 30px !important;
  }
  blockquote p, .blockquote p {
    font-size: 17px !important;
  }
  .comments-area {
    padding: 20px;
  }
  .comments-area .comment-author .avatar {
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .comments-area .comment-body {
    padding-left: 0;
  }
  .comments-area .comments-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .comments-area .comments-title::before {
    left: -20px;
  }
  .comments-area .comment-author {
    margin-bottom: 0.3em;
  }
  .comments-area .comment-metadata {
    font-size: 13px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .comments-area .comment-respond .comment-reply-title::before {
    left: -20px;
  }
  .comments-area .comment-respond label {
    font-size: 15px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond .form-submit input {
    font-size: 15px;
    padding: 12px 25px 10px;
  }
  .subscribe-inner-area {
    padding: 60px 15px;
  }
  .subscribe-content .sub-title {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .subscribe-content h2 {
    font-size: 28px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content .newsletter-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content .newsletter-form .input-newsletter {
    height: 60px;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
  }
  .subscribe-content .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    width: 100%;
    background-color: var(--optionalColor);
    color: var(--whiteColor);
  }
  .subscribe-content .newsletter-form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
  }
  .page-title-area {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-title-area.page-title-bg1 {
    background-position: center center;
  }
  .page-title-area.page-title-bg2 {
    background-position: center center;
  }
  .page-title-area .shape-img3, .page-title-area .shape-img7 {
    display: block;
  }
  .page-title-area .shape-img9 {
    left: 8%;
    top: 25%;
    display: block;
  }
  .page-title-content h2 {
    font-size: 25px;
  }
  .page-title-content ul {
    margin-top: 13px;
  }
  .page-title-content ul li {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-title-content ul li::before {
    right: -16px;
    top: 3px;
    font-size: 10px;
  }
  .pagination-area {
    margin-top: 20px;
  }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    line-height: 45px;
    font-size: 17px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 19px;
  }
  .widget-area .widget_karlson_posts_thumb .item .thumb {
    height: 70px;
    width: 70px;
    margin-right: 10px;
  }
  .widget-area .widget_karlson_posts_thumb .item .thumb .fullimage {
    width: 70px;
    height: 70px;
  }
  .widget-area .widget_karlson_posts_thumb .item .info time {
    margin-top: 0;
  }
  .widget-area .widget_karlson_posts_thumb .item .info .title {
    font-size: 15px;
  }
  .widget-area .widget_categories ul li {
    font-size: 14.5px;
  }
  .widget-area .widget_recent_comments ul li {
    font-size: 14.5px;
  }
  .widget-area .widget_recent_entries ul li {
    font-size: 14.5px;
  }
  .widget-area .widget_archive ul li {
    font-size: 14.5px;
  }
  .widget-area .widget_meta ul li {
    font-size: 14.5px;
  }
  .widget-area .tagcloud a {
    font-size: 13.5px !important;
  }
  .error-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 15px;
  }
  .faq-contact-image {
    text-align: center;
  }
  .faq-contact-form {
    padding-left: 0;
    margin-top: 35px;
  }
  .contact-area .section-title {
    margin-top: 30px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  .contact-info-box .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
  }
  .contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .contact-image {
    text-align: center;
  }
  .contact-form {
    padding-left: 0;
    margin-top: 35px;
  }
  .footer-area {
    padding-top: 50px;
  }
  .single-footer-widget h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .single-footer-widget .footer-contact-info li {
    padding-left: 40px;
    font-size: 12.5px;
  }
  .single-footer-widget .footer-contact-info li i {
    font-size: 25px;
  }
  .single-footer-widget .footer-contact-info li a {
    font-size: 16px;
  }
  .single-footer-widget .footer-contact-info li .social {
    margin-top: 7px;
  }
  .single-footer-widget .footer-contact-info li .social li {
    margin-right: 10px;
  }
  .single-footer-widget .footer-contact-info li .social li a {
    font-size: 15px;
  }
  .single-footer-widget .footer-contact-info li .social li a i {
    font-size: 15px;
  }
  .single-footer-widget.pl-5, .single-footer-widget.px-5 {
    padding-left: 0 !important;
  }
  .single-footer-widget .footer-quick-links li a {
    font-size: 15px;
  }
  .copyright-area {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copyright-area ul {
    text-align: center;
    margin-top: 10px;
  }
  .copyright-area ul li::before {
    top: 2px;
  }
  .it-banner .d-table {
    display: inherit !important;
  }
  .it-banner .d-table .d-table-cell {
    display: inherit !important;
  }
  .it-banner, .seo-banner {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .it-banner .container.mt-50, .seo-banner .container.mt-50 {
    margin-top: 0;
  }
  .it-banner .banner-btn, .seo-banner .banner-btn {
    margin-top: 20px;
  }
  .it-banner .it-banner-image, .it-banner .seo-banner-image, .seo-banner .it-banner-image, .seo-banner .seo-banner-image {
    margin-top: 30px;
  }
  .shape-img12 img {
    max-width: 150px;
  }
  .shape-img11 img {
    max-width: 40px;
  }
  .service-card-one.bg-white {
    padding: 25px 20px;
  }
  .service-card-one .icon i {
    margin-bottom: 20px;
  }
  .service-card-one h3 {
    font-size: 18px;
  }
  .it-overview .overview-content .content .features-list li span {
    padding: 11px 12px 8px 40px;
  }
  .it-overview .overview-content .content .features-list li span i {
    color: #0000ff;
    width: auto;
    height: auto;
    background-color: transparent;
    line-height: 1;
    font-size: 19px;
    left: 15px;
  }
  .work-card .content h3 {
    font-size: 20px;
  }
  .works-area .more-work {
    margin-top: 10px;
  }
  .solution-video .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .solution-video .video-btn i::before {
    font-size: 25px;
  }
  .feedback-area-two .section-title {
    margin-bottom: 15px;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 20px;
  }
  .single-pricing-table .price {
    font-size: 35px;
  }
  .lets-work {
    text-align: center;
  }
  .lets-work h2 {
    font-size: 35px;
  }
  .lets-work .contact-btn {
    text-align: center;
    margin-top: 20px;
  }
  .seo-banner-slider.owl-theme .owl-nav button.owl-prev {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: translateY(0%);
  }
  .seo-banner-slider.owl-theme .owl-nav button.owl-next {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: translateY(0%);
  }
  .shape-img13, .shape-img14 {
    max-width: 100px;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(3) {
    margin-top: 0;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(5) {
    margin-top: 0;
  }
  .about-area-two .section-title {
    text-align: center !important;
  }
  .about-area-two .about-content {
    padding-left: 0;
  }
  .service-card-one.gray-bg {
    padding: 25px 20px;
  }
  .choose-area-two .section-title h2 {
    font-size: 26px;
  }
  .choose-area-two .choose-image {
    margin-top: 30px;
  }
  .choose-area-two .choose-btn {
    text-align: center;
  }
  .analysis-img {
    margin-bottom: 30px;
  }
  .default-btn-two {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .saas-banner-two {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .saas-banner-two .container.mt-50 {
    margin-top: 0;
  }
  .saas-banner-two .banner-btn {
    margin-top: 20px;
  }
  .saas-banner-two .saas-banner-image {
    margin-top: 30px;
  }
  .choose-area-two .choose-text h4 {
    font-size: 18px;
  }
  .fun-fact-card h3 {
    font-size: 28px;
  }
  .faq-area .faq-img.pr-3 {
    padding: 0;
    margin-bottom: 30px;
  }
  .navbar-area-two {
    background-color: #fff;
  }
  .machine-learning-banner {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 130px;
  }
  .machine-learning-banner .ml-video {
    margin-top: 60px;
  }
  .machine-learning-banner .solution-video {
    position: inherit;
    transform: translateY(0%);
  }
  .machine-learning-banner a.default-btn.mr-4 {
    margin-right: 15px !important;
  }
  .machine-learning-slider.owl-theme .owl-nav .owl-prev {
    left: 15px;
    top: auto;
    transform: translateY(0%);
    width: 35px;
    height: 35px;
    bottom: 15px;
  }
  .machine-learning-slider.owl-theme .owl-nav .owl-next {
    right: 15px;
    top: auto;
    transform: translateY(0%);
    width: 35px;
    height: 35px;
    bottom: 15px;
  }
  .featured-solution-card {
    text-align: center;
  }
  .ml-service h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .portfolio-agency-banner {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .portfolio-agency-banner a.default-btn.mr-4 {
    margin-right: 10px !important;
  }
  .form-content {
    margin: 50px auto;
    padding: 30px 20px;
  }
  .form-content .form-link {
    font-size: 13px;
  }
  .form-content .form-group.form-check label {
    font-size: 13px;
  }
  .topbar-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .topbar-social-links {
    text-align: center;
    margin-bottom: 5px;
  }
  .topbar-social-links li a i {
    font-size: 12px;
  }
  .topbar-action-list {
    text-align: center;
  }
  .topbar-action-list li {
    margin-right: 5px;
    font-size: 11.5px;
    padding-left: 15px;
  }
  .topbar-action-list li::before {
    display: none;
  }
  .navbar-area-with-position-relative.with-black-color .karlson-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .karlson-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .others-options .cart-items a {
    color: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .others-options .cart-items a:hover {
    color: var(--mainColor);
  }
  .value-trade-card p {
    font-size: 13.5px;
  }
  .value-trade-card p span i {
    top: -1px;
  }
  .cryptocurrency-banner-section {
    padding-top: 70px;
  }
  .cryptocurrency-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .cryptocurrency-banner-section::before {
    display: none;
  }
  .cryptocurrency-banner-content {
    top: 0;
  }
  .cryptocurrency-banner-content .sub-title {
    font-size: 13px;
  }
  .cryptocurrency-banner-content h1 {
    font-size: 30px;
  }
  .cryptocurrency-banner-content .banner-btn li {
    margin-right: 10px;
  }
  .cryptocurrency-banner-content .banner-btn li .video-btn {
    font-size: 14.5px;
  }
  .cryptocurrency-banner-image {
    text-align: center;
    margin-top: 30px;
  }
  .cryptocurrency-banner-image .cart1 {
    display: none;
  }
  .cryptocurrency-banner-image .cart2 {
    display: none;
  }
  .cryptocurrency-banner-image .graph {
    display: none;
  }
  .cryptocurrency-shape-1, .cryptocurrency-shape-2, .cryptocurrency-shape-3, .cryptocurrency-shape-4 {
    display: none;
  }
  .stats-fun-fact-box h3 {
    font-size: 20px;
  }
  .stats-fun-fact-box span {
    font-size: 14px;
  }
  .crypto-about-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .crypto-about-content {
    padding-left: 0;
  }
  .crypto-about-content .sub-title {
    font-size: 13px;
  }
  .crypto-about-content h3 {
    font-size: 25px;
  }
  .crypto-about-content .list li {
    font-size: 13.5px;
    padding-left: 22px;
  }
  .crypto-about-content .list li i {
    top: 1px;
  }
  .earning-platform-card {
    padding: 20px;
  }
  .earning-platform-card h3 {
    font-size: 20px;
  }
  .crypto-get-strated-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .crypto-get-strated-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .crypto-get-strated-content {
    padding-left: 0;
    top: 0;
  }
  .crypto-get-strated-content .content .sub-title {
    font-size: 13px;
  }
  .crypto-get-strated-content .content h3 {
    font-size: 25px;
  }
  .crypto-get-strated-content .crypto-get-strated-card h3 {
    font-size: 20px;
  }
  .key-features-card .key-content {
    padding: 20px;
  }
  .key-features-card .key-content .icon-image {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .key-features-card .key-content h3 {
    font-size: 20px;
  }
  .key-features-card .key-content.right-gap {
    right: 0;
  }
  .key-features-card .key-content.left-gap {
    left: 0;
  }
  .mining-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .mining-content {
    padding-left: 0;
  }
  .mining-content .sub-title {
    font-size: 13px;
  }
  .mining-content h3 {
    font-size: 25px;
  }
  .mining-content .mining-btn li {
    margin-right: 10px;
  }
  .mining-content .mining-btn li .video-btn {
    font-size: 14.5px;
  }
  .trade-over-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trade-over-card h3 {
    font-size: 25px;
  }
  .trade-over-card .over-shape {
    max-width: 60px;
  }
  .why-choose-us-content .sub-title {
    font-size: 13px;
  }
  .why-choose-us-content h3 {
    font-size: 25px;
  }
  .why-choose-us-content .choose-list li {
    font-size: 12.5px;
  }
  .why-choose-us-content .choose-list li::before {
    top: 17.5px;
  }
  .why-choose-us-card {
    padding: 20px;
    margin-top: 30px;
  }
  .why-choose-us-card h3 {
    font-size: 20px;
  }
  .choose-with-box-style .col-lg-6:nth-child(2) .why-choose-us-card {
    margin-bottom: 0;
  }
  .unique-single-feedback {
    padding: 20px;
  }
  .unique-single-feedback .client-info h3 {
    font-size: 18px;
  }
  .mobile-app-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-app-content {
    padding-left: 0;
  }
  .mobile-app-content h3 {
    font-size: 25px;
  }
  .mobile-app-content .app-btn-box .playstore-btn {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 13px;
  }
  .mobile-app-content .app-btn-box .playstore-btn img {
    left: 10px;
    max-width: 18px;
  }
  .mobile-app-content .app-btn-box .playstore-btn span {
    font-size: 14.5px;
  }
  .mobile-app-content .app-btn-box .applestore-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 13px;
  }
  .mobile-app-content .app-btn-box .applestore-btn img {
    left: 10px;
    max-width: 18px;
  }
  .mobile-app-content .app-btn-box .applestore-btn span {
    font-size: 14.5px;
  }
  .single-blog-card {
    padding: 20px;
  }
  .single-blog-card .tag {
    margin-top: 0;
  }
  .single-blog-card h3 {
    font-size: 20px;
  }
  .subscribe-wrap-inner-box {
    padding: 50px 20px;
  }
  .subscribe-wrap-inner-box .subscribe-content h2 {
    font-size: 25px;
  }
  .subscribe-wrap-inner-box .subscribe-content .newsletter-form {
    margin-top: 25px;
  }
  .subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter {
    height: 55px;
  }
  .subscribe-wrap-inner-box .subscribe-content .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
  }
  .subscribe-shape-1, .subscribe-shape-2, .subscribe-shape-3 {
    display: none;
  }
  .single-footer-card.ps-5 {
    padding-left: 0 !important;
  }
  .single-footer-card h3 {
    font-size: 18px;
  }
  .single-footer-card .footer-quick-links li a {
    font-size: 13.5px;
    padding-left: 15px;
  }
  .single-footer-card .footer-quick-links li a i {
    font-size: 10.5px;
  }
  .footer-wrap-shape, .footer-wrap-shape-2 {
    display: none;
  }
  .copyright-wrap-area {
    text-align: center;
  }
  .copyright-wrap-area .list {
    text-align: center;
  }
  .cs-banner-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cs-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .cs-banner-section::before {
    display: none;
  }
  .cs-banner-content .sub-title {
    font-size: 12px;
  }
  .cs-banner-content .sub-title::before {
    height: 2px;
  }
  .cs-banner-content h1 {
    font-size: 32px;
  }
  .cs-banner-content p {
    font-size: 15px;
  }
  .cs-banner-content .banner-btn li {
    margin-right: 5px;
  }
  .cs-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .cs-banner-shape, .cs-lock {
    display: none;
  }
  .cs-card-content h3 {
    font-size: 18px;
  }
  .cs-features-area .container-fluid {
    max-width: 540px;
  }
  .cs-features-item {
    padding: 50px 30px;
  }
  .cs-features-item .content h3 {
    font-size: 20px;
  }
  .cs-features-item .content .get-started-btn {
    font-size: 14px;
  }
  .cs-partner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .cs-about-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .cs-about-content {
    padding-left: 0;
  }
  .cs-about-content .sub-title {
    font-size: 13px;
  }
  .cs-about-content h3 {
    font-size: 25px;
  }
  .cs-choose-content {
    padding-right: 0;
  }
  .cs-choose-content .sub-title {
    font-size: 13px;
  }
  .cs-choose-content h3 {
    font-size: 25px;
  }
  .cs-choose-content .list li {
    font-size: 13.5px;
  }
  .cs-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .cs-services-card {
    padding: 20px;
  }
  .cs-services-card h3 {
    font-size: 20px;
  }
  .cs-single-fun-facts {
    text-align: center;
  }
  .cs-single-fun-facts::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .cs-single-fun-facts h3 {
    font-size: 30px;
  }
  .cs-single-fun-facts h3 .sign-icon {
    font-size: 25px;
  }
  .cs-single-fun-facts p {
    font-size: 14.8px;
  }
  .leading-technology-image {
    text-align: center;
    margin-bottom: 35px;
  }
  .leading-technology-content {
    padding-left: 0;
  }
  .leading-technology-content .sub-title {
    font-size: 13px;
  }
  .leading-technology-content h3 {
    font-size: 25px;
  }
  .leading-technology-content .list li {
    font-size: 13.5px;
  }
  .cs-overview-item {
    padding: 20px;
  }
  .cs-overview-item .cs-overview-image {
    margin-bottom: 30px;
  }
  .cs-overview-item .cs-overview-content h3 {
    font-size: 18px;
  }
  .cs-overview-item .cs-overview-content .get-started-btn {
    font-size: 13.2px;
  }
  .bd-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .bd-banner-content .sub-title {
    font-size: 13.5px;
  }
  .bd-banner-content h1 {
    font-size: 30px;
  }
  .bd-banner-content .banner-btn li {
    margin-right: 5px;
  }
  .bd-banner-content .banner-btn li .video-btn {
    font-size: 14.5px;
  }
  .bd-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .bd-banner-image .circle-shape {
    display: none;
  }
  .bd-banner-shape-1, .bd-banner-shape-2, .bd-banner-shape-3 {
    display: none;
  }
  .bd-fun-facts-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .bd-fun-facts-inner-box {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bd-single-fun-facts {
    padding-left: 82px;
  }
  .bd-single-fun-facts .image-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .bd-single-fun-facts .image-icon img {
    max-width: 35px;
  }
  .bd-single-fun-facts h3 {
    font-size: 28px;
  }
  .bd-single-fun-facts h3 .sign-icon {
    font-size: 30px;
  }
  .bd-single-fun-facts p {
    font-size: 14.8px;
  }
  .bd-featured-card {
    padding: 20px;
  }
  .bd-featured-card h3 {
    font-size: 18px;
  }
  .bd-featured-shape {
    display: none;
  }
  .bd-about-image {
    text-align: center;
    margin-bottom: 35px;
  }
  .bd-about-content {
    padding-left: 0;
  }
  .bd-about-content .sub-title {
    font-size: 13px;
  }
  .bd-about-content h3 {
    font-size: 25px;
  }
  .bd-about-content .inner-content-card {
    padding: 20px;
  }
  .bd-about-content .inner-content-card .icon-image {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .bd-about-content .inner-content-card h4 {
    font-size: 18px;
  }
  .bd-services-card {
    padding: 20px;
  }
  .bd-services-card h3 {
    font-size: 18px;
  }
  .bd-services-card .get-started-btn {
    font-size: 13.5px;
  }
  .bd-choose-content {
    padding-right: 0;
  }
  .bd-choose-content .sub-title {
    font-size: 13px;
  }
  .bd-choose-content h3 {
    font-size: 25px;
  }
  .bd-choose-content .list li {
    font-size: 13.5px;
  }
  .bd-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .bd-overview-card {
    padding: 20px;
  }
  .bd-overview-card h3 {
    font-size: 18px;
  }
}
/* Min width (576px) to Max width (767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-banner .container-fluid {
    max-width: 540px;
  }
  .main-banner-image img:nth-child(2) {
    max-width: 170px;
  }
  .main-banner-image img:nth-child(3) {
    max-width: 170px;
  }
  .banner-content form .input-newsletter {
    height: 65px;
  }
  .banner-content form button {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .hero-banner .container-fluid {
    max-width: 540px;
  }
  .hero-banner-image img:nth-child(2) {
    max-width: 170px;
  }
  .hero-banner-image img:nth-child(3) {
    max-width: 170px;
  }
  .hero-main-banner-content form .input-newsletter {
    height: 65px;
  }
  .hero-main-banner-content form button {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .about-content .features-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .overview-box .overview-content .content .features-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-list-tab .tabs li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .features-list-tab .features-overview .overview-content .content .features-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-partner-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .subscribe-content .newsletter-form .input-newsletter {
    height: 65px;
  }
  .subscribe-content .newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .subscribe-content .newsletter-form button:hover {
    background-color: var(--optionalColor);
    color: var(--whiteColor);
  }
  .blog-details-desc .article-content {
    margin-top: 25px;
  }
  .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
  }
  .blog-details-desc .article-content .entry-meta ul li {
    display: inline-block;
    margin-right: 21px;
    font-size: 15px;
    margin-bottom: 0;
  }
  .blog-details-desc .article-content .entry-meta ul li::before {
    top: 9px;
    display: block;
  }
  .blog-details-desc .article-footer {
    text-align: start;
  }
  .blog-details-desc .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-details-desc .article-footer .article-share {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: end;
  }
  .projects-details-desc .project-details-info .single-info-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copyright-area {
    text-align: start;
  }
  .copyright-area ul {
    text-align: end;
    margin-top: 0;
  }
  .work-card .content {
    padding: 30px 15px;
  }
  .single-pricing-table .pricing-header {
    padding: 20px 20px;
  }
  .single-pricing-table .price {
    padding: 10px 20px 0;
    font-size: 30px;
  }
  .single-pricing-table .pricing-features {
    padding: 25px 20px;
  }
  .single-pricing-table .btn-box {
    padding: 0 20px;
  }
  .featured-solution-card h3 {
    font-size: 17px;
  }
  .earning-platform-card h3 {
    font-size: 18px;
  }
  .key-features-card {
    margin-bottom: 30px;
  }
  .key-features-card .key-content {
    padding: 30px 30px 30px 125px;
  }
  .key-features-card .key-content .icon-image {
    position: absolute;
    left: 25px;
    top: 30px;
  }
  .trade-over-card p {
    font-size: 14.5px;
  }
  .subscribe-wrap-inner-box .subscribe-content .newsletter-form button {
    margin-top: 20px;
  }
  .copyright-wrap-area {
    text-align: start;
  }
  .copyright-wrap-area .list {
    text-align: end;
  }
}
/* Min width (768px) to Max width (991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-btn {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 11px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 70%;
  }
  .main-banner {
    padding-top: 150px;
  }
  .main-banner .container-fluid {
    max-width: 720px;
  }
  .main-banner-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .main-banner-content .sub-title {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .main-banner-content h1 {
    font-size: 45px;
  }
  .main-banner-content p {
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-section {
    height: 100%;
    padding-top: 150px;
  }
  .banner-content {
    margin-top: 0;
    text-align: center;
  }
  .banner-content .sub-title {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .banner-content h1 {
    font-size: 45px;
  }
  .banner-content p {
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-image {
    margin-top: 90px;
  }
  .banner-image img:nth-child(1) {
    left: -5px;
    right: 0;
    margin: 0 auto;
    width: 140px;
    bottom: -15px;
  }
  .banner-image img:nth-child(2) {
    left: 0;
    top: 80px;
  }
  .hero-main-banner-content {
    margin-top: 0;
    text-align: center;
  }
  .hero-main-banner-content .sub-title {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .hero-main-banner-content h1 {
    font-size: 45px;
  }
  .hero-main-banner-content p {
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-main-banner-content form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-main-banner-image {
    margin-top: 40px;
    right: 0;
  }
  .hero-main-banner-image img {
    display: none;
    position: relative;
  }
  .hero-main-banner-image img:last-child {
    display: inline-block;
  }
  .cloud-icon1 {
    top: 60%;
    right: 16.5%;
  }
  .cloud-icon2 {
    top: 80%;
    right: 2%;
  }
  .cloud-icon3 {
    top: 65%;
    right: 73%;
  }
  .hero-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .hero-banner .container-fluid {
    max-width: 720px;
  }
  .hero-banner.banner-bg1 {
    background-position: bottom right;
  }
  .hero-banner-content {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .hero-banner-content .sub-title {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .hero-banner-content h1 {
    font-size: 45px;
  }
  .hero-banner-content p {
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner-image {
    margin-top: 35px;
  }
  .shape-img1 img {
    max-width: 100px;
  }
  .shape-img4, .shape-img9, .shape-img8 {
    display: none;
  }
  .featured-services-area {
    padding-bottom: 50px;
  }
  .single-featured-box {
    padding: 110px 20px 30px 20px;
  }
  .single-featured-box .icon {
    top: 25px;
    font-size: 45px;
    margin-top: 0;
  }
  .single-featured-box h3 {
    font-size: 22px;
  }
  .single-featured-box p {
    margin-top: 10px;
  }
  .single-featured-box .default-btn {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 9px;
  }
  .about-content {
    margin-top: 35px;
    padding-left: 0;
    text-align: center;
  }
  .about-content .sub-title {
    font-size: 14px;
  }
  .about-content h2 {
    font-size: 35px;
  }
  .about-content .features-list {
    text-align: start;
  }
  .about-content .features-list li span {
    font-size: 15px;
  }
  .about-inner-area {
    margin-top: 5px;
  }
  .about-text {
    margin-top: 30px;
  }
  .about-text h3 {
    font-size: 22px;
  }
  .overview-box {
    margin-bottom: 35px;
  }
  .overview-box:first-child {
    margin-top: 0;
  }
  .overview-box .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 35px;
  }
  .overview-box .overview-content .content {
    text-align: center;
    padding-right: 0;
  }
  .overview-box .overview-content .content .sub-title {
    font-size: 14px;
  }
  .overview-box .overview-content .content h2 {
    font-size: 35px;
  }
  .overview-box .overview-content .content .features-text h4 {
    font-size: 17px;
  }
  .overview-box .overview-content .content .features-text p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .overview-box .overview-content .content .features-list {
    text-align: start;
  }
  .overview-box .overview-content .content .features-list li span {
    font-size: 15px;
  }
  .overview-box .overview-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .services-area {
    padding-bottom: 50px;
  }
  .single-services-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
  }
  .single-services-box h3 {
    font-size: 22px;
  }
  .services-details-overview {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
  }
  .services-details-overview .services-details-desc {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-details-overview .services-details-desc h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .services-details-overview .services-details-desc .features-text {
    margin-top: 20px;
  }
  .services-details-overview .services-details-desc .features-text h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
    font-size: 15px;
  }
  .services-details-overview .services-details-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .why-choose-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .why-choose-content .sub-title {
    font-size: 14px;
  }
  .why-choose-content h2 {
    font-size: 35px;
  }
  .why-choose-content .features-text h4 {
    font-size: 17px;
  }
  .why-choose-content .features-text p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .fun-facts-area {
    padding-bottom: 50px;
  }
  .fun-facts-area::before {
    background-size: 500%;
  }
  .single-fun-facts {
    margin-bottom: 30px;
  }
  .single-fun-facts h3 {
    font-size: 45px;
  }
  .single-fun-facts p {
    font-size: 15px;
  }
  .projects-area {
    padding-bottom: 50px;
  }
  .single-projects-box .projects-content {
    max-width: 335px;
  }
  .single-projects-box .projects-content h3 {
    font-size: 22px;
  }
  .single-projects-box .plus-icon a {
    width: 75px;
    height: 75px;
    top: 20px;
    right: 20px;
  }
  .single-projects-box .plus-icon a span {
    width: 30px;
    height: 30px;
  }
  .projects-details-desc h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .projects-details-desc .project-details-info {
    margin-top: 15px;
  }
  .projects-details-desc .project-details-info .single-info-box {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 15px;
  }
  .features-list-tab .tabs {
    margin-top: -10px;
  }
  .features-list-tab .tabs li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 10px;
  }
  .features-list-tab .tabs li a {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .features-list-tab .tabs li a i {
    font-size: 30px;
  }
  .features-list-tab .tabs li a span {
    margin-top: 0;
  }
  .features-list-tab .features-overview .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .features-list-tab .features-overview .overview-content .content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .features-list-tab .features-overview .overview-content .content .sub-title {
    font-size: 14px;
  }
  .features-list-tab .features-overview .overview-content .content h2 {
    font-size: 26px;
  }
  .features-list-tab .features-overview .overview-content .content .features-list {
    text-align: start;
  }
  .features-list-tab .features-overview .overview-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .team-area {
    padding-bottom: 50px;
  }
  .single-team-box .content h3 {
    font-size: 22px;
  }
  .single-team-box .content span {
    margin-top: 5px;
  }
  .solution-content {
    text-align: center;
  }
  .solution-content .sub-title {
    font-size: 14px;
  }
  .solution-content h2 {
    font-size: 40px;
  }
  .solution-content p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .solution-video {
    margin-top: 80px;
  }
  .feedback-area {
    padding-bottom: 50px;
  }
  .feedback-area.bg-color::before {
    margin-left: 25px;
    margin-right: 25px;
  }
  .feedback-area.bg-color::after {
    background-size: 430%;
    margin-left: 25px;
    margin-right: 25px;
  }
  .feedback-slides {
    padding-left: 35px;
    padding-right: 35px;
  }
  .single-feedback-item p {
    font-size: 17px;
  }
  .single-feedback-item .client-info h3 {
    font-size: 18px;
  }
  .pricing-area {
    padding-bottom: 50px;
  }
  .single-pricing-box .pricing-header h3 {
    font-size: 22px;
  }
  .single-pricing-box .price {
    line-height: 45px;
    font-size: 45px;
  }
  .partner-area {
    padding-bottom: 70px;
  }
  .single-partner-item a {
    padding: 15px;
  }
  .blog-area {
    padding-bottom: 50px;
  }
  .blog-area .widget-area {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .single-blog-post .post-content h3 {
    font-size: 22px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 22px;
  }
  .comments-area .comments-title {
    font-size: 22px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 22px;
  }
  .subscribe-content .sub-title {
    font-size: 14px;
  }
  .subscribe-content h2 {
    font-size: 35px;
  }
  .page-title-area {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-title-area .page-title-bg2 {
    background-position: center center;
  }
  .page-title-area .page-title-bg1 {
    background-position: center center;
  }
  .page-title-content {
    margin-top: 65px;
  }
  .page-title-content h2 {
    padding-bottom: 8px;
    font-size: 35px;
  }
  .page-title-content ul {
    margin-top: 15px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .widget-area .widget_karlson_posts_thumb .item .info .title {
    font-size: 16px;
    max-width: 305px;
  }
  .widget-area .widget_categories ul li {
    font-size: 15px;
  }
  .widget-area .widget_recent_comments ul li {
    font-size: 15px;
  }
  .widget-area .widget_recent_entries ul li {
    font-size: 15px;
  }
  .widget-area .widget_archive ul li {
    font-size: 15px;
  }
  .widget-area .widget_meta ul li {
    font-size: 15px;
  }
  .error-content img {
    max-width: 75%;
  }
  .error-content h3 {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .contact-area .section-title {
    margin-top: 50px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  .contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .footer-area {
    padding-top: 70px;
  }
  .single-footer-widget.pl-5, .single-footer-widget.px-5 {
    padding-left: 0 !important;
  }
  .single-footer-widget h3 {
    font-size: 22px;
  }
  .single-footer-widget .footer-contact-info li {
    padding-left: 46px;
    font-size: 13.5px;
  }
  .single-footer-widget .footer-contact-info li i {
    font-size: 30px;
  }
  .single-footer-widget .footer-contact-info li a {
    font-size: 20px;
  }
  .single-footer-widget .footer-quick-links {
    margin-top: -12px;
  }
  .single-footer-widget .footer-quick-links li {
    padding-top: 12px;
  }
  .copyright-area {
    margin-top: 40px;
  }
  .copyright-area p {
    font-size: 15px;
  }
  .copyright-area ul li {
    font-size: 15px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .it-banner, .seo-banner {
    padding-bottom: 80px;
    height: 100%;
    padding-top: 100px;
  }
  .it-banner .it-banner-image, .it-banner .seo-banner-image, .seo-banner .it-banner-image, .seo-banner .seo-banner-image {
    margin-top: 40px;
  }
  .lets-work {
    text-align: center;
  }
  .lets-work h2 {
    font-size: 45px;
  }
  .lets-work .contact-btn {
    text-align: center;
    margin-top: 25px;
  }
  .seo-featured-services .section-title {
    max-width: 100%;
  }
  .seo-featured-services .section-title h2 {
    max-width: 100%;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(3) {
    margin-top: 0;
  }
  .seo-featured-services .col-lg-7 .row .col-lg-6:nth-child(5) {
    margin-top: 0;
  }
  .about-area-two .section-title {
    max-width: 100%;
  }
  .about-area-two .about-content {
    padding-left: 0;
    text-align: left;
  }
  .choose-area-two .section-title {
    max-width: 100%;
  }
  .choose-area-two .section-title h2 {
    max-width: 100%;
  }
  .choose-area-two .choose-btn {
    text-align: center;
  }
  .choose-area-two .choose-image {
    margin-top: 30px;
  }
  .seo-analysis-section .section-title h2 {
    max-width: 100%;
  }
  .analysis-img {
    margin-bottom: 30px;
  }
  .saas-banner-two {
    padding-bottom: 80px;
    height: 100%;
    padding-top: 100px;
  }
  .saas-banner-two .saas-banner-image {
    margin-top: 40px;
  }
  .saas-banner-two .banner-content h1 {
    font-size: 40px;
  }
  .faq-area .faq-img.pr-3 {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .navbar-area-two {
    background-color: #fff;
  }
  .machine-learning-banner .ml-video {
    margin-top: 80px;
  }
  .machine-learning-banner .solution-video {
    position: inherit;
    transform: translateY(0%);
  }
  .ml-service {
    padding: 30px 20px;
  }
  .ml-service h3 {
    font-size: 20px;
  }
  .topbar-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .topbar-social-links {
    margin-bottom: 5px;
  }
  .topbar-social-links li a i {
    font-size: 12px;
  }
  .topbar-action-list li {
    margin-right: 5px;
    font-size: 11.5px;
    padding-left: 15px;
  }
  .topbar-action-list li::before {
    display: none;
  }
  .navbar-area-with-position-relative.with-black-color .karlson-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .karlson-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .others-options .cart-items a {
    color: var(--whiteColor);
  }
  .navbar-area-with-position-relative.with-black-color .others-options .cart-items a:hover {
    color: var(--mainColor);
  }
  .value-trade-card p {
    font-size: 13.5px;
  }
  .value-trade-card p span {
    margin-left: 4px;
  }
  .value-trade-card p span i {
    top: -2px;
  }
  .cryptocurrency-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .cryptocurrency-banner-section::before {
    display: none;
  }
  .cryptocurrency-banner-content {
    top: 0;
  }
  .cryptocurrency-banner-content h1 {
    font-size: 55px;
  }
  .cryptocurrency-banner-image {
    text-align: center;
    margin-top: 50px;
  }
  .cryptocurrency-banner-image .cart1 {
    display: none;
  }
  .cryptocurrency-banner-image .cart2 {
    display: none;
  }
  .cryptocurrency-banner-image .graph {
    display: none;
  }
  .cryptocurrency-shape-1, .cryptocurrency-shape-2, .cryptocurrency-shape-3, .cryptocurrency-shape-4 {
    display: none;
  }
  .stats-fun-fact-box h3 {
    font-size: 22px;
  }
  .stats-fun-fact-box span {
    font-size: 15px;
  }
  .crypto-about-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .crypto-about-content {
    padding-left: 0;
  }
  .crypto-about-content h3 {
    font-size: 35px;
  }
  .earning-platform-card {
    padding: 20px;
  }
  .earning-platform-card h3 {
    font-size: 20px;
  }
  .crypto-get-strated-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .crypto-get-strated-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .crypto-get-strated-content {
    padding-left: 0;
    top: 0;
  }
  .crypto-get-strated-content .content h3 {
    font-size: 35px;
  }
  .crypto-get-strated-content .crypto-get-strated-card h3 {
    font-size: 22px;
  }
  .key-features-card .key-content {
    padding: 30px 30px 30px 110px;
  }
  .key-features-card .key-content .icon-image {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .key-features-card .key-content .icon-image img {
    max-width: 30px;
  }
  .key-features-card .key-content h3 {
    font-size: 22px;
  }
  .key-features-card .key-content.right-gap {
    right: 0;
  }
  .key-features-card .key-content.left-gap {
    left: 0;
  }
  .mining-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .mining-content {
    padding-left: 0;
  }
  .mining-content h3 {
    font-size: 35px;
  }
  .trade-over-inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .trade-over-card h3 {
    font-size: 25px;
  }
  .trade-over-card .over-shape {
    max-width: 60px;
  }
  .why-choose-us-content h3 {
    font-size: 35px;
  }
  .why-choose-us-card {
    padding: 20px;
    margin-top: 30px;
  }
  .why-choose-us-card h3 {
    font-size: 20px;
  }
  .choose-with-box-style .col-lg-6:nth-child(2) .why-choose-us-card {
    margin-bottom: 0;
  }
  .unique-single-feedback {
    padding: 20px;
  }
  .unique-single-feedback .client-info h3 {
    font-size: 18px;
  }
  .mobile-app-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-app-content {
    padding-left: 0;
  }
  .mobile-app-content h3 {
    font-size: 35px;
  }
  .single-blog-card {
    padding: 20px;
  }
  .single-blog-card .tag {
    margin-top: 0;
  }
  .single-blog-card h3 {
    font-size: 22px;
  }
  .subscribe-wrap-inner-box {
    padding: 50px 20px;
  }
  .subscribe-wrap-inner-box .subscribe-content h2 {
    font-size: 35px;
  }
  .subscribe-shape-1, .subscribe-shape-2, .subscribe-shape-3 {
    display: none;
  }
  .single-footer-card.ps-5 {
    padding-left: 0 !important;
  }
  .single-footer-card h3 {
    font-size: 18px;
  }
  .single-footer-card .footer-quick-links li a {
    font-size: 13.5px;
    padding-left: 15px;
  }
  .single-footer-card .footer-quick-links li a i {
    font-size: 10.5px;
  }
  .footer-wrap-shape, .footer-wrap-shape-2 {
    display: none;
  }
  .cs-banner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cs-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .cs-banner-section::before {
    display: none;
  }
  .cs-banner-content h1 {
    font-size: 55px;
  }
  .cs-banner-content p {
    font-size: 16.5px;
  }
  .cs-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .cs-banner-shape, .cs-lock {
    display: none;
  }
  .cs-features-area .container-fluid {
    max-width: 720px;
  }
  .cs-features-item {
    padding: 50px 30px;
  }
  .cs-features-item .content h3 {
    font-size: 20px;
  }
  .cs-features-item .content .get-started-btn {
    font-size: 14px;
  }
  .cs-partner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .cs-about-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .cs-about-content {
    padding-left: 0;
  }
  .cs-about-content h3 {
    font-size: 35px;
  }
  .cs-choose-content {
    padding-right: 0;
  }
  .cs-choose-content h3 {
    font-size: 35px;
  }
  .cs-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .cs-services-card {
    padding: 20px;
  }
  .cs-services-card h3 {
    font-size: 20px;
  }
  .cs-single-fun-facts {
    text-align: center;
  }
  .cs-single-fun-facts::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .cs-single-fun-facts h3 {
    font-size: 35px;
  }
  .cs-single-fun-facts h3 .sign-icon {
    font-size: 25px;
  }
  .cs-single-fun-facts p {
    font-size: 14.8px;
  }
  .leading-technology-image {
    text-align: center;
    margin-bottom: 35px;
  }
  .leading-technology-content {
    padding-left: 0;
  }
  .leading-technology-content h3 {
    font-size: 35px;
  }
  .cs-overview-item {
    padding: 20px;
  }
  .cs-overview-item .cs-overview-content h3 {
    font-size: 20px;
  }
  .bd-banner-section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .bd-banner-content h1 {
    font-size: 55px;
  }
  .bd-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .bd-banner-image .circle-shape {
    display: none;
  }
  .bd-banner-shape-1, .bd-banner-shape-2, .bd-banner-shape-3 {
    display: none;
  }
  .bd-fun-facts-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .bd-fun-facts-inner-box {
    border-radius: 20px;
  }
  .bd-single-fun-facts {
    padding-left: 82px;
  }
  .bd-single-fun-facts .image-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .bd-single-fun-facts .image-icon img {
    max-width: 35px;
  }
  .bd-single-fun-facts h3 {
    font-size: 28px;
  }
  .bd-single-fun-facts h3 .sign-icon {
    font-size: 30px;
  }
  .bd-single-fun-facts p {
    font-size: 14.8px;
  }
  .bd-featured-card {
    padding: 20px;
  }
  .bd-featured-card h3 {
    font-size: 22px;
  }
  .bd-featured-shape {
    display: none;
  }
  .bd-about-image {
    text-align: center;
    margin-bottom: 35px;
  }
  .bd-about-content {
    padding-left: 0;
  }
  .bd-about-content h3 {
    font-size: 35px;
  }
  .bd-about-content .inner-content-card h4 {
    font-size: 20px;
  }
  .bd-services-card h3 {
    font-size: 22px;
  }
  .bd-choose-content {
    padding-right: 0;
  }
  .bd-choose-content h3 {
    font-size: 35px;
  }
  .bd-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .bd-overview-card h3 {
    font-size: 22px;
  }
}
/* Min width (992px) to Max width (1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-modal .sidebar-modal-inner {
    width: 50%;
  }
  .main-banner-content h1 {
    font-size: 50px;
  }
  .main-banner-content p {
    font-size: 16px;
  }
  .main-banner-content .btn-box {
    margin-top: 20px;
  }
  .banner-content {
    margin-top: -10px;
  }
  .banner-content h1 {
    font-size: 50px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-content .btn-box {
    margin-top: 20px;
  }
  .banner-image img:nth-child(2) {
    top: 180px;
  }
  .banner-image img:nth-child(1) {
    bottom: -85px;
    left: 60px;
    width: 190px;
  }
  .hero-banner-content {
    max-width: 450px;
  }
  .hero-banner-content h1 {
    font-size: 50px;
  }
  .hero-banner-content p {
    font-size: 16px;
  }
  .hero-banner-content .btn-box {
    margin-top: 20px;
  }
  .hero-banner-image {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-banner-image img:nth-child(2) {
    max-width: 165px;
  }
  .hero-banner-image img:nth-child(3) {
    max-width: 200px;
  }
  .hero-main-banner-content h1 {
    font-size: 50px;
  }
  .hero-main-banner-content p {
    font-size: 16px;
  }
  .hero-main-banner-content .btn-box {
    margin-top: 20px;
  }
  .hero-main-banner-image {
    right: 0;
  }
  .hero-main-banner-image img {
    display: none;
    position: relative;
  }
  .hero-main-banner-image img:last-child {
    display: inline-block;
  }
  .projects-details-desc .project-details-info {
    margin-left: -8px;
    margin-right: -8px;
  }
  .projects-details-desc .project-details-info .single-info-box {
    padding-right: 8px;
    padding-left: 8px;
  }
  .error-content img {
    max-width: 80%;
  }
  .single-blog-post .post-content .post-meta ul li {
    font-size: 14px;
  }
  .single-blog-post .post-content h3 {
    font-size: 20px;
  }
  .features-list-tab .tabs li a {
    font-size: 14px;
  }
  .features-list-tab .features-overview .overview-content .content h2 {
    font-size: 25px;
  }
  .features-list-tab .features-overview .overview-content .content .features-list li span {
    font-size: 15px;
  }
  .service-card-one.bg-white {
    padding: 30px 25px;
  }
  .service-card-one h3 {
    font-size: 20px;
  }
  .overview-box .overview-content .content h2 {
    font-size: 32px;
  }
  .solution-content h2 {
    font-size: 45px;
  }
  .single-fun-facts p {
    font-size: 15px;
  }
  .single-pricing-table .pricing-header {
    padding: 20px 30px;
  }
  .single-pricing-table .price {
    padding: 10px 30px 0;
    font-size: 30px;
  }
  .single-pricing-table .pricing-features {
    padding: 30px 30px;
  }
  .single-pricing-table .btn-box {
    padding: 0 30px;
  }
  .lets-work h2 {
    font-size: 45px;
  }
  .seo-banner-slider.owl-theme .owl-nav button.owl-prev, .seo-banner-slider.owl-theme .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .about-area-two .section-title {
    max-width: 100%;
  }
  .seo-banner .banner-content h1 {
    font-size: 40px;
  }
  .seo-featured-services .section-title h2 {
    max-width: 560px;
    font-size: 35px;
  }
  .about-content h2 {
    font-size: 35px;
  }
  .fun-fact-card h3 {
    font-size: 30px;
  }
  .single-pricing-table .pricing-header .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .single-pricing-table .pricing-header .icon img {
    max-width: 50px;
  }
  .single-team-box .content h3 {
    font-size: 20px;
  }
  .machine-learning-banner .banner-content h1 {
    font-size: 40px;
  }
  .featured-solution-card {
    padding: 20px 18px;
  }
  .featured-solution-card h3 {
    font-size: 16px;
  }
  .featured-solution-card .read-more {
    font-size: 14px;
    margin-top: 10px;
  }
  .featured-solution-card .ml-service h3 {
    font-size: 20px;
  }
  .work-card .content h3 {
    font-size: 20px;
  }
  .cryptocurrency-banner-section::before {
    width: 335px;
  }
  .cryptocurrency-banner-content h1 {
    font-size: 50px;
  }
  .cryptocurrency-banner-image .cart1 {
    display: none;
  }
  .cryptocurrency-banner-image .cart2 {
    display: none;
  }
  .cryptocurrency-banner-image .graph {
    display: none;
  }
  .stats-fun-fact-box h3 {
    font-size: 25px;
  }
  .stats-fun-fact-box span {
    font-size: 15px;
  }
  .crypto-about-content h3 {
    font-size: 35px;
  }
  .crypto-get-strated-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .crypto-get-strated-content {
    padding-left: 0;
    top: 0;
  }
  .crypto-get-strated-content .content h3 {
    font-size: 35px;
  }
  .crypto-get-strated-content .crypto-get-strated-card h3 {
    font-size: 20px;
  }
  .key-features-card .key-content {
    padding: 20px 20px 20px 100px;
  }
  .key-features-card .key-content .icon-image {
    height: 65px;
    width: 65px;
    line-height: 65px;
    left: 20px;
  }
  .key-features-card .key-content .icon-image img {
    max-width: 30px;
  }
  .key-features-card .key-content h3 {
    font-size: 18px;
  }
  .key-features-card .key-content p {
    font-size: 14px;
  }
  .key-features-card .key-content.right-gap {
    right: 0;
  }
  .key-features-card .key-content.left-gap {
    left: 0;
  }
  .mining-content h3 {
    font-size: 35px;
  }
  .trade-over-card h3 {
    font-size: 25px;
  }
  .trade-over-card .over-shape {
    max-width: 50px;
  }
  .why-choose-us-content h3 {
    font-size: 35px;
  }
  .why-choose-us-card {
    padding: 15px;
  }
  .why-choose-us-card h3 {
    font-size: 20px;
  }
  .mobile-app-content {
    padding-left: 0;
  }
  .mobile-app-content h3 {
    font-size: 35px;
  }
  .single-blog-card {
    padding: 20px;
  }
  .single-blog-card h3 {
    font-size: 20px;
  }
  .cs-banner-content h1 {
    font-size: 55px;
  }
  .cs-banner-content p {
    font-size: 18px;
  }
  .cs-card-content h3 {
    font-size: 15px;
  }
  .cs-features-item {
    padding: 80px 65px;
  }
  .cs-features-item .content h3 {
    font-size: 20px;
  }
  .cs-about-area::before {
    width: 620px;
  }
  .cs-about-content {
    padding-left: 10px;
  }
  .cs-choose-content h3 {
    font-size: 35px;
  }
  .cs-services-card {
    padding: 20px;
  }
  .cs-services-card h3 {
    font-size: 19px;
  }
  .cs-single-fun-facts {
    text-align: center;
  }
  .cs-single-fun-facts::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .leading-technology-content {
    padding-left: 0;
  }
  .leading-technology-content h3 {
    font-size: 35px;
  }
  .leading-technology-content .list li {
    font-size: 13.5px;
  }
  .cs-overview-item .cs-overview-content h3 {
    font-size: 20px;
  }
  .bd-banner-section {
    padding-bottom: 80px;
  }
  .bd-banner-content h1 {
    font-size: 40px;
  }
  .bd-banner-image .circle-shape {
    width: 590px;
    height: 415px;
  }
  .bd-banner-shape-1 {
    max-width: 80px;
  }
  .bd-banner-shape-2 {
    top: -18%;
    left: 50%;
    transform: translateY(-50%) translateX(18%);
  }
  .bd-banner-shape-3 {
    max-width: 100px;
  }
  .bd-single-fun-facts {
    padding-left: 82px;
  }
  .bd-single-fun-facts .image-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .bd-single-fun-facts .image-icon img {
    max-width: 35px;
  }
  .bd-single-fun-facts h3 {
    font-size: 28px;
  }
  .bd-single-fun-facts h3 .sign-icon {
    font-size: 30px;
  }
  .bd-single-fun-facts p {
    font-size: 12.8px;
  }
  .bd-featured-card {
    padding: 20px;
  }
  .bd-featured-card h3 {
    font-size: 20px;
  }
  .bd-about-content h3 {
    font-size: 35px;
  }
  .bd-about-content .inner-content-card h4 {
    font-size: 20px;
  }
  .bd-about-shape {
    top: -5%;
    right: 2%;
    transform: translateY(5%) translateX(-2%);
  }
  .bd-services-card {
    padding: 20px;
  }
  .bd-services-card h3 {
    font-size: 20px;
  }
  .bd-choose-content h3 {
    font-size: 35px;
  }
  .bd-choose-content .list li {
    font-size: 14.5px;
  }
}
/* Min width (1200px) to Max width (1399px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cryptocurrency-banner-section::before {
    width: 405px;
  }
  .cryptocurrency-banner-content h1 {
    font-size: 55px;
  }
  .cryptocurrency-banner-image .cart1 {
    max-width: 190px;
  }
  .cryptocurrency-banner-image .cart2 {
    top: 5%;
    right: 5%;
    transform: translateY(-5%) translateX(-5%);
  }
  .cryptocurrency-banner-image .graph {
    left: 0;
  }
  .earning-platform-card {
    padding: 20px;
  }
  .earning-platform-card h3 {
    font-size: 20px;
  }
  .key-features-card .key-content {
    padding: 20px 20px 20px 100px;
  }
  .key-features-card .key-content .icon-image {
    height: 65px;
    width: 65px;
    line-height: 65px;
    left: 20px;
  }
  .key-features-card .key-content .icon-image img {
    max-width: 30px;
  }
  .key-features-card .key-content h3 {
    font-size: 20px;
  }
  .key-features-card .key-content.right-gap {
    right: 0;
  }
  .key-features-card .key-content.left-gap {
    left: 0;
  }
  .cs-banner-content h1 {
    font-size: 65px;
  }
  .cs-card-content h3 {
    font-size: 18px;
  }
  .cs-fun-facts-area::before {
    width: 935px;
  }
  .bd-banner-image .circle-shape {
    right: -320px;
  }
  .bd-featured-card {
    padding: 20px;
  }
  .bd-featured-card h3 {
    font-size: 20px;
  }
  .bd-about-shape {
    top: -5%;
    right: 2%;
    transform: translateY(5%) translateX(-2%);
  }
}
/* Min width (1400px) to Max width (1450px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-image .circle-shape {
    right: -240px;
  }
}
/* Min width (1550px) */
@media only screen and (min-width: 1550px) {
  .main-banner {
    padding-top: 238px;
  }
  .navbar-area-with-position-relative .karlson-nav .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
  .topbar-wrap-area .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
  .cryptocurrency-banner-section .container-fluid {
    padding-left: 120px;
    padding-right: 0;
  }
  .cs-banner-section .container-fluid {
    padding-left: 180px;
    padding-right: 120px;
  }
  .cs-partner-area .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
  .cs-about-area::before {
    width: 1050px;
  }
  .cs-fun-facts-area::before {
    width: 1370px;
  }
  .bd-banner-section .container-fluid {
    padding-left: 120px;
    padding-right: 0;
  }
  .bd-banner-image .circle-shape {
    width: 1050px;
    height: 690px;
  }
  .bd-fun-facts-inner-box {
    max-width: 1620px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Min width (1920px) */
@media only screen and (min-width: 1920px) {
  .cloud-shape img {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map*/