@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::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);
}

 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;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
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;
}

figure {
  margin: 0 0 1rem;
}

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;
}

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;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.shellwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .shellwrap {
    font-size: 5rem;
  }
}

.formcore {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .formcore {
    font-size: 4.5rem;
  }
}

.foldbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .foldbox {
    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;
  }
}

.figure {
  display: inline-block;
}

.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-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -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::file-selector-button {
    transition: none;
  }
}
.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 {
  --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: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);
}
 :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);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  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;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.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);
}

.stageunit {
  --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;
}
.stageunit .nav-link.active, .stageunit .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 .stageunit {
    flex-direction: row;
  }
  .navbar-expand-lg .stageunit .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-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.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);
}

.outer {
  --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);
}

.levelbox {
  --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);
  }
}

: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;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-around {
  align-content: space-around !important;
}

.m-auto {
  margin: auto !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;
}

.mt-4 {
  margin-top: 1.5rem !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;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-center {
  text-align: center !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .domtrack {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .domtrack img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .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 .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 {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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 {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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 {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.texture-section-title {
  font-style: normal;
  line-height: 1.3;
}

.texture-section-subtitle {
  line-height: 1.3;
}

.gridwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.shellwrap,
.formcore,
.foldbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
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 */

.innerwrap {
  color: #111111;
}

/*! Text-aligns */
.tile {
  text-align: left;
}

.notch {
  text-align: center;
}

/*! Font-weight  */

.navunit {
  font-weight: 400;
}

.bandwrap {
  font-weight: 500;
}

.viewbox {
  font-weight: 700;
}

/*! Media  */
figure {
  margin-bottom: 0;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.texture-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;
}

nav .texture-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.navunit {
  font-weight: 400;
}

.bandwrap {
  font-weight: 500;
}

.viewbox {
  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 .domtrack 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 .stageunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.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;
}

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 .texture-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;
}

.layoutbase {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.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: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'symmetry2';
  font-display: swap;
  src:  url('fonts/application2.eot');
  src:  url('fonts/application2.eot') format('embedded-opentype'),
    url('fonts/application2.ttf') format('truetype'),
    url('fonts/application2.woff') format('woff'),
    url('fonts/application2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Playfair Display SC;
}
.shellwrap {
  font-family: 'Playfair Display SC', serif;
  font-size: 4.4rem;
  line-height: 1;
}
.formcore {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.6rem;
  line-height: 1;
}
.foldbox {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
/* ---- 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) {
  .shellwrap {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .shellwrap {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .formcore {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .foldbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .shellwrap {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .formcore {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .foldbox {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8ac2 !important;
  border-color: #ff8ac2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffbddd !important;
  border-color: #ffbddd !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffbddd !important;
  border-color: #ffbddd !important;
}
.text-primary {
  color: #ff8ac2 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff248d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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;
}
.outer {
  background-color: #70c770;
}
.levelbox {
  background-color: #f85249;
}
a,
a:hover {
  color: #ff8ac2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.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: #ff8ac2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.texture-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.domtrack img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.holdwrap {
  padding-top: 12rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("images/soft1.jpg");
}
.holdwrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.holdwrap .card {
  justify-content: flex-end;
}
.holdwrap .trunk .texture-section-title {
  margin-bottom: 32px;
}
.holdwrap .trunk .gridwrap {
  margin-bottom: 0;
}
.holdwrap .trunk .texture-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.holdwrap .texture-section-title {
  color: #f6cbe1;
  text-align: center;
}
.holdwrap .gridwrap {
  color: #ffffff;
}
.holdwrap .gridwrap,
.holdwrap .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.nodewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #18181c;
}
.nodewrap .card-wrapper {
  display: flex;
  background-color: #0b0b0d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .nodewrap .card-wrapper {
    display: block;
  }
}
.nodewrap .card-wrapper .cellwrap {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .nodewrap .card-wrapper .cellwrap {
    width: 100%;
    height: 300px;
  }
}
.nodewrap .card-wrapper .cellwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.nodewrap .card-wrapper .trunk {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .nodewrap .card-wrapper .trunk {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .nodewrap .card-wrapper .trunk {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.nodewrap .card-wrapper .trunk .texture-section-title {
  margin-bottom: 16px;
}
.nodewrap .card-wrapper .trunk .gridwrap {
  margin-bottom: 0;
}
.nodewrap .card-wrapper .trunk .texture-section-btn {
  margin-top: 24px;
}
.nodewrap .card-wrapper .trunk .texture-section-btn .btn {
  margin-bottom: 0;
}
.nodewrap .texture-section-title {
  color: #ffffff;
}
.nodewrap .gridwrap,
.nodewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.nodewrap .texture-section-title,
.nodewrap .texture-section-btn {
  text-align: center;
  color: #f6cbe1;
}
.maparea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ff8ac2;
  background-color: #0b0b0d;
}
.maparea .trunk {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .maparea .trunk {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .maparea .trunk {
    padding: 0;
  }
}
.maparea .trunk .card-wrapper {
  display: flex;
  border: 2px solid #ff8ac2;
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper {
    display: block;
  }
}
.maparea .trunk .card-wrapper .cellwrap {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .cellwrap {
    width: 100%;
  }
}
.maparea .trunk .card-wrapper .cellwrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .cellwrap img {
    height: 350px;
  }
}
.maparea .trunk .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-left: 2px solid #ff8ac2;
  border-left: none;
  border-right: 2px solid #ff8ac2;
}
@media (max-width: 1440px) {
  .maparea .trunk .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .card-wrap {
    border-left: none;
    border-top: 2px solid #ff8ac2;
  }
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .card-wrap {
    border-right: none;
    border-top: 2px solid #ff8ac2;
  }
}
.maparea .trunk .card-wrapper .card-wrap .texture-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .card-wrap .texture-section-title {
    margin-bottom: 32px;
  }
}
.maparea .trunk .card-wrapper .card-wrap .gridwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .maparea .trunk .card-wrapper .card-wrap .gridwrap {
    margin-bottom: 32px;
  }
}
.maparea .trunk .card-wrapper .card-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.maparea .trunk .card-wrapper .card-wrap .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.maparea .trunk .card-wrapper .card-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.maparea .trunk .card-wrapper .card-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ff8ac2;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ff8ac2;
}
.maparea .texture-section-title {
  color: #ffffff;
}
.maparea .gridwrap {
  color: #ffffff;
  text-align: center;
}
.maparea .list {
  color: #ffffff;
}
.maparea .texture-section-title,
.maparea .texture-section-btn {
  text-align: center;
  color: #f6cbe1;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.rootsegment {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.rootsegment .trunk {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .rootsegment .trunk {
    margin-bottom: 32px;
  }
}
.rootsegment .trunk .fieldbox .texture-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f6cbe1, #f6cbe1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .rootsegment .trunk .fieldbox .texture-section-title {
    width: 100%;
  }
}
.rootsegment .trunk .text-wrapper .gridwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rootsegment .trunk .text-wrapper .gridwrap {
    width: 100%;
  }
}
.rootsegment .grid {
  margin: 0 -12px;
  justify-content: center;
}
.rootsegment .grid .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .rootsegment .grid .card {
    margin-bottom: 18px;
  }
}
.rootsegment .grid .card .card-wrapper {
  height: 100%;
  background-color: #0b0b0d;
  border-top: 3px solid #ff8ac2;
  box-shadow: 0 8px 15px -8px #ff8ac2;
  padding: 30px;
}
@media (max-width: 992px) {
  .rootsegment .grid .card .card-wrapper {
    padding: 24px;
  }
}
.rootsegment .grid .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.rootsegment .grid .card .card-wrapper .texture-section-btn {
  margin-top: 14px;
}
.rootsegment .grid .card .card-wrapper .texture-section-btn .btn {
  margin-bottom: 0;
}
.rootsegment .grid .card .card-wrapper .cellwrap {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .rootsegment .grid .card .card-wrapper .cellwrap {
    height: 300px;
  }
}
.rootsegment .grid .card .card-wrapper .cellwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #ff8ac2;
}
.rootsegment .grid .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rootsegment .grid .card .text-wrapper {
    padding: 24px;
  }
}
.rootsegment .texture-section-title,
.rootsegment .fieldbox {
  color: #000000;
  text-align: center;
}
.rootsegment .gridwrap,
.rootsegment .text-wrapper {
  color: #515151;
  text-align: center;
}
.rootsegment .item-text {
  color: #000000;
}
.rootsegment .item-text,
.rootsegment .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.unitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0d;
}
.unitbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .unitbox .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .unitbox .container {
    padding: 0 20px;
  }
}
.unitbox .trunk {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .unitbox .trunk {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .unitbox .trunk {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .unitbox .trunk {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.unitbox .trunk .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .unitbox .trunk .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .unitbox .trunk .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.unitbox .trunk .image-wrapper_1 img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.unitbox .trunk .image-wrapper_1 a {
  display: block;
}
.unitbox .trunk .grid {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .unitbox .trunk .grid {
    padding-top: 0;
  }
}
.unitbox .trunk .grid .item {
  margin-bottom: 40px;
}
.unitbox .trunk .grid .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.unitbox .trunk .grid .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.unitbox .trunk .grid .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.unitbox .trunk .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .unitbox .trunk .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .unitbox .trunk .image-wrapper_2 {
    margin-top: 0;
  }
}
.unitbox .trunk .image-wrapper_2 img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.unitbox .trunk .image-wrapper_2 a {
  display: block;
}
.unitbox .card-title {
  color: #1e1d1c;
}
.unitbox .card-text {
  color: #ffffff;
  text-align: center;
}
.unitbox .card-title,
.unitbox .texture-section-btn {
  text-align: center;
  color: #f6cbe1;
}
.tilebox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #18181c;
}
@media (max-width: 992px) {
  .tilebox .container {
    padding: 0 15px;
  }
}
.tilebox .row {
  justify-content: center;
}
.tilebox .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .tilebox .grid {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .tilebox .grid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .tilebox .grid {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.tilebox .grid .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .tilebox .grid .item:nth-child(2n) {
    margin-top: 0;
  }
}
.tilebox .grid .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #0b0b0d;
}
@media (max-width: 992px) {
  .tilebox .grid .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.tilebox .grid .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.tilebox .grid .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.tilebox .item-title {
  color: #30262b;
}
.tilebox .item-text {
  color: #ffffff;
  text-align: center;
}
.tilebox .item-title {
  text-align: center;
  color: #f6cbe1;
}
.boxpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0d;
}
.boxpad .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .boxpad .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .boxpad .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .boxpad .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .boxpad .container {
    padding: 0 16px;
  }
}
.boxpad .row {
  background-color: #18181c;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.boxpad .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .boxpad .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .boxpad .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.boxpad .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .boxpad .item:nth-child(2n) {
    border-right: none;
  }
}
.boxpad .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.boxpad .item .item-wrapper .item-img img {
  display: inline-flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .boxpad .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.boxpad .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.boxpad .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.boxpad .card-title {
  color: #000000;
}
.boxpad .card-text {
  color: #ffffff;
  text-align: center;
}
.boxpad .card-title,
.boxpad .item-img,
.boxpad .texture-section-btn {
  text-align: center;
}
.boxpad .card-title,
.boxpad .texture-section-btn,
.boxpad .item-img {
  color: #f6cbe1;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #18181c;
}
.shellbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .shellbox .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .shellbox .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .shellbox .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .shellbox .container {
    padding: 0 12px;
  }
}
.shellbox .fieldbox {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .shellbox .fieldbox {
    margin-bottom: 56px;
  }
}
.shellbox .fieldbox .gridwrap {
  margin-bottom: 0;
}
.shellbox .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .shellbox .grid {
    display: block;
  }
}
.shellbox .grid .item {
  background-color: #0a0a0c;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .shellbox .grid .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .shellbox .grid .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.shellbox .grid .item .item-wrapper {
  height: 100%;
}
.shellbox .grid .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.shellbox .grid .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.shellbox .texture-section-title {
  color: #1D1D1F;
}
.shellbox .gridwrap {
  color: #1D1D1F;
}
.shellbox .item-title {
  color: #1D1D1F;
}
.shellbox .item-text {
  color: #ffffff;
  text-align: center;
}
.shellbox .item-title {
  text-align: center;
  color: #f6cbe1;
}
.gridcell {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0b0b0d;
}
.gridcell .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .gridcell .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .gridcell .container {
    padding: 0 30px;
  }
}
.gridcell .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .gridcell .item {
    margin-bottom: 30px;
  }
}
.gridcell .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .gridcell .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.gridcell .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #18181c;
}
@media (max-width: 992px) {
  .gridcell .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.gridcell .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.gridcell .item .item-wrapper .item-img img {
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2em;
}
.gridcell .item .item-wrapper .item-content .texture-section-title {
  margin-bottom: 20px;
}
.gridcell .item .item-wrapper .item-content .gridwrap {
  margin-bottom: 0;
}
.gridcell .item .item-wrapper .item-content .texture-section-btn {
  margin-top: 20px;
}
.gridcell .item .item-wrapper .item-content .texture-section-btn .btn {
  margin-bottom: 0;
}
.gridcell .texture-section-title {
  color: #2b2b2b;
}
.gridcell .gridwrap {
  color: #ffffff;
  text-align: center;
}
.gridcell .texture-section-title,
.gridcell .texture-section-btn {
  text-align: center;
  color: #f6cbe1;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.shellcell {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #18181c;
}
.shellcell .row {
  align-items: center;
}
@media (min-width: 992px) {
  .shellcell .text-wrapper {
    padding: 0 2rem;
  }
}
.shellcell img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .shellcell img {
    transform: rotate(-5deg);
  }
}
.shellcell .texture-section-title {
  text-align: center;
  color: #f6cbe1;
}
.shellcell .texture-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.shellcell .gridwrap,
.shellcell .texture-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.borderbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #18181c;
}
.borderbox .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .borderbox .container {
    padding: 10px 8px;
  }
}
.borderbox .row {
  border-radius: 25px;
  background-color: #0b0b0d;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .borderbox .row {
    padding: 50px 2px;
  }
}
.borderbox .row .card {
  padding: 0 8px;
}
.borderbox .row .card:nth-child(2) {
  justify-content: center;
}
.borderbox .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.borderbox .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.borderbox .item:last-child {
  margin-bottom: 0;
}
.borderbox .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #18181c;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .borderbox .item .item-wrapper {
    padding: 20px 15px;
  }
}
.borderbox .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.borderbox .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .borderbox .trunk {
    margin: 50px 0;
  }
}
.borderbox .trunk .desc-wrapper {
  margin-bottom: 30px;
}
.borderbox .trunk .texture-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .borderbox .trunk .texture-section-title {
    margin-bottom: 30px;
  }
}
.borderbox .trunk .texture-section-title span {
  opacity: .5;
}
.borderbox .trunk .cellwrap {
  display: flex;
  justify-content: center;
}
.borderbox .trunk .cellwrap img {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .borderbox .trunk .cellwrap img {
    width: 250px;
    height: 250px;
  }
}
.borderbox .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.borderbox .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.borderbox .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #18181c;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .borderbox .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.borderbox .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.borderbox .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.borderbox .texture-section-title {
  color: #222222;
  text-align: center;
}

.borderbox .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.borderbox .card-title {
  color: #f6cbe1;
}
.borderbox .card-text {
  color: #ffffff;
}
.padunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.padunit .container,
.padunit .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .padunit .container,
  .padunit .container-fluid {
    padding: 0 20px;
  }
}
.padunit .row {
  justify-content: space-between;
}
.padunit .fieldbox {
  position: relative;
  z-index: 1;
}
.padunit .fieldbox .texture-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .padunit .fieldbox .texture-section-title {
    margin-bottom: 50px;
  }
}
.padunit .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .padunit .card {
    margin-bottom: 40px;
  }
}
.padunit .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .padunit .card:nth-child(3n) {
    margin-top: 0;
  }
}
.padunit .card .card-wrapper {
  position: relative;
  border: 1px solid #ff8ac2;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #0b0b0d;
}
@media (max-width: 992px) {
  .padunit .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.padunit .card .card-wrapper .card-text .texture-card-title {
  margin-bottom: 15px;
}
.padunit .card .card-wrapper .card-text .gridwrap {
  margin-bottom: 0;
}
.padunit .texture-section-title {
  color: #ffffff;
}
.padunit .texture-card-title {
  color: #ffffff;
}
.padunit .gridwrap {
  color: #ffffff;
}
.padunit .texture-card-title {
  color: #f6cbe1;
}
.zonebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #18181c;
  background-image: linear-gradient(180deg, #18181c 0, #0b0b0d 100%);
}
.zonebox .container-fluid {
  padding: 0;
}
.zonebox .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.zonebox .card-wrapper .cellwrap {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zonebox .card-wrapper .cellwrap {
    display: none;
  }
}
.zonebox .card-wrapper .cellwrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zonebox .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #f6cbe1;
}
@media (max-width: 991px) {
  .zonebox .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.zonebox .gridwrap {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .zonebox .gridwrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zonebox .gridwrap {
    margin-top: 40px;
  }
}
.zonebox .texture-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .zonebox .texture-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .zonebox .texture-section-btn {
    margin-top: 30px;
  }
}
.zonebox .cellwrap {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .zonebox .cellwrap {
    display: none;
  }
}
.zonebox .cellwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.routebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0b0d;
}
.routebox .row {
  justify-content: center;
}
.routebox .fieldbox {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .routebox .fieldbox {
    margin-bottom: 45px;
  }
}
.routebox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.routebox .card {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .routebox .card {
    margin-bottom: 32px;
  }
}
.routebox .card .card-wrapper {
  padding: 0 78px 48px;
  border-radius: 40px;
  overflow: visible;
  transform: rotate(355deg);
  background-color: #18181c;
}
@media (max-width: 992px) {
  .routebox .card .card-wrapper {
    padding: 32px 68px;
  }
}
@media (max-width: 768px) {
  .routebox .card .card-wrapper {
    padding: 32px;
  }
}
.routebox .card .card-wrapper .text-wrapper .texture-desc_1,
.routebox .card .card-wrapper .text-wrapper .texture-desc_2 {
  margin: 48px 0 0 0;
}
.routebox .card .card-wrapper .text-wrapper .texture-text_1,
.routebox .card .card-wrapper .text-wrapper .texture-text_2 {
  margin: 16px 0 0 0;
}
.routebox .card:nth-child(2n) .card-wrapper {
  background-color: #18181c;
  transform: rotate(5deg);
}
.routebox .texture-section-title {
  color: #101511;
  text-align: center;
}
.routebox .texture-desc_1 {
  color: #f6cbe1;
}
.routebox .texture-desc_2 {
  color: #f6cbe1;
}
.routebox .texture-text_1 {
  color: #ffffff;
}
.routebox .texture-text_2 {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.sectionunit {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #18181c;
}
.sectionunit img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sectionunit .trunk {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .sectionunit .trunk {
    padding-top: 1.5rem;
  }
}
.sectionunit .gridwrap,
.sectionunit .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.panebox {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #18181c;
}
.panebox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .panebox img {
    width: 100%;
  }
}
.panebox .link {
  text-decoration: underline;
}
.panebox .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .panebox .tag-wrapper {
    justify-content: center;
  }
}
.panebox .texture-section-title {
  color: #f6cbe1;
  text-align: center;
}
.panebox .gridwrap {
  text-align: center;
  color: #ffffff;
}
.fieldcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0b0b0d;
}
@media (max-width: 992px) {
  .fieldcore .container {
    padding: 0 30px;
  }
}
.fieldcore .row {
  position: relative;
}
.fieldcore .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .fieldcore .row img {
    top: auto;
    width: 100%;
  }
}
.fieldcore .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #18181c;
  position: relative;
}
@media (max-width: 768px) {
  .fieldcore .text-wrapper {
    padding: 40px 16px;
  }
}
.fieldcore .text-wrapper .texture-section-title {
  margin-bottom: 40px;
}
.fieldcore .text-wrapper .gridwrap {
  margin-bottom: 0;
}
.fieldcore .gridwrap {
  color: #ffffff;
  text-align: center;
}
.fieldcore .texture-section-title {
  color: #f6cbe1;
  text-align: center;
}
.sidebox {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #18181c;
}
.sidebox .wrapper {
  background: #0b0b0d;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .sidebox .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .sidebox .wrapper {
    transform: translateX(30%);
  }
}
.sidebox .gridwrap {
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .sidebox .display-5 {
    font-size: 29px;
  }
}
.sidebox .texture-section-subtitle {
  text-align: center;
  color: #f6cbe1;
}
.tilegrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0d;
}
.tilegrid .row {
  flex-direction: row-reverse;
}
.tilegrid .texture-section-title {
  color: #f6cbe1;
  text-align: center;
}
.tilegrid .gridwrap,
.tilegrid .texture-section-btn {
  color: #ffffff;
  text-align: center;
}
.tilegrid .texture-section-subtitle {
  color: #8364e2;
}
.tilegrid img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .tilegrid .cellwrap {
    padding-right: 4rem;
  }
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.gridcore {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("images/blue1.jpg");
}
.gridcore .layoutbase {
  background-color: #000000;
  opacity: 0.4;
}
.gridcore form .texture-section-btn {
  text-align: center;
  width: 100%;
}
.gridcore form .texture-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .gridcore form .texture-section-btn .btn {
    width: 100%;
  }
}
.gridcore .texture-section-title {
  color: #f6cbe1;
}
.gridcore .texture-section-subtitle {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.sectional {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sectional .navbar-toggler {
    transform: scale(0.8);
  }
}
.sectional .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.sectional .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .domtrack a {
  outline: none;
}
.sectional .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.sectional .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.sectional .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.sectional .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .sectional .stageunit {
    padding-left: 1.5rem;
  }
}
.sectional .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sectional .nav-link:hover {
  color: #ff8ac2 !important;
}
.sectional .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sectional .domtrack {
    padding-left: 1rem;
  }
}
.sectional .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.sectional .navbar-caption:hover,
.sectional .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .sectional .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.sectional .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sectional .navbar .domtrack img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sectional .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sectional .navbar {
    min-height: 72px;
  }
  .sectional .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.sectional ul.stageunit {
  flex-wrap: wrap;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .sectional .texture-section-btn {
    padding-left: 0;
  }
}
.sectional .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.sectional .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .sectional .navbar-brand {
    margin-right: auto;
  }
  .sectional .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .sectional .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .sectional .navbar-collapse {
    padding: 1rem;
  }
}
.sectional .navbar-brand,
.sectional .navbar-toggler,
.sectional .navbar-collapse {
  position: relative;
  z-index: 1;
}
.nest {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.nest .texture-section-subtitle {
  color: #f6cbe1;
}
.nest .gridwrap {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.viewnode {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .viewnode .navbar-toggler {
    transform: scale(0.8);
  }
}
.viewnode .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.viewnode .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.viewnode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.viewnode .navbar-brand .domtrack a {
  outline: none;
}
.viewnode .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.viewnode .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.viewnode .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.viewnode .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .viewnode .stageunit {
    padding-left: 1.5rem;
  }
}
.viewnode .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.viewnode .nav-link:hover {
  color: #ff8ac2 !important;
}
.viewnode .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .viewnode .domtrack {
    padding-left: 1rem;
  }
}
.viewnode .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.viewnode .navbar-caption:hover,
.viewnode .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .viewnode .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.viewnode .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.viewnode .nav-item:focus,
.viewnode .nav-link:focus {
  outline: none;
}
.viewnode .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.viewnode .navbar .domtrack img {
  width: auto;
}
.viewnode .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .viewnode .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .viewnode .navbar {
    min-height: 72px;
  }
  .viewnode .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .viewnode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .viewnode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .viewnode .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.viewnode .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.viewnode ul.stageunit {
  flex-wrap: wrap;
}
.viewnode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.viewnode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.viewnode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.viewnode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.viewnode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.viewnode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.viewnode .navbar-dropdown {
  padding: 0 1rem;
}
.viewnode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .viewnode .navbar {
    height: 70px;
  }
  .viewnode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.viewnode .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .viewnode .texture-section-btn {
    padding-left: 0;
  }
}
.viewnode .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.viewnode .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .viewnode .navbar-brand {
    margin-right: auto;
  }
  .viewnode .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .viewnode .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .viewnode .navbar-collapse {
    padding: 1rem;
  }
}
.viewnode .navbar-brand,
.viewnode .navbar-toggler,
.viewnode .navbar-collapse {
  position: relative;
  z-index: 1;
}
.nodemap {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.nodemap .texture-section-subtitle {
  color: #f6cbe1;
}
.nodemap .gridwrap {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.phasebox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .phasebox .navbar-toggler {
    transform: scale(0.8);
  }
}
.phasebox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.phasebox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.phasebox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.phasebox .navbar-brand .domtrack a {
  outline: none;
}
.phasebox .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.phasebox .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.phasebox .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.phasebox .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .phasebox .stageunit {
    padding-left: 1.5rem;
  }
}
.phasebox .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.phasebox .nav-link:hover {
  color: #ff8ac2 !important;
}
.phasebox .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .phasebox .domtrack {
    padding-left: 1rem;
  }
}
.phasebox .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.phasebox .navbar-caption:hover,
.phasebox .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .phasebox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.phasebox .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.phasebox .nav-item:focus,
.phasebox .nav-link:focus {
  outline: none;
}
.phasebox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.phasebox .navbar .domtrack img {
  width: auto;
}
.phasebox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .phasebox .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .phasebox .navbar {
    min-height: 72px;
  }
  .phasebox .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .phasebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .phasebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .phasebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.phasebox .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.phasebox ul.stageunit {
  flex-wrap: wrap;
}
.phasebox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.phasebox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.phasebox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.phasebox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.phasebox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.phasebox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.phasebox .navbar-dropdown {
  padding: 0 1rem;
}
.phasebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .phasebox .navbar {
    height: 70px;
  }
  .phasebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.phasebox .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .phasebox .texture-section-btn {
    padding-left: 0;
  }
}
.phasebox .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.phasebox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .phasebox .navbar-brand {
    margin-right: auto;
  }
  .phasebox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .phasebox .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .phasebox .navbar-collapse {
    padding: 1rem;
  }
}
.phasebox .navbar-brand,
.phasebox .navbar-toggler,
.phasebox .navbar-collapse {
  position: relative;
  z-index: 1;
}
.patternunit {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.patternunit .texture-section-subtitle {
  color: #f6cbe1;
}
.patternunit .gridwrap {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}
.unitband {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .unitband .navbar-toggler {
    transform: scale(0.8);
  }
}
.unitband .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.unitband .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.unitband .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.unitband .navbar-brand .domtrack a {
  outline: none;
}
.unitband .stageunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.unitband .stageunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.unitband .stageunit .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.unitband .stageunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .unitband .stageunit {
    padding-left: 1.5rem;
  }
}
.unitband .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.unitband .nav-link:hover {
  color: #ff8ac2 !important;
}
.unitband .domtrack {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .unitband .domtrack {
    padding-left: 1rem;
  }
}
.unitband .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.unitband .navbar-caption:hover,
.unitband .navbar-caption:focus {
  color: #ff8ac2 !important;
}
@media (max-width: 767px) {
  .unitband .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.unitband .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #0b0b0d;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.unitband .nav-item:focus,
.unitband .nav-link:focus {
  outline: none;
}
.unitband .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.unitband .navbar .domtrack img {
  width: auto;
}
.unitband .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .unitband .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .unitband .navbar {
    min-height: 72px;
  }
  .unitband .navbar .domtrack img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .unitband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unitband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .unitband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unitband .navbar-expand-lg .stageunit .nav-link {
  padding: 0;
}
.unitband ul.stageunit {
  flex-wrap: wrap;
}
.unitband button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.unitband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6cbe1;
}
.unitband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.unitband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.unitband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.unitband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.unitband .navbar-dropdown {
  padding: 0 1rem;
}
.unitband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unitband .navbar {
    height: 70px;
  }
  .unitband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unitband .texture-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .unitband .texture-section-btn {
    padding-left: 0;
  }
}
.unitband .texture-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.unitband .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .unitband .navbar-brand {
    margin-right: auto;
  }
  .unitband .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0b0b0d;
    border-radius: 4px !important;
  }
  .unitband .stageunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .unitband .navbar-collapse {
    padding: 1rem;
  }
}
.unitband .navbar-brand,
.unitband .navbar-toggler,
.unitband .navbar-collapse {
  position: relative;
  z-index: 1;
}
.core {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #18181c;
}
.core .texture-section-subtitle {
  color: #f6cbe1;
}
.core .gridwrap {
  color: #ffffff;
}
.boxgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.boxgrid .row {
  justify-content: center;
}
.boxgrid .row .card {
  justify-content: space-between;
}
.boxgrid .trunk {
  margin-bottom: 20px;
}
.boxgrid .trunk .patternbox {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .boxgrid .trunk .patternbox {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox {
    width: 100%;
  }
}
.boxgrid .trunk .patternbox .cellwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .trunk .patternbox .cellwrap {
    margin-bottom: 20px;
  }
}
.boxgrid .trunk .patternbox .cellwrap img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxgrid .trunk .patternbox .fieldbox .texture-section-title {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .boxgrid .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.boxgrid .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:hover,
.boxgrid .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff8ac2;
}
.boxgrid .texture-section-btn {
  margin-bottom: 20px;
}
.boxgrid .texture-section-btn .btn {
  margin-bottom: 0;
}
.boxgrid .slotwrap {
  width: 100%;
  height: 1px;
  background-color: #ff8ac2;
  margin-bottom: 20px;
}
.boxgrid .formgrid {
  margin-bottom: 0;
  color: #ffffff;
}
.boxgrid .texture-section-title {
  color: #093388;
}
.boxgrid .list {
  color: #58595b;
}

/* Base Cookie Banner */
.zonelayer {
    visibility: hidden;
    opacity: 0;
    transition: opacity 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;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.zonelayer.show {
    visibility: visible;
    opacity: 1;
}

.zonelayer p {
    margin: 0;
    font-size: 14px;
}

.zonelayer a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .zonelayer {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.navbar-brand {
    animation: shake 0.8s ease-in-out;
}

.quiz-section {
  background-image: url("images/clean3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.zonelayer.show {
  visibility: visible;
  opacity: 1;
}
