: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;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[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;
}

.row {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .row {
    font-size: 5rem;
  }
}

.nestedbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .nestedbox {
    font-size: 4.5rem;
  }
}

.tilegrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .tilegrid {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-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.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.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);
}

.patch {
  --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;
}
 .patch .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 .patch {
    flex-direction: row;
  }
  .navbar-expand-lg .patch .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);
}

.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);
}

.zonebox {
  --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);
}

.nodeunit {
  --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;
}

.h-100 {
  height: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !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;
}

.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-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .phasebox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .phasebox 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; }



@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;
}

@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;
}

.palette-section-title {
  font-style: normal;
  line-height: 1.3;
}

.palette-section-subtitle {
  line-height: 1.3;
}

.alignbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.row,
.nestedbox,
.tilegrid,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.layoutgroup {
  text-align: left;
}

.container {
  text-align: center;
}

/*! Font-weight  */

.modtrack {
  font-weight: 400;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.palette-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 .palette-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.modtrack {
  font-weight: 400;
}

[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 .phasebox 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 .patch.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 .palette-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@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;
}
@font-face {
  font-family: 'dashboard2';
  font-display: swap;
  src:  url('fonts/platform2.eot');
  src:  url('fonts/platform2.eot') format('embedded-opentype'),
    url('fonts/platform2.ttf') format('truetype'),
    url('fonts/platform2.woff') format('woff'),
    url('fonts/platform2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
body {
  font-family: Hubot Sans;
}
.row {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.nestedbox {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.tilegrid {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
/* ---- 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) {
  .row {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .row {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .nestedbox {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .tilegrid {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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) {
  .row {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .nestedbox {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .tilegrid {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6f3c !important;
  border-color: #ff6f3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ff956f !important;
  border-color: #ff956f !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff956f !important;
  border-color: #ff956f !important;
}
.text-primary {
  color: #ff6f3c !important;
}
.text-info {
  color: #f2f2f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d53800 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bfbfbf !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.zonebox {
  background-color: #70c770;
}
.nodeunit {
  background-color: #e3696a;
}
a,
a:hover {
  color: #ff6f3c;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  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: #ff6f3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hubot Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.palette-section-btn .btn {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  border-radius: 0 !important;
}
.palette-section-btn .btn-primary:hover,
.palette-section-btn .btn-primary:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 0 !important;
}

.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.platebox {
  padding-top: 11rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-color: #f6f1eb;
}
.platebox .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .platebox .card-wrap {
    height: 350px;
    transform: none;
  }
}
.platebox .card-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.platebox .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eaf3f1;
  opacity: 0.8;
  pointer-events: none;
}
.platebox .fieldbox {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .platebox .fieldbox {
    top: -150px;
    right: -350px;
  }
}
.platebox .fieldbox::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff6f3c;
  pointer-events: none;
}
.platebox .fieldbox::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff6f3c;
  transform: rotate(-45deg);
  pointer-events: none;
}
.platebox .stackunit {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.platebox .stackunit .coversegment {
  pointer-events: none;
}
.platebox .stackunit .coversegment .palette-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.platebox .stackunit .text-wrapper {
  pointer-events: none;
}
.platebox .stackunit .text-wrapper .alignbox {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .platebox .stackunit .text-wrapper .alignbox {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .platebox .stackunit .text-wrapper .alignbox {
    width: 100%;
  }
}
.platebox .stackunit .palette-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.platebox .stackunit .palette-section-btn .btn {
  pointer-events: visible;
}
.platebox .palette-section-title {
  color: #323432;
}
.platebox .alignbox,
.platebox .text-wrapper {
  color: #323432;
  text-align: center;
}
.platebox .palette-section-title,
.platebox .palette-section-btn,
.platebox .coversegment {
  text-align: center;
  color: #143f52;
}
.nest {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf3f1;
}
.nest .row {
  margin: 0 -8px;
}
.nest .row .card {
  padding: 0 8px;
}
.nest .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #f6f1eb;
}
@media (max-width: 1440px) {
  .nest .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .nest .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.nest .card-wrapper .palette-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nest .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.nest .card-wrapper .card-wrap .text-wrapper .alignbox {
  margin-bottom: 24px;
}
.nest .card-wrapper .card-wrap .palette-section-btn .btn {
  margin-bottom: 0;
}
.nest .elementbox {
  height: 100%;
}
.nest .elementbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nest .elementbox img {
    height: 300px;
  }
}
.nest .palette-section-title {
  color: #2c2c26;
}
.nest .alignbox,
.nest .text-wrapper {
  color: #000000;
  text-align: center;
}
.nest .palette-section-title,
.nest .palette-section-btn {
  text-align: center;
  color: #143f52;
}
.linewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1eb;
}
.linewrap .palette-section-btn {
  margin-bottom: 22px;
}
.linewrap .coversegment .palette-section-title {
  margin-bottom: 32px;
}
.linewrap .coversegment .bodycore {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linewrap .coversegment .bodycore {
    margin-bottom: 32px;
  }
}
.linewrap .text-wrapper .alignbox {
  margin-bottom: 0;
}
.linewrap .palette-section-title {
  color: #000000;
}
.linewrap .bodycore {
  color: #000000;
}
.linewrap .alignbox {
  color: #000000;
}
.linewrap .alignbox,
.linewrap .text-wrapper {
  color: #000000;
}
.linewrap .palette-section-title,
.linewrap .palette-section-btn {
  color: #143f52;
}
.matrix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf3f1;
}
.matrix .stackunit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #f6f1eb;
}
@media (max-width: 1440px) {
  .matrix .stackunit {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .matrix .stackunit {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.matrix .stackunit .body .palette-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .matrix .stackunit .body .palette-section-title {
    margin-bottom: 32px;
  }
}
.matrix .stackunit .body .alignbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .matrix .stackunit .body .alignbox {
    margin-bottom: 22px;
  }
}
.matrix .stackunit .body .palette-section-btn .btn {
  margin-bottom: 0;
}
.matrix .elementbox {
  position: relative;
  border: 3px solid #f6f1eb;
  background-color: #f6f1eb;
  height: 100%;
}
@media (max-width: 992px) {
  .matrix .elementbox {
    height: 350px;
  }
}
.matrix .elementbox .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.matrix .elementbox .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.matrix .palette-section-title {
  color: #191c25;
}
.matrix .alignbox {
  color: #191c25;
  text-align: center;
}
.matrix .palette-section-title,
.matrix .palette-section-btn {
  color: #143f52;
  text-align: center;
}
.framecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1eb;
}
.framecore .element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .framecore .element {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .framecore .element .item {
    margin-bottom: 12px;
  }
  .framecore .element .item:last-child {
    margin-bottom: 0;
  }
}
.framecore .element .item .item-wrapper {
  position: relative;
  background-color: #eaf3f1;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .framecore .element .item .item-wrapper {
    padding: 32px 16px;
  }
}
.framecore .element .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .framecore .element .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.framecore .element .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.framecore .element .item .item-wrapper .card-box .palette-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .framecore .element .item .item-wrapper .card-box .palette-section-btn {
    margin-bottom: 16px;
  }
}
.framecore .item-title {
  color: #050f0f;
}
.framecore .item-text {
  color: #050f0f;
  text-align: center;
}
.framecore .item-title,
.framecore .palette-section-btn {
  color: #143f52;
  text-align: center;
}
.topbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf3f1;
}
.topbox .stackunit {
  padding: 80px 90px;
  background-color: #f6f1eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .topbox .stackunit {
    display: block;
    padding: 32px 16px;
  }
}
.topbox .stackunit .coversegment {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .topbox .stackunit .coversegment {
    margin-bottom: 24px;
    width: 100%;
  }
}
.topbox .stackunit .coversegment .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .topbox .stackunit .coversegment .palette-section-title {
    margin-bottom: 24px;
  }
}
.topbox .stackunit .coversegment .alignbox {
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .topbox .stackunit .coversegment .alignbox {
    margin-bottom: 16px;
  }
}
.topbox .stackunit .elementbox {
  width: 45%;
}
@media (max-width: 992px) {
  .topbox .stackunit .elementbox {
    width: 100%;
  }
}
.topbox .stackunit .elementbox img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .topbox .stackunit .elementbox img {
    height: 350px;
  }
}
.topbox .palette-section-title {
  color: #050f0f;
}
.topbox .alignbox {
  color: #050f0f;
  text-align: center;
}
.topbox .palette-section-title,
.topbox .palette-section-btn {
  color: #143f52;
  text-align: center;
}
.alignwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1eb;
  overflow: hidden;
}
@media (max-width: 768px) {
  .alignwrap .container {
    padding: 0 16px;
  }
}
.alignwrap .row {
  justify-content: center;
}
.alignwrap .stackunit {
  position: relative;
}
.alignwrap .stackunit .palette-section-title {
  margin-bottom: 40px;
}
.alignwrap .stackunit .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alignwrap .stackunit .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.alignwrap .stackunit .list .item-wrap:last-child {
  margin-bottom: 0;
}
.alignwrap .stackunit .list .item-wrap:hover,
.alignwrap .stackunit .list .item-wrap:focus {
  color: #000000;
}
.alignwrap .stackunit .fieldbox {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ff6f3c -10%, transparent 70%);
}
.alignwrap .palette-section-title {
  color: #000000;
}
.alignwrap .list {
  color: #000000;
  text-align: center;
}
.alignwrap .palette-section-title {
  text-align: center;
  color: #143f52;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.inset {
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaf3f1;
}
.inset .body {
  align-items: center;
  justify-content: space-between;
}
.inset .body .card {
  justify-content: space-between;
}
.inset .stackunit {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .inset .stackunit {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .inset .stackunit {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .inset .stackunit {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .inset .stackunit {
    padding: 0;
  }
}
.inset .stackunit .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .inset .stackunit .palette-section-title {
    margin-bottom: 16px;
  }
}
.inset .stackunit .text-wrapper .alignbox {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .inset .stackunit .text-wrapper .alignbox {
    margin-bottom: 16px;
  }
}
.inset .box {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .inset .box {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .inset .box {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .inset .box {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .inset .box {
    padding: 0;
  }
}
.inset .box img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .inset .box img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.inset .palette-section-title {
  color: #150764;
}
.inset .alignbox {
  color: #000000;
}
.inset .palette-section-title,
.inset .palette-section-btn {
  color: #143f52;
}
.col {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1eb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .col .container {
    padding: 0 30px;
  }
}
.col .card {
  justify-content: center;
}
.col .stackunit {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .col .stackunit {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .col .stackunit {
    padding: 0;
  }
}
.col .stackunit .desc-wrapper .bodycore {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .col .stackunit .desc-wrapper .bodycore {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.col .stackunit .desc-wrapper .bodycore::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .col .stackunit .desc-wrapper .bodycore::before {
    width: 40px;
  }
}
.col .stackunit .palette-section-title {
  margin-bottom: 40px;
}
.col .stackunit .alignbox {
  margin-bottom: 30px;
}
.col .bodycore {
  color: #254b45;
}
.col .palette-section-title {
  color: #254b45;
}
.col .alignbox {
  color: #000000;
}
.col .palette-section-title,
.col .palette-section-btn {
  color: #143f52;
}
.boxwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaf3f1;
}
.boxwrap .stackunit {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ff6f3c;
}
@media (max-width: 992px) {
  .boxwrap .stackunit {
    display: block;
    padding: 32px 16px;
  }
}
.boxwrap .stackunit .elementbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxwrap .stackunit .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.boxwrap .stackunit .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f6f1eb;
  border: 3px solid #ff6f3c;
  box-shadow: 4px 4px 0 0 #ff6f3c;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .boxwrap .stackunit .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.boxwrap .stackunit .card-wrapper .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boxwrap .stackunit .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.boxwrap .stackunit .card-wrapper .alignbox {
  margin-bottom: 0;
}
.boxwrap .palette-section-title {
  color: #ff9063;
  text-align: center;
}
.boxwrap .alignbox {
  color: #000000;
  text-align: center;
}
.boxwrap .palette-section-title,
.boxwrap .palette-section-btn {
  color: #143f52;
}
.sectionrow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f1eb;
}
@media (max-width: 992px) {
  .sectionrow .container {
    padding: 0 22px;
  }
}
.sectionrow .card {
  justify-content: center;
}
.sectionrow .stackunit {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .sectionrow .stackunit {
    padding: 0;
  }
}
.sectionrow .stackunit .palette-section-title {
  margin-bottom: 10px;
}
.sectionrow .stackunit .alignbox {
  margin-bottom: 10px;
}
.sectionrow .elementbox {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .sectionrow .elementbox {
    margin-top: 20px;
    padding: 0;
  }
}
.sectionrow .elementbox img {
  height: 600px;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sectionrow .elementbox img {
    height: 350px;
  }
}
.sectionrow .palette-section-title {
  color: #ffffff;
}
.sectionrow .alignbox {
  color: #000000;
  text-align: center;
}
.sectionrow .palette-section-title,
.sectionrow .palette-section-btn {
  color: #143f52;
  text-align: center;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.docklayer {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #eaf3f1;
}
.docklayer .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .docklayer .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .docklayer .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .docklayer .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .docklayer .container {
    padding: 0 16px;
  }
}
.docklayer .row {
  padding: 60px 44px;
  background-color: #f6f1eb;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .docklayer .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .docklayer .row {
    padding: 25px 9px;
  }
}
.docklayer .coversegment .palette-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .docklayer .coversegment .palette-section-title {
    margin-bottom: 32px;
  }
}
.docklayer .stackunit {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .docklayer .stackunit {
    height: auto;
    margin-bottom: 32px;
  }
}
.docklayer .stackunit .body .alignbox {
  margin-bottom: 16px;
}
.docklayer .elementbox img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .docklayer .elementbox img {
    height: 350px;
  }
}
.docklayer .palette-section-title {
  color: #143f52;
  text-align: center;
}
.docklayer .alignbox {
  color: #000000;
  text-align: center;
}
.gridcore {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f6f1eb;
}
.gridcore .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .gridcore .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .gridcore .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .gridcore .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .gridcore .container {
    padding: 0 12px;
  }
}
.gridcore .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .gridcore .stackunit {
    padding: 0 24px;
  }
}
.gridcore .stackunit .palette-section-title {
  margin-bottom: 22px;
}
.gridcore .stackunit .alignbox {
  margin-bottom: 22px;
}
.gridcore .palette-section-title {
  color: #1D1D1F;
}
.gridcore .alignbox {
  color: #1D1D1F;
  text-align: center;
}
.gridcore .palette-section-title,
.gridcore .palette-section-btn {
  text-align: center;
  color: #143f52;
}
.levelbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf3f1;
}
.levelbox .container {
  max-width: 1300px;
}
.levelbox .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .levelbox .text-wrapper {
    padding: 3rem;
  }
}
.levelbox .row {
  background: #f6f1eb;
}
@media (max-width: 991px) {
  .levelbox .elementbox {
    margin-bottom: 1rem;
  }
}
.levelbox .elementbox {
  padding: 0;
}
.levelbox .elementbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.levelbox .palette-section-title {
  color: #143f52;
  text-align: center;
}
.levelbox .alignbox,
.levelbox .palette-section-btn {
  color: #000000;
  text-align: center;
}
.levelbox .palette-section-subtitle {
  color: #ffffff;
}
.rowset {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f1eb;
}
.rowset .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .rowset .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .rowset .container {
    padding: 0 24px;
  }
}
.rowset .row {
  justify-content: center;
}
.rowset .stackunit {
  border-radius: 40px;
  background-color: #eaf3f1;
  padding: 64px;
}
@media (max-width: 992px) {
  .rowset .stackunit {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .rowset .stackunit {
    padding: 32px;
  }
}
.rowset .stackunit .palette-section-title {
  margin-bottom: 0;
}
.rowset .stackunit .alignbox {
  margin: 16px 0 0;
}
.rowset .palette-section-title {
  color: #143f52;
}
.rowset .alignbox {
  color: #000000;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.floatunit {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #eaf3f1;
}
.floatunit .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .floatunit .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .floatunit .container {
    padding: 0 28px;
  }
}
.floatunit .row {
  justify-content: center;
}
.floatunit .card-wrapper {
  border: 1px solid #ff6f3c;
  background-color: #f6f1eb;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .floatunit .card-wrapper {
    display: block;
  }
}
.floatunit .card-wrapper .body {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .floatunit .card-wrapper .body {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .floatunit .card-wrapper .body {
    padding: 40px 28px;
  }
}
.floatunit .card-wrapper .body .palette-section-title {
  margin-bottom: 20px;
}
.floatunit .card-wrapper .body .alignbox {
  margin-bottom: 0;
}
.floatunit .card-wrapper .body .palette-section-btn {
  margin-top: 20px;
}
.floatunit .card-wrapper .elementbox {
  width: 50%;
}
@media (max-width: 768px) {
  .floatunit .card-wrapper .elementbox {
    width: 100%;
  }
}
.floatunit .card-wrapper .elementbox img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .floatunit .card-wrapper .elementbox img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.floatunit .palette-section-title {
  color: #000000;
}
.floatunit .alignbox {
  color: #000000;
  text-align: center;
}
.floatunit .palette-section-title,
.floatunit .palette-section-btn {
  text-align: center;
  color: #143f52;
}
.packunit {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f6f1eb;
}
@media (max-width: 1400px) {
  .packunit .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.packunit .palette-section-btn,
.packunit .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .packunit .elementbox {
    margin-bottom: 1rem;
  }
}
.packunit .row {
  align-items: center;
}
@media (max-width: 991px) {
  .packunit .elementbox {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .packunit .text-wrapper {
    padding: 0 2rem;
  }
}
.packunit .palette-section-title {
  color: #143f52;
}
.packunit .alignbox,
.packunit .palette-section-btn {
  color: #000000;
}
.packunit .palette-section-subtitle {
  color: #ffffff;
}
.band {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #eaf3f1;
}
.band .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .band .container-fluid {
    padding: 0 20px;
  }
}
.band .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .band .container {
    padding: 0 20px;
  }
  .band .container .row {
    padding: 0;
  }
}
.band .coversegment {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .band .coversegment {
    margin-bottom: 40px;
  }
}
.band .coversegment .palette-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.band .coversegment .domwrap {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #f6f1eb;
}
@media (max-width: 768px) {
  .band .coversegment .domwrap {
    width: 100%;
  }
}
.band .elementbox img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .band .elementbox img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .band .elementbox img {
    height: 300px;
  }
}
.band .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .band .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.band .text-wrapper .alignbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .band .text-wrapper .alignbox {
    margin-bottom: 20px;
  }
}
.band .palette-section-title {
  color: #143f52;
}
.band .alignbox {
  color: #000000;
  text-align: center;
}
.rootbox {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f1eb;
}
.rootbox .palette-section-title {
  color: #143f52;
}
.rootbox .palette-section-subtitle,
.rootbox .palette-section-btn {
  color: #000000;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.cellunit {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #eaf3f1;
}
.cellunit .row {
  justify-content: space-between;
}
.cellunit .coversegment {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cellunit .coversegment {
    margin-bottom: 35px;
  }
}
.cellunit .coversegment .palette-section-title {
  margin-bottom: 15px;
}
.cellunit .coversegment .text-wrapper .alignbox {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cellunit .coversegment .text-wrapper .alignbox {
    width: 100%;
  }
}
.cellunit .dragArea.row {
  position: relative;
  z-index: 1;
}
.cellunit .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cellunit .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cellunit .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cellunit .dragArea.row .form-group .form-control:hover,
.cellunit .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cellunit .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #ff6f3c;
}
.cellunit .dragArea.row .form-group .form-control::placeholder {
  color: #ff6f3c;
}
.cellunit .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cellunit .dragArea.row .palette-section-btn {
  width: 100%;
}
.cellunit .stackunit .palette-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cellunit .stackunit .palette-section-subtitle {
    margin-bottom: 15px;
  }
}
.cellunit .stackunit .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cellunit .stackunit .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cellunit .stackunit .list-wrapper .list .item-wrap:hover,
.cellunit .stackunit .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cellunit .stackunit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cellunit .stackunit .body {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cellunit .stackunit .body {
    margin-top: 35px;
  }
}
.cellunit .stackunit .body .bodycore {
  margin-bottom: 30px;
}
.cellunit .palette-section-title {
  color: #000000;
}
.cellunit .alignbox {
  color: #000000;
}
.cellunit .palette-section-subtitle {
  color: #143f52;
}
.cellunit .list {
  color: #000000;
}
.cellunit .bodycore {
  color: #000000;
}
.cellunit .palette-section-title,
.cellunit .palette-section-btn {
  color: #143f52;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.holdunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.holdunit .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .holdunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.holdunit .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;
}
.holdunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.holdunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.holdunit .navbar-brand .phasebox a {
  outline: none;
}
.holdunit .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.holdunit .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.holdunit .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.holdunit .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .holdunit .patch {
    padding-left: 1.5rem;
  }
}
.holdunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.holdunit .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .holdunit .phasebox {
    padding-left: 1rem;
  }
}
.holdunit .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .holdunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.holdunit .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .holdunit .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .holdunit .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.holdunit .nav-item:focus,
.holdunit .nav-link:focus {
  outline: none;
}
.holdunit .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;
}
.holdunit .navbar .phasebox img {
  width: auto;
}
.holdunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .holdunit .navbar {
    min-height: 72px;
  }
  .holdunit .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .holdunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .holdunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdunit .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.holdunit ul.patch {
  flex-wrap: wrap;
}
.holdunit .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .holdunit .navbar-buttons {
    text-align: left;
  }
}
.holdunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.holdunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdunit .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.holdunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdunit .navbar {
    height: 70px;
  }
  .holdunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.holdunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .holdunit .navbar-brand {
    margin-right: auto;
  }
  .holdunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .holdunit .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .holdunit .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .holdunit .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .holdunit .navbar-collapse {
    padding: 1rem;
  }
}
.anchorbox {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #eaf3f1;
}
.anchorbox .palette-section-subtitle {
  text-align: left;
}
.anchorbox .palette-section-title {
  color: #143f52;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.mainfield {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.mainfield .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .mainfield .navbar-toggler {
    transform: scale(0.8);
  }
}
.mainfield .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;
}
.mainfield .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.mainfield .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.mainfield .navbar-brand .phasebox a {
  outline: none;
}
.mainfield .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.mainfield .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.mainfield .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.mainfield .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .mainfield .patch {
    padding-left: 1.5rem;
  }
}
.mainfield .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mainfield .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .mainfield .phasebox {
    padding-left: 1rem;
  }
}
.mainfield .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .mainfield .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.mainfield .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .mainfield .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .mainfield .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.mainfield .nav-item:focus,
.mainfield .nav-link:focus {
  outline: none;
}
.mainfield .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;
}
.mainfield .navbar .phasebox img {
  width: auto;
}
.mainfield .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .mainfield .navbar {
    min-height: 72px;
  }
  .mainfield .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .mainfield .navbar .nav-item .nav-link::before {
    display: none;
  }
  .mainfield .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .mainfield .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.mainfield .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.mainfield ul.patch {
  flex-wrap: wrap;
}
.mainfield .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .mainfield .navbar-buttons {
    text-align: left;
  }
}
.mainfield button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.mainfield button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.mainfield button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.mainfield button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.mainfield button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.mainfield button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.mainfield .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.mainfield a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainfield .navbar {
    height: 70px;
  }
  .mainfield .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.mainfield .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.mainfield .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .mainfield .navbar-brand {
    margin-right: auto;
  }
  .mainfield .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .mainfield .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainfield .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .mainfield .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .mainfield .navbar-collapse {
    padding: 1rem;
  }
}
.nodeband {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #eaf3f1;
}
.nodeband .palette-section-subtitle {
  text-align: left;
}
.nodeband .palette-section-title {
  color: #143f52;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}
.layersegment {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.layersegment .btn:hover {
  background: #ff6f3c !important;
  border-color: #ff6f3c !important;
}
@media (max-width: 767px) {
  .layersegment .navbar-toggler {
    transform: scale(0.8);
  }
}
.layersegment .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;
}
.layersegment .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.layersegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layersegment .navbar-brand .phasebox a {
  outline: none;
}
.layersegment .patch {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layersegment .patch .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.layersegment .patch .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.layersegment .patch .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .layersegment .patch {
    padding-left: 1.5rem;
  }
}
.layersegment .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layersegment .phasebox {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .layersegment .phasebox {
    padding-left: 1rem;
  }
}
.layersegment .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .layersegment .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layersegment .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .layersegment .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layersegment .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.layersegment .nav-item:focus,
.layersegment .nav-link:focus {
  outline: none;
}
.layersegment .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;
}
.layersegment .navbar .phasebox img {
  width: auto;
}
.layersegment .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layersegment .navbar {
    min-height: 72px;
  }
  .layersegment .navbar .phasebox img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layersegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layersegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layersegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layersegment .navbar-expand-lg .patch .nav-link {
  padding: 0;
}
.layersegment ul.patch {
  flex-wrap: wrap;
}
.layersegment .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .layersegment .navbar-buttons {
    text-align: left;
  }
}
.layersegment button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layersegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaf3f1;
}
.layersegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layersegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layersegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layersegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layersegment .navbar-dropdown {
  padding: 0;
  background-color: #0e3b3a !important;
}
.layersegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layersegment .navbar {
    height: 70px;
  }
  .layersegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layersegment .palette-section-btn {
  margin: -0.6rem -0.6rem;
}
.layersegment .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layersegment .navbar-brand {
    margin-right: auto;
  }
  .layersegment .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e3b3a;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .layersegment .patch .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layersegment .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .layersegment .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .layersegment .navbar-collapse {
    padding: 1rem;
  }
}
.node {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #eaf3f1;
}
.node .palette-section-subtitle {
  text-align: left;
}
.node .palette-section-title {
  color: #143f52;
}
.zone {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1716;
}
@media (max-width: 992px) {
  .zone .container {
    padding: 0 15px;
  }
}
.zone .stackunit {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .zone .stackunit {
    display: block;
  }
}
.zone .stackunit .list-wrapper,
.zone .stackunit .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .list-wrapper,
  .zone .stackunit .nav-wrapper {
    margin-bottom: 40px;
  }
}
.zone .stackunit .list-wrapper .palette-section-subtitle,
.zone .stackunit .nav-wrapper .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .list-wrapper .list,
.zone .stackunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.zone .stackunit .list-wrapper .list .item-wrap,
.zone .stackunit .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.zone .stackunit .list-wrapper .list .item-wrap:hover::before,
.zone .stackunit .nav-wrapper .list .item-wrap:hover::before,
.zone .stackunit .list-wrapper .list .item-wrap:focus::before,
.zone .stackunit .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.zone .stackunit .list-wrapper .list .item-wrap::before,
.zone .stackunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1a1716;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .zone .stackunit .unitband {
    margin-bottom: 40px;
  }
}
.zone .stackunit .unitband .palette-section-subtitle {
  margin-bottom: 30px;
}
.zone .stackunit .unitband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zone .stackunit .unitband .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.zone .stackunit .unitband .list .item-wrap:hover,
.zone .stackunit .unitband .list .item-wrap:focus {
  color: #ffffff;
}
.zone .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .zone .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.zone .copy-wrapper .rowunit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zone .copy-wrapper .coversegment {
    margin-bottom: 40px;
  }
}
.zone .copy-wrapper .coversegment .pathbox {
  display: inline-flex;
  align-items: center;
}
.zone .copy-wrapper .coversegment .pathbox img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.zone .copy-wrapper .coversegment .pathbox .palette-section-title {
  margin-bottom: 0;
}
.zone .palette-section-title {
  color: #131c28;
}
.zone .palette-section-subtitle {
  color: #f2f2f2;
}
.zone .list {
  color: #131c28;
}
.zone .rowunit {
  color: #f2f2f2;
}
.zone .list,
.zone .item-wrap,
.zone .nav-wrapper {
  color: #f2f2f2;
}
.zone .palette-section-title,
.zone .coversegment {
  color: #f2f2f2;
}

/* Base Cookie Banner */
.netbox {
    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;
}

.netbox.show {
    visibility: visible;
    opacity: 1;
}

.netbox p {
    margin: 0;
    font-size: 14px;
}

.netbox a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .netbox {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.netbox {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .netbox {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .netbox {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */


.netbox.show {
  visibility: visible;
  opacity: 1;
}
