@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-primary-text-emphasis: #052c65;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


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,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.docksegment {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .docksegment {
    font-size: 5rem;
  }
}

.root {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .root {
    font-size: 4.5rem;
  }
}

.zonepad {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .zonepad {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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 {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.formwrap {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.formwrap .nav-link.active, .formwrap .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .formwrap {
    flex-direction: row;
  }
  .navbar-expand-lg .formwrap .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-img {
  width: 100%;
}

.card-img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.wrapunit {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.navbox {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-content-around {
  align-content: space-around !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .gripbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .gripbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .gripbox.scaling-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .scaling-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.scaling-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.scaling-section-title {
  font-style: normal;
  line-height: 1.3;
}

.scaling-section-subtitle {
  line-height: 1.3;
}

.blockwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.docksegment,
.root,
.zonepad,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.cluster {
  text-align: left;
}

.tilenode {
  text-align: center;
}

/*! Font-weight  */

.chunk {
  font-weight: 700;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}


.card-img img {
  width: 100%;
}
/*! Buttons */
.scaling-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .scaling-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .scaling-iconfont,
.btn.btn-sm .scaling-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .scaling-iconfont,
.btn.btn-md .scaling-iconfont {
  margin-left: 0.8rem;
}

.chunk {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .gripbox img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .formwrap.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .scaling-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .scaling-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'path2';
  font-display: swap;
  src:  url('fonts/tool2.eot');
  src:  url('fonts/tool2.eot') format('embedded-opentype'),
    url('fonts/tool2.woff2') format('woff2'),
    url('fonts/tool2.woff') format('woff'),
    url('fonts/tool2.ttf') format('truetype'),
    url('fonts/tool2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="scroll-"], [class*=" scroll-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'path2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll-dashboard-plus:before {
  content: "\e960";
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Bricolage Grotesque;
}
.docksegment {
  font-family: 'Jost', sans-serif;
  font-size: 3.8rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.docksegment > .scaling-iconfont {
  font-size: 4.75rem;
}
.root {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.root > .scaling-iconfont {
  font-size: 4.25rem;
}
.zonepad {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.zonepad > .scaling-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .scaling-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .scaling-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .docksegment {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .docksegment {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .root {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .zonepad {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b654c7 !important;
  border-color: #b654c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c67ad4 !important;
  border-color: #c67ad4 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c67ad4 !important;
  border-color: #c67ad4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e575f9 !important;
  border-color: #e575f9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #eea6fb !important;
  border-color: #eea6fb !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eea6fb !important;
  border-color: #eea6fb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdf6f !important;
  border-color: #ffdf6f !important;
  color: #6f5600 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffeaa2 !important;
  border-color: #ffeaa2 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #6f5600 !important;
  background-color: #ffeaa2 !important;
  border-color: #ffeaa2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b0a0ff !important;
  border-color: #b0a0ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #dad3ff !important;
  border-color: #dad3ff !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dad3ff !important;
  border-color: #dad3ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b654c7;
  color: #b654c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #853094 !important;
  background-color: transparent !important;
  border-color: #853094 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b654c7 !important;
  border-color: #b654c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e575f9;
  color: #e575f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #d522f5 !important;
  background-color: transparent !important;
  border-color: #d522f5 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e575f9 !important;
  border-color: #e575f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdf6f;
  color: #ffdf6f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #ffcc18 !important;
  background-color: transparent !important;
  border-color: #ffcc18 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #6f5600 !important;
  background-color: #ffdf6f !important;
  border-color: #ffdf6f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b0a0ff;
  color: #b0a0ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #6849ff !important;
  background-color: transparent !important;
  border-color: #6849ff !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b0a0ff !important;
  border-color: #b0a0ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #b654c7 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7b2d88 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.wrapunit {
  background-color: #70c770;
}
.navbox {
  background-color: #b0a0ff;
}
.scaling-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .scaling-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .scaling-iconfont {
  font-size: 1.375rem;
}
/* Forms */
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.scaling-section-btn .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.scaling-section-btn .btn .scaling-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.scaling-section-btn .btn:hover,
.scaling-section-btn .btn:focus {
  transform: scale(1.03);
}
.scaling-section-btn .btn-info {
  color: #000000 !important;
}
img {
  border-radius: 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrapsegment {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdefce;
  background: linear-gradient(180deg, #fdefce, #f7d9fa);
}
@media (max-width: 1400px) {
  .wrapsegment .docksegment {
    font-size: 3.04rem;
  }
}
@media (max-width: 575px) {
  .wrapsegment .row {
    text-align: center!important;
  }
}
.wrapsegment .neutralbox {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #f7d9fa;
  background: linear-gradient(180deg, #f7d9fa, #eadef8);
  background: linear-gradient(90deg, #f7d9fa, #eadef8) !important;
}
@media (max-width: 767px) {
  .wrapsegment .neutralbox {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.wrapsegment img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.wrapsegment .scaling-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .wrapsegment .scaling-section-title {
    text-align: center;
  }
}
.wrapsegment .blockwrap {
  color: #000000;
  text-align: center;
}
.wrapsegment .scaling-section-title,
.wrapsegment .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.borderbox {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fdefce;
}
.borderbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .borderbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .borderbox .container {
    padding: 0 24px;
  }
}
.borderbox .row {
  justify-content: center;
}
.borderbox .tileunit {
  position: relative;
  z-index: 1;
}
.borderbox .tileunit .scaling-section-title {
  margin-bottom: 32px;
}
.borderbox .tileunit .text-wrapper .blockwrap {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .borderbox .tileunit .text-wrapper .blockwrap {
    width: 100%;
  }
}
.borderbox .tileunit .scaling-section-btn {
  margin-top: 22px;
}
.borderbox .tileunit .scaling-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.borderbox .tileunit .scaling-section-btn .btn:hover,
.borderbox .tileunit .scaling-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.borderbox .rowunit {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.borderbox .rowunit .frameunit {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.borderbox .rowunit .decor_1 {
  background-color: #e3dbfc;
}
.borderbox .rowunit .decor_2 {
  background-color: #f0a2fd;
}
.borderbox .rowunit .decor_3 {
  background-color: #ffdf6f;
}
.borderbox .rowunit .decor_4 {
  background-color: #e3dbfc;
}
.borderbox .alignunit {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .borderbox .alignunit {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.borderbox .alignunit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.borderbox .alignunit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.borderbox .scaling-section-title {
  color: #141414;
}
.borderbox .blockwrap {
  color: #141414;
}
.borderbox .scaling-section-title,
.borderbox .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.borderbox .blockwrap,
.borderbox .text-wrapper {
  text-align: center;
  color: #000000;
}
.treebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fdefce;
}
.treebox .fieldbox .scaling-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .treebox .fieldbox .scaling-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.treebox .fieldsetwrap {
  margin: 0 -13px;
}
.treebox .fieldsetwrap .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .treebox .fieldsetwrap .item {
    margin-bottom: 16px;
  }
}
.treebox .fieldsetwrap .item:hover .item-wrapper .item-img img,
.treebox .fieldsetwrap .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.treebox .fieldsetwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .treebox .fieldsetwrap .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.treebox .fieldsetwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.treebox .fieldsetwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.treebox .fieldsetwrap .item .item-wrapper .card-box .scaling-section-btn .btn {
  margin-bottom: 0;
}
.treebox .fieldsetwrap .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .treebox .fieldsetwrap .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.treebox .fieldsetwrap .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.treebox .fieldsetwrap .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #e575f9, #e3dbfc 85%);
}
.treebox .fieldsetwrap .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #6a2be9, #e3dbfc 85%);
}
.treebox .fieldsetwrap .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #eec222, #e3dbfc 85%);
}
.treebox .scaling-section-title,
.treebox .fieldbox {
  color: #ffffff;
  text-align: center;
}
.treebox .item-title {
  color: #ffffff;
}
.treebox .item-text {
  color: #ffffff;
}
.contentwrap {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fdefce;
}
.contentwrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .contentwrap .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .contentwrap .container {
    padding: 0 24px;
  }
}
.contentwrap .row {
  justify-content: center;
}
.contentwrap .tileunit {
  position: relative;
  z-index: 1;
}
.contentwrap .tileunit .scaling-section-title {
  margin-bottom: 32px;
}
.contentwrap .tileunit .text-wrapper .blockwrap {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contentwrap .tileunit .text-wrapper .blockwrap {
    width: 100%;
  }
}
.contentwrap .tileunit .scaling-section-btn {
  margin-top: 22px;
}
.contentwrap .tileunit .scaling-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.contentwrap .tileunit .scaling-section-btn .btn:hover,
.contentwrap .tileunit .scaling-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.contentwrap .rowunit {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contentwrap .rowunit .frameunit {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.contentwrap .rowunit .decor_1 {
  background-color: #b0a0ff;
}
.contentwrap .rowunit .decor_2 {
  background-color: #fdefce;
}
.contentwrap .rowunit .decor_3 {
  background-color: #f0a2fd;
}
.contentwrap .rowunit .decor_4 {
  background-color: #ffdf6f;
}
.contentwrap .alignunit {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .contentwrap .alignunit {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.contentwrap .alignunit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.contentwrap .alignunit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.contentwrap .scaling-section-title {
  color: #141414;
}
.contentwrap .blockwrap {
  color: #141414;
}
.contentwrap .scaling-section-title,
.contentwrap .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.contentwrap .blockwrap,
.contentwrap .text-wrapper {
  text-align: center;
  color: #000000;
}
.gridblock {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f7d9fa;
}
.gridblock .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #fdefce -30%, #f0a2fd 20%, #e3dbfc 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .gridblock .card-wrapper {
    padding: 16px;
  }
}
.gridblock .card-wrapper .scaling-section-title {
  margin-bottom: 22px;
}
.gridblock .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gridblock .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.gridblock .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.gridblock .scaling-section-title {
  color: #252525;
  text-align: center;
}
.gridblock .list {
  color: #ffffff;
  text-align: center;
}
.gridblock .list,
.gridblock .item-wrap {
  color: #000000;
}
.nodewrap {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #f7d9fa;
}
.nodewrap .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .nodewrap .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding: 0 24px;
  }
}
.nodewrap .row {
  justify-content: center;
}
.nodewrap .row .card,
.nodewrap .row .item {
  padding: 0 12px;
}
.nodewrap .fieldbox {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodewrap .fieldbox {
    margin-bottom: 32px;
  }
}
.nodewrap .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.nodewrap .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.nodewrap .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f0a2fd;
  height: 100%;
}
@media (max-width: 992px) {
  .nodewrap .item .item-wrapper {
    padding: 24px;
  }
}
.nodewrap .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.nodewrap .item .item-wrapper .card-box .card-text:hover,
.nodewrap .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.nodewrap .scaling-section-title {
  color: #141414;
  text-align: center;
}
.nodewrap .card-text {
  color: #141414;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.gridlayer {
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #fdefce;
}
.gridlayer .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .gridlayer .box {
    padding: 16px;
  }
}
.gridlayer .box img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.gridlayer .row {
  justify-content: center;
}
.gridlayer .scaling-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #252525;
  text-align: center;
}
@media (max-width: 1440px) {
  .gridlayer .scaling-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .gridlayer .scaling-section-title {
    margin: 30px 16px;
  }
}
.gridlayer .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #f7d9fa;
}
@media (max-width: 992px) {
  .gridlayer .card-wrapper {
    padding: 30px 16px;
  }
}
.gridlayer .card-wrapper .text-wrapper .blockwrap {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gridlayer .card-wrapper .text-wrapper .blockwrap {
    width: 100%;
  }
}
.gridlayer .blockwrap,
.gridlayer .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.gridlayer .scaling-section-btn .btn {
  margin-bottom: 0;
}
.gridlayer .blockwrap,
.gridlayer .scaling-section-btn {
  text-align: center;
}
.gridlayer .blockwrap,
.gridlayer .text-wrapper,
.gridlayer .scaling-section-btn {
  color: #000000;
}
.base {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eadef8;
}
.base .elementbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .base .elementbox {
    margin-bottom: 40px;
  }
}
.base .elementbox .outline {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.base .elementbox .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .base .elementbox .fieldbox .scaling-section-title {
    margin-bottom: 20px;
  }
}
.base .elementbox .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.base .elementbox .card {
  justify-content: center;
}
.base .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .base .item {
    margin-bottom: 20px;
  }
  .base .item:last-child {
    margin-bottom: 0;
  }
}
.base .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .base .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.base .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffdf6f;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .base .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.base .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #d74def;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .base .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.base .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.base .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .base .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.base .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.base .item .item-wrapper .item-content .scaling-section-btn {
  margin-top: 10px;
}
.base .item .item-wrapper .item-content .scaling-section-btn .btn {
  margin-bottom: 0;
}
.base .patternbox {
  color: #9ba9c4;
}
.base .scaling-section-title {
  color: #ffffff;
}
.base .blockwrap,
.base .text-wrapper {
  color: #9ba9c4;
}
.base .item-title {
  color: #ffffff;
}
.base .item-text {
  color: #9ba9c4;
}
.base .item-text,
.base .text-wrap {
  color: #000000;
  text-align: center;
}
.base .item-title,
.base .scaling-section-btn {
  color: #252525;
  text-align: center;
}
.routebox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdefce;
}
.routebox .fieldbox .scaling-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .routebox .fieldbox .scaling-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.routebox .fieldsetwrap {
  margin: 0 -13px;
}
.routebox .fieldsetwrap .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .routebox .fieldsetwrap .item {
    margin-bottom: 16px;
  }
}
.routebox .fieldsetwrap .item:hover .item-wrapper .item-img img,
.routebox .fieldsetwrap .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.routebox .fieldsetwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .routebox .fieldsetwrap .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.routebox .fieldsetwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.routebox .fieldsetwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.routebox .fieldsetwrap .item .item-wrapper .card-box .scaling-section-btn .btn {
  margin-bottom: 0;
}
.routebox .fieldsetwrap .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .routebox .fieldsetwrap .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.routebox .fieldsetwrap .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.routebox .fieldsetwrap .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #eec222, #eadef8 85%);
}
.routebox .fieldsetwrap .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #e575f9, #eadef8 85%);
}
.routebox .fieldsetwrap .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #6a2be9, #eadef8 85%);
}
.routebox .scaling-section-title,
.routebox .fieldbox {
  color: #ffffff;
  text-align: center;
}
.routebox .item-title {
  color: #ffffff;
}
.routebox .item-text {
  color: #000000;
  text-align: center;
}
.routebox .item-title,
.routebox .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eadef8;
}
.containbox .elementbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .containbox .elementbox {
    margin-bottom: 40px;
  }
}
.containbox .elementbox .outline {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.containbox .elementbox .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .containbox .elementbox .fieldbox .scaling-section-title {
    margin-bottom: 20px;
  }
}
.containbox .elementbox .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.containbox .elementbox .card {
  justify-content: center;
}
.containbox .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .containbox .item {
    margin-bottom: 20px;
  }
  .containbox .item:last-child {
    margin-bottom: 0;
  }
}
.containbox .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .containbox .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.containbox .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffdf6f;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .containbox .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.containbox .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #d74def;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .containbox .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.containbox .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.containbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .containbox .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.containbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.containbox .item .item-wrapper .item-content .scaling-section-btn {
  margin-top: 10px;
}
.containbox .item .item-wrapper .item-content .scaling-section-btn .btn {
  margin-bottom: 0;
}
.containbox .patternbox {
  color: #9ba9c4;
}
.containbox .scaling-section-title {
  color: #ffffff;
}
.containbox .blockwrap,
.containbox .text-wrapper {
  color: #9ba9c4;
}
.containbox .item-title {
  color: #ffffff;
}
.containbox .item-text {
  color: #9ba9c4;
}
.containbox .item-text,
.containbox .text-wrap {
  color: #000000;
  text-align: center;
}
.containbox .item-title,
.containbox .scaling-section-btn {
  color: #252525;
  text-align: center;
}
.inset {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdefce;
}
.inset .fieldbox .scaling-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .inset .fieldbox .scaling-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.inset .fieldsetwrap {
  margin: 0 -13px;
}
.inset .fieldsetwrap .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .inset .fieldsetwrap .item {
    margin-bottom: 16px;
  }
}
.inset .fieldsetwrap .item:hover .item-wrapper .item-img img,
.inset .fieldsetwrap .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.inset .fieldsetwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .inset .fieldsetwrap .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.inset .fieldsetwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.inset .fieldsetwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.inset .fieldsetwrap .item .item-wrapper .card-box .scaling-section-btn .btn {
  margin-bottom: 0;
}
.inset .fieldsetwrap .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .inset .fieldsetwrap .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.inset .fieldsetwrap .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.inset .fieldsetwrap .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #eec222, #eadef8 85%);
}
.inset .fieldsetwrap .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #e575f9, #eadef8 85%);
}
.inset .fieldsetwrap .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #6a2be9, #eadef8 85%);
}
.inset .scaling-section-title,
.inset .fieldbox {
  color: #ffffff;
  text-align: center;
}
.inset .item-title {
  color: #ffffff;
}
.inset .item-text {
  color: #000000;
  text-align: center;
}
.inset .item-title,
.inset .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.moduleunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3dbfc;
  background-image: linear-gradient(180deg, #fdefce 0%, #f0a2fd 38%, #e3dbfc 90%);
}
.moduleunit .tileunit {
  position: relative;
  padding: 4px;
}
.moduleunit .tileunit .bandunit {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7d9fa;
  opacity: .4;
  z-index: 1;
}
.moduleunit .tileunit .tile {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%);
  filter: blur(40px) brightness(1);
  opacity: .5;
}
.moduleunit .tileunit .elementbox {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #f7d9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .moduleunit .tileunit .elementbox {
    padding: 10px 10px 100px 10px;
  }
}
.moduleunit .tileunit .elementbox .fieldbox {
  width: 100%;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .moduleunit .tileunit .elementbox .fieldbox .shelllayer {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .scaling-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .text-wrapper .blockwrap {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .moduleunit .tileunit .elementbox .fieldbox .shelllayer .text-wrapper .blockwrap {
    width: 100%;
  }
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .layoutrow {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .layoutrow .shellbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7d9fa;
  will-change: transform;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .frame_1 .shellbox {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.moduleunit .tileunit .elementbox .fieldbox .shelllayer .frame_2 .shellbox {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.moduleunit .tileunit .elementbox .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .moduleunit .tileunit .elementbox .card-box {
    padding: 0 10px;
  }
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .moduleunit .tileunit .elementbox .card-box .scaling-section-btn {
    margin-top: 20px;
  }
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white:hover,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white:focus,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black.active,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white:hover::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white:focus::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black.active::before,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white.active::before {
  opacity: 1;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black-outline,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black-outline .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white-outline .scaling-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%) !important;
}
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white-outline:hover .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white-outline:focus .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-primary-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-secondary-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-success-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-info-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-warning-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-danger-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-black-outline.active .scaling-iconfont,
.moduleunit .tileunit .elementbox .card-box .scaling-section-btn .btn-white-outline.active .scaling-iconfont {
  transform: rotate(0);
}
.moduleunit .tileunit .elementbox .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #b0a0ff 0%, #ffdf6f 50%, #e575f9 100%);
}
.moduleunit .scaling-section-title {
  color: #171719;
}
.moduleunit .blockwrap {
  color: #565661;
}
.moduleunit .scaling-section-title,
.moduleunit .scaling-section-btn,
.moduleunit .fieldbox {
  text-align: center;
  color: #252525;
}
.moduleunit .blockwrap,
.moduleunit .text-wrapper {
  color: #000000;
}
.tilewrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3dbfc;
}
.tilewrap .row {
  flex-direction: row-reverse;
}
.tilewrap .scaling-section-title {
  color: #353535;
  text-align: left;
}
.tilewrap .blockwrap,
.tilewrap .scaling-section-btn {
  color: #252525;
}
.tilewrap .scaling-section-subtitle {
  color: #8364e2;
}
.tilewrap img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .tilewrap .alignunit {
    padding-right: 4rem;
  }
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7d9fa;
}
.zone .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .zone .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.zone .col-title,
.zone .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.zone .scaling-section-title {
  color: #252525;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .zone .scaling-section-title {
    text-align: center !important;
  }
}
.zone .scaling-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .zone .scaling-section-subtitle {
    text-align: center !important;
  }
}
.zone .blockwrap {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .zone .blockwrap {
    text-align: center !important;
  }
}
.layoutgrid {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7d9fa;
}
.layoutgrid .row {
  flex-directiion: row-reverse;
}
.layoutgrid .stageunit {
  background-color: #fdefce;
}
.layoutgrid .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.layoutgrid .second-card-title {
  text-align: center;
  color: #252525;
}
.layoutgrid .second-card-subtitle {
  text-align: center;
}
.layoutgrid .depthbox {
  background-color: #eadef8;
}
.layoutgrid .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .layoutgrid [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .layoutgrid .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.layoutgrid .first-card-title {
  text-align: center;
  color: #353535;
}
.layoutgrid .blockwrap {
  text-align: left;
  color: #000000;
}
.layoutgrid .second-card-subtitle {
  text-align: center;
  color: #000000;
}
.layoutgrid .card {
  border-radius: 0 !important;
}
.layoutgrid .second-card-subtitle {
  text-align: left;
}
.pack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7d9fa;
}
.pack .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .pack .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.pack .col-title,
.pack .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.pack .scaling-section-title {
  color: #252525;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .pack .scaling-section-title {
    text-align: center !important;
  }
}
.pack .scaling-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pack .scaling-section-subtitle {
    text-align: center !important;
  }
}
.pack .blockwrap {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .pack .blockwrap {
    text-align: center !important;
  }
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.flexunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3dbfc;
}
.flexunit .row {
  margin: 0 -8px;
}
.flexunit .row .card {
  padding: 0 8px;
}
.flexunit .card-wrapper {
  padding: 75px 64px;
  background-color: #fdefce;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .flexunit .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .flexunit .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.flexunit .card-wrapper .card-wrap {
  width: 100%;
}
.flexunit .card-wrapper .card-wrap .scaling-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .flexunit .card-wrapper .card-wrap .scaling-section-title {
    margin-bottom: 24px;
  }
}
.flexunit .card-wrapper .card-wrap .text-wrapper .blockwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .flexunit .card-wrapper .card-wrap .text-wrapper .blockwrap {
    width: 100%;
  }
}
.flexunit .card-wrapper .card-wrap .scaling-section-btn .btn {
  margin-bottom: 0;
}
.flexunit .alignunit {
  height: 100%;
}
.flexunit .alignunit img {
  height: 100%;
  object-fit: cover;
}
.flexunit .scaling-section-title {
  color: #2c2c26;
  text-align: center;
}
.flexunit .blockwrap,
.flexunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.bodywrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7d9fa;
}
.bodywrap .fieldbox .scaling-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bodywrap .fieldbox .scaling-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.bodywrap .fieldsetwrap {
  margin: 0 -13px;
}
.bodywrap .fieldsetwrap .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .bodywrap .fieldsetwrap .item {
    margin-bottom: 16px;
  }
}
.bodywrap .fieldsetwrap .item:hover .item-wrapper .item-img img,
.bodywrap .fieldsetwrap .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.bodywrap .fieldsetwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .bodywrap .fieldsetwrap .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.bodywrap .fieldsetwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.bodywrap .fieldsetwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.bodywrap .fieldsetwrap .item .item-wrapper .card-box .scaling-section-btn .btn {
  margin-bottom: 0;
}
.bodywrap .fieldsetwrap .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .bodywrap .fieldsetwrap .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.bodywrap .fieldsetwrap .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bodywrap .fieldsetwrap .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #b0a0ff, #f7d9fa 85%);
}
.bodywrap .fieldsetwrap .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #d74def, #f7d9fa 85%);
}
.bodywrap .fieldsetwrap .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ffd84c, #f7d9fa 85%);
}
.bodywrap .scaling-section-title,
.bodywrap .fieldbox {
  color: #ffffff;
  text-align: center;
}
.bodywrap .item-title {
  color: #ffffff;
}
.bodywrap .item-text {
  color: #000000;
  text-align: center;
}
.bodywrap .item-title,
.bodywrap .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.fieldlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.fieldlayer .elementbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .fieldlayer .elementbox {
    margin-bottom: 40px;
  }
}
.fieldlayer .elementbox .outline {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.fieldlayer .elementbox .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fieldlayer .elementbox .fieldbox .scaling-section-title {
    margin-bottom: 20px;
  }
}
.fieldlayer .elementbox .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.fieldlayer .elementbox .card {
  justify-content: center;
}
.fieldlayer .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .fieldlayer .item {
    margin-bottom: 20px;
  }
  .fieldlayer .item:last-child {
    margin-bottom: 0;
  }
}
.fieldlayer .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .fieldlayer .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.fieldlayer .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #d74def;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .fieldlayer .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.fieldlayer .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6a2be9;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .fieldlayer .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.fieldlayer .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.fieldlayer .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .fieldlayer .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.fieldlayer .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.fieldlayer .item .item-wrapper .item-content .scaling-section-btn {
  margin-top: 10px;
}
.fieldlayer .item .item-wrapper .item-content .scaling-section-btn .btn {
  margin-bottom: 0;
}
.fieldlayer .patternbox {
  color: #9ba9c4;
}
.fieldlayer .scaling-section-title {
  color: #ffffff;
}
.fieldlayer .blockwrap,
.fieldlayer .text-wrapper {
  color: #9ba9c4;
}
.fieldlayer .item-title {
  color: #ffffff;
}
.fieldlayer .item-text {
  color: #9ba9c4;
}
.fieldlayer .item-text,
.fieldlayer .text-wrap {
  color: #000000;
  text-align: center;
}
.fieldlayer .item-title,
.fieldlayer .scaling-section-btn {
  color: #252525;
  text-align: center;
}
.nodemodule {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eadef8;
}
.nodemodule .fieldbox .scaling-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodemodule .fieldbox .scaling-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.nodemodule .fieldsetwrap {
  margin: 0 -13px;
}
.nodemodule .fieldsetwrap .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .nodemodule .fieldsetwrap .item {
    margin-bottom: 16px;
  }
}
.nodemodule .fieldsetwrap .item:hover .item-wrapper .item-img img,
.nodemodule .fieldsetwrap .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.nodemodule .fieldsetwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .nodemodule .fieldsetwrap .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.nodemodule .fieldsetwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.nodemodule .fieldsetwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.nodemodule .fieldsetwrap .item .item-wrapper .card-box .scaling-section-btn .btn {
  margin-bottom: 0;
}
.nodemodule .fieldsetwrap .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .nodemodule .fieldsetwrap .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.nodemodule .fieldsetwrap .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.nodemodule .fieldsetwrap .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #eec222, #eadef8 85%);
}
.nodemodule .fieldsetwrap .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #e575f9, #eadef8 85%);
}
.nodemodule .fieldsetwrap .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #6a2be9, #eadef8 85%);
}
.nodemodule .scaling-section-title,
.nodemodule .fieldbox {
  color: #ffffff;
  text-align: center;
}
.nodemodule .item-title {
  color: #ffffff;
}
.nodemodule .item-text {
  color: #000000;
  text-align: center;
}
.nodemodule .item-title,
.nodemodule .scaling-section-btn {
  text-align: center;
  color: #252525;
}
.zonecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.zonecore .elementbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .zonecore .elementbox {
    margin-bottom: 40px;
  }
}
.zonecore .elementbox .outline {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.zonecore .elementbox .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonecore .elementbox .fieldbox .scaling-section-title {
    margin-bottom: 20px;
  }
}
.zonecore .elementbox .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.zonecore .elementbox .card {
  justify-content: center;
}
.zonecore .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .zonecore .item {
    margin-bottom: 20px;
  }
  .zonecore .item:last-child {
    margin-bottom: 0;
  }
}
.zonecore .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .zonecore .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.zonecore .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6a2be9;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .zonecore .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.zonecore .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #d74def;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .zonecore .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.zonecore .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.zonecore .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .zonecore .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.zonecore .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.zonecore .item .item-wrapper .item-content .scaling-section-btn {
  margin-top: 10px;
}
.zonecore .item .item-wrapper .item-content .scaling-section-btn .btn {
  margin-bottom: 0;
}
.zonecore .patternbox {
  color: #9ba9c4;
}
.zonecore .scaling-section-title {
  color: #ffffff;
}
.zonecore .blockwrap,
.zonecore .text-wrapper {
  color: #9ba9c4;
}
.zonecore .item-title {
  color: #ffffff;
}
.zonecore .item-text {
  color: #9ba9c4;
}
.zonecore .item-text,
.zonecore .text-wrap {
  color: #000000;
  text-align: center;
}
.zonecore .item-title,
.zonecore .scaling-section-btn {
  color: #252525;
  text-align: center;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.bridge {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.bridge .tileunit {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .bridge .tileunit {
    padding: 30px 20px;
  }
}
.bridge .tileunit .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bridge .tileunit .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridge .tileunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f7d9fa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #f7d9fa 37%, transparent 100%);
}
.bridge .tileunit .elementbox {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .bridge .tileunit .elementbox {
    width: 100%;
  }
}
.bridge .tileunit .elementbox .scaling-section-title {
  margin-bottom: 32px;
}
.bridge .tileunit .elementbox .blockwrap {
  margin-bottom: 0;
}
.bridge .tileunit .elementbox .scaling-section-btn {
  margin-top: 64px;
}
.bridge .tileunit .elementbox .scaling-section-btn .btn {
  margin-bottom: 0;
}
.bridge .scaling-section-title {
  color: #404349;
}
.bridge .blockwrap {
  color: #000000;
}
.bridge .scaling-section-title,
.bridge .scaling-section-btn {
  color: #252525;
  text-align: center;
}
.modsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3dbfc;
}
.modsegment .row {
  margin: 0 -11px;
}
.modsegment .row .card {
  padding: 0 11px;
}
.modsegment .tileunit {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .modsegment .tileunit {
    margin-bottom: 32px;
  }
}
.modsegment .tileunit .fieldbox .scaling-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .modsegment .tileunit .fieldbox .scaling-section-title {
    width: 100%;
  }
}
.modsegment .tileunit .text-wrapper .blockwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modsegment .tileunit .text-wrapper .blockwrap {
    width: 100%;
  }
}
.modsegment .alignunit {
  padding-left: 66px;
  padding-left: 0;
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .modsegment .alignunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .modsegment .alignunit {
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .modsegment .alignunit {
    padding-right: 0;
  }
}
.modsegment .alignunit img {
  width: 100%;
  height: 500px;
  border: 2px solid #b0a0ff;
  box-shadow: 0 16px 0 #b0a0ff;
  background-color: #b0a0ff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .modsegment .alignunit img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .modsegment .alignunit img {
    height: 300px;
  }
}
.modsegment .flow {
  padding-right: 66px;
  padding-right: 0;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .modsegment .flow {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .modsegment .flow {
    padding-left: 0;
  }
}
.modsegment .flow .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .modsegment .flow .card {
    margin-bottom: 16px;
  }
}
.modsegment .flow .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #fdefce;
}
@media (max-width: 992px) {
  .modsegment .flow .card .card-header {
    padding: 22px;
  }
}
.modsegment .flow .card .card-header .rowwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modsegment .flow .card .card-header .rowwrap .panel-title-edit {
  margin-bottom: 0;
}
.modsegment .flow .card .card-header .rowwrap .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.modsegment .flow .card .card-header .rowwrap .icon-wrapper .scaling-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #6a2be9;
}
.modsegment .flow .card .card-header .rowwrap:hover .icon-wrapper {
  opacity: 1;
}
.modsegment .flow .card .card-header .rowwrap:not(.collapsed) .icon-wrapper .scaling-iconfont {
  transform: rotate(180deg);
}
.modsegment .flow .card .wrapper .rowholder {
  padding: 22px 32px;
  background-color: #f7d9fa;
}
@media (max-width: 992px) {
  .modsegment .flow .card .wrapper .rowholder {
    padding: 22px;
  }
}
.modsegment .flow .card .wrapper .rowholder .mount {
  margin-bottom: 0;
}
.modsegment .scaling-section-title,
.modsegment .fieldbox {
  color: #252525;
  text-align: center;
}
.modsegment .blockwrap,
.modsegment .text-wrapper {
  color: #000000;
  text-align: center;
}
.modsegment .panel-title-edit {
  color: #252525;
}
.modsegment .mount {
  color: #252525;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.nodecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.nodecore .card {
  justify-content: center;
}
.nodecore .tileunit {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .nodecore .tileunit {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.nodecore .tileunit .outline {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .nodecore .tileunit .outline {
    margin-bottom: 22px;
  }
}
.nodecore .tileunit .outline .patternbox {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #6a2be9, #d74def 50%, #eec222);
}
.nodecore .tileunit .scaling-section-title {
  margin-bottom: 22px;
}
.nodecore .tileunit .blockwrap {
  margin-bottom: 0;
}
.nodecore .patternbox,
.nodecore .outline {
  color: #ffffff;
}
.nodecore .scaling-section-title {
  color: #252525;
  text-align: center;
}
.nodecore .blockwrap {
  color: #000000;
  text-align: center;
}
.nodecore label {
  color: #a997ce;
}
.slotunit {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fdefce;
}
.slotunit .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #f7d9fa;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.slotunit .card-wrapper .levelbox {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #d74def, #b0a0ff 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper .levelbox {
    width: 400px;
    height: 400px;
  }
}
.slotunit .card-wrapper .card {
  justify-content: center;
}
.slotunit .card-wrapper .tileunit {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper .tileunit {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.slotunit .card-wrapper .tileunit .outline {
  margin-bottom: 22px;
}
.slotunit .card-wrapper .tileunit .outline .patternbox {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #6a2be9, #d74def 50%, #eec222);
}
.slotunit .card-wrapper .tileunit .scaling-section-title {
  margin-bottom: 22px;
}
.slotunit .card-wrapper .tileunit .blockwrap {
  margin-bottom: 0;
}
.slotunit .card-wrapper .tileunit .scaling-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper .tileunit .scaling-section-btn {
    margin-top: 22px;
  }
}
.slotunit .card-wrapper .tileunit .scaling-section-btn .btn {
  margin-bottom: 0;
}
.slotunit .card-wrapper .alignunit {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper .alignunit {
    width: 100%;
  }
}
.slotunit .card-wrapper .alignunit img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .slotunit .card-wrapper .alignunit img {
    height: 300px;
  }
}
.slotunit .patternbox,
.slotunit .outline {
  color: #1a0b54;
}
.slotunit .scaling-section-title {
  color: #1a0b54;
}
.slotunit .blockwrap {
  color: #000000;
}
.slotunit .scaling-section-title,
.slotunit .scaling-section-btn {
  color: #252525;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.partbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdefce;
  overflow: hidden;
}
.partbox .item {
  position: relative;
}
.partbox .item .domcell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #f7d9fa 10%, #eadef8 50%, #fdefce 100%);
  filter: blur(1rem);
}
.partbox .item .domcell::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdefce;
  filter: blur(1rem);
}
.partbox .tileunit {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .partbox .tileunit {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .partbox .tileunit {
    width: 100%;
  }
}
.partbox .tileunit .scaling-section-title {
  margin-bottom: 0;
}
.partbox .tileunit .text-wrapper .blockwrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.partbox .tileunit .scaling-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .partbox .tileunit .scaling-section-btn {
    margin-top: 24px;
  }
}
.partbox .scaling-section-title {
  color: #181824;
}
.partbox .blockwrap,
.partbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.partbox .scaling-section-title,
.partbox .scaling-section-btn,
.partbox .icon-wrapper {
  text-align: center;
}
.partbox .scaling-section-title,
.partbox .scaling-section-btn {
  color: #353535;
}
.unit {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdefce;
}
.unit img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.unit .blockwrap,
.unit .scaling-section-btn {
  color: #716c80;
}
.unit .scaling-iconfont {
  padding-left: 0.4rem;
}
.unit .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.unit .link:hover {
  color: #000000 !important;
}
.unit .blockwrap {
  color: #000000;
}
.zonelayer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdefce;
}
.zonelayer img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.zonelayer .blockwrap,
.zonelayer .scaling-section-btn {
  color: #716c80;
}
.zonelayer .scaling-iconfont {
  padding-left: 0.4rem;
}
.zonelayer .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.zonelayer .link:hover {
  color: #000000 !important;
}
.zonelayer .blockwrap {
  color: #000000;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.modtrack {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdefce;
  overflow: hidden;
}
.modtrack .item {
  position: relative;
}
.modtrack .item .domcell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #f7d9fa 10%, #eadef8 50%, #fdefce 100%);
  filter: blur(1rem);
}
.modtrack .item .domcell::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdefce;
  filter: blur(1rem);
}
.modtrack .tileunit {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .modtrack .tileunit {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .modtrack .tileunit {
    width: 100%;
  }
}
.modtrack .tileunit .scaling-section-title {
  margin-bottom: 0;
}
.modtrack .tileunit .text-wrapper .blockwrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.modtrack .tileunit .scaling-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .modtrack .tileunit .scaling-section-btn {
    margin-top: 24px;
  }
}
.modtrack .scaling-section-title {
  color: #181824;
}
.modtrack .blockwrap,
.modtrack .text-wrapper {
  color: #000000;
  text-align: center;
}
.modtrack .scaling-section-title,
.modtrack .scaling-section-btn,
.modtrack .icon-wrapper {
  text-align: center;
}
.modtrack .scaling-section-title,
.modtrack .scaling-section-btn {
  color: #353535;
}
.area {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdefce;
}
.area img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.area .blockwrap,
.area .scaling-section-btn {
  color: #716c80;
}
.area .scaling-iconfont {
  padding-left: 0.4rem;
}
.area .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.area .link:hover {
  color: #000000 !important;
}
.area .blockwrap {
  color: #000000;
}
.stagewrap {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdefce;
}
.stagewrap img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.stagewrap .blockwrap,
.stagewrap .scaling-section-btn {
  color: #716c80;
}
.stagewrap .scaling-iconfont {
  padding-left: 0.4rem;
}
.stagewrap .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.stagewrap .link:hover {
  color: #000000 !important;
}
.stagewrap .blockwrap {
  color: #000000;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.core {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdefce;
  overflow: hidden;
}
.core .item {
  position: relative;
}
.core .item .domcell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #f7d9fa 10%, #eadef8 50%, #fdefce 100%);
  filter: blur(1rem);
}
.core .item .domcell::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdefce;
  filter: blur(1rem);
}
.core .tileunit {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .core .tileunit {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .core .tileunit {
    width: 100%;
  }
}
.core .tileunit .scaling-section-title {
  margin-bottom: 0;
}
.core .tileunit .text-wrapper .blockwrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.core .tileunit .scaling-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .core .tileunit .scaling-section-btn {
    margin-top: 24px;
  }
}
.core .scaling-section-title {
  color: #181824;
}
.core .blockwrap,
.core .text-wrapper {
  color: #000000;
  text-align: center;
}
.core .scaling-section-title,
.core .scaling-section-btn,
.core .icon-wrapper {
  text-align: center;
}
.core .scaling-section-title,
.core .scaling-section-btn {
  color: #353535;
}
.framebox {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdefce;
}
.framebox img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.framebox .blockwrap,
.framebox .scaling-section-btn {
  color: #716c80;
}
.framebox .scaling-iconfont {
  padding-left: 0.4rem;
}
.framebox .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.framebox .link:hover {
  color: #000000 !important;
}
.framebox .blockwrap {
  color: #000000;
}
.floatbox {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdefce;
}
.floatbox img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.floatbox .blockwrap,
.floatbox .scaling-section-btn {
  color: #716c80;
}
.floatbox .scaling-iconfont {
  padding-left: 0.4rem;
}
.floatbox .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.floatbox .link:hover {
  color: #000000 !important;
}
.floatbox .blockwrap {
  color: #000000;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}
.stagebox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdefce;
  overflow: hidden;
}
.stagebox .item {
  position: relative;
}
.stagebox .item .domcell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #f7d9fa 10%, #eadef8 50%, #fdefce 100%);
  filter: blur(1rem);
}
.stagebox .item .domcell::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdefce;
  filter: blur(1rem);
}
.stagebox .tileunit {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .stagebox .tileunit {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .stagebox .tileunit {
    width: 100%;
  }
}
.stagebox .tileunit .scaling-section-title {
  margin-bottom: 0;
}
.stagebox .tileunit .text-wrapper .blockwrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.stagebox .tileunit .scaling-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .stagebox .tileunit .scaling-section-btn {
    margin-top: 24px;
  }
}
.stagebox .scaling-section-title {
  color: #181824;
}
.stagebox .blockwrap,
.stagebox .text-wrapper {
  color: #000000;
  text-align: center;
}
.stagebox .scaling-section-title,
.stagebox .scaling-section-btn,
.stagebox .icon-wrapper {
  text-align: center;
}
.stagebox .scaling-section-title,
.stagebox .scaling-section-btn {
  color: #353535;
}
.dockbox {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdefce;
}
.dockbox img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.dockbox .blockwrap,
.dockbox .scaling-section-btn {
  color: #716c80;
}
.dockbox .scaling-iconfont {
  padding-left: 0.4rem;
}
.dockbox .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.dockbox .link:hover {
  color: #000000 !important;
}
.dockbox .blockwrap {
  color: #000000;
}
.field {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.field img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.field .blockwrap,
.field .scaling-section-btn {
  color: #716c80;
}
.field .scaling-iconfont {
  padding-left: 0.4rem;
}
.field .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.field .link:hover {
  color: #000000 !important;
}
.field .blockwrap {
  color: #000000;
}
.blocklayer {
  background-color: transparent;
}
.blocklayer .navbar-dropdown {
  background-color: #fdefce !important;
  padding: 0;
}
.blocklayer .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .blocklayer .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blocklayer .menu_box .navbar-collapse {
    background-color: #fdefce !important;
    transition: all 0s ease 0s;
  }
}
.blocklayer .navbar-dropdown {
  position: relative !important;
}
.blocklayer .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.blocklayer .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .blocklayer ul.formwrap {
    padding-bottom: 1.5rem;
  }
  .blocklayer li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .blocklayer .formwrap.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.blocklayer .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .blocklayer .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nav-item {
    margin: 0 !important;
  }
}
.blocklayer .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.blocklayer .nav-item .nav-link:hover,
.blocklayer .nav-item .nav-link:focus {
  color: #000000 !important;
  text-shadow: 2px 2px 4px #000000;
}
.blocklayer .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocklayer .container {
  display: flex;
  margin: auto;
}
.blocklayer .formwrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .blocklayer .formwrap {
    margin: 0;
  }
}
.blocklayer .nav-item:focus,
.blocklayer .nav-link:focus {
  outline: none;
}
.blocklayer .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .blocklayer .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.blocklayer .navbar .gripbox img {
  object-fit: contain;
  border-radius: 100% !important;
}
.blocklayer .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.blocklayer .navbar.collapsed {
  justify-content: center;
}
.blocklayer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.blocklayer .navbar.collapsed ul.formwrap li {
  margin: auto;
}
@media (max-width: 991px) {
  .blocklayer .navbar .nav-item {
    padding: .5rem 0;
  }
  .blocklayer .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .blocklayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .blocklayer .navbar .gripbox img {
    height: 3rem !important;
  }
  .blocklayer .navbar ul.formwrap {
    overflow: hidden;
  }
  .blocklayer .navbar ul.formwrap li {
    margin: 0;
  }
  .blocklayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .blocklayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.blocklayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.blocklayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.blocklayer .navbar-brand .gripbox a {
  outline: none;
}
.blocklayer .navbar-expand-lg .formwrap .nav-link {
  padding: 2px 10px !important;
}
.blocklayer ul.formwrap {
  flex-wrap: wrap;
  padding: 0;
}
.blocklayer button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdefce;
  background: #fdefce;
}
.blocklayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.blocklayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.blocklayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocklayer .navbar {
    height: 70px;
  }
  .blocklayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.blocklayer .navbar-dropdown .gripbox {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .blocklayer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blocklayer .navbar-caption:hover {
  color: #000000;
}
.blocklayer .scaling-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.blocklayer .navbar-caption {
  color: #f2ac2b;
}
.blocklayer .blockwrap {
  color: #ffffff;
  text-align: center;
}
.blocklayer .scaling-section-subtitle,
.blocklayer .scaling-section-btn {
  text-align: center;
}
.blocklayer a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdefce;
}
.boxlayer .tileunit {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .boxlayer .tileunit .fieldbox {
    margin-bottom: 32px;
  }
}
.boxlayer .tileunit .fieldbox .scaling-section-title {
  margin-bottom: 0;
}
.boxlayer .tileunit .fieldbox .scaling-section-subtitle {
  margin-bottom: 0;
}
.boxlayer .tileunit .text-wrapper .blockwrap {
  margin-bottom: 0;
}
.boxlayer .tileunit .scaling-section-btn {
  margin-top: 24px;
}
.boxlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .boxlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.boxlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #e575f9;
  transition: all .3s ease;
}
.boxlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxlayer .nav-wrapper .list .item-wrap:hover,
.boxlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #e3dbfc;
  color: #000000;
}
.boxlayer .nav-wrapper .list .item-wrap:hover::before,
.boxlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #000000;
}
.boxlayer .section {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .boxlayer .section {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .boxlayer .section {
    padding-left: 0;
  }
}
.boxlayer .card {
  justify-content: center;
}
.boxlayer .scaling-section-title {
  color: #111111;
}
.boxlayer .scaling-section-subtitle {
  color: #252525;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper {
  color: #666666;
}
.boxlayer .list {
  color: #ff6d99;
}
.boxlayer .scaling-section-title {
  color: #b0a0ff;
}
.boxlayer .blockwrap,
.boxlayer .text-wrapper,
.boxlayer .scaling-section-btn {
  color: #000000;
  text-align: center;
}
.boxlayer .list,
.boxlayer .item-wrap,
.boxlayer .nav-wrapper {
  color: #252525;
}


/* Base Cookie Banner */
.viewwrap {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}

.viewwrap.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.viewwrap p {
  margin: 0;
  font-size: 14px;
}

.viewwrap a {
  color: #424a4d;
  text-decoration: underline;
}


#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}


#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}


#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .viewwrap {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }

  .viewwrap.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .viewwrap {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }

  .viewwrap img {
    width: 30px;
    height: 30px;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromRight 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}

.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}

.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}

.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}

.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}

.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm .linewrap,
.ttc-form #customForm .gridbody {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thickspot1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #8306ff, #6700ce);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}