@charset "UTF-8";
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.2rem);
  padding-left: var(--bs-gutter-x, 1.2rem);
  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: 2.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  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(:read-only)::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  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;
}

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  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;
  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 {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  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 {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15; /* 1 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

.text-black {
  color: black !important;
}

.bg-black {
  background-color: black !important;
}

.text-blue {
  color: #151E50 !important;
}

.bg-blue {
  background-color: #151E50 !important;
}

.text-gray {
  color: #A5A9B0 !important;
}

.bg-gray {
  background-color: #A5A9B0 !important;
}

.text-special-gray {
  color: #696F78 !important;
}

.bg-special-gray {
  background-color: #696F78 !important;
}

.text-orange {
  color: #FD7E00 !important;
}

.bg-orange {
  background-color: #FD7E00 !important;
}

.text-green {
  color: #198754 !important;
}

.bg-green {
  background-color: #198754 !important;
}

.text-light-green {
  color: #eae0ff !important;
}

.bg-light-green {
  background-color: #eae0ff !important;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
  outline: none;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

svg *:not(.stroke) {
  fill: currentColor;
}
svg *.stroke {
  stroke: currentColor;
}

.stroke_1-5 {
  stroke-width: 1.5px;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: black;
  font-size: 1.6rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin: 0;
  color: black;
}

.section-title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.page-title {
  color: #FD7E00;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

strong {
  font-weight: 600;
}

a {
  color: #151E50;
  font-weight: normal;
  transition: 0.3s ease;
  text-decoration: none;
  border-color: #151E50;
}

.btn {
  display: inline-flex;
  background: #FD7E00;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 1.7rem 2rem;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 16.8rem;
  max-width: 100%;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  background: #fff;
  color: #FD7E00;
  border-color: currentColor;
}
.btn--with_icon svg {
  margin-right: 0.9rem;
}
.btn--small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 9px 12px;
    min-width: auto;
    border-radius: 32px;
  }
}

.link {
  display: inline-block;
  color: #198754;
  font-weight: 500;
  padding-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.link svg {
  margin-left: 1.3rem;
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
  }
  .link svg {
    margin-left: 13px;
  }
}

.btn-white {
  color: #fff;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  background: #fff;
  color: #fff;
  border-color: currentColor;
}

.btn-white-transparent {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-white-transparent:hover, .btn-white-transparent:focus {
  border-color: #fff;
  background: #fff;
  color: #fff;
}

.btn-black {
  color: #fff;
  background: black;
}
.btn-black:hover, .btn-black:focus {
  background: #fff;
  color: black;
  border-color: currentColor;
}

.btn-black-transparent {
  color: black;
  background: transparent;
  border-color: black;
}
.btn-black-transparent:hover, .btn-black-transparent:focus {
  border-color: black;
  background: black;
  color: #fff;
}

.btn-blue {
  color: #fff;
  background: #151E50;
}
.btn-blue:hover, .btn-blue:focus {
  background: #fff;
  color: #151E50;
  border-color: currentColor;
}

.btn-blue-transparent {
  color: #151E50;
  background: transparent;
  border-color: #151E50;
}
.btn-blue-transparent:hover, .btn-blue-transparent:focus {
  border-color: #151E50;
  background: #151E50;
  color: #fff;
}

.btn-gray {
  color: #fff;
  background: #A5A9B0;
}
.btn-gray:hover, .btn-gray:focus {
  background: #fff;
  color: #A5A9B0;
  border-color: currentColor;
}

.btn-gray-transparent {
  color: #A5A9B0;
  background: transparent;
  border-color: #A5A9B0;
}
.btn-gray-transparent:hover, .btn-gray-transparent:focus {
  border-color: #A5A9B0;
  background: #A5A9B0;
  color: #fff;
}

.btn-special-gray {
  color: #fff;
  background: #696F78;
}
.btn-special-gray:hover, .btn-special-gray:focus {
  background: #fff;
  color: #696F78;
  border-color: currentColor;
}

.btn-special-gray-transparent {
  color: #696F78;
  background: transparent;
  border-color: #696F78;
}
.btn-special-gray-transparent:hover, .btn-special-gray-transparent:focus {
  border-color: #696F78;
  background: #696F78;
  color: #fff;
}

.btn-orange {
  color: #fff;
  background: #FD7E00;
}
.btn-orange:hover, .btn-orange:focus {
  background: #fff;
  color: #FD7E00;
  border-color: currentColor;
}

.btn-orange-transparent {
  color: #FD7E00;
  background: transparent;
  border-color: #FD7E00;
}
.btn-orange-transparent:hover, .btn-orange-transparent:focus {
  border-color: #FD7E00;
  background: #FD7E00;
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #198754;
}
.btn-green:hover, .btn-green:focus {
  background: #fff;
  color: #198754;
  border-color: currentColor;
}

.btn-green-transparent {
  color: #198754;
  background: transparent;
  border-color: #198754;
}
.btn-green-transparent:hover, .btn-green-transparent:focus {
  border-color: #198754;
  background: #198754;
  color: #fff;
}

.btn-light-green {
  color: #fff;
  background: #eae0ff;
}
.btn-light-green:hover, .btn-light-green:focus {
  background: #fff;
  color: #eae0ff;
  border-color: currentColor;
}

.btn-light-green-transparent {
  color: #eae0ff;
  background: transparent;
  border-color: #eae0ff;
}
.btn-light-green-transparent:hover, .btn-light-green-transparent:focus {
  border-color: #eae0ff;
  background: #eae0ff;
  color: #fff;
}

.btn-gray {
  background-color: rgba(170, 170, 170, 0.31);
  backdrop-filter: blur(4px);
  border-color: #F2F2F2;
}
.btn-gray:hover {
  background-color: #FD7E00;
  color: #fff;
}

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

.form-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar, .breadcrumbs::-webkit-scrollbar {
  display: none;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track, .breadcrumbs::-webkit-scrollbar-track {
  box-shadow: none;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb, .breadcrumbs::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: none;
}

.form-group .select2-container .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.form-group .select2-container .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.form-group .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}

.custom-radio__label, .form-group__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.custom-radio__label:after, .custom-radio__label:before, .custom-radio, .form-group .select2-container .select2-results__option, .form-group--checkbox label:after, .btn {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.ellipsis-gradient:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none; /* so the text is still selectable */
}

.header {
  background: url("/assets/images/top-bar-ellipse.png") no-repeat scroll center top #eae0ff;
  background-size: cover;
}
.header .top-bar {
  padding: 16px 0;
}
.header .top-bar .container-fluid, .header .top-bar .container-sm, .header .top-bar .container-md, .header .top-bar .container-lg, .header .top-bar .container-xl, .header .top-bar .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top-bar .container-fluid .top-bar__section .list-inline, .header .top-bar .container-sm .top-bar__section .list-inline, .header .top-bar .container-md .top-bar__section .list-inline, .header .top-bar .container-lg .top-bar__section .list-inline, .header .top-bar .container-xl .top-bar__section .list-inline, .header .top-bar .container-xxl .top-bar__section .list-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item {
  position: relative;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p {
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 3px;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a img, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p img, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p img, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p img, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p img, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p img, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p img {
  width: 13px;
  height: 13px;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a.flag img, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p.flag img, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p.flag img, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p.flag img, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p.flag img, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p.flag img, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p.flag img {
  width: 16px;
  border-radius: 2px;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a.dropdown, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p.dropdown, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p.dropdown, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p.dropdown, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p.dropdown, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p.dropdown, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p.dropdown {
  cursor: pointer;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a.dropdown::after, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p.dropdown::after, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p.dropdown::after, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p.dropdown::after, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p.dropdown::after, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p.dropdown::after, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p.dropdown::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;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a span, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p span, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p span, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p span, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p span, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p span, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p span {
  font-weight: 600;
  font-size: 13px;
  color: #5129a3;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item a:hover, .header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item p:hover, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item p:hover, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item p:hover, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item p:hover, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item p:hover, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item p:hover {
  opacity: 0.5;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper {
  max-width: 320px;
  background-color: #F9FAFB;
  padding: 1rem 1.25rem;
  margin-top: 2.5rem;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9999;
  min-width: 130px;
  opacity: 0;
  display: none;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: #5129a3;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a .currency-symbol {
  font-weight: 800;
  margin-right: 0.5rem;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item a span {
  color: #5129a3;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item.active span {
  color: #fc615c;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper .currency-item:last-child {
  margin-bottom: 0;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item .currency-wrapper.active, .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item .currency-wrapper.active, .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item .currency-wrapper.active, .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item .currency-wrapper.active, .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item .currency-wrapper.active, .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item .currency-wrapper.active {
  opacity: 1;
  display: block;
}
.header .top-bar .container-fluid .top-bar__section .list-inline .list-inline-item:not(:first-child), .header .top-bar .container-sm .top-bar__section .list-inline .list-inline-item:not(:first-child), .header .top-bar .container-md .top-bar__section .list-inline .list-inline-item:not(:first-child), .header .top-bar .container-lg .top-bar__section .list-inline .list-inline-item:not(:first-child), .header .top-bar .container-xl .top-bar__section .list-inline .list-inline-item:not(:first-child), .header .top-bar .container-xxl .top-bar__section .list-inline .list-inline-item:not(:first-child) {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header .nav-bar {
  background-color: white;
  padding: 25px 0;
  position: sticky;
  top: -100%;
  transition: 0.5s;
  width: 100%;
  z-index: 99;
}
.header .nav-bar.fixed {
  position: fixed;
  top: 0;
}
.header .nav-bar .container-fluid, .header .nav-bar .container-sm, .header .nav-bar .container-md, .header .nav-bar .container-lg, .header .nav-bar .container-xl, .header .nav-bar .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-bar .container-fluid .nav-bar__left img, .header .nav-bar .container-sm .nav-bar__left img, .header .nav-bar .container-md .nav-bar__left img, .header .nav-bar .container-lg .nav-bar__left img, .header .nav-bar .container-xl .nav-bar__left img, .header .nav-bar .container-xxl .nav-bar__left img {
  width: 150px;
  object-fit: cover;
}
.header .nav-bar .container-fluid .nav-bar__right, .header .nav-bar .container-sm .nav-bar__right, .header .nav-bar .container-md .nav-bar__right, .header .nav-bar .container-lg .nav-bar__right, .header .nav-bar .container-xl .nav-bar__right, .header .nav-bar .container-xxl .nav-bar__right {
  display: flex;
  align-items: center;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav, .header .nav-bar .container-sm .nav-bar__right .list-nav, .header .nav-bar .container-md .nav-bar__right .list-nav, .header .nav-bar .container-lg .nav-bar__right .list-nav, .header .nav-bar .container-xl .nav-bar__right .list-nav, .header .nav-bar .container-xxl .nav-bar__right .list-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li, .header .nav-bar .container-sm .nav-bar__right .list-nav li, .header .nav-bar .container-md .nav-bar__right .list-nav li, .header .nav-bar .container-lg .nav-bar__right .list-nav li, .header .nav-bar .container-xl .nav-bar__right .list-nav li, .header .nav-bar .container-xxl .nav-bar__right .list-nav li {
  cursor: pointer;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li p, .header .nav-bar .container-sm .nav-bar__right .list-nav li p, .header .nav-bar .container-md .nav-bar__right .list-nav li p, .header .nav-bar .container-lg .nav-bar__right .list-nav li p, .header .nav-bar .container-xl .nav-bar__right .list-nav li p, .header .nav-bar .container-xxl .nav-bar__right .list-nav li p {
  display: flex;
  align-items: center;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li p span, .header .nav-bar .container-sm .nav-bar__right .list-nav li p span, .header .nav-bar .container-md .nav-bar__right .list-nav li p span, .header .nav-bar .container-lg .nav-bar__right .list-nav li p span, .header .nav-bar .container-xl .nav-bar__right .list-nav li p span, .header .nav-bar .container-xxl .nav-bar__right .list-nav li p span {
  font-weight: bold;
  font-size: 15px;
  color: #5129a3;
  transition: 0.2s;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li p img, .header .nav-bar .container-sm .nav-bar__right .list-nav li p img, .header .nav-bar .container-md .nav-bar__right .list-nav li p img, .header .nav-bar .container-lg .nav-bar__right .list-nav li p img, .header .nav-bar .container-xl .nav-bar__right .list-nav li p img, .header .nav-bar .container-xxl .nav-bar__right .list-nav li p img {
  width: 15px;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li p:hover span, .header .nav-bar .container-sm .nav-bar__right .list-nav li p:hover span, .header .nav-bar .container-md .nav-bar__right .list-nav li p:hover span, .header .nav-bar .container-lg .nav-bar__right .list-nav li p:hover span, .header .nav-bar .container-xl .nav-bar__right .list-nav li p:hover span, .header .nav-bar .container-xxl .nav-bar__right .list-nav li p:hover span {
  color: #fc615c;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .hoverable-area, .header .nav-bar .container-sm .nav-bar__right .list-nav li .hoverable-area, .header .nav-bar .container-md .nav-bar__right .list-nav li .hoverable-area, .header .nav-bar .container-lg .nav-bar__right .list-nav li .hoverable-area, .header .nav-bar .container-xl .nav-bar__right .list-nav li .hoverable-area, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .hoverable-area {
  width: 100%;
  position: relative;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .hoverable-area::before, .header .nav-bar .container-sm .nav-bar__right .list-nav li .hoverable-area::before, .header .nav-bar .container-md .nav-bar__right .list-nav li .hoverable-area::before, .header .nav-bar .container-lg .nav-bar__right .list-nav li .hoverable-area::before, .header .nav-bar .container-xl .nav-bar__right .list-nav li .hoverable-area::before, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .hoverable-area::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 4.8rem;
  width: 100%;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .badge-abs, .header .nav-bar .container-sm .nav-bar__right .list-nav li .badge-abs, .header .nav-bar .container-md .nav-bar__right .list-nav li .badge-abs, .header .nav-bar .container-lg .nav-bar__right .list-nav li .badge-abs, .header .nav-bar .container-xl .nav-bar__right .list-nav li .badge-abs, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .badge-abs {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  background-color: #fc615c;
  color: #fff;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  right: 0;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu {
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  position: absolute;
  background: #fff;
  z-index: 999;
  top: 45px;
  left: 0;
  min-width: 455px;
  max-width: 455px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .card, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .card, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .card, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .card, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .card, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .card {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 1rem;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .icon-wrapper, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .icon-wrapper, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .icon-wrapper, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .icon-wrapper, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .icon-wrapper, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .icon-wrapper {
  background-color: #eae0ff;
  border-radius: 0.375rem;
  padding: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .icon-wrapper i, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .icon-wrapper i, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .icon-wrapper i, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .icon-wrapper i, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .icon-wrapper i, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .icon-wrapper i {
  font-size: 20px;
  color: #a17bf4;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .title, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .title, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .title, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .title, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .title, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .title {
  color: #8686fa;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0 0 0.25rem 0;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .description, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .description, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .description, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .description, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .description, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .description {
  color: #8686fa;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .full-width-message, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .full-width-message, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .full-width-message, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .full-width-message, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .full-width-message, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .full-width-message {
  grid-column: 1/-1;
  background-color: #eae0ff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  color: #a17bf4;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  gap: 0.75rem;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu .full-width-message svg, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu .full-width-message svg, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu .full-width-message svg, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu .full-width-message svg, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu .full-width-message svg, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu .full-width-message svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  stroke: #0b4c54;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.header .nav-bar .container-fluid .nav-bar__right .list-nav li .menu.active, .header .nav-bar .container-sm .nav-bar__right .list-nav li .menu.active, .header .nav-bar .container-md .nav-bar__right .list-nav li .menu.active, .header .nav-bar .container-lg .nav-bar__right .list-nav li .menu.active, .header .nav-bar .container-xl .nav-bar__right .list-nav li .menu.active, .header .nav-bar .container-xxl .nav-bar__right .list-nav li .menu.active {
  opacity: 1;
  display: grid;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn, .header .nav-bar .container-sm .nav-bar__right .order-btn, .header .nav-bar .container-md .nav-bar__right .order-btn, .header .nav-bar .container-lg .nav-bar__right .order-btn, .header .nav-bar .container-xl .nav-bar__right .order-btn, .header .nav-bar .container-xxl .nav-bar__right .order-btn {
  outline: 0;
  font-weight: 600;
  width: 120px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #9CA1B4;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #5129a3;
  background-color: transparent;
  transition: 0.2s;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .header .nav-bar .container-fluid .nav-bar__right .order-btn, .header .nav-bar .container-sm .nav-bar__right .order-btn, .header .nav-bar .container-md .nav-bar__right .order-btn, .header .nav-bar .container-lg .nav-bar__right .order-btn, .header .nav-bar .container-xl .nav-bar__right .order-btn, .header .nav-bar .container-xxl .nav-bar__right .order-btn {
    margin-left: 10px;
  }
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn img, .header .nav-bar .container-sm .nav-bar__right .order-btn img, .header .nav-bar .container-md .nav-bar__right .order-btn img, .header .nav-bar .container-lg .nav-bar__right .order-btn img, .header .nav-bar .container-xl .nav-bar__right .order-btn img, .header .nav-bar .container-xxl .nav-bar__right .order-btn img {
  width: 20px;
  transition: 0.2s;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn small, .header .nav-bar .container-sm .nav-bar__right .order-btn small, .header .nav-bar .container-md .nav-bar__right .order-btn small, .header .nav-bar .container-lg .nav-bar__right .order-btn small, .header .nav-bar .container-xl .nav-bar__right .order-btn small, .header .nav-bar .container-xxl .nav-bar__right .order-btn small {
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
  color: #5129a3;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn .badge, .header .nav-bar .container-sm .nav-bar__right .order-btn .badge, .header .nav-bar .container-md .nav-bar__right .order-btn .badge, .header .nav-bar .container-lg .nav-bar__right .order-btn .badge, .header .nav-bar .container-xl .nav-bar__right .order-btn .badge, .header .nav-bar .container-xxl .nav-bar__right .order-btn .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fc615c;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.2s;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn:hover, .header .nav-bar .container-sm .nav-bar__right .order-btn:hover, .header .nav-bar .container-md .nav-bar__right .order-btn:hover, .header .nav-bar .container-lg .nav-bar__right .order-btn:hover, .header .nav-bar .container-xl .nav-bar__right .order-btn:hover, .header .nav-bar .container-xxl .nav-bar__right .order-btn:hover {
  background-color: #fc615c;
  border-color: #fc615c;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn:hover img, .header .nav-bar .container-sm .nav-bar__right .order-btn:hover img, .header .nav-bar .container-md .nav-bar__right .order-btn:hover img, .header .nav-bar .container-lg .nav-bar__right .order-btn:hover img, .header .nav-bar .container-xl .nav-bar__right .order-btn:hover img, .header .nav-bar .container-xxl .nav-bar__right .order-btn:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn:hover small, .header .nav-bar .container-sm .nav-bar__right .order-btn:hover small, .header .nav-bar .container-md .nav-bar__right .order-btn:hover small, .header .nav-bar .container-lg .nav-bar__right .order-btn:hover small, .header .nav-bar .container-xl .nav-bar__right .order-btn:hover small, .header .nav-bar .container-xxl .nav-bar__right .order-btn:hover small {
  color: #fff;
}
.header .nav-bar .container-fluid .nav-bar__right .order-btn:hover .badge, .header .nav-bar .container-sm .nav-bar__right .order-btn:hover .badge, .header .nav-bar .container-md .nav-bar__right .order-btn:hover .badge, .header .nav-bar .container-lg .nav-bar__right .order-btn:hover .badge, .header .nav-bar .container-xl .nav-bar__right .order-btn:hover .badge, .header .nav-bar .container-xxl .nav-bar__right .order-btn:hover .badge {
  color: #fc615c;
  background-color: #fff;
}
.header .nav-bar .container-fluid .nav-bar__right .bar, .header .nav-bar .container-sm .nav-bar__right .bar, .header .nav-bar .container-md .nav-bar__right .bar, .header .nav-bar .container-lg .nav-bar__right .bar, .header .nav-bar .container-xl .nav-bar__right .bar, .header .nav-bar .container-xxl .nav-bar__right .bar {
  margin-left: 10px;
  width: 45px;
}

.footer {
  background-image: url(/assets/images/footer-ellipse.png);
  background-color: #a17bf4;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0;
}
.footer .top-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #eae0ff;
}
.footer .phone-number {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #eae0ff;
  margin-bottom: 10px;
  transition: 0.2s;
  display: block;
}
.footer .phone-number:hover {
  color: #fff;
}
.footer .phone-number strong {
  font-weight: 700;
}
.footer hr.divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 0 0 40px 0;
  background: #fff;
}
.footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
.footer .footer-logo-contact {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 25px 40px 25px;
  flex: 1 1 280px;
  max-width: 320px;
  color: #eae0ff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer-logo-contact img {
  width: 180px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.footer .contact-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 14px;
  color: #eae0ff;
}
.footer .contact-item svg, .footer .contact-item i {
  margin-right: 10px;
  font-size: 18px;
  min-width: 18px;
  color: #eae0ff;
}
.footer .social-icons {
  margin-top: 20px;
  display: flex;
  gap: 25px;
}
.footer .social-icons a {
  color: #eae0ff;
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer .social-icons a:hover {
  color: #fff;
}
.footer .footer-links {
  display: flex;
  flex: 3 1 600px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-column {
  min-width: 140px;
  max-width: 180px;
}
.footer .footer-column h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  color: #fff;
}
.footer .footer-column strong {
  font-weight: 700;
  color: #fff;
}
.footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-column ul li, .footer a {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #eae0ff;
}
.footer .footer-column ul li strong {
  color: #fff;
}
.footer .footer-column ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 220px;
  max-width: 260px;
  margin-left: -40px;
}
@media (max-width: 768px) {
  .footer .footer-buttons {
    margin-left: 0;
  }
}
.footer .btn-orange {
  background-color: #fc615c;
  border-radius: 8px;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  transition: opacity 0.3s ease;
}
.footer .btn-orange:hover {
  opacity: 0.7;
}
.footer .btn-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .btn-icon {
  font-size: 28px;
  min-width: 28px;
}
.footer .btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.footer .btn-text .title {
  font-weight: 700;
  font-size: 16px;
}
.footer .btn-text .subtitle {
  font-weight: 400;
  font-size: 13px;
  margin-top: 2px;
}
.footer .btn-arrow {
  font-size: 18px;
}
.footer .footer-column.kurumsal {
  margin-bottom: 20px;
}
.footer .footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #eae0ff;
  line-height: 1.4;
}
.footer .footer-main > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer .footer-main {
    justify-content: center;
  }
  .footer .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer-buttons {
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .footer .footer-main {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-logo-contact {
    max-width: 100%;
    width: 320px;
    margin-bottom: 30px;
  }
  .footer .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 100%;
  }
  .footer .footer-column {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-buttons {
    flex-direction: column;
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .footer .top-text {
    font-size: 16px;
  }
  .footer .phone-number {
    font-size: 22px;
  }
  .footer .footer-column h4 {
    font-size: 15px;
  }
  .footer .footer-column ul li {
    font-size: 14px;
  }
  .footer .btn-orange {
    font-size: 14px;
    padding: 12px 16px;
  }
  .footer .btn-text .title {
    font-size: 14px;
  }
  .footer .btn-text .subtitle {
    font-size: 12px;
  }
}

.sidebar-area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.51);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.sidebar-area .sidebar {
  width: 100%;
  height: 100%;
  max-width: 400px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  transition: 0.2s;
  overflow-y: auto;
}
.sidebar-area .sidebar header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eae0ff;
  margin-bottom: 1.5rem;
}
.sidebar-area .sidebar header img {
  height: 50px;
  width: auto;
}
.sidebar-area .sidebar .close-btn {
  background-color: #fc615c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sidebar-area .sidebar .close-btn:hover {
  opacity: 0.7;
}
.sidebar-area .sidebar .close-btn i {
  color: white;
  font-size: 20px;
}
.sidebar-area .sidebar .cart-button {
  width: calc(100% - 2rem);
  border: 1px solid #5129a3;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 18px;
  color: #5129a3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem 1rem 1rem;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.sidebar-area .sidebar .cart-button .left {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.sidebar-area .sidebar .cart-button .left i {
  font-size: 18px;
  color: #5129a3;
}
.sidebar-area .sidebar .cart-count {
  background-color: #fc615c;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
.sidebar-area .sidebar nav {
  margin: 0 1rem 1rem 1rem;
  font-size: 0.875rem;
  color: #5129a3;
}
.sidebar-area .sidebar .menu-items {
  border-top: 1px solid #d1d5db;
  padding-top: 1rem;
  margin-top: 1rem;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.sidebar-area .sidebar .menu-item {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eae0ff;
  align-items: flex-start;
  margin-bottom: 10px;
}
.sidebar-area .sidebar .menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-area .sidebar .menu-item i {
  color: #5129a3;
  font-size: 20px;
  flex-shrink: 0;
}
.sidebar-area .sidebar .menu-item-content {
  flex: 1;
}
.sidebar-area .sidebar .menu-item-content h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 0.25rem 0;
  color: #5129a3;
}
.sidebar-area .sidebar .menu-item-content p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #5129a3;
  line-height: 1.25rem;
}
.sidebar-area .sidebar .info-box {
  background-color: #eae0ff;
  color: #a17bf4;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 1rem;
}
.sidebar-area .sidebar .info-box i {
  flex-shrink: 0;
  font-size: 20px;
}
.sidebar-area .sidebar .sub-menu-section {
  border-top: 1px solid #eae0ff;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.sidebar-area .sidebar .sub-menu-section.active button {
  color: #fc615c;
}
.sidebar-area .sidebar .sub-menu-section.active .icon {
  transform: rotate(-180deg);
}
.sidebar-area .sidebar .sub-menu-section.active .menu-items {
  opacity: 1;
  display: block;
}
.sidebar-area .sidebar .sub-menu-section button, .sidebar-area .sidebar a {
  width: 100%;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 18px;
  color: #5129a3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0;
  transition: 0.2s;
}
.sidebar-area .sidebar .sub-menu-section button .icon, .sidebar-area .sidebar a .icon {
  margin-left: 0;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #5129a3;
  order: 2;
  transition: 0.2s;
}
.sidebar-area .sidebar .sub-menu-section button span.text, .sidebar-area .sidebar a span.text {
  order: 1;
}
.sidebar-area .sidebar .sub-menu-section.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-area .sidebar .icon-left {
  margin-right: 0.25rem;
}
.sidebar-area.active {
  opacity: 1;
  pointer-events: auto;
}
.sidebar-area.active .sidebar {
  left: 0;
}

#languageModal {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#languageModal .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow-y: scroll;
  max-height: 500px;
}
#languageModal .modal-content .languages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}
@media (max-width: 520px) {
  #languageModal .modal-content .languages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 350px) {
  #languageModal .modal-content .languages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#languageModal .modal-content .languages-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#languageModal .modal-content .languages-grid div:hover {
  background-color: #f0f0f0;
}
#languageModal .modal-content .languages-grid div img {
  width: 20px;
  height: 15px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.breadcrumbs li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  display: inline;
}
.breadcrumbs li a {
  color: #A5A9B0;
  font-weight: inherit;
}
.breadcrumbs li a:hover {
  color: black;
}
.breadcrumbs li a:after {
  content: "";
  display: inline-block;
  margin: 0 0.8rem -0.3rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.not-found {
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  min-height: 35vh;
}
.not-found h1 {
  font-size: 4rem;
  color: #dc3545;
  font-weight: 600;
}
.not-found h1 b {
  font-size: 12rem;
}
.not-found .btn {
  margin-top: 3rem;
}

.slider-area {
  background: url("/assets/images/top-bar-ellipse.png") no-repeat scroll center top, #eae0ff;
  background-size: cover;
  position: relative;
}
.slider-area:hover .swiper-button-prev, .slider-area:hover .swiper-button-next {
  opacity: 1;
}
.slider-area .container-fluid, .slider-area .container-sm, .slider-area .container-md, .slider-area .container-lg, .slider-area .container-xl, .slider-area .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.slider-area .container-fluid .left, .slider-area .container-sm .left, .slider-area .container-md .left, .slider-area .container-lg .left, .slider-area .container-xl .left, .slider-area .container-xxl .left {
  flex: 1 1 480px;
  min-width: 320px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .slider-area .container-fluid .left, .slider-area .container-sm .left, .slider-area .container-md .left, .slider-area .container-lg .left, .slider-area .container-xl .left, .slider-area .container-xxl .left {
    padding-left: 0;
  }
}
.slider-area .container-fluid .offer-label, .slider-area .container-sm .offer-label, .slider-area .container-md .offer-label, .slider-area .container-lg .offer-label, .slider-area .container-xl .offer-label, .slider-area .container-xxl .offer-label {
  display: inline-block;
  background-color: #fc615c;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
  padding: 3px 10px;
  vertical-align: middle;
  margin-right: 8px;
}
.slider-area .container-fluid .price-text, .slider-area .container-sm .price-text, .slider-area .container-md .price-text, .slider-area .container-lg .price-text, .slider-area .container-xl .price-text, .slider-area .container-xxl .price-text {
  font-size: 14px;
  font-weight: 400;
  color: #5129a3;
  vertical-align: middle;
}
.slider-area .container-fluid h1, .slider-area .container-sm h1, .slider-area .container-md h1, .slider-area .container-lg h1, .slider-area .container-xl h1, .slider-area .container-xxl h1 {
  font-weight: 700;
  font-size: 36px;
  margin: 12px 0 12px 0;
  line-height: 1.1;
  color: #5129a3;
}
.slider-area .container-fluid p.description, .slider-area .container-sm p.description, .slider-area .container-md p.description, .slider-area .container-lg p.description, .slider-area .container-xl p.description, .slider-area .container-xxl p.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 40px 0;
  max-width: 480px;
  color: #5129a3;
}
.slider-area .container-fluid .features, .slider-area .container-sm .features, .slider-area .container-md .features, .slider-area .container-lg .features, .slider-area .container-xl .features, .slider-area .container-xxl .features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin-bottom: 40px;
}
.slider-area .container-fluid .feature-col, .slider-area .container-sm .feature-col, .slider-area .container-md .feature-col, .slider-area .container-lg .feature-col, .slider-area .container-xl .feature-col, .slider-area .container-xxl .feature-col {
  flex: 1 1 220px;
  min-width: 220px;
}
.slider-area .container-fluid .feature, .slider-area .container-sm .feature, .slider-area .container-md .feature, .slider-area .container-lg .feature, .slider-area .container-xl .feature, .slider-area .container-xxl .feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.slider-area .container-fluid .feature-icon, .slider-area .container-sm .feature-icon, .slider-area .container-md .feature-icon, .slider-area .container-lg .feature-icon, .slider-area .container-xl .feature-icon, .slider-area .container-xxl .feature-icon {
  flex-shrink: 0;
}
.slider-area .container-fluid .feature-icon img, .slider-area .container-sm .feature-icon img, .slider-area .container-md .feature-icon img, .slider-area .container-lg .feature-icon img, .slider-area .container-xl .feature-icon img, .slider-area .container-xxl .feature-icon img {
  width: 32px;
  height: 32px;
}
.slider-area .container-fluid .feature-text, .slider-area .container-sm .feature-text, .slider-area .container-md .feature-text, .slider-area .container-lg .feature-text, .slider-area .container-xl .feature-text, .slider-area .container-xxl .feature-text {
  font-size: 14px;
  line-height: 1.3;
  color: #5129a3;
}
.slider-area .container-fluid .feature-text strong, .slider-area .container-sm .feature-text strong, .slider-area .container-md .feature-text strong, .slider-area .container-lg .feature-text strong, .slider-area .container-xl .feature-text strong, .slider-area .container-xxl .feature-text strong {
  font-weight: 700;
}
.slider-area .container-fluid .buttons, .slider-area .container-sm .buttons, .slider-area .container-md .buttons, .slider-area .container-lg .buttons, .slider-area .container-xl .buttons, .slider-area .container-xxl .buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.slider-area .container-fluid .btn, .slider-area .container-sm .btn, .slider-area .container-md .btn, .slider-area .container-lg .btn, .slider-area .container-xl .btn, .slider-area .container-xxl .btn {
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-area .container-fluid .btn.tescil, .slider-area .container-sm .btn.tescil, .slider-area .container-md .btn.tescil, .slider-area .container-lg .btn.tescil, .slider-area .container-xl .btn.tescil, .slider-area .container-xxl .btn.tescil {
  background-color: #a17bf4;
  color: white;
  transition: 0.2s;
}
.slider-area .container-fluid .btn.tescil:hover, .slider-area .container-sm .btn.tescil:hover, .slider-area .container-md .btn.tescil:hover, .slider-area .container-lg .btn.tescil:hover, .slider-area .container-xl .btn.tescil:hover, .slider-area .container-xxl .btn.tescil:hover {
  background-color: #fc615c;
}
.slider-area .container-fluid .btn.transfer, .slider-area .container-sm .btn.transfer, .slider-area .container-md .btn.transfer, .slider-area .container-lg .btn.transfer, .slider-area .container-xl .btn.transfer, .slider-area .container-xxl .btn.transfer {
  background-color: #fc615c;
  color: white;
  transition: 0.2s;
}
.slider-area .container-fluid .btn.transfer:hover, .slider-area .container-sm .btn.transfer:hover, .slider-area .container-md .btn.transfer:hover, .slider-area .container-lg .btn.transfer:hover, .slider-area .container-xl .btn.transfer:hover, .slider-area .container-xxl .btn.transfer:hover {
  background-color: #a17bf4;
}
.slider-area .container-fluid .btn img, .slider-area .container-sm .btn img, .slider-area .container-md .btn img, .slider-area .container-lg .btn img, .slider-area .container-xl .btn img, .slider-area .container-xxl .btn img {
  width: 18px;
}
.slider-area .container-fluid .right, .slider-area .container-sm .right, .slider-area .container-md .right, .slider-area .container-lg .right, .slider-area .container-xl .right, .slider-area .container-xxl .right {
  flex: 1 1 480px;
  min-width: 320px;
  display: flex;
  justify-content: center;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .slider-area .container-fluid .right, .slider-area .container-sm .right, .slider-area .container-md .right, .slider-area .container-lg .right, .slider-area .container-xl .right, .slider-area .container-xxl .right {
    padding-right: 0;
  }
}
.slider-area .container-fluid .slider-img, .slider-area .container-sm .slider-img, .slider-area .container-md .slider-img, .slider-area .container-lg .slider-img, .slider-area .container-xl .slider-img, .slider-area .container-xxl .slider-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .slider-area .container-fluid, .slider-area .container-sm, .slider-area .container-md, .slider-area .container-lg, .slider-area .container-xl, .slider-area .container-xxl {
    flex-direction: column;
  }
  .slider-area .container-fluid .left, .slider-area .container-sm .left, .slider-area .container-md .left, .slider-area .container-lg .left, .slider-area .container-xl .left, .slider-area .container-xxl .left, .slider-area .container-fluid .right, .slider-area .container-sm .right, .slider-area .container-md .right, .slider-area .container-lg .right, .slider-area .container-xl .right, .slider-area .container-xxl .right {
    flex: 1 1 100%;
    min-width: auto;
  }
  .slider-area .container-fluid .left, .slider-area .container-sm .left, .slider-area .container-md .left, .slider-area .container-lg .left, .slider-area .container-xl .left, .slider-area .container-xxl .left {
    margin: 20px 0;
  }
  .slider-area .container-fluid .right, .slider-area .container-sm .right, .slider-area .container-md .right, .slider-area .container-lg .right, .slider-area .container-xl .right, .slider-area .container-xxl .right {
    order: -1;
  }
  .slider-area .container-fluid .features, .slider-area .container-sm .features, .slider-area .container-md .features, .slider-area .container-lg .features, .slider-area .container-xl .features, .slider-area .container-xxl .features {
    gap: 0;
  }
}
.slider-area .swiper-button-next, .slider-area .swiper-button-prev {
  color: #fc615c;
  opacity: 0;
  transition: 0.2s;
}
.slider-area .swiper-button-next::after, .slider-area .swiper-button-prev::after {
  font-size: 20px;
  background-color: white;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .slider-area .swiper-button-next, .slider-area .swiper-button-prev {
    opacity: 1;
  }
}

.domain-name-area {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 100%;
  margin-top: -50px;
  z-index: 50;
  position: relative;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px !important;
}
@media (max-width: 991px) {
  .domain-name-area {
    margin-top: -10px;
  }
}
.domain-name-area .header-text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #5129a3;
}
@media (max-width: 991px) {
  .domain-name-area .header-text {
    flex-direction: column;
  }
}
.domain-name-area .header-text strong {
  font-weight: 700;
}
.domain-name-area .header-text span {
  font-weight: 400;
  font-size: 17px;
}
.domain-name-area .header-text b {
  font-weight: 700;
}
.domain-name-area .search-form {
  display: flex;
  border: 1px solid #fc615c;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}
.domain-name-area .search-input-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.domain-name-area .search-input-wrapper img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 14px;
}
.domain-name-area input[type=text] {
  border: none;
  font-size: 18px;
  color: #555;
  width: 100%;
  padding: 12px 0;
  outline-offset: 0;
}
.domain-name-area input[type=text]::placeholder {
  color: #777;
}
.domain-name-area input[type=text]:focus {
  outline: none;
}
.domain-name-area button {
  background-color: #fc615c;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s;
}
.domain-name-area button:hover {
  background-color: #a17bf4;
}
.domain-name-area button img {
  margin-left: 8px;
  width: 25px;
}
.domain-name-area .cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 5px;
}
.domain-name-area .card {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 170px;
  padding: 12px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #a17bf4;
  cursor: pointer;
  transition: 0.2s;
}
.domain-name-area .card:hover {
  border-color: #fc615c;
}
.domain-name-area .card:hover .discount {
  background: #fc615c;
  color: #fff;
}
.domain-name-area .card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
  position: relative;
}
.domain-name-area .card-logo {
  width: 65px;
  flex-shrink: 0;
  object-fit: cover;
}
.domain-name-area .discount {
  background: #eae0ff;
  color: #a17bf4;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px 6px 8px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  min-width: 55px;
  position: relative;
  top: 0;
  line-height: 1.1;
  transition: 0.2s;
}
.domain-name-area .discount span {
  display: block;
  font-weight: 700;
}
.domain-name-area .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.domain-name-area .card-bottom .price {
  font-weight: 700;
  font-size: 19px;
  color: #5129a3;
  margin-top: 4px;
  position: relative;
  display: flex;
  align-items: center;
}
.domain-name-area .card-bottom .price del {
  color: #999;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  font-style: italic;
}
.domain-name-area .card-bottom img {
  width: 25px;
  margin-top: 5px;
}

.professional-solutions-area {
  padding: 50px 0;
  background: url("/assets/images/ellipse-solutions.png") no-repeat scroll 50% 110%;
}
.professional-solutions-area h2 {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin-bottom: 8px;
  color: #5129a3;
}
.professional-solutions-area p.subtitle {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #a17bf4;
  margin-top: 0;
  margin-bottom: 20px;
}
.professional-solutions-area .btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.professional-solutions-area .btn {
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 10px 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.professional-solutions-area .btn-primary {
  background-color: #fc615c;
  border-color: #fc615c;
  color: white;
  transition: 0.2s;
}
.professional-solutions-area .btn-primary:hover {
  opacity: 0.8;
}
.professional-solutions-area .btn-outline-teal {
  background-color: transparent;
  border-color: #a17bf4;
  color: #a17bf4;
  transition: 0.2s;
}
.professional-solutions-area .btn-outline-teal:hover {
  background-color: #a17bf4;
  color: #fff;
}
.professional-solutions-area .cards {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.professional-solutions-area .cards.active {
  display: block;
  opacity: 1;
}
.professional-solutions-area .card {
  background: white;
  border-radius: 8px;
  padding: 25px 20px 30px;
  position: relative;
  box-shadow: 0 0 0 1px #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.2s;
}
.professional-solutions-area .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px 0px !important;
}
.professional-solutions-area .card.popular {
  border: 1.5px solid #fc615c;
}
.professional-solutions-area .card .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 0 0 0 6px;
  user-select: none;
}
.professional-solutions-area .card .corner-label {
  position: absolute;
  background: #fc615c;
  color: #fff;
  width: 150px;
  height: 60px;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(-40deg);
  left: -52px;
  line-height: 80px;
  top: -12px;
  z-index: 3;
  text-align: center;
}
.professional-solutions-area .card.popular .icon-container {
  position: relative;
  z-index: 1;
}
.professional-solutions-area .card .icon-container {
  background-color: #c7e6e7;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.professional-solutions-area .card h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 6px;
  text-align: center;
  color: #5129a3;
}
.professional-solutions-area .card .desc {
  font-weight: 400;
  font-size: 15px;
  color: #5129a3;
  margin: 0 0 18px;
  text-align: center;
}
.professional-solutions-area .price {
  font-size: 35px;
  color: #fc615c;
  display: inline-block;
  margin-right: 6px;
  font-weight: bold;
}
.professional-solutions-area .price-info {
  font-weight: 600;
  font-size: 14px;
  color: #5129a3;
  display: inline-block;
}
.professional-solutions-area .price-info img {
  width: 15px;
  margin-top: -4px;
  cursor: pointer;
}
.professional-solutions-area .discount-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  user-select: none;
  z-index: 3;
}
.professional-solutions-area .discount-tag.popular {
  top: 18px;
}
.professional-solutions-area .extra-discount {
  margin: 18px 0 20px;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  background: #f7f7f7;
  border: 1px dotted #c4c4c4;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  margin-bottom: 30px;
}
.professional-solutions-area .btn-add-cart {
  width: 100%;
  max-width: 260px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 4px;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}
.professional-solutions-area .btn-add-cart.teal {
  background-color: #a17bf4;
  color: white;
  transition: 0.2s;
}
.professional-solutions-area .btn-add-cart.teal:hover {
  opacity: 0.7;
}
.professional-solutions-area .btn-add-cart.orange {
  background-color: #fc615c;
  color: white;
  transition: 0.2s;
}
.professional-solutions-area .btn-add-cart.orange:hover {
  opacity: 0.7;
}
.professional-solutions-area .features {
  margin-top: 20px;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.4;
  max-width: 280px;
  text-align: center;
}
.professional-solutions-area .features b {
  font-weight: 700;
}
.professional-solutions-area .features div {
  margin-bottom: 6px;
}
.professional-solutions-area .btn-review {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  border: 1.5px solid #a17bf4;
  background-color: transparent;
  color: #a17bf4;
  padding: 8px 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.professional-solutions-area .btn-review:hover {
  background-color: #a17bf4;
  color: white;
}
.professional-solutions-area .btn-review:hover img {
  filter: brightness(0) invert(1);
}
.professional-solutions-area .card.popular .btn-review {
  border-color: #fc615c;
  color: #fc615c;
  transition: 0.2s;
}
.professional-solutions-area .card.popular .btn-review:hover {
  background-color: #fc615c;
  color: white;
}
.professional-solutions-area .swiper-button-next, .professional-solutions-area .swiper-button-prev {
  color: #fc615c;
}
.professional-solutions-area .swiper-button-next::after, .professional-solutions-area .swiper-button-prev::after {
  font-size: 20px;
  background-color: white;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .professional-solutions-area h2 {
    font-size: 22px;
  }
  .professional-solutions-area p.subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .professional-solutions-area .btn-group {
    gap: 8px;
  }
  .professional-solutions-area .btn {
    font-size: 13px;
    padding: 8px 14px;
  }
  .professional-solutions-area .cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .professional-solutions-area .card {
    margin: 0 auto;
  }
  .professional-solutions-area .features {
    max-width: 100%;
  }
}

.themes-area {
  padding: 50px 0;
  background: url("/assets/images/themes-ellipse.png") no-repeat scroll 50% -5px;
}
.themes-area h2 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
  color: #5129a3;
}
.themes-area p.description {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  color: #5129a3;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.themes-area .carousel {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .themes-area .carousel {
    justify-content: center;
  }
}
.themes-area .card {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 12px 12px 20px;
  overflow: hidden;
}
.themes-area .card .img-box {
  width: 100%;
  height: 450px;
  background-color: #eae0ff;
  border-radius: 10px;
  position: relative;
}
.themes-area .card .img-box .laptop-area {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.themes-area .card .img-box .laptop-area .laptop {
  position: relative;
  margin: auto;
  max-width: 70%;
}
.themes-area .card .img-box .laptop-area .laptop .laptop__screen {
  position: relative;
  z-index: 1;
  padding: 3%;
  border-radius: 2rem;
  background-image: linear-gradient(to bottom, #333, #111);
  box-shadow: 0 0.1rem 0 #cfcfcf;
  border: 2px solid #ccc;
}
.themes-area .card .img-box .laptop-area .laptop .laptop__screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  background: #000;
}
.themes-area .card .img-box .laptop-area .laptop .laptop__bottom {
  position: relative;
  z-index: 1;
  margin-right: -7%;
  margin-left: -7%;
  height: 0.7rem;
  background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);
}
.themes-area .card .img-box .laptop-area .laptop .laptop__bottom::before {
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 0.7rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
  content: " ";
}
.themes-area .card .img-box .laptop-area .laptop .laptop__under {
  position: absolute;
  top: 100%;
  left: 25%;
  display: block;
  width: 50%;
  height: 1.5rem;
  background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);
}
.themes-area .card .img-box .laptop-area .laptop .laptop__under::after, .themes-area .card .img-box .laptop-area .laptop .laptop__under::before {
  position: absolute;
  top: 0%;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50%;
  border-bottom-left-radius: 100%;
  background: inherit;
  content: " ";
}
.themes-area .card .img-box .laptop-area .laptop .laptop__under::after {
  right: auto;
  left: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
}
.themes-area .card .img-box .laptop-area .laptop .laptop__shadow {
  position: absolute;
  right: -10%;
  bottom: -2.5rem;
  left: -10%;
  z-index: 0;
  height: 2rem;
  background: radial-gradient(ellipse closest-side, #000, transparent);
  opacity: 0.5;
}
.themes-area .card .img-box .ipad-area {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 20px;
  z-index: 2;
}
.themes-area .card .img-box .ipad-area .ipad-frame {
  width: 32%;
  background-color: black;
  border-radius: 4px;
  box-shadow: 0 0 0 3px #111, 0 0 0 8px #333, 0 8px 16px rgba(0, 0, 0, 0.25);
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.themes-area .card .img-box .ipad-area .ipad-screen {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background-color: #c6dde1;
}
.themes-area .card .img-box .ipad-area .ipad-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.themes-area .card .img-box .iphone-area {
  position: absolute;
  top: 180px;
  right: 20px;
  z-index: 3;
}
.themes-area .card .img-box .iphone-area .iphone-x {
  position: relative;
  width: 96px;
  height: 192px;
  border: 2.4px solid black;
  border-radius: 14.4px;
  background-color: black;
  box-shadow: 0 0 4.5px rgba(0, 0, 0, 0.5);
}
.themes-area .card .img-box .iphone-area .inner-white-border {
  position: absolute;
  top: 3.6px;
  left: 3.6px;
  right: 3.6px;
  bottom: 3.6px;
  border-radius: 10.8px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.themes-area .card .img-box .iphone-area .screen {
  position: relative;
  width: 84px;
  height: 180px;
  border-radius: 8.4px;
  overflow: hidden;
}
.themes-area .card .img-box .iphone-area .screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.themes-area .card .img-box .iphone-area .notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 9px;
  background-color: black;
  border-bottom-left-radius: 5.4px;
  border-bottom-right-radius: 5.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6px;
  padding: 0 4.8px;
  box-sizing: border-box;
}
.themes-area .card .img-box .iphone-area .camera-lens {
  width: 4.2px;
  height: 4.2px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.themes-area .card .img-box .iphone-area .speaker-bar {
  flex: 1;
  height: 1.8px;
  background-color: #2d2d2d;
  border-radius: 9999px;
  box-shadow: inset 0 0.3px 0.6px #444;
  max-width: 18px;
}
.themes-area .card .img-box .iphone-area .infrared-sensor {
  width: 3.6px;
  height: 3.6px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.themes-area .ribbon {
  position: absolute;
  top: 11px;
  right: -28px;
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 0 6px 0 6px;
  transform: rotate(45deg);
  width: 90px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.themes-area .card-content {
  margin-top: 12px;
  text-align: center;
}
.themes-area .card-subtitle {
  font-size: 11px;
  font-weight: 700;
  color: #a17bf4;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.themes-area .card-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 6px;
  color: #5129a3;
}
.themes-area .card-desc {
  font-size: 13px;
  color: #5129a3;
  margin-bottom: 12px;
  line-height: 1.3;
}
.themes-area .btn-group {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.themes-area .btn {
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  min-width: unset;
  max-width: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
  transition: background-color 0.3s ease;
}
.themes-area .btn img {
  width: 20px;
  height: unset;
  filter: brightness(0) invert(1);
}
.themes-area .btn-demo {
  background-color: #a17bf4;
  color: white;
  transition: 0.2s;
}
.themes-area .btn-demo:hover {
  opacity: 0.7;
}
.themes-area .btn-detail {
  background-color: #fc615c;
  color: white;
  transition: 0.2s;
}
.themes-area .btn-detail:hover {
  opacity: 0.7;
}
.themes-area .btn-view-all {
  margin: 40px auto 0;
  font-weight: 700;
  font-size: 16px;
  color: #a17bf4;
  border: 2px solid #a17bf4;
  background: transparent;
  border-radius: 6px;
  padding: 10px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.themes-area .btn-view-all:hover {
  background-color: #a17bf4;
  color: white;
}
.themes-area .btn-view-all:hover img {
  filter: brightness(0) invert(1);
}

.why-us-area {
  background: url(/assets/images/whyus-ellipse.png) no-repeat scroll 50% 15px;
  background-size: cover;
  padding: 50px 0;
}
.why-us-area h2 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  color: #5129a3;
}
.why-us-area p.lead {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
  color: #5129a3;
  position: relative;
  z-index: 1;
}
.why-us-area .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  position: relative;
  z-index: 1;
}
.why-us-area .feature {
  width: 320px;
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.why-us-area .feature:hover .icon-wrapper {
  background-color: #fc615c;
  color: #fff;
}
.why-us-area .icon-wrapper {
  flex-shrink: 0;
  background-color: #eae0ff;
  border-radius: 6px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fc615c;
  transition: 0.2s;
}
.why-us-area .feature-content {
  flex: 1;
}
.why-us-area .feature-content h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
  color: #5129a3;
}
.why-us-area .feature-content p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #5129a3;
}
@media (max-width: 1024px) {
  .why-us-area .features {
    gap: 30px 40px;
  }
  .why-us-area .feature {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .why-us-area .container {
    padding: 30px 15px 40px;
  }
  .why-us-area h2 {
    font-size: 24px;
  }
  .why-us-area p.lead {
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .why-us-area .features {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .why-us-area .feature {
    width: 100%;
    max-width: 400px;
  }
}

.server-area {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-image: url(/assets/images/server-ellipse.png);
  background-position-y: -5px;
  padding: 50px 0;
}
.server-area .card {
  border: 1px solid #f3f4f6;
  border-radius: 0.375rem;
  padding: 2rem;
  box-shadow: none;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.server-area .card:hover .icon-bg {
  background-color: #a17bf4;
  color: #fff;
}
.server-area .icon-bg {
  background-color: #eae0ff;
  color: #5129a3;
  font-size: 50px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  padding: 10px;
  transition: 0.2s;
}
.server-area h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  padding: 0 5px 5px 5px;
  color: #5129a3;
}
.server-area p.card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #5129a3;
  padding: 5px;
}
.server-area strong {
  font-weight: 700;
}

.domain-name-hero-area {
  background: url("/assets/images/top-bar-ellipse.png") no-repeat scroll center top, #eae0ff;
  background-size: cover;
  padding: 50px 0;
}
.domain-name-hero-area .container-fluid, .domain-name-hero-area .container-sm, .domain-name-hero-area .container-md, .domain-name-hero-area .container-lg, .domain-name-hero-area .container-xl, .domain-name-hero-area .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .domain-name-hero-area .container-fluid, .domain-name-hero-area .container-sm, .domain-name-hero-area .container-md, .domain-name-hero-area .container-lg, .domain-name-hero-area .container-xl, .domain-name-hero-area .container-xxl {
    flex-direction: column;
  }
  .domain-name-hero-area .container-fluid .right-col, .domain-name-hero-area .container-sm .right-col, .domain-name-hero-area .container-md .right-col, .domain-name-hero-area .container-lg .right-col, .domain-name-hero-area .container-xl .right-col, .domain-name-hero-area .container-xxl .right-col {
    width: 100% !important;
    order: -1;
  }
  .domain-name-hero-area .container-fluid .right-col .image-container, .domain-name-hero-area .container-sm .right-col .image-container, .domain-name-hero-area .container-md .right-col .image-container, .domain-name-hero-area .container-lg .right-col .image-container, .domain-name-hero-area .container-xl .right-col .image-container, .domain-name-hero-area .container-xxl .right-col .image-container {
    max-width: 450px;
    margin-right: auto;
  }
  .domain-name-hero-area .container-fluid .left-col, .domain-name-hero-area .container-sm .left-col, .domain-name-hero-area .container-md .left-col, .domain-name-hero-area .container-lg .left-col, .domain-name-hero-area .container-xl .left-col, .domain-name-hero-area .container-xxl .left-col {
    width: 95% !important;
  }
}
.domain-name-hero-area .container-fluid .left-col, .domain-name-hero-area .container-sm .left-col, .domain-name-hero-area .container-md .left-col, .domain-name-hero-area .container-lg .left-col, .domain-name-hero-area .container-xl .left-col, .domain-name-hero-area .container-xxl .left-col {
  width: 50%;
}
.domain-name-hero-area .container-fluid .right-col, .domain-name-hero-area .container-sm .right-col, .domain-name-hero-area .container-md .right-col, .domain-name-hero-area .container-lg .right-col, .domain-name-hero-area .container-xl .right-col, .domain-name-hero-area .container-xxl .right-col {
  width: 50%;
}
.domain-name-hero-area .container-fluid .highlight-label, .domain-name-hero-area .container-sm .highlight-label, .domain-name-hero-area .container-md .highlight-label, .domain-name-hero-area .container-lg .highlight-label, .domain-name-hero-area .container-xl .highlight-label, .domain-name-hero-area .container-xxl .highlight-label {
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 9999px;
  padding: 2px 12px;
  display: inline-block;
  line-height: 1;
}
.domain-name-hero-area .container-fluid h1, .domain-name-hero-area .container-sm h1, .domain-name-hero-area .container-md h1, .domain-name-hero-area .container-lg h1, .domain-name-hero-area .container-xl h1, .domain-name-hero-area .container-xxl h1 {
  color: #5129a3;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.domain-name-hero-area .container-fluid p.description, .domain-name-hero-area .container-sm p.description, .domain-name-hero-area .container-md p.description, .domain-name-hero-area .container-lg p.description, .domain-name-hero-area .container-xl p.description, .domain-name-hero-area .container-xxl p.description {
  color: #5129a3;
  font-weight: 400;
  font-size: 16px;
  max-width: 480px;
  margin-bottom: 1.5rem;
}
.domain-name-hero-area .container-fluid .input-group .form-control, .domain-name-hero-area .container-sm .input-group .form-control, .domain-name-hero-area .container-md .input-group .form-control, .domain-name-hero-area .container-lg .input-group .form-control, .domain-name-hero-area .container-xl .input-group .form-control, .domain-name-hero-area .container-xxl .input-group .form-control {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border: none;
  font-size: 16px;
  color: #5129a3;
  box-shadow: none !important;
}
.domain-name-hero-area .container-fluid .input-group .form-control::placeholder, .domain-name-hero-area .container-sm .input-group .form-control::placeholder, .domain-name-hero-area .container-md .input-group .form-control::placeholder, .domain-name-hero-area .container-lg .input-group .form-control::placeholder, .domain-name-hero-area .container-xl .input-group .form-control::placeholder, .domain-name-hero-area .container-xxl .input-group .form-control::placeholder {
  color: rgba(15, 60, 74, 0.6);
}
.domain-name-hero-area .container-fluid .input-group .btn, .domain-name-hero-area .container-sm .input-group .btn, .domain-name-hero-area .container-md .input-group .btn, .domain-name-hero-area .container-lg .input-group .btn, .domain-name-hero-area .container-xl .input-group .btn, .domain-name-hero-area .container-xxl .input-group .btn {
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
}
.domain-name-hero-area .container-fluid .input-group .btn:hover, .domain-name-hero-area .container-sm .input-group .btn:hover, .domain-name-hero-area .container-md .input-group .btn:hover, .domain-name-hero-area .container-lg .input-group .btn:hover, .domain-name-hero-area .container-xl .input-group .btn:hover, .domain-name-hero-area .container-xxl .input-group .btn:hover {
  opacity: 0.7;
}
.domain-name-hero-area .container-fluid .links-row, .domain-name-hero-area .container-sm .links-row, .domain-name-hero-area .container-md .links-row, .domain-name-hero-area .container-lg .links-row, .domain-name-hero-area .container-xl .links-row, .domain-name-hero-area .container-xxl .links-row {
  margin-top: 1.5rem;
  color: #5129a3;
  font-size: 0.875rem;
  display: flex;
  gap: 1.5rem;
  user-select: none;
}
.domain-name-hero-area .container-fluid .links-row > div, .domain-name-hero-area .container-sm .links-row > div, .domain-name-hero-area .container-md .links-row > div, .domain-name-hero-area .container-lg .links-row > div, .domain-name-hero-area .container-xl .links-row > div, .domain-name-hero-area .container-xxl .links-row > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 15px;
}
.domain-name-hero-area .container-fluid .image-container, .domain-name-hero-area .container-sm .image-container, .domain-name-hero-area .container-md .image-container, .domain-name-hero-area .container-lg .image-container, .domain-name-hero-area .container-xl .image-container, .domain-name-hero-area .container-xxl .image-container {
  position: relative;
  width: 100%;
  margin-left: auto;
}
.domain-name-hero-area .container-fluid .image-container img, .domain-name-hero-area .container-sm .image-container img, .domain-name-hero-area .container-md .image-container img, .domain-name-hero-area .container-lg .image-container img, .domain-name-hero-area .container-xl .image-container img, .domain-name-hero-area .container-xxl .image-container img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  display: block;
}

.domain-example-area {
  padding: 50px 0;
}
.domain-example-area h1 {
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  color: #5129a3;
}
@media (max-width: 991px) {
  .domain-example-area h1 {
    font-size: 20px;
  }
}
.domain-example-area h1 strong {
  font-weight: 800;
}
.domain-example-area .cards-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  overflow-x: auto;
  padding: 0 0.5rem 2rem;
}
.domain-example-area .card {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  cursor: pointer;
}
.domain-example-area .card:hover {
  border-color: #fc615c;
}
.domain-example-area .card .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.domain-example-area .card img.domain-logo {
  width: 40px;
  object-fit: cover;
}
.domain-example-area .discount-badge {
  background-color: #eae0ff;
  color: #a17bf4;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  text-align: right;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}
.domain-example-area .price-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 17px;
  color: #5129a3;
}
.domain-example-area .price-row .old-price {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 17px;
}
.domain-example-area .price-row i {
  margin-left: auto;
  color: #6b7280;
  font-size: 17px;
}
.domain-example-area .cards-container::-webkit-scrollbar {
  display: none;
}
.domain-example-area .cards-container {
  scrollbar-width: none;
}
.domain-example-area .container-fluid.with-bg, .domain-example-area .with-bg.container-sm, .domain-example-area .with-bg.container-md, .domain-example-area .with-bg.container-lg, .domain-example-area .with-bg.container-xl, .domain-example-area .with-bg.container-xxl {
  background-color: #a17bf4;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.domain-example-area .container-fluid.with-bg h1, .domain-example-area .with-bg.container-sm h1, .domain-example-area .with-bg.container-md h1, .domain-example-area .with-bg.container-lg h1, .domain-example-area .with-bg.container-xl h1, .domain-example-area .with-bg.container-xxl h1 {
  color: #fff;
}

.domain-advantages-area {
  background-image: url(/assets/images/domain-advantages-ellipse.png);
  background-position-y: calc(100% + 45px);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0;
}
.domain-advantages-area h2 {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .domain-advantages-area h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .domain-advantages-area h2 {
    font-size: 35px;
  }
}
.domain-advantages-area p.description {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .domain-advantages-area p.description {
    font-size: 16px;
  }
}
.domain-advantages-area .grid-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 640px) {
  .domain-advantages-area .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .domain-advantages-area .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.domain-advantages-area article.card {
  background: #fff;
  border-radius: 0.375rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.domain-advantages-area article.card:hover .icon-wrapper {
  background-color: #5129a3;
}
.domain-advantages-area article.card:hover .icon-wrapper i {
  color: #eae0ff;
}
.domain-advantages-area .icon-wrapper {
  background-color: #eae0ff;
  border-radius: 0.375rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  transition: 0.2s;
}
.domain-advantages-area .icon-wrapper i {
  font-size: 50px;
  color: #5129a3;
  transition: 0.2s;
}
.domain-advantages-area h3.card-title {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.domain-advantages-area p.card-text {
  margin-top: 0.5rem;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  max-width: 320px;
}
.domain-advantages-area strong {
  font-weight: 800;
}

.domain-change-area {
  background-image: url(/assets/images/domain-change-ellipse.png);
  background-position-y: -5px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0;
}
.domain-change-area h1 {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .domain-change-area h1 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .domain-change-area h1 {
    font-size: 35px;
  }
}
.domain-change-area p.description {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .domain-change-area p.description {
    font-size: 16px;
  }
}
.domain-change-area .card-custom {
  border: none;
  background: transparent;
  position: relative;
  max-width: 200px;
  border-radius: 1.1rem;
  overflow: visible;
  flex-shrink: 0;
}
.domain-change-area .card-custom img {
  border-radius: 1.1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 10;
}
.domain-change-area .badge-custom {
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 11px;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.domain-change-area h2.card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #5129a3;
}
.domain-change-area p.card-text {
  font-size: 14px;
  line-height: 1.5;
  color: #5129a3;
}
.domain-change-area .corner-top-right {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-top: 4px solid #5129a3;
  border-right: 4px solid #5129a3;
  border-top-right-radius: 1.1rem;
  z-index: 20;
  background: transparent;
}
.domain-change-area .corner-top-left {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-top: 4px solid #5129a3;
  border-left: 4px solid #5129a3;
  border-top-left-radius: 1.1rem;
  z-index: 20;
  background: transparent;
}
.domain-change-area .corner-bottom-left-extended {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
  height: 90%;
  border-bottom: 4px solid #fc615c;
  border-left: 4px solid #fc615c;
  border-bottom-left-radius: 1.1rem;
  transform: translate(-18px, 18px);
  z-index: 10;
  background: transparent;
}
.domain-change-area .corner-bottom-right-extended {
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 90%;
  height: 90%;
  border-bottom: 4px solid #fc615c;
  border-right: 4px solid #fc615c;
  border-bottom-right-radius: 1.1rem;
  transform: translate(-18px, 18px);
  z-index: 10;
  background: transparent;
}
.domain-change-area .content-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 3rem;
  justify-content: center;
}
.domain-change-area .card-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 540px;
  width: 100%;
  text-align: left;
}
.domain-change-area .card-item .card-text-wrapper {
  max-width: 420px;
  margin-left: 3rem;
}
@media (max-width: 991.98px) {
  .domain-change-area .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .domain-change-area .card-item {
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left !important;
    flex-direction: column !important;
  }
  .domain-change-area .card-custom {
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
  }
  .domain-change-area .card-item .card-text-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    max-width: 100%;
  }
}

.domain-prices-area {
  background-image: url(/assets/images/domain-prices-ellipse.png);
  background-position-y: calc(100% + 10px);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0;
}
.domain-prices-area h1 {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .domain-prices-area h1 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .domain-prices-area h1 {
    font-size: 35px;
  }
}
.domain-prices-area p.description {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .domain-prices-area p.description {
    font-size: 16px;
  }
}
.domain-prices-area table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5rem;
  overflow: hidden;
}
.domain-prices-area thead tr {
  background-color: #eae0ff;
  color: #5129a3;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.domain-prices-area thead th {
  padding: 1rem 1.5rem;
  text-align: center;
}
.domain-prices-area tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  text-align: center;
}
.domain-prices-area tbody tr td:first-child {
  font-weight: 700;
}
.domain-prices-area tbody tr td.com-tr,
.domain-prices-area tbody tr td.net-tr,
.domain-prices-area tbody tr td.org {
  color: #a17bf4;
  font-weight: 700;
}
.domain-prices-area .line-through {
  text-decoration: line-through;
  color: #5129a3;
  display: block;
}
.domain-prices-area .discount-price {
  font-weight: 700;
  color: #a17bf4;
  display: block;
  margin-top: 0.125rem;
}
@media (max-width: 575.98px) {
  .domain-prices-area thead th,
  .domain-prices-area tbody td {
    padding: 0.75rem 1rem;
    font-size: 14px;
    line-height: 20px;
  }
}

.faq-area {
  padding: 50px 0;
}
.faq-area h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.faq-area .accordion-button {
  font-weight: 400;
  font-size: 18px;
  color: #5129a3;
  background-color: #eae0ff;
  border: none;
  padding: 20px 1.5rem;
  border-radius: 0.375rem;
  box-shadow: none;
  width: 100%;
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 15px;
  }
}
.faq-area .accordion-button:not(.collapsed) {
  background-color: #a17bf4;
  color: white;
  font-weight: 400;
}
.faq-area .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "+";
  font-size: 18px;
  color: #5129a3;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  transition: transform 0.2s ease;
  position: absolute;
  right: 10px;
}
@media (max-width: 991px) {
  .faq-area .accordion-button::after {
    font-size: 15px;
  }
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "−";
  color: white;
}
.faq-area .accordion-body {
  font-weight: 400;
  font-size: 18px;
  color: #5129a3;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 991px) {
  .faq-area .accordion-body {
    font-size: 15px;
  }
}
.faq-area .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
.faq-area .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
.faq-area .accordion-collapse.show {
  max-height: 800px;
  opacity: 1;
}

.whois-area {
  background-image: url(/assets/images/whyus-ellipse.png), linear-gradient(#eae0ff 0%, #fff 100%);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 50px 0;
}
.whois-area h1 {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .whois-area h1 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .whois-area h1 {
    font-size: 35px;
  }
}
.whois-area p.description {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .whois-area p.description {
    font-size: 16px;
  }
}
.whois-area .input-group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.whois-area .input-group .form-control {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border: none;
  font-size: 16px;
  color: #5129a3;
  box-shadow: none !important;
}
.whois-area .input-group .form-control::placeholder {
  color: #a17bf4;
}
.whois-area .input-group .btn {
  background-color: #a17bf4;
  color: #fff;
  font-weight: 600;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
}
.whois-area .input-group .btn:hover {
  opacity: 0.7;
}
.whois-area .links-row {
  margin-top: 1.5rem;
  color: #5129a3;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  user-select: none;
}
.whois-area .links-row > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 15px;
}
.whois-area .card-custom {
  background-color: white;
  border-radius: 0.375rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.whois-area .card-custom:hover .icon-bg {
  background-color: #5129a3;
}
.whois-area .card-custom:hover .icon-bg i {
  color: #eae0ff;
}
.whois-area .card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.whois-area .icon-bg {
  background-color: #eae0ff;
  border-radius: 0.375rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  transition: 0.2s;
}
.whois-area .icon-bg i {
  font-size: 50px;
  color: #5129a3;
  transition: 0.2s;
}
.whois-area .card-title {
  color: #5129a3;
  font-weight: 800;
  font-size: 22px;
  margin: 0;
}
.whois-area .card-text {
  color: #5129a3;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}

.domain-sale-area {
  padding: 50px 0;
}
.domain-sale-area .header-title {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .domain-sale-area .header-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .domain-sale-area .header-title {
    font-size: 35px;
  }
}
.domain-sale-area .header-subtitle {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .domain-sale-area .header-subtitle {
    font-size: 16px;
  }
}
.domain-sale-area .filter-panel {
  background-color: #a17bf4;
  color: white;
  border-radius: 0.375rem;
  padding: 1.5rem;
  max-width: 320px;
  width: 100%;
}
.domain-sale-area .filter-panel label,
.domain-sale-area .filter-panel legend {
  font-weight: 600;
}
.domain-sale-area .filter-panel input[type=text],
.domain-sale-area .filter-panel input[type=date] {
  color: #5129a3;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 13px;
}
.domain-sale-area .filter-panel .form-check-label {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.domain-sale-area .filter-panel .btn-clear {
  background-color: #d43c49;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.domain-sale-area .filter-panel .btn-clear:hover {
  background-color: #b8323f;
}
.domain-sale-area .table thead {
  background-color: #a17bf4;
  color: #fff;
  font-weight: 600;
  user-select: none;
}
.domain-sale-area .table thead th {
  vertical-align: middle;
}
.domain-sale-area .table tbody tr:nth-child(odd) {
  background-color: #e6fbfc;
}
.domain-sale-area .table tbody tr td,
.domain-sale-area .table thead tr th {
  padding: 0.75rem 1rem;
  vertical-align: middle;
}
.domain-sale-area .table tbody tr td:first-child {
  font-weight: 600;
}
.domain-sale-area .table tbody tr td:nth-child(4) {
  font-weight: 600;
}
.domain-sale-area .btn-purchase {
  border: 1.5px solid #a17bf4;
  color: #a17bf4;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  transition: opacity 0.3s;
  font-size: 13px;
  white-space: nowrap;
}
.domain-sale-area .btn-purchase:hover {
  opacity: 0.7;
  text-decoration: none;
}
.domain-sale-area .pagination-custom {
  justify-content: center;
  margin-top: 1rem;
  user-select: none;
}
.domain-sale-area .pagination-custom .page-item .page-link {
  border: 1px solid #a17bf4;
  color: #a17bf4;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.domain-sale-area .pagination-custom .page-item.active .page-link {
  background-color: #a17bf4;
  border: 1px solid #a17bf4;
  color: white;
  font-weight: 600;
}
.domain-sale-area .pagination-custom .page-item .page-link:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .domain-sale-area .filter-panel {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .domain-sale-area .table-responsive {
    overflow-x: auto;
  }
  .domain-sale-area .filter-panel input[type=date] {
    max-width: 100%;
    min-width: 0;
  }
}

.web-hosting-hero-area {
  background: url(/assets/images/web-hosting-hero-ellipse.png) no-repeat scroll center top, #eae0ff;
  background-size: cover;
  padding: 50px 0;
}
.web-hosting-hero-area .container-fluid, .web-hosting-hero-area .container-sm, .web-hosting-hero-area .container-md, .web-hosting-hero-area .container-lg, .web-hosting-hero-area .container-xl, .web-hosting-hero-area .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-hosting-hero-area .container-fluid .badge-firsat, .web-hosting-hero-area .container-sm .badge-firsat, .web-hosting-hero-area .container-md .badge-firsat, .web-hosting-hero-area .container-lg .badge-firsat, .web-hosting-hero-area .container-xl .badge-firsat, .web-hosting-hero-area .container-xxl .badge-firsat {
  background-color: #fc615c;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 6px;
  color: white;
  user-select: none;
}
.web-hosting-hero-area .container-fluid .coupon-code-inline, .web-hosting-hero-area .container-sm .coupon-code-inline, .web-hosting-hero-area .container-md .coupon-code-inline, .web-hosting-hero-area .container-lg .coupon-code-inline, .web-hosting-hero-area .container-xl .coupon-code-inline, .web-hosting-hero-area .container-xxl .coupon-code-inline {
  border: 1.5px dashed #5129a3;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 12px;
  user-select: none;
  display: inline-block;
  background: white;
  margin-left: 8px;
  font-variant-numeric: tabular-nums;
}
.web-hosting-hero-area .container-fluid h1, .web-hosting-hero-area .container-sm h1, .web-hosting-hero-area .container-md h1, .web-hosting-hero-area .container-lg h1, .web-hosting-hero-area .container-xl h1, .web-hosting-hero-area .container-xxl h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 1.2;
  color: #5129a3;
}
.web-hosting-hero-area .container-fluid p.description, .web-hosting-hero-area .container-sm p.description, .web-hosting-hero-area .container-md p.description, .web-hosting-hero-area .container-lg p.description, .web-hosting-hero-area .container-xl p.description, .web-hosting-hero-area .container-xxl p.description {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #5129a3;
}
.web-hosting-hero-area .container-fluid .feature-icon, .web-hosting-hero-area .container-sm .feature-icon, .web-hosting-hero-area .container-md .feature-icon, .web-hosting-hero-area .container-lg .feature-icon, .web-hosting-hero-area .container-xl .feature-icon, .web-hosting-hero-area .container-xxl .feature-icon {
  background-color: #fc615c;
  color: white;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.web-hosting-hero-area .container-fluid .feature-text strong, .web-hosting-hero-area .container-sm .feature-text strong, .web-hosting-hero-area .container-md .feature-text strong, .web-hosting-hero-area .container-lg .feature-text strong, .web-hosting-hero-area .container-xl .feature-text strong, .web-hosting-hero-area .container-xxl .feature-text strong {
  font-weight: 700;
  color: #5129a3;
  font-size: 15px;
}
.web-hosting-hero-area .container-fluid .feature-text .desc, .web-hosting-hero-area .container-sm .feature-text .desc, .web-hosting-hero-area .container-md .feature-text .desc, .web-hosting-hero-area .container-lg .feature-text .desc, .web-hosting-hero-area .container-xl .feature-text .desc, .web-hosting-hero-area .container-xxl .feature-text .desc {
  color: #5129a3;
  font-size: 15px;
}
.web-hosting-hero-area .container-fluid .btn-custom, .web-hosting-hero-area .container-sm .btn-custom, .web-hosting-hero-area .container-md .btn-custom, .web-hosting-hero-area .container-lg .btn-custom, .web-hosting-hero-area .container-xl .btn-custom, .web-hosting-hero-area .container-xxl .btn-custom {
  background-color: #fc615c;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s ease;
}
.web-hosting-hero-area .container-fluid .btn-custom:hover, .web-hosting-hero-area .container-sm .btn-custom:hover, .web-hosting-hero-area .container-md .btn-custom:hover, .web-hosting-hero-area .container-lg .btn-custom:hover, .web-hosting-hero-area .container-xl .btn-custom:hover, .web-hosting-hero-area .container-xxl .btn-custom:hover {
  opacity: 0.7;
}
.web-hosting-hero-area .container-fluid .btn-custom i, .web-hosting-hero-area .container-sm .btn-custom i, .web-hosting-hero-area .container-md .btn-custom i, .web-hosting-hero-area .container-lg .btn-custom i, .web-hosting-hero-area .container-xl .btn-custom i, .web-hosting-hero-area .container-xxl .btn-custom i {
  font-size: 18px;
}
.web-hosting-hero-area .container-fluid .image-container, .web-hosting-hero-area .container-sm .image-container, .web-hosting-hero-area .container-md .image-container, .web-hosting-hero-area .container-lg .image-container, .web-hosting-hero-area .container-xl .image-container, .web-hosting-hero-area .container-xxl .image-container {
  position: relative;
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
}
.web-hosting-hero-area .container-fluid .image-container img.main-image, .web-hosting-hero-area .container-sm .image-container img.main-image, .web-hosting-hero-area .container-md .image-container img.main-image, .web-hosting-hero-area .container-lg .image-container img.main-image, .web-hosting-hero-area .container-xl .image-container img.main-image, .web-hosting-hero-area .container-xxl .image-container img.main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .web-hosting-hero-area .container-fluid, .web-hosting-hero-area .container-sm, .web-hosting-hero-area .container-md, .web-hosting-hero-area .container-lg, .web-hosting-hero-area .container-xl, .web-hosting-hero-area .container-xxl {
    flex-direction: column;
    align-items: flex-start;
  }
  .web-hosting-hero-area .container-fluid .image-container, .web-hosting-hero-area .container-sm .image-container, .web-hosting-hero-area .container-md .image-container, .web-hosting-hero-area .container-lg .image-container, .web-hosting-hero-area .container-xl .image-container, .web-hosting-hero-area .container-xxl .image-container {
    width: 100%;
    max-width: 650px;
    order: -1;
  }
}

.web-hosting-packets-area {
  padding: 50px 0;
}
.web-hosting-packets-area .container-fluid .cards-wrapper, .web-hosting-packets-area .container-sm .cards-wrapper, .web-hosting-packets-area .container-md .cards-wrapper, .web-hosting-packets-area .container-lg .cards-wrapper, .web-hosting-packets-area .container-xl .cards-wrapper, .web-hosting-packets-area .container-xxl .cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .card-custom, .web-hosting-packets-area .container-sm .cards-wrapper .card-custom, .web-hosting-packets-area .container-md .cards-wrapper .card-custom, .web-hosting-packets-area .container-lg .cards-wrapper .card-custom, .web-hosting-packets-area .container-xl .cards-wrapper .card-custom, .web-hosting-packets-area .container-xxl .cards-wrapper .card-custom {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 32%;
  transition: 0.3s;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .card-custom:hover, .web-hosting-packets-area .container-sm .cards-wrapper .card-custom:hover, .web-hosting-packets-area .container-md .cards-wrapper .card-custom:hover, .web-hosting-packets-area .container-lg .cards-wrapper .card-custom:hover, .web-hosting-packets-area .container-xl .cards-wrapper .card-custom:hover, .web-hosting-packets-area .container-xxl .cards-wrapper .card-custom:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .discount-badge, .web-hosting-packets-area .container-sm .cards-wrapper .discount-badge, .web-hosting-packets-area .container-md .cards-wrapper .discount-badge, .web-hosting-packets-area .container-lg .cards-wrapper .discount-badge, .web-hosting-packets-area .container-xl .cards-wrapper .discount-badge, .web-hosting-packets-area .container-xxl .cards-wrapper .discount-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fc615c;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.125rem 0.625rem;
  z-index: 10;
  white-space: nowrap;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .icon-bg, .web-hosting-packets-area .container-sm .cards-wrapper .icon-bg, .web-hosting-packets-area .container-md .cards-wrapper .icon-bg, .web-hosting-packets-area .container-lg .cards-wrapper .icon-bg, .web-hosting-packets-area .container-xl .cards-wrapper .icon-bg, .web-hosting-packets-area .container-xxl .cards-wrapper .icon-bg {
  background-color: #eae0ff;
  padding: 0.75rem;
  border-radius: 0.375rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .icon-bg i, .web-hosting-packets-area .container-sm .cards-wrapper .icon-bg i, .web-hosting-packets-area .container-md .cards-wrapper .icon-bg i, .web-hosting-packets-area .container-lg .cards-wrapper .icon-bg i, .web-hosting-packets-area .container-xl .cards-wrapper .icon-bg i, .web-hosting-packets-area .container-xxl .cards-wrapper .icon-bg i {
  font-size: 30px;
  color: #5129a3;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .card-title, .web-hosting-packets-area .container-sm .cards-wrapper .card-title, .web-hosting-packets-area .container-md .cards-wrapper .card-title, .web-hosting-packets-area .container-lg .cards-wrapper .card-title, .web-hosting-packets-area .container-xl .cards-wrapper .card-title, .web-hosting-packets-area .container-xxl .cards-wrapper .card-title {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 0.25rem;
  text-align: center;
  color: #5129a3;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .card-subtitle, .web-hosting-packets-area .container-sm .cards-wrapper .card-subtitle, .web-hosting-packets-area .container-md .cards-wrapper .card-subtitle, .web-hosting-packets-area .container-lg .cards-wrapper .card-subtitle, .web-hosting-packets-area .container-xl .cards-wrapper .card-subtitle, .web-hosting-packets-area .container-xxl .cards-wrapper .card-subtitle {
  font-size: 11px;
  margin-bottom: 1.25rem;
  text-align: center;
  color: #5129a3;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .price, .web-hosting-packets-area .container-sm .cards-wrapper .price, .web-hosting-packets-area .container-md .cards-wrapper .price, .web-hosting-packets-area .container-lg .cards-wrapper .price, .web-hosting-packets-area .container-xl .cards-wrapper .price, .web-hosting-packets-area .container-xxl .cards-wrapper .price {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 30px;
  color: #fc615c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .price-text, .web-hosting-packets-area .container-sm .cards-wrapper .price-text, .web-hosting-packets-area .container-md .cards-wrapper .price-text, .web-hosting-packets-area .container-lg .cards-wrapper .price-text, .web-hosting-packets-area .container-xl .cards-wrapper .price-text, .web-hosting-packets-area .container-xxl .cards-wrapper .price-text {
  font-weight: bold;
  font-size: 20px;
  color: #5129a3;
  margin-left: 0.25rem;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .info-icon, .web-hosting-packets-area .container-sm .cards-wrapper .info-icon, .web-hosting-packets-area .container-md .cards-wrapper .info-icon, .web-hosting-packets-area .container-lg .cards-wrapper .info-icon, .web-hosting-packets-area .container-xl .cards-wrapper .info-icon, .web-hosting-packets-area .container-xxl .cards-wrapper .info-icon {
  color: #5129a3;
  margin-left: 0.25rem;
  font-size: 13px;
  vertical-align: text-bottom;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .discount-code, .web-hosting-packets-area .container-sm .cards-wrapper .discount-code, .web-hosting-packets-area .container-md .cards-wrapper .discount-code, .web-hosting-packets-area .container-lg .cards-wrapper .discount-code, .web-hosting-packets-area .container-xl .cards-wrapper .discount-code, .web-hosting-packets-area .container-xxl .cards-wrapper .discount-code {
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  font-weight: 600;
  color: #5129a3;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-add-cart, .web-hosting-packets-area .container-sm .cards-wrapper .btn-add-cart, .web-hosting-packets-area .container-md .cards-wrapper .btn-add-cart, .web-hosting-packets-area .container-lg .cards-wrapper .btn-add-cart, .web-hosting-packets-area .container-xl .cards-wrapper .btn-add-cart, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-add-cart {
  background-color: #a17bf4;
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: none;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-add-cart:hover, .web-hosting-packets-area .container-sm .cards-wrapper .btn-add-cart:hover, .web-hosting-packets-area .container-md .cards-wrapper .btn-add-cart:hover, .web-hosting-packets-area .container-lg .cards-wrapper .btn-add-cart:hover, .web-hosting-packets-area .container-xl .cards-wrapper .btn-add-cart:hover, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-add-cart:hover {
  opacity: 0.7;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-add-cart i, .web-hosting-packets-area .container-sm .cards-wrapper .btn-add-cart i, .web-hosting-packets-area .container-md .cards-wrapper .btn-add-cart i, .web-hosting-packets-area .container-lg .cards-wrapper .btn-add-cart i, .web-hosting-packets-area .container-xl .cards-wrapper .btn-add-cart i, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-add-cart i {
  margin-right: 0.5rem;
}
.web-hosting-packets-area .container-fluid .cards-wrapper ul.features-list, .web-hosting-packets-area .container-sm .cards-wrapper ul.features-list, .web-hosting-packets-area .container-md .cards-wrapper ul.features-list, .web-hosting-packets-area .container-lg .cards-wrapper ul.features-list, .web-hosting-packets-area .container-xl .cards-wrapper ul.features-list, .web-hosting-packets-area .container-xxl .cards-wrapper ul.features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #1f2937;
  font-size: 0.875rem;
  line-height: 1.4;
}
.web-hosting-packets-area .container-fluid .cards-wrapper ul.features-list li, .web-hosting-packets-area .container-sm .cards-wrapper ul.features-list li, .web-hosting-packets-area .container-md .cards-wrapper ul.features-list li, .web-hosting-packets-area .container-lg .cards-wrapper ul.features-list li, .web-hosting-packets-area .container-xl .cards-wrapper ul.features-list li, .web-hosting-packets-area .container-xxl .cards-wrapper ul.features-list li {
  margin-bottom: 0.25rem;
  font-size: 15px;
}
.web-hosting-packets-area .container-fluid .cards-wrapper ul.features-list strong, .web-hosting-packets-area .container-sm .cards-wrapper ul.features-list strong, .web-hosting-packets-area .container-md .cards-wrapper ul.features-list strong, .web-hosting-packets-area .container-lg .cards-wrapper ul.features-list strong, .web-hosting-packets-area .container-xl .cards-wrapper ul.features-list strong, .web-hosting-packets-area .container-xxl .cards-wrapper ul.features-list strong {
  font-weight: 700;
}
.web-hosting-packets-area .container-fluid .cards-wrapper hr.divider, .web-hosting-packets-area .container-sm .cards-wrapper hr.divider, .web-hosting-packets-area .container-md .cards-wrapper hr.divider, .web-hosting-packets-area .container-lg .cards-wrapper hr.divider, .web-hosting-packets-area .container-xl .cards-wrapper hr.divider, .web-hosting-packets-area .container-xxl .cards-wrapper hr.divider {
  border-top: 1px solid #e5e7eb;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-view-all, .web-hosting-packets-area .container-sm .cards-wrapper .btn-view-all, .web-hosting-packets-area .container-md .cards-wrapper .btn-view-all, .web-hosting-packets-area .container-lg .cards-wrapper .btn-view-all, .web-hosting-packets-area .container-xl .cards-wrapper .btn-view-all, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-view-all {
  border: 1px solid #a17bf4;
  color: #a17bf4;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background: transparent;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-view-all:hover, .web-hosting-packets-area .container-sm .cards-wrapper .btn-view-all:hover, .web-hosting-packets-area .container-md .cards-wrapper .btn-view-all:hover, .web-hosting-packets-area .container-lg .cards-wrapper .btn-view-all:hover, .web-hosting-packets-area .container-xl .cards-wrapper .btn-view-all:hover, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-view-all:hover {
  opacity: 0.7;
  text-decoration: none;
}
.web-hosting-packets-area .container-fluid .cards-wrapper .btn-view-all i, .web-hosting-packets-area .container-sm .cards-wrapper .btn-view-all i, .web-hosting-packets-area .container-md .cards-wrapper .btn-view-all i, .web-hosting-packets-area .container-lg .cards-wrapper .btn-view-all i, .web-hosting-packets-area .container-xl .cards-wrapper .btn-view-all i, .web-hosting-packets-area .container-xxl .cards-wrapper .btn-view-all i {
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .web-hosting-packets-area .container-fluid .cards-wrapper, .web-hosting-packets-area .container-sm .cards-wrapper, .web-hosting-packets-area .container-md .cards-wrapper, .web-hosting-packets-area .container-lg .cards-wrapper, .web-hosting-packets-area .container-xl .cards-wrapper, .web-hosting-packets-area .container-xxl .cards-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .web-hosting-packets-area .container-fluid .cards-wrapper .card-custom, .web-hosting-packets-area .container-sm .cards-wrapper .card-custom, .web-hosting-packets-area .container-md .cards-wrapper .card-custom, .web-hosting-packets-area .container-lg .cards-wrapper .card-custom, .web-hosting-packets-area .container-xl .cards-wrapper .card-custom, .web-hosting-packets-area .container-xxl .cards-wrapper .card-custom {
    width: 100%;
  }
}

.web-hosting-advantages-area {
  padding: 50px 0;
  background-image: url(/assets/images/web-hosting-advantages-ellipse.png);
  background-position-y: calc(100% + 45px);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
}
.web-hosting-advantages-area .card-custom {
  border-radius: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s ease;
  padding: 1.5rem;
  background-color: #fff;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.web-hosting-advantages-area .card-custom:hover {
  border-color: #5129a3;
}
.web-hosting-advantages-area .card-custom:hover .icon-bg {
  background-color: #5129a3;
}
.web-hosting-advantages-area .card-custom:hover .icon-bg i {
  color: #eae0ff;
}
.web-hosting-advantages-area .icon-bg {
  width: 80px;
  height: 80px;
  background-color: #eae0ff;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  transition: 0.2s;
}
.web-hosting-advantages-area .icon-bg i {
  font-size: 55px;
  color: #5129a3;
  transition: 0.2s;
}
.web-hosting-advantages-area .text-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #5129a3;
}
.web-hosting-advantages-area .card-title {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
  color: #5129a3;
}
@media (max-width: 991px) {
  .web-hosting-advantages-area .card-title {
    font-size: 18px;
  }
}
.web-hosting-advantages-area .highlight-text {
  color: #fc615c;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .web-hosting-advantages-area .highlight-text {
    font-size: 14px;
  }
}
.web-hosting-advantages-area .card-text {
  font-size: 16px;
  line-height: 1.4;
  color: #5129a3;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .web-hosting-advantages-area .card-text {
    font-size: 14px;
  }
}
.web-hosting-advantages-area .link-detail {
  font-weight: 800;
  font-size: 15px;
  color: #5129a3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 991px) {
  .web-hosting-advantages-area .link-detail {
    font-size: 14px;
  }
}
.web-hosting-advantages-area .link-detail:hover {
  text-decoration: underline;
}

.web-hosting-specify-area {
  padding: 50px 0;
  background-image: url(/assets/images/web-hosting-specify-ellipse.png);
  background-position-y: -5px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
}
.web-hosting-specify-area .comparison-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: flex-start;
}
.web-hosting-specify-area .features-column {
  flex: 0 0 350px;
  font-size: 16px;
  line-height: 20px;
  color: #5129a3;
  font-weight: 400;
  border-right: 1px solid #eae0ff;
  display: flex;
  flex-direction: column;
  user-select: none;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .features-column {
    font-size: 13px;
    flex: 0 0 150px;
    margin-top: 137px;
  }
}
.web-hosting-specify-area .feature-item {
  border-bottom: 1px solid #eae0ff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .feature-item {
    min-height: 75px;
  }
}
.web-hosting-specify-area .feature-item.font-semibold {
  font-weight: 600;
}
.web-hosting-specify-area .feature-item.font-bold {
  font-weight: 700;
}
.web-hosting-specify-area .feature-item span.normal-weight {
  font-weight: 400;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-tabs {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.web-hosting-specify-area .package-column {
  flex: 1 1 0;
  max-width: 320px;
  background: #fff;
  border: 1px solid #eae0ff;
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: 24px;
}
.web-hosting-specify-area .package-column:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-column {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .web-hosting-specify-area .package-column.active {
    display: flex;
  }
}
.web-hosting-specify-area .package-body {
  font-size: 18px;
  line-height: 20px;
  color: #5129a3;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-body {
    font-size: 13px;
  }
}
.web-hosting-specify-area .package-item {
  border-bottom: 1px solid #eae0ff;
  padding: 6.99px 12px;
  text-align: center;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-item {
    min-height: 75px;
  }
}
.web-hosting-specify-area .package-item.font-bold {
  font-weight: 700;
}
.web-hosting-specify-area .package-item.check {
  color: #a17bf4;
  font-size: 16px;
}
.web-hosting-specify-area .package-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-hosting-specify-area .package-footer button {
  background-color: #fc615c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: opacity 0.3s ease;
  border: none;
  flex-shrink: 0;
  opacity: 1;
}
.web-hosting-specify-area .package-footer button:hover {
  opacity: 0.7;
}
.web-hosting-specify-area .package-header {
  display: none;
}
.web-hosting-specify-area .package-price-block {
  border-top: 1px solid #eae0ff;
  border-bottom: 2px solid #fc615c;
  padding: 16px;
  text-align: center;
  color: #5129a3;
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 72px;
  justify-content: center;
  position: sticky;
  top: 100px;
  background-color: #fff;
}
.web-hosting-specify-area .package-price-block .arrow-btn {
  display: none;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-price-block {
    font-size: 16px;
  }
  .web-hosting-specify-area .package-price-block .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fc615c;
    color: #fff;
    border: none;
    outline: none;
  }
}
.web-hosting-specify-area .package-price {
  color: #fc615c;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-price {
    font-size: 20px;
  }
}
.web-hosting-specify-area .package-price-sub {
  font-size: 15px;
  color: #5129a3;
  font-weight: 600;
}
@media (max-width: 991px) {
  .web-hosting-specify-area .package-price-sub {
    font-size: 12px;
  }
}
.web-hosting-specify-area .package-price-sub i {
  margin-left: 4px;
}

.web-hosting-details-area {
  padding: 50px 0;
  background-color: #f0f8f4;
  color: #5129a3;
}
.web-hosting-details-area .label {
  display: inline-block;
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .web-hosting-details-area .label {
    font-size: 10px;
  }
}
.web-hosting-details-area h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #5129a3;
  font-size: 25px;
}
@media (max-width: 991px) {
  .web-hosting-details-area h2 {
    font-size: 18px;
  }
}
.web-hosting-details-area p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .web-hosting-details-area p {
    font-size: 13px;
  }
}
.web-hosting-details-area .image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;
  border-radius: 10px;
  overflow: visible;
}
.web-hosting-details-area .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 10;
}
.web-hosting-details-area .corner-border-bottom-left {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 4px solid #fc615c;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 10px;
  bottom: -12px;
  left: -12px;
  box-sizing: content-box;
  background: transparent;
  z-index: 20;
}
.web-hosting-details-area .corner-border-top-right {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 4px solid #5129a3;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 10px;
  top: -12px;
  right: -12px;
  box-sizing: content-box;
  background: transparent;
  z-index: 20;
}
@media (max-width: 991px) {
  .web-hosting-details-area .img-col {
    order: -1;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .web-hosting-details-area .text-col {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.choose-country {
  border: 1px dashed rgba(0, 0, 0, 0.22);
  padding: 20px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.choose-country .label {
  font-weight: bold;
  font-size: 20px;
  color: #5129a3;
}
.choose-country .countries-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.choose-country .countries-list .country-box {
  border: 1px dashed rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
}
.choose-country .countries-list .country-box img {
  width: 20px;
  height: 20px;
}
.choose-country .countries-list .country-box span {
  color: rgba(0, 0, 0, 0.43);
  font-size: 15px;
}
.choose-country .countries-list .country-box:hover {
  border-style: solid;
}
@media (max-width: 991px) {
  .choose-country .countries-list .country-box {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .choose-country .countries-list {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .choose-country {
    flex-direction: column;
  }
}

.retail-site-tariffs {
  background: #fff;
  color: #5129a3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.retail-site-tariffs main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 15px;
}

.retail-site-tariffs section.card {
  overflow: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 32px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

/* Discount badge top right */
.retail-site-tariffs .discount-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  padding: 2px 8px;
  line-height: 1;
  user-select: none;
}

/* Popular ribbon top left */
.retail-site-tariffs .popular-ribbon {
  position: absolute;
  background: #fc615c;
  color: white;
  width: 150px;
  height: 60px;
  font-size: 14px;
  transform: rotate(-40deg);
  left: -52px;
  line-height: 80px;
  top: -12px;
  text-align: center;
}

.retail-site-tariffs img.icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.retail-site-tariffs h2 {
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 4px 0;
}

.retail-site-tariffs p.card-desc {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.retail-site-tariffs .price {
  color: #fc615c;
  font-weight: 800;
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.retail-site-tariffs .price span {
  color: black;
  font-weight: 600;
  font-size: 15px;
}

.retail-site-tariffs .price i {
  color: #666666;
  font-size: 25px;
}

.retail-site-tariffs .discount-code {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #a17bf4;
  padding: 6px 12px;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
}

.retail-site-tariffs button.add-cart {
  background: #a17bf4;
  color: white;
  font-weight: 700;
  font-size: 17px;
  border: none;
  border-radius: 6px;
  width: 260px;
  padding: 12px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  transition: opacity 0.3s ease;
}

.retail-site-tariffs button.add-cart:hover {
  opacity: 0.7;
}

.retail-site-tariffs button.add-cart.orange {
  background: #fc615c;
}

.retail-site-tariffs button.add-cart.orange:hover {
  background: #fc615c;
}

.retail-site-tariffs ul.features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  width: 260px;
}

.retail-site-tariffs ul.features li {
  font-size: 16px;
  margin-bottom: 6px;
  color: #a17bf4;
  text-align: center;
}

.retail-site-tariffs ul.features li span {
  font-weight: 700;
}

.retail-site-tariffs ul.features li span.uppercase {
  text-transform: uppercase;
}

.view-all {
  border-radius: 6px;
  border: 1.5px solid #a17bf4;
  background: transparent;
  color: #a17bf4;
  font-weight: 600;
  font-size: 16px;
  width: 260px;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease;
}

.view-all:hover {
  background: #e6f0f0;
}

/* For the middle card's view all button */
.retail-site-tariffs section.card.popular button.view-all {
  border-color: #fc615c;
  color: #fc615c;
}

.retail-site-tariffs section.card.popular button.view-all:hover {
  background: #fff4d6;
}

/* Popular card border */
.retail-site-tariffs section.card.popular {
  border: 2px solid #fc615c;
}

@media (max-width: 768px) {
  .retail-site-tariffs main {
    flex-direction: column;
    align-items: center;
  }
  .retail-site-tariffs section.card {
    width: 100%;
    max-width: 320px;
  }
}
.paketline {
  height: 1px;
  background: #ededed;
  width: 85%;
  display: block;
  margin: 10px auto;
}

.ready-site-filter {
  background: linear-gradient(90deg, #fc615c 0%, #eae0ff 100%);
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 50px 0;
}
.ready-site-filter .polygon {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: rotate(45deg);
  z-index: 0;
}
.ready-site-filter .polygon1 {
  top: 10px;
  left: 20px;
}
.ready-site-filter .polygon2 {
  top: 50px;
  right: 40px;
}
.ready-site-filter .polygon3 {
  bottom: 10px;
  left: 40px;
}
.ready-site-filter .polygon4 {
  bottom: 20px;
  right: 20px;
}
.ready-site-filter .search-form {
  border: 4px solid white;
  border-radius: 0.5rem;
  max-width: 90%;
  margin: 0 auto 2rem auto;
  display: flex;
  z-index: 1;
  background: #fff;
  align-items: center;
}
@media (max-width: 768px) {
  .ready-site-filter .search-form {
    max-width: 100%;
  }
}
.ready-site-filter .select2-container {
  max-width: 250px;
}
.ready-site-filter .select2-container .select2-selection--single {
  background-color: #5129a3;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 5px;
}
.ready-site-filter .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ready-site-filter .select2-container .select2-selection--single {
    max-width: 150px;
    font-size: 15px;
  }
}
.ready-site-filter .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.ready-site-filter .select2-container .select2-selection--single:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(20, 42, 76, 0.5);
}
.ready-site-filter .search-input {
  flex-grow: 1;
  border: none;
  color: #6b7280;
  padding: 0 1.5rem;
  font-size: 18px;
}
@media (max-width: 768px) {
  .ready-site-filter .search-input {
    font-size: 15px;
    max-width: 30%;
  }
}
.ready-site-filter .search-input:focus {
  outline: none;
  box-shadow: none;
}
.ready-site-filter .search-btn {
  background: linear-gradient(90deg, #4b1979 0%, #d43f7d 100%);
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  white-space: nowrap;
  font-size: 18px;
  margin-left: auto;
}
.ready-site-filter .search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(75, 25, 121, 0.5);
}
.ready-site-filter .stats {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  gap: 3rem;
  border-top: 1px solid white;
  padding-top: 1.5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .ready-site-filter .stats {
    flex-direction: column;
  }
}
.ready-site-filter .stats > div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.ready-site-filter .divider {
  border-left: 1px solid white;
  height: 2rem;
}
@media (max-width: 768px) {
  .ready-site-filter .divider {
    border-left: unset;
    height: unset;
    border-top: 1px solid white;
    width: 100%;
  }
}

.ready-site-themes {
  background: linear-gradient(to bottom, #ffffff 0%, #dff6f5 100%);
  color: #a17bf4;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.ready-site-themes .cards {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ready-site-themes .cards .card {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ready-site-themes .cards .card {
    flex-basis: 100%;
  }
}

.ready-site-themes h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.ready-site-themes p.description {
  font-weight: 400;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.4;
}

.ready-site-themes .card {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 12px 12px 20px;
  overflow: hidden;
}
.ready-site-themes .card .img-box {
  width: 100%;
  height: 450px;
  background-color: #eae0ff;
  border-radius: 10px;
  position: relative;
}
.ready-site-themes .card .img-box .laptop-area {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.ready-site-themes .card .img-box .laptop-area .laptop {
  position: relative;
  margin: auto;
  max-width: 70%;
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__screen {
  position: relative;
  z-index: 1;
  padding: 3%;
  border-radius: 2rem;
  background-image: linear-gradient(to bottom, #333, #111);
  box-shadow: 0 0.1rem 0 #cfcfcf;
  border: 2px solid #ccc;
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__screen img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  background: #000;
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__bottom {
  position: relative;
  z-index: 1;
  margin-right: -7%;
  margin-left: -7%;
  height: 0.7rem;
  background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__bottom::before {
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 0.7rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
  content: " ";
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__under {
  position: absolute;
  top: 100%;
  left: 25%;
  display: block;
  width: 50%;
  height: 1.5rem;
  background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__under::after, .ready-site-themes .card .img-box .laptop-area .laptop .laptop__under::before {
  position: absolute;
  top: 0%;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50%;
  border-bottom-left-radius: 100%;
  background: inherit;
  content: " ";
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__under::after {
  right: auto;
  left: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
}
.ready-site-themes .card .img-box .laptop-area .laptop .laptop__shadow {
  position: absolute;
  right: -10%;
  bottom: -2.5rem;
  left: -10%;
  z-index: 0;
  height: 2rem;
  background: radial-gradient(ellipse closest-side, #000, transparent);
  opacity: 0.5;
}
.ready-site-themes .card .img-box .ipad-area {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 20px;
  z-index: 2;
}
.ready-site-themes .card .img-box .ipad-area .ipad-frame {
  width: 32%;
  background-color: black;
  border-radius: 4px;
  box-shadow: 0 0 0 3px #111, 0 0 0 8px #333, 0 8px 16px rgba(0, 0, 0, 0.25);
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.ready-site-themes .card .img-box .ipad-area .ipad-screen {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background-color: #c6dde1;
}
.ready-site-themes .card .img-box .ipad-area .ipad-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ready-site-themes .card .img-box .iphone-area {
  position: absolute;
  top: 180px;
  right: 20px;
  z-index: 3;
}
.ready-site-themes .card .img-box .iphone-area .iphone-x {
  position: relative;
  width: 96px;
  height: 192px;
  border: 2.4px solid black;
  border-radius: 14.4px;
  background-color: black;
  box-shadow: 0 0 4.5px rgba(0, 0, 0, 0.5);
}
.ready-site-themes .card .img-box .iphone-area .inner-white-border {
  position: absolute;
  top: 3.6px;
  left: 3.6px;
  right: 3.6px;
  bottom: 3.6px;
  border-radius: 10.8px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ready-site-themes .card .img-box .iphone-area .screen {
  position: relative;
  width: 84px;
  height: 180px;
  border-radius: 8.4px;
  overflow: hidden;
}
.ready-site-themes .card .img-box .iphone-area .screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ready-site-themes .card .img-box .iphone-area .notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 9px;
  background-color: black;
  border-bottom-left-radius: 5.4px;
  border-bottom-right-radius: 5.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6px;
  padding: 0 4.8px;
  box-sizing: border-box;
}
.ready-site-themes .card .img-box .iphone-area .camera-lens {
  width: 4.2px;
  height: 4.2px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.ready-site-themes .card .img-box .iphone-area .speaker-bar {
  flex: 1;
  height: 1.8px;
  background-color: #2d2d2d;
  border-radius: 9999px;
  box-shadow: inset 0 0.3px 0.6px #444;
  max-width: 18px;
}
.ready-site-themes .card .img-box .iphone-area .infrared-sensor {
  width: 3.6px;
  height: 3.6px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.ready-site-themes .ribbon {
  position: absolute;
  top: 11px;
  right: -28px;
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 0 6px 0 6px;
  transform: rotate(45deg);
  width: 90px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.ready-site-themes .card-content {
  margin-top: 12px;
  text-align: center;
}
.ready-site-themes .card-subtitle {
  font-size: 11px;
  font-weight: 700;
  color: #a17bf4;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.ready-site-themes .card-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 6px;
  color: #5129a3;
}
.ready-site-themes .card-desc {
  font-size: 13px;
  color: #5129a3;
  margin-bottom: 12px;
  line-height: 1.3;
}
.ready-site-themes .btn-group {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ready-site-themes .btn {
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  min-width: unset;
  max-width: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
  transition: background-color 0.3s ease;
}
.ready-site-themes .btn img {
  width: 20px;
  height: unset;
  filter: brightness(0) invert(1);
}
.ready-site-themes .btn-demo {
  background-color: #a17bf4;
  color: white;
  transition: 0.2s;
}
.ready-site-themes .btn-demo:hover {
  opacity: 0.7;
}
.ready-site-themes .btn-detail {
  background-color: #fc615c;
  color: white;
  transition: 0.2s;
}
.ready-site-themes .btn-detail:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .ready-site-themes h2 {
    font-size: 28px;
  }
  .ready-site-themes p.description {
    font-size: 18px;
  }
  .ready-site-themes .card {
    width: 32%;
  }
  .ready-site-themes.two .card {
    width: 48%;
  }
}
.advantages-of-packages {
  color: #a17bf4;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
}

.advantages-of-packages h2 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.advantages-of-packages p.lead {
  font-weight: 400;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #a17bf4;
}

.advantages-of-packages .card {
  border: 1px solid #f3f4f6;
  border-radius: 0.375rem;
  padding: 2rem;
  box-shadow: none;
  height: 100%;
  background: #ffffff;
}
.advantages-of-packages .card:hover .icon-bg {
  background-color: #5129a3;
}
.advantages-of-packages .card:hover .icon-bg i {
  color: #eae0ff;
}

.advantages-of-packages .icon-bg {
  background-color: #eae0ff;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 50px;
  padding: 10px;
  transition: 0.2s;
}

.advantages-of-packages .icon-bg svg,
.advantages-of-packages .icon-bg i {
  color: #5129a3;
  font-size: 50px;
  line-height: 1;
  transition: 0.2s;
}

.advantages-of-packages h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  padding: 0 5px 5px 5px;
}

.advantages-of-packages p.card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #5129a3;
  padding: 5px;
}

.advantages-of-packages strong {
  font-weight: 700;
}

.custom-feature-section {
  margin: 0 auto;
  padding: 40px 24px;
  color: #a17bf4;
}

.custom-feature-section p.intro {
  margin: 0 auto 40px auto;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
}

.custom-feature-card {
  background-color: #eae0ff;
  border-radius: 0.375rem;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  color: #a17bf4;
}

.custom-feature-card img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 0.375rem;
  flex-shrink: 0;
}

.custom-feature-content {
  max-width: 400px;
}

.custom-feature-badge {
  display: inline-block;
  background-color: #fc615c;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 9999px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.custom-feature-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 12px;
  color: #a17bf4;
}

.custom-feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: #a17bf4;
}

.custom-feature-text strong {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .custom-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .custom-feature-content {
    max-width: 100%;
  }
  .custom-feature-content p,
  .custom-feature-title {
    text-align: left;
  }
}
.custom-feature-content {
  margin: auto 0;
}

.other-services-page {
  padding: 60px 0;
  min-height: 100vh;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
.other-services-page .other-services-hero {
  margin-bottom: 80px;
  text-align: center;
  padding: 60px 0;
}
.other-services-page .other-services-hero .other-services-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 20px;
  position: relative;
}
.other-services-page .other-services-hero .other-services-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #fc615c;
  border-radius: 2px;
}
.other-services-page .other-services-hero .other-services-subtitle {
  font-size: 1.3rem;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.other-services-page .other-services-grid {
  margin-bottom: 80px;
}
.other-services-page .other-services-grid .other-service-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}
.other-services-page .other-services-grid .other-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #fc615c;
}
.other-services-page .other-services-grid .other-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px #5129a3;
}
.other-services-page .other-services-grid .other-service-card .service-icon {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.other-services-page .other-services-grid .other-service-card .service-icon i {
  font-size: 2rem;
  color: white;
}
.other-services-page .other-services-grid .other-service-card .service-title {
  font-size: 25px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
  text-align: center;
}
.other-services-page .other-services-grid .other-service-card .service-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
.other-services-page .other-services-grid .other-service-card .service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.other-services-page .other-services-grid .other-service-card .service-features li {
  padding: 8px 0;
  color: #333;
  position: relative;
  padding-left: 25px;
}
.other-services-page .other-services-grid .other-service-card .service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.other-services-page .other-services-grid .other-service-card .service-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #a17bf4;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
}
.other-services-page .other-services-grid .other-service-card .service-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-2px);
}
.other-services-page .other-services-cta {
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
}
.other-services-page .other-services-cta .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 20px;
}
.other-services-page .other-services-cta .cta-description {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.other-services-page .other-services-cta .cta-button {
  padding: 15px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.other-services-page .other-services-cta .cta-button:hover {
  background: #fc615c;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 156, 1, 0.3);
}

@media (max-width: 768px) {
  .other-services-page .other-services-hero .other-services-title {
    font-size: 2.5rem;
  }
  .other-services-page .other-services-cta .cta-title {
    font-size: 2rem;
  }
}
.seo-services-page {
  padding-bottom: 30px;
}
.seo-services-page .seo-hero-wrapper {
  padding: 80px;
  margin-bottom: 100px;
  color: white;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .seo-services-page .seo-hero-wrapper {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
  line-height: 1.1;
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: black;
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-stats-grid .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
  margin-bottom: 8px;
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-stats-grid .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: black;
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.seo-services-page .seo-hero-wrapper .seo-hero-content .seo-hero-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.seo-services-page .seo-hero-wrapper .seo-hero-visual {
  text-align: center;
}
.seo-services-page .seo-hero-wrapper .seo-hero-visual img {
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.seo-services-page .seo-process-section {
  margin-bottom: 100px;
}
.seo-services-page .seo-process-section .seo-process-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.seo-services-page .seo-process-section .seo-process-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.seo-services-page .seo-process-section .seo-process-step {
  text-align: center;
  position: relative;
  padding: 30px 20px;
}
.seo-services-page .seo-process-section .seo-process-step .step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fc615c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.seo-services-page .seo-process-section .seo-process-step .step-icon {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  border: 3px solid #cdf0ea;
}
.seo-services-page .seo-process-section .seo-process-step .step-icon i {
  font-size: 2.5rem;
  color: #a17bf4;
}
.seo-services-page .seo-process-section .seo-process-step .step-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.seo-services-page .seo-process-section .seo-process-step .step-description {
  color: #666;
  line-height: 1.6;
}
.seo-services-page .seo-services-grid {
  margin-bottom: 100px;
}
.seo-services-page .seo-services-grid .seo-services-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 60px;
}
.seo-services-page .seo-services-grid .seo-service-item {
  background: white;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  display: flex;
  gap: 25px;
}
.seo-services-page .seo-services-grid .seo-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-icon i {
  font-size: 2rem;
  color: white;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-content .service-item-title {
  font-size: 23px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-content .service-item-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-content .service-item-features {
  list-style: none;
  padding: 0;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-content .service-item-features li {
  padding: 5px 0;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.seo-services-page .seo-services-grid .seo-service-item .service-item-content .service-item-features li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.seo-services-page .seo-packages-section .seo-packages-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.seo-services-page .seo-packages-section .seo-packages-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.seo-services-page .seo-packages-section .seo-package-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.seo-services-page .seo-packages-section .seo-package-card.popular {
  transform: scale(1.05);
  border: 3px solid #a17bf4;
}
.seo-services-page .seo-packages-section .seo-package-card.popular .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fc615c;
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
}
.seo-services-page .seo-packages-section .seo-package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(42, 157, 143, 0.15);
}
.seo-services-page .seo-packages-section .seo-package-card:hover.popular {
  transform: translateY(-10px) scale(1.05);
}
.seo-services-page .seo-packages-section .seo-package-card .package-header {
  margin-bottom: 30px;
}
.seo-services-page .seo-packages-section .seo-package-card .package-header .package-title {
  font-size: 24px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 20px;
}
.seo-services-page .seo-packages-section .seo-package-card .package-header .package-price .price-currency {
  font-size: 1.5rem;
  color: #fc615c;
  vertical-align: top;
}
.seo-services-page .seo-packages-section .seo-package-card .package-header .package-price .price-amount {
  font-size: 4rem;
  font-weight: 700;
  color: #fc615c;
}
.seo-services-page .seo-packages-section .seo-package-card .package-header .package-price .price-period {
  font-size: 1.2rem;
  color: #666;
}
.seo-services-page .seo-packages-section .seo-package-card .package-features {
  margin-bottom: 30px;
}
.seo-services-page .seo-packages-section .seo-package-card .package-features ul {
  list-style: none;
  padding: 0;
}
.seo-services-page .seo-packages-section .seo-package-card .package-features ul li {
  padding: 12px 0;
  color: #333;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
  padding-left: 25px;
}
.seo-services-page .seo-packages-section .seo-package-card .package-features ul li:last-child {
  border-bottom: none;
}
.seo-services-page .seo-packages-section .seo-package-card .package-features ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.seo-services-page .seo-packages-section .seo-package-card .package-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #a17bf4;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
}
.seo-services-page .seo-packages-section .seo-package-card .package-button:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .seo-services-page .seo-hero-wrapper .seo-hero-content .seo-hero-title {
    font-size: 2.5rem;
  }
  .seo-services-page .seo-hero-wrapper .seo-hero-content .seo-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .seo-services-page .seo-process-section .seo-process-title {
    font-size: 2.2rem;
  }
  .seo-services-page .seo-services-grid .seo-services-title {
    font-size: 2.2rem;
  }
  .seo-services-page .seo-services-grid .seo-service-item {
    flex-direction: column;
    text-align: center;
  }
  .seo-services-page .seo-packages-section .seo-package-card.popular {
    transform: none;
    margin-top: 30px;
  }
}
.smm-services-page {
  padding-bottom: 30px;
}
.smm-services-page .smm-hero-section {
  margin-bottom: 100px;
  padding: 80px;
  color: black;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .smm-services-page .smm-hero-section {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.smm-services-page .smm-hero-section .smm-main-title {
  font-size: 3.7rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}
.smm-services-page .smm-hero-section .smm-main-subtitle {
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}
.smm-services-page .smm-hero-section .smm-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.smm-services-page .smm-hero-section .smm-hero-features .hero-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}
.smm-services-page .smm-hero-section .smm-hero-features .hero-feature-item i {
  font-size: 1.2rem;
  color: #fc615c;
}
.smm-services-page .smm-hero-section .smm-hero-features .hero-feature-item span {
  font-weight: 500;
}
.smm-services-page .smm-hero-section .smm-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 156, 1, 0.3);
}
.smm-services-page .smm-hero-section .smm-cta-button:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 156, 1, 0.4);
}
.smm-services-page .smm-hero-section .smm-hero-image {
  text-align: center;
}
.smm-services-page .smm-hero-section .smm-hero-image img {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.smm-services-page .smm-services-section {
  margin-bottom: 100px;
}
.smm-services-page .smm-services-section .smm-service-box {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}
.smm-services-page .smm-services-section .smm-service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 157, 143, 0.15);
}
.smm-services-page .smm-services-section .smm-service-box .service-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-services-page .smm-services-section .smm-service-box .service-icon-wrapper i {
  font-size: 2.5rem;
  color: white;
}
.smm-services-page .smm-services-section .smm-service-box .service-box-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.smm-services-page .smm-services-section .smm-service-box .service-box-description {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}
.smm-services-page .smm-services-section .smm-service-box .service-box-features {
  list-style: none;
  padding: 0;
  text-align: left;
}
.smm-services-page .smm-services-section .smm-service-box .service-box-features li {
  padding: 8px 0;
  color: #333;
  position: relative;
  padding-left: 25px;
}
.smm-services-page .smm-services-section .smm-service-box .service-box-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.smm-services-page .smm-pricing-section .smm-pricing-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.smm-services-page .smm-pricing-section .smm-pricing-card.featured {
  transform: scale(1.05);
  border: 3px solid #a17bf4;
}
.smm-services-page .smm-pricing-section .smm-pricing-card.featured .featured-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fc615c;
  color: white;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
}
.smm-services-page .smm-pricing-section .smm-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.smm-services-page .smm-pricing-section .smm-pricing-card:hover.featured {
  transform: translateY(-5px) scale(1.05);
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-header {
  margin-bottom: 30px;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-header .package-name {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-header .package-price .price-amount {
  font-size: 3rem;
  font-weight: 700;
  color: #fc615c;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-header .package-price .price-period {
  font-size: 1.1rem;
  color: #666;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-features li {
  padding: 10px 0;
  color: #333;
  border-bottom: 1px solid #ecf0f1;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-features li:last-child {
  border-bottom: none;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #a17bf4;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.smm-services-page .smm-pricing-section .smm-pricing-card .pricing-button:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .smm-services-page .smm-hero-section .smm-main-title {
    font-size: 2.5rem;
  }
  .smm-services-page .smm-hero-section .smm-hero-features {
    flex-direction: column;
    align-items: flex-start;
  }
  .smm-services-page .smm-services-section .smm-section-title {
    font-size: 2.2rem;
  }
  .smm-services-page .smm-pricing-section .smm-pricing-card.featured {
    transform: none;
    margin-top: 30px;
  }
}
.sms-services-page {
  padding-bottom: 30px;
}
.sms-services-page .sms-hero-section {
  padding: 80px;
  margin-bottom: 100px;
  color: black;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .sms-services-page .sms-hero-section {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats .hero-stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats .hero-stat-item .stat-icon {
  width: 50px;
  height: 50px;
  background: rgba(161, 123, 244, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats .hero-stat-item .stat-icon i {
  font-size: 1.5rem;
  color: black;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats .hero-stat-item .stat-info .stat-number {
  font-size: 20px;
  font-weight: 700;
  color: #fc615c;
  line-height: 1;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats .hero-stat-item .stat-info .stat-text {
  opacity: 0.8;
  color: black;
  font-size: 12px;
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-cta {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.sms-services-page .sms-hero-section .sms-hero-content .sms-hero-cta:hover {
  background: #fc615c;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.sms-services-page .sms-hero-section .sms-hero-image {
  text-align: center;
}
.sms-services-page .sms-hero-section .sms-hero-image img {
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.sms-services-page .sms-features-section {
  margin-bottom: 100px;
}
.sms-services-page .sms-features-section .sms-features-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.sms-services-page .sms-features-section .sms-features-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.sms-services-page .sms-features-section .sms-feature-box {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
}
.sms-services-page .sms-features-section .sms-feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 157, 143, 0.15);
}
.sms-services-page .sms-features-section .sms-feature-box .feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.sms-services-page .sms-features-section .sms-feature-box .feature-icon-wrapper i {
  font-size: 2rem;
  color: white;
}
.sms-services-page .sms-features-section .sms-feature-box .feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.sms-services-page .sms-features-section .sms-feature-box .feature-description {
  color: #666;
  line-height: 1.6;
}
.sms-services-page .sms-services-section {
  margin-bottom: 100px;
}
.sms-services-page .sms-services-section .sms-services-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 60px;
}
.sms-services-page .sms-services-section .sms-service-card {
  background: white;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .sms-services-page .sms-services-section .sms-service-card {
    justify-content: center;
    align-items: center;
  }
}
.sms-services-page .sms-services-section .sms-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.sms-services-page .sms-services-section .sms-service-card .service-card-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-icon i {
  font-size: 2rem;
  color: white;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-content .service-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-content .service-card-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-content .service-card-features {
  list-style: none;
  padding: 0;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-content .service-card-features li {
  padding: 5px 0;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.sms-services-page .sms-services-section .sms-service-card .service-card-content .service-card-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.sms-services-page .sms-pricing-section {
  margin-bottom: 100px;
}
.sms-services-page .sms-pricing-section .sms-pricing-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.sms-services-page .sms-pricing-section .sms-pricing-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.sms-services-page .sms-pricing-section .sms-pricing-card {
  background: white;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sms-services-page .sms-pricing-section .sms-pricing-card.popular {
  transform: scale(1.05);
  border: 3px solid #a17bf4;
}
.sms-services-page .sms-pricing-section .sms-pricing-card.popular .popular-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fc615c;
  color: white;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}
.sms-services-page .sms-pricing-section .sms-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.sms-services-page .sms-pricing-section .sms-pricing-card:hover.popular {
  transform: translateY(-5px) scale(1.05);
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-header {
  margin-bottom: 30px;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-header .package-name {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 10px;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-header .package-sms-count {
  font-size: 14px;
  color: #a17bf4;
  font-weight: 600;
  margin-bottom: 15px;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-header .package-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-features li {
  padding: 8px 0;
  color: #333;
  border-bottom: 1px solid #ecf0f1;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-features li:last-child {
  border-bottom: none;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-button {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #a17bf4;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
}
.sms-services-page .sms-pricing-section .sms-pricing-card .pricing-card-button:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-2px);
}
.sms-services-page .sms-cta-section {
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
}
.sms-services-page .sms-cta-section .sms-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 20px;
}
.sms-services-page .sms-cta-section .sms-cta-description {
  color: #666;
  margin-bottom: 30px;
}
.sms-services-page .sms-cta-section .sms-cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.sms-services-page .sms-cta-section .sms-cta-button:hover {
  background: #fc615c;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 156, 1, 0.3);
}

@media (max-width: 768px) {
  .sms-services-page .sms-hero-section .sms-hero-content .sms-hero-title {
    font-size: 2.5rem;
  }
  .sms-services-page .sms-hero-section .sms-hero-content .sms-hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  .sms-services-page .sms-features-section .sms-features-title {
    font-size: 2.2rem;
  }
  .sms-services-page .sms-services-section .sms-services-title {
    font-size: 2.2rem;
  }
  .sms-services-page .sms-services-section .sms-service-card {
    flex-direction: column;
    text-align: center;
  }
  .sms-services-page .sms-pricing-section .sms-pricing-title {
    font-size: 2.2rem;
  }
  .sms-services-page .sms-pricing-section .sms-pricing-card.popular {
    transform: none;
    margin-top: 30px;
  }
  .sms-services-page .sms-cta-section .sms-cta-title {
    font-size: 2rem;
  }
}
.about-us-page {
  padding-bottom: 30px;
}
.about-us-page .about-hero-section {
  padding: 80px;
  margin-bottom: 100px;
  color: black;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .about-us-page .about-hero-section {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.about-us-page .about-hero-section .about-hero-content {
  padding-right: 40px;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.1;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-description {
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-stats {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-stats .hero-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 20px;
  border-radius: 15px;
  min-width: 120px;
  flex: 0 0 auto;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-stats .hero-stat .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
  margin-bottom: 8px;
  line-height: 1;
}
.about-us-page .about-hero-section .about-hero-content .about-hero-stats .hero-stat .stat-label {
  font-size: 13px;
  opacity: 0.8;
  color: black;
}
.about-us-page .about-hero-section .about-hero-image {
  text-align: center;
  padding-left: 40px;
}
.about-us-page .about-hero-section .about-hero-image img {
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}
.about-us-page .mission-vision-section {
  margin-bottom: 100px;
}
.about-us-page .mission-vision-section .mission-card,
.about-us-page .mission-vision-section .vision-card {
  background: white;
  padding: 50px 40px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}
.about-us-page .mission-vision-section .mission-card:hover,
.about-us-page .mission-vision-section .vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(42, 157, 143, 0.15);
}
.about-us-page .mission-vision-section .mission-card .card-icon,
.about-us-page .mission-vision-section .vision-card .card-icon {
  width: 100px;
  height: 100px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.about-us-page .mission-vision-section .mission-card .card-icon i,
.about-us-page .mission-vision-section .vision-card .card-icon i {
  font-size: 3rem;
  color: white;
}
.about-us-page .mission-vision-section .mission-card .card-title,
.about-us-page .mission-vision-section .vision-card .card-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 25px;
}
.about-us-page .mission-vision-section .mission-card .card-description,
.about-us-page .mission-vision-section .vision-card .card-description {
  color: #666;
  line-height: 1.7;
}
.about-us-page .mission-vision-section .vision-card .card-icon {
  background: #fc615c;
}
.about-us-page .values-section {
  margin-bottom: 100px;
}
.about-us-page .values-section .values-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.about-us-page .values-section .values-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.about-us-page .values-section .value-item {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
}
.about-us-page .values-section .value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.about-us-page .values-section .value-item .value-icon {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.about-us-page .values-section .value-item .value-icon i {
  font-size: 2rem;
  color: white;
}
.about-us-page .values-section .value-item .value-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.about-us-page .values-section .value-item .value-description {
  color: #666;
  line-height: 1.6;
}
.about-us-page .team-section {
  margin-bottom: 100px;
}
.about-us-page .team-section .team-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}
.about-us-page .team-section .team-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.about-us-page .team-section .team-member {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.about-us-page .team-section .team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(42, 157, 143, 0.15);
}
.about-us-page .team-section .team-member .member-image {
  margin-bottom: 25px;
}
.about-us-page .team-section .team-member .member-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #cdf0ea;
}
.about-us-page .team-section .team-member .member-info .member-name {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 8px;
}
.about-us-page .team-section .team-member .member-info .member-position {
  font-size: 1.1rem;
  color: #fc615c;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-us-page .team-section .team-member .member-info .member-description {
  color: #666;
  line-height: 1.6;
}
.about-us-page .why-choose-section {
  margin-bottom: 100px;
}
.about-us-page .why-choose-section .why-choose-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 60px;
}
.about-us-page .why-choose-section .choose-reason {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
@media (max-width: 768px) {
  .about-us-page .why-choose-section .choose-reason {
    align-items: center;
  }
}
.about-us-page .why-choose-section .choose-reason:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.about-us-page .why-choose-section .choose-reason .reason-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: #a17bf4;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-page .why-choose-section .choose-reason .reason-icon i {
  font-size: 1.8rem;
  color: white;
}
.about-us-page .why-choose-section .choose-reason .reason-content .reason-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 10px;
}
.about-us-page .why-choose-section .choose-reason .reason-content .reason-description {
  color: #666;
  line-height: 1.6;
}
.about-us-page .contact-cta-section {
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
}
.about-us-page .contact-cta-section .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 20px;
}
.about-us-page .contact-cta-section .cta-description {
  color: #666;
  margin-bottom: 40px;
}
.about-us-page .contact-cta-section .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.about-us-page .contact-cta-section .cta-buttons .cta-button {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-us-page .contact-cta-section .cta-buttons .cta-button.primary {
  background: #a17bf4;
  color: white;
}
.about-us-page .contact-cta-section .cta-buttons .cta-button.primary:hover {
  background: #238a7a;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(42, 157, 143, 0.3);
}
.about-us-page .contact-cta-section .cta-buttons .cta-button.secondary {
  background: transparent;
  color: #fc615c;
  border: 2px solid #fc615c;
}
.about-us-page .contact-cta-section .cta-buttons .cta-button.secondary:hover {
  background: #fc615c;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .about-us-page .about-hero-section .about-hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .about-us-page .about-hero-section .about-hero-content .about-hero-title {
    font-size: 2.5rem;
  }
  .about-us-page .about-hero-section .about-hero-content .about-hero-stats {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .about-us-page .about-hero-section .about-hero-image {
    padding-left: 0;
  }
  .about-us-page .mission-vision-section .mission-card .card-title,
  .about-us-page .mission-vision-section .vision-card .card-title {
    font-size: 1.8rem;
  }
  .about-us-page .values-section .values-title {
    font-size: 2.2rem;
  }
  .about-us-page .team-section .team-title {
    font-size: 2.2rem;
  }
  .about-us-page .why-choose-section .why-choose-title {
    font-size: 2.2rem;
  }
  .about-us-page .why-choose-section .choose-reason {
    flex-direction: column;
    text-align: center;
  }
  .about-us-page .contact-cta-section .cta-title {
    font-size: 2rem;
  }
  .about-us-page .contact-cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .about-us-page .contact-cta-section .cta-buttons .cta-button {
    width: 200px;
  }
}
.blog-page {
  padding-bottom: 30px;
}
.blog-page .blog-hero-wrapper {
  padding: 80px;
  margin-bottom: 100px;
  color: white;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog-page .blog-hero-wrapper {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
  line-height: 1.1;
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: black;
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-stats-grid .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
  margin-bottom: 8px;
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-stats-grid .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: black;
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.blog-page .blog-hero-wrapper .blog-hero-content .blog-hero-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.blog-page .blog-categories-section {
  margin-bottom: 100px;
}
.blog-page .blog-categories-section .blog-category-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
}
.blog-page .blog-categories-section .blog-category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 157, 143, 0.15);
}
.blog-page .blog-categories-section .blog-category-card .category-icon {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.blog-page .blog-categories-section .blog-category-card .category-icon i {
  font-size: 2rem;
  color: white;
}
.blog-page .blog-categories-section .blog-category-card .category-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.blog-page .blog-categories-section .blog-category-card .category-description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.blog-page .blog-categories-section .blog-category-card .category-count {
  color: #fc615c;
  font-weight: 600;
  font-size: 14px;
}
.blog-page .featured-posts-section {
  margin-bottom: 100px;
}
.blog-page .featured-posts-section .featured-post-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.blog-page .featured-posts-section .featured-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.blog-page .featured-posts-section .featured-post-card .post-image {
  position: relative;
  overflow: hidden;
}
.blog-page .featured-posts-section .featured-post-card .post-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-page .featured-posts-section .featured-post-card .post-image .post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fc615c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.blog-page .featured-posts-section .featured-post-card .post-image:hover img {
  transform: scale(1.05);
}
.blog-page .featured-posts-section .featured-post-card .post-content {
  padding: 30px;
}
.blog-page .featured-posts-section .featured-post-card .post-content .post-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-page .featured-posts-section .featured-post-card .post-content .post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}
.blog-page .featured-posts-section .featured-post-card .post-content .post-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.blog-page .featured-posts-section .featured-post-card .post-content .post-read-more {
  color: #a17bf4;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.blog-page .featured-posts-section .featured-post-card .post-content .post-read-more:hover {
  color: #fc615c;
}
.blog-page .recent-posts-section {
  margin-bottom: 100px;
}
.blog-page .recent-posts-section .blog-post-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.blog-page .recent-posts-section .blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.blog-page .recent-posts-section .blog-post-card .post-image {
  position: relative;
  overflow: hidden;
}
.blog-page .recent-posts-section .blog-post-card .post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-page .recent-posts-section .blog-post-card .post-image .post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fc615c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.blog-page .recent-posts-section .blog-post-card .post-image:hover img {
  transform: scale(1.05);
}
.blog-page .recent-posts-section .blog-post-card .post-content {
  padding: 25px;
}
.blog-page .recent-posts-section .blog-post-card .post-content .post-title {
  font-size: 18px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-page .recent-posts-section .blog-post-card .post-content .post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}
.blog-page .recent-posts-section .blog-post-card .post-content .post-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 12px;
  color: #999;
}
.blog-page .recent-posts-section .blog-post-card .post-content .post-read-more {
  color: #a17bf4;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.blog-page .recent-posts-section .blog-post-card .post-content .post-read-more:hover {
  color: #fc615c;
}
.blog-page .recent-posts-section .blog-pagination {
  margin-top: 60px;
}
.blog-page .recent-posts-section .blog-pagination .pagination .page-link {
  color: #a17bf4;
  border-color: #cdf0ea;
  padding: 10px 15px;
}
.blog-page .recent-posts-section .blog-pagination .pagination .page-link:hover {
  background-color: #cdf0ea;
  border-color: #a17bf4;
}
.blog-page .recent-posts-section .blog-pagination .pagination .page-item.active .page-link {
  background-color: #a17bf4;
  border-color: #a17bf4;
}
.blog-page .newsletter-section {
  margin-bottom: 100px;
}
.blog-page .newsletter-section .newsletter-wrapper {
  background: white;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
}
.blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .form-control {
  border: 2px solid #cdf0ea;
  border-radius: 50px 0 0 50px;
  padding: 15px 20px;
  font-size: 16px;
}
.blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .form-control:focus {
  border-color: #a17bf4;
  box-shadow: none;
}
.blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .newsletter-btn {
  background: #fc615c;
  color: white;
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 15px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .newsletter-btn:hover {
  background: #fc615c;
}

@media (max-width: 768px) {
  .blog-page .blog-hero-wrapper .blog-hero-content .blog-hero-title {
    font-size: 2.5rem;
  }
  .blog-page .blog-hero-wrapper .blog-hero-content .blog-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .blog-page .newsletter-section .newsletter-wrapper {
    padding: 40px 20px;
  }
  .blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group {
    flex-direction: column;
  }
  .blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .form-control {
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .blog-page .newsletter-section .newsletter-wrapper .newsletter-form .input-group .newsletter-btn {
    border-radius: 25px;
  }
}
.how-we-work-page {
  padding-bottom: 30px;
}
.how-we-work-page .work-hero-wrapper {
  padding: 80px;
  margin-bottom: 100px;
  color: white;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .how-we-work-page .work-hero-wrapper {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
  line-height: 1.1;
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: black;
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-stats-grid .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
  margin-bottom: 8px;
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-stats-grid .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: black;
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.how-we-work-page .work-hero-wrapper .work-hero-content .work-hero-btn:hover {
  background: #e88a00;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.how-we-work-page .work-process-section {
  margin-bottom: 100px;
}
.how-we-work-page .work-process-section .work-process-step {
  text-align: center;
  position: relative;
  padding: 30px 20px;
}
.how-we-work-page .work-process-section .work-process-step .step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fc615c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.how-we-work-page .work-process-section .work-process-step .step-icon {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  border: 3px solid #cdf0ea;
}
.how-we-work-page .work-process-section .work-process-step .step-icon i {
  font-size: 2.5rem;
  color: #a17bf4;
}
.how-we-work-page .work-process-section .work-process-step .step-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.how-we-work-page .work-process-section .work-process-step .step-description {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}
.how-we-work-page .work-process-section .work-process-step.special .step-number {
  display: none;
}
.how-we-work-page .work-methods-section {
  margin-bottom: 100px;
}
.how-we-work-page .work-methods-section .work-method-item {
  background: white;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  display: flex;
  gap: 25px;
}
.how-we-work-page .work-methods-section .work-method-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.how-we-work-page .work-methods-section .work-method-item .method-item-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-icon i {
  font-size: 2rem;
  color: white;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-content .method-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-content .method-item-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-content .method-item-features {
  list-style: none;
  padding: 0;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-content .method-item-features li {
  padding: 5px 0;
  color: #333;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.how-we-work-page .work-methods-section .work-method-item .method-item-content .method-item-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a17bf4;
  font-weight: bold;
}
.how-we-work-page .communication-section {
  margin-bottom: 100px;
}
.how-we-work-page .communication-section .communication-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
}
.how-we-work-page .communication-section .communication-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 157, 143, 0.15);
}
.how-we-work-page .communication-section .communication-card .comm-icon {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.how-we-work-page .communication-section .communication-card .comm-icon i {
  font-size: 2rem;
  color: white;
}
.how-we-work-page .communication-section .communication-card .comm-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.how-we-work-page .communication-section .communication-card .comm-description {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

.area-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a17bf4;
  margin-bottom: 15px;
}

.area-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .how-we-work-page .work-hero-wrapper .work-hero-content .work-hero-title {
    font-size: 2.5rem;
  }
  .how-we-work-page .work-hero-wrapper .work-hero-content .work-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .how-we-work-page .work-methods-section .work-method-item {
    flex-direction: column;
    text-align: center;
  }
  .how-we-work-page .area-title {
    font-size: 2.2rem;
  }
}
.contact-page {
  padding-bottom: 30px;
}
.contact-page .contact-hero-wrapper {
  padding: 80px;
  margin-bottom: 100px;
  color: white;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact-page .contact-hero-wrapper {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
  line-height: 1.1;
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: black;
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-stats-grid .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fc615c;
  margin-bottom: 8px;
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-stats-grid .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: black;
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fc615c;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.contact-page .contact-hero-wrapper .contact-hero-content .contact-hero-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.contact-page .contact-info-section {
  margin-bottom: 100px;
}
.contact-page .contact-info-section .contact-info-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
}
.contact-page .contact-info-section .contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 157, 143, 0.15);
}
.contact-page .contact-info-section .contact-info-card .info-icon {
  width: 80px;
  height: 80px;
  background: #a17bf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.contact-page .contact-info-section .contact-info-card .info-icon i {
  font-size: 2rem;
  color: white;
}
.contact-page .contact-info-section .contact-info-card .info-title {
  font-size: 20px;
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 15px;
}
.contact-page .contact-info-section .contact-info-card .info-description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.contact-page .contact-info-section .contact-info-card .info-details a {
  color: #a17bf4;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-page .contact-info-section .contact-info-card .info-details a:hover {
  color: #fc615c;
}
.contact-page .contact-info-section .contact-info-card .info-details span {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.contact-page .contact-form-section {
  margin-bottom: 100px;
}
.contact-page .contact-form-section .contact-form-wrapper {
  background: white;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(42, 157, 143, 0.1);
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-group label {
  font-weight: 600;
  color: #a17bf4;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-group .form-control {
  border: 2px solid #cdf0ea;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-group .form-control:focus {
  border-color: #a17bf4;
  box-shadow: 0 0 0 0.2rem rgba(42, 157, 143, 0.25);
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-check .form-check-label {
  font-size: 14px;
  color: #666;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-check .form-check-label a {
  color: #a17bf4;
  text-decoration: none;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .form-check .form-check-label a:hover {
  color: #fc615c;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .contact-submit-btn {
  background: #a17bf4;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.contact-page .contact-form-section .contact-form-wrapper .contact-form .contact-submit-btn:hover {
  opacity: 0.7;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(42, 157, 143, 0.3);
}
.contact-page .map-section {
  margin-bottom: 100px;
}
.contact-page .map-section .map-wrapper .map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
}

@media (max-width: 768px) {
  .contact-page .contact-hero-wrapper .contact-hero-content .contact-hero-title {
    font-size: 2.5rem;
  }
  .contact-page .contact-hero-wrapper .contact-hero-content .contact-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contact-page .contact-form-section .contact-form-wrapper {
    padding: 40px 20px;
  }
}
.portfolio-page {
  padding-bottom: 30px;
}
.portfolio-page .portfolio-hero-wrapper {
  padding: 80px;
  margin-bottom: 100px;
  color: white;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .portfolio-page .portfolio-hero-wrapper {
    padding: 15px 10px;
    margin-bottom: 50px;
  }
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
  line-height: 1.1;
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  color: black;
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-stats-grid .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff9c01;
  margin-bottom: 8px;
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-stats-grid .stat-item .stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: black;
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background: #ff9c01;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 156, 1, 0.3);
}
.portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-hero-btn:hover {
  background: #e88a00;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 156, 1, 0.4);
}
.portfolio-page .portfolio-filter-section {
  margin-bottom: 60px;
}
.portfolio-page .portfolio-filter-section .portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.portfolio-page .portfolio-filter-section .portfolio-filters .filter-btn {
  background: white;
  border: 2px solid #cdf0ea;
  color: #2a9d8f;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
}
.portfolio-page .portfolio-filter-section .portfolio-filters .filter-btn:hover, .portfolio-page .portfolio-filter-section .portfolio-filters .filter-btn.active {
  background: #2a9d8f;
  color: white;
  border-color: #2a9d8f;
}
.portfolio-page .portfolio-grid-section {
  margin-bottom: 100px;
}
.portfolio-page .portfolio-grid-section .portfolio-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.portfolio-page .portfolio-grid-section .portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 157, 143, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay .portfolio-actions {
  display: flex;
  gap: 15px;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay .portfolio-actions .portfolio-view,
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay .portfolio-actions .portfolio-link {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a9d8f;
  text-decoration: none;
  transition: all 0.3s ease;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay .portfolio-actions .portfolio-view:hover,
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image .portfolio-overlay .portfolio-actions .portfolio-link:hover {
  background: #ff9c01;
  color: white;
  transform: scale(1.1);
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image:hover img {
  transform: scale(1.05);
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-image:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content {
  padding: 30px;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content .portfolio-category {
  background: #cdf0ea;
  color: #2a9d8f;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content .portfolio-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a9d8f;
  margin-bottom: 15px;
  line-height: 1.4;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content .portfolio-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content .portfolio-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.portfolio-page .portfolio-grid-section .portfolio-card .portfolio-content .portfolio-tech .tech-tag {
  background: #f8f9fa;
  color: #666;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}
.portfolio-page .portfolio-grid-section .load-more-btn {
  background: #2a9d8f;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.portfolio-page .portfolio-grid-section .load-more-btn:hover {
  background: #238a7a;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(42, 157, 143, 0.3);
}
.portfolio-page .testimonials-section {
  margin-bottom: 100px;
}
.portfolio-page .testimonials-section .testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(42, 157, 143, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.portfolio-page .testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(42, 157, 143, 0.15);
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-content {
  margin-bottom: 30px;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-content p {
  font-style: italic;
  color: #666;
  line-height: 1.6;
  font-size: 16px;
  position: relative;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-content p::before {
  content: '"';
  font-size: 3rem;
  color: #cdf0ea;
  position: absolute;
  top: -10px;
  left: -10px;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-author .author-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-author .author-info .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #2a9d8f;
  margin-bottom: 5px;
}
.portfolio-page .testimonials-section .testimonial-card .testimonial-author .author-info .author-company {
  color: #666;
  font-size: 14px;
}

@media (max-width: 768px) {
  .portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-hero-title {
    font-size: 2.5rem;
  }
  .portfolio-page .portfolio-hero-wrapper .portfolio-hero-content .portfolio-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .portfolio-page .portfolio-filter-section .portfolio-filters {
    justify-content: center;
  }
  .portfolio-page .portfolio-filter-section .portfolio-filters .filter-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
  .portfolio-page .testimonials-section .testimonial-card .testimonial-author {
    flex-direction: column;
    text-align: center;
  }
}
.demo-inner-section {
  padding: 50px 0;
  background: url(/assets/images/web-hosting-hero-ellipse.png) no-repeat scroll center top, #eae0ff;
  background-size: cover;
}
.demo-inner-section .card-details {
  display: grid;
  grid-template-columns: 35% 63%;
  justify-content: space-between;
  margin-top: 50px;
}
.demo-inner-section .card-details .img-box {
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 10px;
  position: relative;
  border: 1px solid white;
}
.demo-inner-section .card-details .img-box .laptop-area {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.demo-inner-section .card-details .img-box .laptop-area .laptop {
  position: relative;
  margin: auto;
  max-width: 70%;
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__screen {
  position: relative;
  z-index: 1;
  padding: 3%;
  border-radius: 2rem;
  background-image: linear-gradient(to bottom, #333, #111);
  box-shadow: 0 0.1rem 0 #cfcfcf;
  border: 2px solid #ccc;
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  background: #000;
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__bottom {
  position: relative;
  z-index: 1;
  margin-right: -7%;
  margin-left: -7%;
  height: 0.7rem;
  background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__bottom::before {
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 0.7rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
  content: " ";
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__under {
  position: absolute;
  top: 100%;
  left: 25%;
  display: block;
  width: 50%;
  height: 1.5rem;
  background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__under::after, .demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__under::before {
  position: absolute;
  top: 0%;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50%;
  border-bottom-left-radius: 100%;
  background: inherit;
  content: " ";
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__under::after {
  right: auto;
  left: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
}
.demo-inner-section .card-details .img-box .laptop-area .laptop .laptop__shadow {
  position: absolute;
  right: -10%;
  bottom: -2.5rem;
  left: -10%;
  z-index: 0;
  height: 2rem;
  background: radial-gradient(ellipse closest-side, #000, transparent);
  opacity: 0.5;
}
.demo-inner-section .card-details .img-box .ipad-area {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 20px;
  z-index: 2;
}
.demo-inner-section .card-details .img-box .ipad-area .ipad-frame {
  width: 32%;
  background-color: black;
  border-radius: 4px;
  box-shadow: 0 0 0 3px #111, 0 0 0 8px #333, 0 8px 16px rgba(0, 0, 0, 0.25);
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.demo-inner-section .card-details .img-box .ipad-area .ipad-screen {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background-color: #c6dde1;
}
.demo-inner-section .card-details .img-box .ipad-area .ipad-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.demo-inner-section .card-details .img-box .iphone-area {
  position: absolute;
  top: 180px;
  right: 20px;
  z-index: 3;
}
.demo-inner-section .card-details .img-box .iphone-area .iphone-x {
  position: relative;
  width: 96px;
  height: 192px;
  border: 2.4px solid black;
  border-radius: 14.4px;
  background-color: black;
  box-shadow: 0 0 4.5px rgba(0, 0, 0, 0.5);
}
.demo-inner-section .card-details .img-box .iphone-area .inner-white-border {
  position: absolute;
  top: 3.6px;
  left: 3.6px;
  right: 3.6px;
  bottom: 3.6px;
  border-radius: 10.8px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo-inner-section .card-details .img-box .iphone-area .screen {
  position: relative;
  width: 84px;
  height: 180px;
  border-radius: 8.4px;
  overflow: hidden;
}
.demo-inner-section .card-details .img-box .iphone-area .screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.demo-inner-section .card-details .img-box .iphone-area .notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 9px;
  background-color: black;
  border-bottom-left-radius: 5.4px;
  border-bottom-right-radius: 5.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6px;
  padding: 0 4.8px;
  box-sizing: border-box;
}
.demo-inner-section .card-details .img-box .iphone-area .camera-lens {
  width: 4.2px;
  height: 4.2px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.demo-inner-section .card-details .img-box .iphone-area .speaker-bar {
  flex: 1;
  height: 1.8px;
  background-color: #2d2d2d;
  border-radius: 9999px;
  box-shadow: inset 0 0.3px 0.6px #444;
  max-width: 18px;
}
.demo-inner-section .card-details .img-box .iphone-area .infrared-sensor {
  width: 3.6px;
  height: 3.6px;
  background: radial-gradient(circle at center, #3a3a3a 0%, #1a1a1a 70%);
  border-radius: 50%;
  box-shadow: inset 0 0 0.9px #555, 0 0 1.5px #222;
}
.demo-inner-section .card-details .info-container {
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 10px;
  border: 1px solid white;
  padding: 1.5rem;
}
.demo-inner-section .card-details .info-container .info-label {
  font-weight: 700;
  color: #5129a3;
}
.demo-inner-section .card-details .info-container .info-value {
  color: #94a3b8;
}
.demo-inner-section .card-details .info-container .info-link {
  color: #0c71c3;
  text-decoration: none;
  cursor: pointer;
}
.demo-inner-section .card-details .info-container .info-link:hover {
  text-decoration: underline;
}
.demo-inner-section .card-details .info-container .info-tags span:not(:last-child)::after {
  content: ",";
  margin-right: 0.25rem;
}
.demo-inner-section .card-details .info-container .info-tags span:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .demo-inner-section .card-details {
    grid-template-columns: 100%;
    justify-content: center;
    gap: 20px;
  }
  .demo-inner-section .card-details .img-box {
    max-width: 450px;
    height: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
  .demo-inner-section .card-details .info-container {
    font-size: 14px;
  }
}
.demo-inner-section .text-info-area {
  border: 1px solid #bdc3c7;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 30px;
  margin: 30px auto;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.demo-inner-section .text-info-area .text-info-title {
  font-size: 2.5rem;
  color: #5129a3;
  margin-bottom: 20px;
}
.demo-inner-section .text-info-area .text-info-description {
  font-size: 16px;
  color: #5129a3;
  line-height: 1.6;
  margin-bottom: 25px;
}
.demo-inner-section .text-info-area .table {
  width: 100%;
}
.demo-inner-section .text-info-area .info-icon {
  color: #4b5563;
  font-size: 16px;
  width: 1.25rem;
  flex-shrink: 0;
  margin-right: 5px;
}
.demo-inner-section .text-info-area .checkmark {
  color: #16a34a;
  font-weight: 600;
}
.demo-inner-section .text-info-area .table tr {
  font-size: 20px;
  text-align: left;
}
.demo-inner-section .text-info-area .table thead th {
  background-color: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #5129a3;
}
.demo-inner-section .text-info-area .table tbody td {
  border-top: 1px solid #e5e7eb;
  vertical-align: middle;
}
.demo-inner-section .text-info-area .table tbody tr td:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.demo-inner-section .text-info-area .text-info-button {
  display: inline-block;
  background-color: #fc615c;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.demo-inner-section .text-info-area .text-info-button:hover {
  opacity: 0.7;
}
@media (max-width: 550px) {
  .demo-inner-section .text-info-area .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .demo-inner-section .text-info-area {
    padding: 20px;
  }
  .demo-inner-section .text-info-area .text-info-title {
    font-size: 16px;
  }
  .demo-inner-section .text-info-area .text-info-description {
    font-size: 14px;
  }
}

.search-result-wrapper {
  padding: 50px 0;
  color: #fff;
  background-image: url("/assets/images/bg3.png");
  background-position-y: calc(100% + 45px);
  background-repeat: no-repeat;
  background-size: cover;
}
.search-result-wrapper .search-hero-title {
  color: #5129a3;
}

.results-area {
  padding: 50px 0;
}
.results-area .border-orange-3 {
  border-bottom: 3px solid #fc615c;
}
.results-area .btn-orange {
  background-color: #fc615c;
  color: #fff;
}
.results-area .btn-orange:hover, .results-area .btn-orange:focus {
  opacity: 0.6;
}
.results-area .btn-teal {
  background-color: #a17bf4;
  color: #fff;
}
.results-area .btn-teal:hover, .results-area .btn-teal:focus {
  opacity: 0.6;
}
.results-area .category-link.active {
  color: #fc615c !important;
  font-weight: 600;
}
.results-area .category-link {
  font-weight: 600;
  color: #5129a3;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
}
.results-area .category-link:hover {
  text-decoration: underline;
}
.results-area .card-price {
  color: #fc615c;
  font-weight: 600;
  font-size: 1.125rem;
}
.results-area .card-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #5129a3;
}
.results-area .category-title {
  font-weight: 600;
  font-size: 20px;
  color: #5129a3;
  border-bottom: 3px solid #fc615c;
  padding-bottom: 0.25rem;
  display: inline-block;
}
.results-area .search-input {
  border: 1px solid #d1d5db;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
}
.results-area .search-btn {
  background-color: #fc615c;
  border-radius: 0 0.25rem 0.25rem 0;
  border: none;
  color: white;
  padding: 0.375rem 0.75rem;
}
.results-area .search-btn:hover {
  opacity: 0.6;
}

input, select {
  -webkit-appearance: none;
}

.form-notification {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.form-notification--error {
  color: #dc3545;
}
.form-notification--success {
  color: #198754;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group label {
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.form-group .error-text {
  color: #dc3545 !important;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.form-group .form-control {
  border-color: #DBDEE4;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 300;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.6rem 2rem;
  -webkit-appearance: none;
}
.form-group .form-control.is-invalid {
  border-color: #dc3545 !important;
}
.form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-group .form-control:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: unset;
}
.form-group input[type=number]::-webkit-outer-spin-button, .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group select.form-control {
  background-image: url("../images/svg-icons/arrow-bottom.svg");
  background-size: 2.4rem;
  background-position: right 2rem center;
  background-repeat: no-repeat;
  padding-right: 4rem;
}
.form-group textarea {
  resize: unset;
}
.form-group--checkbox {
  position: relative;
  min-height: auto;
  margin-top: 2rem;
}
.form-group--checkbox label {
  color: #A5A9B0;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-group--checkbox label:before, .form-group--checkbox label:after {
  content: "";
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}
.form-group--checkbox label:before {
  border: 1px solid #A5A9B0;
  margin-right: 0.5rem;
}
.form-group--checkbox label:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/checked.svg");
  filter: brightness(0) saturate(100%) invert(12%) sepia(43%) saturate(0%) hue-rotate(248deg) brightness(92%) contrast(96%);
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.form-group--checkbox input:checked + label:after {
  background-size: 80%;
}
.form-group .select2-container {
  width: 100% !important;
}
.form-group .select2-container .select2-selection--single {
  height: auto;
  border-color: #DBDEE4;
  border-radius: 10px;
  background-color: transparent;
}
.form-group .select2-container .select2-selection__rendered {
  background-color: #fff;
  color: black;
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.5rem 1.6rem;
  padding-right: 5.4rem;
  -webkit-appearance: none;
  height: auto;
  border-radius: inherit;
}
.form-group .select2-container .select2-selection__arrow {
  background-image: url("../images/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.4rem;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: auto;
  width: 2.4rem;
}
.form-group .select2-container .select2-selection__arrow b {
  display: none;
}
.form-group .select2-container .select2-selection__clear {
  order: 1000;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  padding: 0;
  background-image: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  margin: 0;
}
.form-group .select2-container .select2-selection--multiple {
  border-color: #DBDEE4;
  padding: 0 3.5rem 0.8rem 0;
  min-height: 4.7rem;
  border-radius: 8px;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__rendered {
  background-color: transparent;
  align-items: flex-start;
  padding: 0;
  gap: 0.8rem 1.6rem;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  width: max-content;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background-color: #F3F3F3;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0.6rem 0 0 0.8rem;
  white-space: unset;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
  margin-right: 0.8rem;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  position: unset;
  border: none;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  padding: 0;
  background-image: url("../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
}
.form-group .select2-container .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
.form-group .select2-container .select2-selection--multiple .select2-search__field {
  margin-bottom: 0.7rem;
  margin-top: 1.3rem;
  margin-left: 1rem;
  color: black;
}
.form-group .select2-container .select-img {
  display: flex;
  align-items: center;
}
.form-group .select2-container .select-img img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #A5A9B0;
  margin-right: 0.8rem;
  object-fit: cover;
}
.form-group .select2-container .select2-dropdown {
  border-color: #DBDEE4;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.form-group .select2-container .select2-search {
  padding: 0;
}
.form-group .select2-container .select2-search input {
  border: none;
  padding: 1.1rem 4.5rem 1.1rem 1.6rem;
  background-color: #F4F4F4;
  font-size: 1.2rem;
  font-weight: normal;
  color: #A5A9B0;
  background-image: url(../images/search.svg);
  background-size: 1.6rem;
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
}
.form-group .select2-container .select2-search input::placeholder {
  color: #A5A9B0;
  opacity: 1;
}
.form-group .select2-container .select2-results__options {
  max-height: 30rem;
}
.form-group .select2-container .select2-results__option {
  padding: 1.5rem 1.6rem;
  font-weight: 500;
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
.form-group .select2-container .select2-results__option:last-child {
  border: none;
}
.form-group .select2-container .select2-results__option:hover {
  background-color: #E9EAEC;
  color: black;
}
.form-group .select2-container .select2-results__option--selected, .form-group .select2-container .select2-results__option--highlighted {
  background-color: #E9EAEC !important;
  color: black;
}
.form-group--with-icon .form-control {
  padding-right: 4.8rem;
}
.form-group__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 1.6rem;
  color: black;
  justify-content: center;
  pointer-events: none;
}
.form-group__icon.show-pass {
  cursor: pointer;
  pointer-events: auto;
}
.form-group--otp {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.form-group--otp .form-control {
  text-align: center;
  flex: 1;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-group .form-control {
    padding: 12px 16px;
    font-size: 14px;
  }
  .form-group select.form-control {
    background-size: 18px;
    background-position: right 14px center;
  }
}

.custom-radio {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 2.5rem 3rem;
  margin-bottom: 2.4rem;
}
.custom-radio__label {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: black;
  justify-content: unset;
  position: relative;
  cursor: pointer;
}
.custom-radio__label svg {
  margin-right: 1.2rem;
}
.custom-radio__label:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}
.custom-radio__label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.custom-radio .form-group {
  margin-bottom: 0;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #E5E7EF;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

#all_parts {
  flex: 1;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1299px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1099px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 40%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

hr {
  margin: 0;
  border-color: #ECEDF0;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1320px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (max-width: 767px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 16px;
  }
}

.row--gap {
  row-gap: 2.4rem;
}
.row--sm {
  margin: 0 -0.8rem;
}
.row--sm > * {
  padding: 0 0.8rem;
}

.section-spacing {
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .section-spacing {
    margin-top: 40px;
  }
}

.tab-content__item {
  display: none;
}
.tab-content__item.active {
  display: block;
}

.area-title {
  color: #5129a3;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

@media (min-width: 640px) {
  .area-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .area-title {
    font-size: 35px;
  }
}
.area-description {
  margin-top: 1rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #5129a3;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .area-description {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
