@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::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);
}
 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;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.fold {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fold {
    font-size: 5rem;
  }
}
.mainbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .mainbox {
    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: 768px) {
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.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);
}
.docksegment {
  --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;
}
.docksegment .nav-link.active, .docksegment .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 .docksegment {
    flex-direction: row;
  }
  .navbar-expand-lg .docksegment .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.contentwrap {
  --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);
}
.formgrid {
  --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: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.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;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .track {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .track img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.palette-section-title {
  font-style: normal;
  line-height: 1.3;
}
.splitunit {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
.fold,
.mainbox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b,
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  visibility: hidden;
}
.root {
  text-align: left;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.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;
}
[type=submit] {
  -webkit-appearance: none;
}
.ridge .gridlayer {
  min-height: 100vh;
}
.ridge {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@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 .track 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 .docksegment.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;
}
.gridlayer {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'modeling2';
  font-display: swap;
  src:  url('fonts/dashboard2.eot');
  src:  url('fonts/dashboard2.eot') format('embedded-opentype'),
    url('fonts/dashboard2.woff2') format('woff2'),
    url('fonts/dashboard2.woff') format('woff'),
    url('fonts/dashboard2.ttf') format('truetype'),
    url('fonts/dashboard2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Rethink Sans;
}
.fold {
  font-family: 'Instrument Serif', serif;
  font-size: 3.5rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.mainbox {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-5 {
  font-family: 'Instrument Serif', serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (max-width: 992px) {
  .fold {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .fold {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .mainbox {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #003ab0 !important;
  border-color: #003ab0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #004be3 !important;
  border-color: #004be3 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004be3 !important;
  border-color: #004be3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}
.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.text-primary {
  color: #003ab0 !important;
}
.text-info {
  color: #003ab0 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00184a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00184a !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;
}
.contentwrap {
  background-color: #70c770;
}
.formgrid {
  background-color: #e6b4ce;
}
.palette-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #003ab0;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #003ab0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.palette-section-btn {
  width: 100%;
}
.palette-section-btn .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .palette-section-btn .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.palette-section-btn .btn-primary:hover,
.palette-section-btn .btn-primary:focus {
  background-color: transparent !important;
  color: #003ab0 !important;
}
.palette-section-btn .btn-warning:hover,
.palette-section-btn .btn-warning:focus {
  background-color: transparent !important;
  color: #ffdfc7 !important;
}
img {
  border-radius: 20px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.stepunit {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("images/clear2.jpg");
}
@media (max-width: 992px) {
  .stepunit .container {
    padding: 0 22px;
  }
}
.stepunit .subbox {
  padding-bottom: 60%;
}
.stepunit .subbox .palette-section-title {
  margin-bottom: 32px;
}
.stepunit .subbox .splitunit {
  margin-bottom: 22px;
}
.stepunit .palette-section-title {
  color: #ffffff;
}
.stepunit .splitunit {
  color: #ffdfc7;
}
.stepunit .palette-section-title,
.stepunit .palette-section-btn {
  color: #ffdfc7;
}
.objectbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcca5;
}
.objectbox .palette-section-title {
  padding-bottom: 5rem;
  color: #153474;
  text-align: center;
}
@media (max-width: 767px) {
  .objectbox .palette-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .objectbox .text-wrapper {
    padding: 0 3rem;
  }
}
.objectbox img {
  border-radius: 3rem;
}
.objectbox .splitunit,
.objectbox .palette-section-btn {
  color: #003ab0;
}
.traceunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("images/cold2.jpg");
}
.traceunit .stageunit {
  justify-content: center;
  margin: 0 -40px;
}
.traceunit .stageunit .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .traceunit .stageunit .item {
    margin-bottom: 40px;
  }
}
.traceunit .stageunit .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.traceunit .stageunit .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.traceunit .stageunit .item .item-wrapper .palette-section-btn {
  margin-top: 16px;
}
.traceunit .stageunit .item .item-wrapper .palette-section-btn .btn {
  margin-bottom: 0;
}
.traceunit .item-title {
  color: #ffffff;
}
.traceunit .item-text {
  color: #003ab0;
  text-align: center;
}
.traceunit .item-title,
.traceunit .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.fieldnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.fieldnode .subbox {
  margin-bottom: 32px;
}
.fieldnode .subbox .stagebox {
  margin-bottom: 0;
}
.fieldnode .stageunit {
  align-items: center;
}
.fieldnode .stageunit .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .fieldnode .stageunit .item:last-child {
    margin-bottom: 0;
  }
}
.fieldnode .stageunit .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.fieldnode .stageunit .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.fieldnode .stageunit .item .item-wrapper .card-text:hover,
.fieldnode .stageunit .item .item-wrapper .card-text:focus {
  color: #003ab0;
}
.fieldnode .stagebox {
  color: #153474;
  text-align: center;
}
.fieldnode .card-title {
  color: #111111;
  text-align: center;
}
.fieldnode .card-text {
  color: #003ab0;
  text-align: center;
}
.fieldnode .card-title,
.fieldnode .palette-section-btn {
  color: #000000;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/clean1.jpg");
}
.nestedbox .item-wrapper {
  padding-bottom: 24px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .nestedbox .item-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nestedbox .item-wrapper {
    padding-bottom: 30px;
  }
}
.nestedbox .item-wrapper:hover .palette-section-title a {
  color: #f7f1e3 !important;
}
.nestedbox .palette-section-title {
  margin-bottom: 12px;
}
.nestedbox .splitunit {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #003ab0;
}
.nestedbox .item-img,
.nestedbox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.nestedbox .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .nestedbox .item-img {
    margin-bottom: 20px;
  }
}
.nestedbox .splitunit,
.nestedbox .palette-section-btn {
  color: #003ab0;
}
.nestedbox .palette-section-title {
  color: #003ab0;
}
.layersegment {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.layersegment .partwrapbox {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .layersegment .partwrapbox {
    margin-bottom: 40px;
  }
}
.layersegment .partwrapbox .stagebox {
  margin-bottom: 20px;
}
.layersegment .partwrapbox .palette-section-title {
  margin-bottom: 20px;
}
.layersegment .partwrapbox .text-wrapper .splitunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layersegment .partwrapbox .text-wrapper .splitunit {
    width: 100%;
  }
}
.layersegment .stageunit {
  margin: 0 -8px;
}
.layersegment .stageunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .layersegment .stageunit .item {
    margin-bottom: 20px;
  }
  .layersegment .stageunit .item:last-child {
    margin-bottom: 0;
  }
}
.layersegment .stageunit .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  .layersegment .stageunit .item:nth-child(3n + 2) {
    transform: none;
  }
}
.layersegment .stageunit .item .item-wrapper {
  background-color: #153474;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #dc9c6b;
}
.layersegment .stageunit .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #ffdfc7;
  box-shadow: 0 10px 25px -20px #dc9c6b;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .layersegment .stageunit .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.layersegment .stageunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.layersegment .stageunit .item .item-wrapper .pathbox {
  padding: 16px;
}
@media (max-width: 992px) {
  .layersegment .stageunit .item .item-wrapper .pathbox {
    padding: 20px;
  }
}
.layersegment .stageunit .item .item-wrapper .pathbox .rowset {
  display: inline-flex;
  align-items: center;
}
.layersegment .stageunit .item .item-wrapper .pathbox .rowset .item-img {
  margin-right: 12px;
}
.layersegment .stageunit .item .item-wrapper .pathbox .rowset .item-img img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layersegment .stageunit .item .item-wrapper .pathbox .rowset .name-wrapper .item-name {
  margin-bottom: 4px;
}
.layersegment .stagebox {
  color: #be0000;
  text-align: center;
}
.layersegment .palette-section-title {
  color: #000000;
  text-align: center;
}
.layersegment .splitunit,
.layersegment .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.layersegment .item-text {
  color: #000000;
}
.layersegment .item-name {
  color: #454545;
}
.layersegment .item-name,
.layersegment .pathbox {
  text-align: center;
  color: #f4f1f1;
}
.layersegment .item-text {
  color: #003ab0;
  text-align: center;
}
.framewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.framewrap .partwrapbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .framewrap .partwrapbox {
    margin-bottom: 40px;
  }
}
.framewrap .partwrapbox .palette-section-title {
  margin-bottom: 16px;
}
.framewrap .partwrapbox .splitunit {
  margin-bottom: 0;
}
.framewrap .stageunit {
  justify-content: center;
  margin: 0 -12px;
}
.framewrap .stageunit .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .framewrap .stageunit .item {
    margin-bottom: 16px;
  }
}
.framewrap .stageunit .item .card_1 {
  background-color: #ffdfc7;
  overflow: hidden;
  position: relative;
}
.framewrap .stageunit .item .card_1 .zoneunit {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #003ab0 100%);
  pointer-events: none;
  z-index: 2;
}
.framewrap .stageunit .item .card_1 .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_1 .item-content {
    padding: 16px;
  }
}
.framewrap .stageunit .item .card_1 .item-content .tags-wrapper_1 {
  margin-bottom: 16px;
}
.framewrap .stageunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap {
  display: inline-flex;
  align-items: center;
}
.framewrap .stageunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #153474;
}
.framewrap .stageunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .palette-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #dcd2d0;
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_1 .item-content .tags-wrapper_1 .tags-wrap .tags-content .palette-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_1 .item-content .item-title_1 {
  margin-bottom: 16px;
}
.framewrap .stageunit .item .card_1 .item-content .palette-section-btn {
  margin-top: 16px;
}
.framewrap .stageunit .item .card_1 .item-content .palette-section-btn .btn {
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_1 .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_1 .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.framewrap .stageunit .item .card_1 .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .framewrap .stageunit .item .card_1 .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_1 .item-img img {
    height: 300px;
  }
}
.framewrap .stageunit .item .card_2 {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.framewrap .stageunit .item .card_2 .pagebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003ab0;
  opacity: 1;
  pointer-events: none;
}
.framewrap .stageunit .item .card_2 .zoneunit {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #003ab0 100%);
  pointer-events: none;
  z-index: 2;
}
.framewrap .stageunit .item .card_2 .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffdfc7;
}
.framewrap .stageunit .item .card_2 .item-content .card-box {
  padding: 40px;
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_2 .item-content .card-box {
    padding: 16px;
  }
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 {
  margin-bottom: 16px;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #003ab0 0, transparent 140%);
  z-index: -1;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content {
  padding: 5px;
  background-color: #153474;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .palette-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #dcd2d0;
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .tags-wrapper_2 .tags-wrap .tags-content .palette-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .item-title_2 {
  margin-bottom: 16px;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .palette-section-btn {
  margin-top: 16px;
}
.framewrap .stageunit .item .card_2 .item-content .card-box .palette-section-btn .btn {
  margin-bottom: 0;
}
.framewrap .stageunit .item .card_2 .item-content .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_2 .item-content .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.framewrap .stageunit .item .card_2 .item-content .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .framewrap .stageunit .item .card_2 .item-content .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .framewrap .stageunit .item .card_2 .item-content .item-img img {
    height: 300px;
  }
}
.framewrap .palette-section-title {
  color: #ffffff;
  text-align: center;
}
.framewrap .splitunit {
  color: #808080;
  text-align: center;
}
.framewrap .palette-tag_1 {
  color: #000000;
}
.framewrap .palette-tag_2 {
  color: #ffdf7d;
}
.framewrap .item-title_1 {
  color: #000000;
}
.framewrap .item-title_2 {
  color: #ffffff;
}
.framewrap .item-title_1,
.framewrap .palette-section-btn,
.framewrap .tags-wrapper_1 {
  color: #003ab0;
  text-align: center;
}
.framewrap .palette-tag_1 {
  color: #003ab0;
}
.framewrap .item-title_2,
.framewrap .palette-section-btn,
.framewrap .tags-wrapper_2 {
  color: #003ab0;
  text-align: center;
}
.tilemap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcca5;
}
.tilemap .stageunit {
  justify-content: center;
}
.tilemap .partwrapbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tilemap .partwrapbox {
    margin-bottom: 32px;
  }
}
.tilemap .partwrapbox .palette-section-title {
  margin-bottom: 16px;
}
.tilemap .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tilemap .item {
    margin-bottom: 16px;
  }
}
.tilemap .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffdfc7;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .tilemap .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.tilemap .item .item-wrapper:hover,
.tilemap .item .item-wrapper:focus {
  transform: rotate(0);
}
.tilemap .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.tilemap .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tilemap .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .tilemap .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.tilemap .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.tilemap .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.tilemap .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tilemap .item .card_2 {
    transform: rotate(0);
  }
}
.tilemap .palette-section-title {
  color: #000c3f;
}
.tilemap .palette-section-title {
  text-align: center;
}
.tilemap .item-title {
  color: #000c3f;
}
.tilemap .item-text {
  color: #003ab0;
  text-align: center;
}
.tilemap .item-title {
  color: #003ab0;
  text-align: center;
}
.layoutwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffcca5;
}
.layoutwrap .partwrapbox .palette-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .partwrapbox .palette-section-title {
    margin-bottom: 32px;
  }
}
.layoutwrap .stageunit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .layoutwrap .stageunit {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .layoutwrap .stageunit {
    display: block;
  }
}
@media (max-width: 992px) {
  .layoutwrap .item {
    margin-bottom: 16px;
  }
}
.layoutwrap .item .item-wrapper {
  padding: 10px;
  background-color: #ffdfc7;
}
@media (max-width: 1440px) {
  .layoutwrap .item .item-wrapper {
    height: 100%;
  }
}
.layoutwrap .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.layoutwrap .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutwrap .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .layoutwrap .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .layoutwrap .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.layoutwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.layoutwrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .layoutwrap .item .item-wrapper .item-content .palette-section-btn .btn {
    padding: 12px 16px;
  }
}
.layoutwrap .palette-section-title {
  color: #000c3f;
  text-align: center;
}
.layoutwrap .item-title {
  color: #000c3f;
}
.layoutwrap .item-text {
  color: #003ab0;
  text-align: center;
}
.layoutwrap .item-title,
.layoutwrap .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.viewnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/narrow1.jpg");
}
.viewnode .subbox .stagebox {
  margin-bottom: 0;
}
.viewnode .subbox .palette-section-title {
  margin-bottom: 32px;
}
.viewnode .subbox .text-wrapper .splitunit {
  margin-bottom: 0;
}
.viewnode .subbox .palette-section-btn {
  margin-top: 24px;
}
.viewnode .stagebox {
  color: #111111;
  text-align: center;
}
.viewnode .palette-section-title {
  color: #ff6d99;
}
.viewnode .splitunit,
.viewnode .text-wrapper {
  color: #003ab0;
  text-align: center;
}
.viewnode .palette-section-title,
.viewnode .palette-section-btn {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.host {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.host .container-fluid {
  padding: 0;
}
.host .row {
  padding: 0;
}
.host .partwrapbox {
  padding: 0 2rem;
}
.host .partwrapbox .palette-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .host .partwrapbox .palette-section-title {
    margin-bottom: 14px;
  }
}
.host .partwrapbox .splitunit {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .host .partwrapbox .splitunit {
    margin-bottom: 16px;
  }
}
.host .partwrapbox .palette-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .host .partwrapbox .palette-section-btn {
    margin-bottom: 16px;
  }
}
.host .partwrapbox img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .host .partwrapbox img {
    max-height: 300px;
  }
}
.host .palette-section-title {
  color: #1c314e;
}
.host .splitunit {
  color: #003ab0;
  text-align: center;
}
.host .palette-section-title,
.host .palette-section-btn {
  text-align: center;
  color: #003ab0;
}
.patch {
  overflow: hidden;
  background-color: #ffcca5;
}
@media (max-width: 992px) {
  .patch .container {
    padding: 0 24px;
  }
}
.patch .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .patch .card-wrapper {
    display: block;
  }
}
.patch .card-wrapper .card-wrap .foldbox .palette-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .patch .card-wrapper .card-wrap .foldbox .palette-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .patch .card-wrapper .card-wrap .foldbox .palette-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.patch .card-wrapper .card-wrap .text-wrap .splitunit {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .patch .card-wrapper .card-wrap .text-wrap .splitunit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .patch .card-wrapper .card-wrap .text-wrap .splitunit {
    width: 100%;
  }
}
.patch .card-wrapper .card-wrap .stageunit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .patch .card-wrapper .card-wrap .stageunit {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .patch .card-wrapper .card-wrap .stageunit {
    grid-template-columns: 1fr;
  }
}
.patch .card-wrapper .card-wrap .stageunit .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffdfc7;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .patch .card-wrapper .card-wrap .stageunit .item {
    padding: 20px;
  }
}
.patch .card-wrapper .card-wrap .stageunit .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.patch .card-wrapper .card-wrap .stageunit .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.patch .card-wrapper .card-wrap .stageunit .item .item-wrapper .item-content .card-name {
  margin-bottom: 28px;
}
.patch .card-wrapper .card-wrap .stageunit .item .item-wrapper .item-content .card-role {
  margin-bottom: 18px;
}
.patch .card-wrapper .card-wrap .stageunit .item .palette-section-btn .btn {
  margin-bottom: 0;
}
.patch .palette-section-title {
  color: #ffffff;
}
.patch .splitunit {
  color: #ffffff;
}
.patch .card-name {
  color: #202020;
}
.patch .card-role {
  color: #003ab0;
  text-align: center;
}
.patch .card-name,
.patch .palette-section-btn {
  text-align: center;
  color: #003ab0;
}
.gridwrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.gridwrapunit .slotunit .stagebox {
  margin-bottom: 22px;
}
.gridwrapunit .partwrapbox .palette-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .gridwrapunit .partwrapbox .palette-section-title {
    margin-bottom: 32px;
  }
}
.gridwrapunit .flexlayer {
  justify-content: center;
  margin: 0 -26px;
}
.gridwrapunit .flexlayer .card {
  padding: 0 26px;
}
.gridwrapunit .flexlayer .stageunit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit {
    display: block;
  }
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit .item {
    margin-bottom: 32px;
  }
}
.gridwrapunit .flexlayer .stageunit .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit .item .item-wrapper {
    display: block;
  }
}
.gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content {
    width: 100%;
  }
}
.gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content .palette-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .gridwrapunit .flexlayer .stageunit .item .item-wrapper .item-content .palette-section-btn {
    margin-top: 22px;
  }
}
.gridwrapunit .elementbox {
  height: 100%;
}
.gridwrapunit .elementbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .gridwrapunit .elementbox img {
    height: 350px;
  }
}
.gridwrapunit .stagebox {
  color: #c10b02;
}
.gridwrapunit .palette-section-title {
  color: #c10b02;
}
.gridwrapunit .item-title {
  color: #c10b02;
}
.gridwrapunit .item-text {
  color: #003ab0;
}
.gridwrapunit .item-title,
.gridwrapunit .palette-section-btn {
  color: #003ab0;
}
.tilepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.tilepad .partwrapbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tilepad .partwrapbox {
    margin-bottom: 48px;
  }
}
.tilepad .partwrapbox .palette-section-title {
  margin-bottom: 24px;
}
.tilepad .stageunit {
  margin: 0 -32px;
  justify-content: center;
}
.tilepad .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilepad .item {
    margin-bottom: 28px;
  }
}
.tilepad .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.tilepad .item .item-wrapper:hover,
.tilepad .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.tilepad .item .item-wrapper .item-wrap {
  border: 1px solid #003ab0;
  transition: all 0.3s ease-in-out;
  background-color: #ffdfc7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.tilepad .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.tilepad .item .item-wrapper .item-wrap .item-img .tilegrid img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.tilepad .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .tilepad .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.tilepad .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.tilepad .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.tilepad .palette-section-title {
  color: #ffffff;
  text-align: center;
}
.tilepad .item-title {
  color: #9aa0a6;
}
.tilepad .item-text {
  color: #003ab0;
  text-align: center;
}
.tilepad .palette-section-title,
.tilepad .palette-section-btn {
  text-align: center;
}
.tilepad .item-title {
  color: #003ab0;
  text-align: center;
}
.navlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.navlayer .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .navlayer .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .navlayer .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .navlayer .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .navlayer .container {
    padding: 0 16px;
  }
}
.navlayer .row {
  background-color: #ffdfc7;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.navlayer .item {
  padding: 40px 80px;
  border-right: 1px solid #003ab0;
}
@media (max-width: 1200px) {
  .navlayer .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .navlayer .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #003ab0;
  }
}
.navlayer .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .navlayer .item:nth-child(2n) {
    border-right: none;
  }
}
.navlayer .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.navlayer .item .item-wrapper .item-img img {
  display: inline-flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .navlayer .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.navlayer .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.navlayer .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.navlayer .card-title {
  color: #000000;
}
.navlayer .card-text {
  color: #003ab0;
  text-align: center;
}
.navlayer .card-title,
.navlayer .item-img,
.navlayer .palette-section-btn {
  text-align: center;
}
.navlayer .card-title,
.navlayer .palette-section-btn,
.navlayer .item-img {
  color: #003ab0;
}
.gridnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.gridnode .subbox .partwrapbox .palette-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #003ab0, #003ab0 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .gridnode .subbox .partwrapbox .palette-section-title {
    width: 100%;
  }
}
.gridnode .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #153474, #153474 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .gridnode .subbox .text-wrapper .splitunit {
    width: 100%;
  }
}
.gridnode .subbox .palette-section-btn {
  margin-top: 16px;
}
.gridnode .palette-section-title {
  color: #000000;
}
.gridnode .splitunit,
.gridnode .text-wrapper {
  color: #ffdfc7;
  text-align: center;
}
.gridnode .palette-section-title,
.gridnode .partwrapbox,
.gridnode .palette-section-btn {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.alignwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffcca5;
}
.alignwrap a {
  font-weight: 900;
}
.alignwrap .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .alignwrap .text-wrapper {
    padding: 3rem 1rem;
  }
}
.alignwrap .wrapper {
  background: #ffdfc7;
  border-radius: 2rem;
  overflow: hidden;
}
.alignwrap .elementbox {
  padding: 0;
}
.alignwrap .elementbox img {
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .alignwrap .elementbox img {
    border-radius: 0;
  }
}
.alignwrap .palette-section-title {
  color: #003ab0;
  text-align: center;
}
.alignwrap .splitunit,
.alignwrap .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.colbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
  position: relative;
  overflow: hidden;
}
.colbox .sidebox {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.colbox .sidebox .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #000000;
}
.colbox .sidebox .decor_1 {
  box-shadow: inset 0 0 0 2px #003ab0;
}
.colbox .sidebox .decor_2 {
  box-shadow: inset 0 0 0 2px #003ab0;
}
.colbox .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .colbox .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .colbox .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .colbox .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .colbox .decoration_1 {
    left: -380px;
  }
}
.colbox .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .colbox .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .colbox .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .colbox .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .colbox .decoration_2 {
    right: -380px;
  }
}
.colbox .subbox {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .colbox .subbox {
    padding: 0 16px;
  }
}
.colbox .subbox .palette-section-title {
  margin-bottom: 24px;
}
.colbox .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colbox .subbox .text-wrapper .splitunit {
    width: 100%;
  }
}
.colbox .subbox .palette-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .colbox .subbox .palette-section-btn {
    margin-top: 24px;
  }
}
.colbox .subbox .elementbox {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #153474;
  background-color: #dc9c6b;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .colbox .subbox .elementbox {
    padding: 6px;
    margin-top: 24px;
  }
}
.colbox .subbox .elementbox .tilegrid {
  padding: 12px;
  background-color: #ffdfc7;
  border: 1px solid #153474;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #003ab0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .colbox .subbox .elementbox .tilegrid {
    padding: 6px;
  }
}
.colbox .subbox .elementbox .tilegrid img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .colbox .subbox .elementbox .tilegrid img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .colbox .subbox .elementbox .tilegrid img {
    height: 250px;
  }
}
.colbox .stagebox {
  color: #49496d;
  text-align: center;
}
.colbox .palette-section-title {
  color: #181824;
}
.colbox .splitunit,
.colbox .text-wrapper {
  color: #54547e;
  text-align: center;
}
.colbox .palette-section-title,
.colbox .palette-section-btn {
  text-align: center;
}
.colbox .splitunit {
  color: #003ab0;
}
.colbox .palette-section-title,
.colbox .palette-section-btn {
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.cluster {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffcca5;
}
.cluster .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cluster .container-fluid {
    padding: 0 15px;
  }
}
.cluster .row {
  margin: 0;
}
.cluster .row .card {
  padding: 0;
}
.cluster .elementbox {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cluster .elementbox {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cluster .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cluster .card-wrapper {
  padding: 70px 30px;
  background-color: #ffdfc7;
}
@media (max-width: 992px) {
  .cluster .card-wrapper {
    padding: 15px;
  }
}
.cluster .card-wrapper .slotunit .stagebox {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #9891ff;
  margin-bottom: 15px;
}
.cluster .card-wrapper .palette-section-title {
  margin-bottom: 20px;
}
.cluster .card-wrapper .text-wrapper .splitunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cluster .card-wrapper .text-wrapper .splitunit {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cluster .stagebox {
  color: #000000;
}
.cluster .palette-section-title {
  color: #000000;
}
.cluster .splitunit {
  color: #000000;
}
.cluster label {
  color: #000000;
}
.cluster .splitunit,
.cluster .text-wrapper {
  color: #003ab0;
  text-align: center;
}
.cluster .palette-section-title,
.cluster .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.modlayer {
  padding-top: 5rem;
  background-color: #ffdfc7;
  overflow: hidden;
}
.modlayer .subbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #153474;
}
@media (max-width: 425px) {
  .modlayer .subbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.modlayer .subbox .zonelayer {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #153474;
  pointer-events: none;
}
@media (max-width: 425px) {
  .modlayer .subbox .zonelayer {
    display: none;
  }
}
.modlayer .subbox .border_1 {
  left: 0;
}
.modlayer .subbox .border_2 {
  right: 0;
}
.modlayer .subbox .partwrapbox .palette-section-title {
  margin-bottom: 16px;
}
.modlayer .subbox .partwrapbox .text-wrapper .splitunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modlayer .subbox .partwrapbox .text-wrapper .splitunit {
    width: 100%;
  }
}
.modlayer .subbox .partwrapbox .palette-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .modlayer .subbox .partwrapbox .palette-section-btn {
    margin-top: 10px;
  }
}
.modlayer .palette-section-title {
  color: #0f172a;
  text-align: center;
}
.modlayer .splitunit,
.modlayer .text-wrapper {
  color: #003ab0;
  text-align: center;
}
.modlayer .palette-section-btn,
.modlayer .palette-section-title {
  text-align: center;
}
.modlayer .palette-section-title,
.modlayer .palette-section-btn {
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.levelwrap {
  background-color: #ffcca5;
}
.levelwrap .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .levelwrap .subbox {
    margin-bottom: 32px;
  }
}
.levelwrap .subbox .palette-section-title {
  margin-bottom: 32px;
}
.levelwrap .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .levelwrap .subbox .text-wrapper .splitunit {
    width: 100%;
  }
}
.levelwrap .elementbox {
  position: relative;
}
.levelwrap .elementbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdfc7;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.levelwrap .elementbox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003ab0;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.levelwrap .elementbox img {
  position: relative;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .levelwrap .elementbox img {
    height: 300px;
  }
}
.levelwrap .palette-section-title {
  color: #000c3f;
}
.levelwrap .splitunit,
.levelwrap .text-wrapper {
  color: #003ab0;
  text-align: center;
}
.levelwrap .palette-section-title,
.levelwrap .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.core {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.core .row {
  margin: 0 -20px;
}
.core .card {
  padding: 0 20px;
}
.core .elementbox {
  height: 100%;
}
@media (max-width: 992px) {
  .core .elementbox {
    margin-bottom: 20px;
  }
}
.core .elementbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .core .elementbox img {
    height: 350px;
  }
}
.core .palette-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .core .palette-section-btn {
    margin-top: 20px;
  }
}
.core .palette-section-btn .btn::after,
.core .palette-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.core .palette-section-btn .btn:hover,
.core .palette-section-btn .btn:focus {
  color: #ffffff !important;
}
.core .palette-section-btn .btn:hover::after,
.core .palette-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.core .card-wrapper {
  background-color: #ffdfc7;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .core .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .core .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .core .card-wrapper {
    padding: 20px;
  }
}
.core .card-wrapper .palette-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #dcd2d0, #957e7a);
  -webkit-text-fill-color: #003ab0;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .core .card-wrapper .palette-section-title {
    margin-bottom: 40px;
  }
}
.core .card-wrapper .partwrapbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .core .card-wrapper .partwrapbox {
    margin-bottom: 20px;
  }
}
.core .card-wrapper .text-wrap .splitunit {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .core .card-wrapper .text-wrap .splitunit {
    padding-left: 0;
  }
}
.core .card-wrapper .palette-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .core .card-wrapper .palette-section-btn {
    padding-left: 0;
  }
}
.core .palette-section-title {
  color: #ffffff;
  text-align: center;
}
.core .splitunit {
  color: #c7c7c7;
}
.core .splitunit,
.core .text-wrap,
.core .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.dockunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.dockunit .row {
  justify-content: space-between;
}
.dockunit .subbox {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffdfc7;
}
@media (max-width: 992px) {
  .dockunit .subbox {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.dockunit .subbox .palette-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dockunit .subbox .palette-section-title {
    margin-bottom: 20px;
  }
}
.dockunit .subbox .splitunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dockunit .subbox .splitunit {
    margin-bottom: 20px;
  }
}
.dockunit .subbox .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.dockunit .subbox .logo-wrapper .logo-wrap .tilegrid {
  margin-right: 12px;
}
.dockunit .subbox .logo-wrapper .logo-wrap .tilegrid img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dockunit .palette-section-title {
  color: #000000;
}
.dockunit .splitunit {
  color: #003ab0;
}
.dockunit .palette-section-title,
.dockunit .palette-section-btn {
  color: #003ab0;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) {
  .bandwrap .container {
    padding: 0 30px;
  }
}
.bandwrap .subbox {
  display: flex;
}
@media (max-width: 992px) {
  .bandwrap .subbox {
    display: block;
  }
}
.bandwrap .subbox .card {
  justify-content: center;
}
.bandwrap .subbox .flexlayer {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #ffdfc7;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .bandwrap .subbox .flexlayer {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.bandwrap .subbox .flexlayer .palette-section-title {
  margin-bottom: 35px;
}
.bandwrap .subbox .flexlayer .splitunit {
  margin-bottom: 40px;
}
.bandwrap .subbox .elementbox {
  width: 50%;
}
@media (max-width: 992px) {
  .bandwrap .subbox .elementbox {
    width: 100%;
  }
}
.bandwrap .subbox .elementbox img {
  min-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .bandwrap .subbox .elementbox img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.bandwrap .palette-section-title {
  color: #144031;
}
.bandwrap .splitunit {
  color: #003ab0;
}
.bandwrap .palette-section-title,
.bandwrap .palette-section-btn {
  color: #003ab0;
  text-align: center;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.stage {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcca5;
}
.stage .subbox {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #153474;
}
@media (max-width: 992px) {
  .stage .subbox {
    display: block;
    padding: 32px 16px;
  }
}
.stage .subbox .elementbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stage .subbox .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.stage .subbox .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffdfc7;
  border: 3px solid #003ab0;
  box-shadow: 4px 4px 0 0 #003ab0;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .stage .subbox .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.stage .subbox .card-wrapper .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .stage .subbox .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.stage .subbox .card-wrapper .splitunit {
  margin-bottom: 0;
}
.stage .palette-section-title {
  color: #ff9063;
  text-align: center;
}
.stage .splitunit {
  color: #003ab0;
  text-align: center;
}
.stage .palette-section-title,
.stage .palette-section-btn {
  color: #00ffcf;
}
.cellunit {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.cellunit .subbox .stagebox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cellunit .subbox .stagebox {
    margin-bottom: 15px;
  }
}
.cellunit .subbox .partwrapbox .palette-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cellunit .subbox .partwrapbox .palette-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cellunit .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cellunit .subbox .text-wrapper .splitunit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cellunit .stagebox {
  color: #000000;
}
.cellunit .palette-section-title {
  color: #000000;
}
.cellunit .splitunit {
  color: #003ab0;
  text-align: justify;
}
.cellunit .palette-section-title,
.cellunit .palette-section-btn,
.cellunit .partwrapbox {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.wrapcontainer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcca5;
}
.wrapcontainer .subbox {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #153474;
}
@media (max-width: 992px) {
  .wrapcontainer .subbox {
    display: block;
    padding: 32px 16px;
  }
}
.wrapcontainer .subbox .elementbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapcontainer .subbox .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.wrapcontainer .subbox .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffdfc7;
  border: 3px solid #003ab0;
  box-shadow: 4px 4px 0 0 #003ab0;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .wrapcontainer .subbox .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.wrapcontainer .subbox .card-wrapper .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .wrapcontainer .subbox .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.wrapcontainer .subbox .card-wrapper .splitunit {
  margin-bottom: 0;
}
.wrapcontainer .palette-section-title {
  color: #ff9063;
  text-align: center;
}
.wrapcontainer .splitunit {
  color: #003ab0;
  text-align: center;
}
.wrapcontainer .palette-section-title,
.wrapcontainer .palette-section-btn {
  color: #00ffcf;
}
.nodecore {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.nodecore .subbox .stagebox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .nodecore .subbox .stagebox {
    margin-bottom: 15px;
  }
}
.nodecore .subbox .partwrapbox .palette-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodecore .subbox .partwrapbox .palette-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.nodecore .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .nodecore .subbox .text-wrapper .splitunit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.nodecore .stagebox {
  color: #000000;
}
.nodecore .palette-section-title {
  color: #000000;
}
.nodecore .splitunit {
  color: #003ab0;
  text-align: left;
}
.nodecore .palette-section-title,
.nodecore .palette-section-btn,
.nodecore .partwrapbox {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.spanunit {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcca5;
}
.spanunit .subbox {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #153474;
}
@media (max-width: 992px) {
  .spanunit .subbox {
    display: block;
    padding: 32px 16px;
  }
}
.spanunit .subbox .elementbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spanunit .subbox .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.spanunit .subbox .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffdfc7;
  border: 3px solid #003ab0;
  box-shadow: 4px 4px 0 0 #003ab0;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .spanunit .subbox .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.spanunit .subbox .card-wrapper .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .spanunit .subbox .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.spanunit .subbox .card-wrapper .splitunit {
  margin-bottom: 0;
}
.spanunit .palette-section-title {
  color: #ff9063;
  text-align: center;
}
.spanunit .splitunit {
  color: #003ab0;
  text-align: center;
}
.spanunit .palette-section-title,
.spanunit .palette-section-btn {
  color: #00ffcf;
}
.bodycore {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.bodycore .subbox .stagebox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .bodycore .subbox .stagebox {
    margin-bottom: 15px;
  }
}
.bodycore .subbox .partwrapbox .palette-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bodycore .subbox .partwrapbox .palette-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bodycore .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .bodycore .subbox .text-wrapper .splitunit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.bodycore .stagebox {
  color: #000000;
}
.bodycore .palette-section-title {
  color: #000000;
}
.bodycore .splitunit {
  color: #003ab0;
  text-align: left;
}
.bodycore .palette-section-title,
.bodycore .palette-section-btn,
.bodycore .partwrapbox {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.viewsegment {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffcca5;
}
.viewsegment .subbox {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #153474;
}
@media (max-width: 992px) {
  .viewsegment .subbox {
    display: block;
    padding: 32px 16px;
  }
}
.viewsegment .subbox .elementbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.viewsegment .subbox .elementbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.viewsegment .subbox .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffdfc7;
  border: 3px solid #003ab0;
  box-shadow: 4px 4px 0 0 #003ab0;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .viewsegment .subbox .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.viewsegment .subbox .card-wrapper .palette-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .viewsegment .subbox .card-wrapper .palette-section-title {
    margin-bottom: 24px;
  }
}
.viewsegment .subbox .card-wrapper .splitunit {
  margin-bottom: 0;
}
.viewsegment .palette-section-title {
  color: #ff9063;
  text-align: center;
}
.viewsegment .splitunit {
  color: #003ab0;
  text-align: center;
}
.viewsegment .palette-section-title,
.viewsegment .palette-section-btn {
  color: #00ffcf;
}
.base {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
.base .subbox .stagebox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .base .subbox .stagebox {
    margin-bottom: 15px;
  }
}
.base .subbox .partwrapbox .palette-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .base .subbox .partwrapbox .palette-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.base .subbox .text-wrapper .splitunit {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .base .subbox .text-wrapper .splitunit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.base .stagebox {
  color: #000000;
}
.base .palette-section-title {
  color: #000000;
}
.base .splitunit {
  color: #003ab0;
  text-align: left;
}
.base .palette-section-title,
.base .palette-section-btn,
.base .partwrapbox {
  text-align: center;
  color: #003ab0;
}
.rootbox .navbar-dropdown {
  background-color: #ffcca5 !important;
  padding: 0;
}
.rootbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rootbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rootbox .menu_box .navbar-collapse {
    background-color: #ffcca5 !important;
    transition: all 0s ease 0s;
  }
}
.rootbox .navbar-dropdown {
  position: relative !important;
}
.rootbox .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .rootbox ul.docksegment {
    padding-bottom: 1.5rem;
  }
  .rootbox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rootbox .docksegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.rootbox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .rootbox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .rootbox .nav-item {
    margin: 0 !important;
  }
}
.rootbox .nav-item .nav-link {
  position: relative;
}
.rootbox .nav-item .nav-link:hover::before,
.rootbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.rootbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #003ab0;
}
.rootbox .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.rootbox .container {
  display: flex;
  margin: auto;
}
.rootbox .navbar-caption {
  color: #000000;
}
.rootbox .docksegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rootbox .docksegment {
    margin: 0;
  }
}
.rootbox .nav-item:focus,
.rootbox .nav-link:focus {
  outline: none;
}
.rootbox .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rootbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rootbox .navbar .track img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50% !important;
}
.rootbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .rootbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .rootbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootbox .navbar .track img {
    height: 3rem !important;
  }
  .rootbox .navbar ul.docksegment {
    overflow: hidden;
  }
  .rootbox .navbar ul.docksegment li {
    margin: 0;
  }
  .rootbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rootbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rootbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rootbox .navbar-brand .track a {
  outline: none;
}
.rootbox .navbar-expand-lg .docksegment .nav-link {
  padding: 0;
}
.rootbox ul.docksegment {
  flex-wrap: wrap;
  padding: 0;
}
.rootbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffcca5;
  background: #f4f1f1;
}
.rootbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #003ab0;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootbox .navbar {
    height: 70px;
  }
  .rootbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootbox .navbar-dropdown .track {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .rootbox .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.rootbox .navbar-caption:hover {
  color: #003ab0;
}
.rootbox .splitunit {
  color: #000000;
  text-align: center;
}
.rootbox .palette-section-btn {
  text-align: center;
}
.rootbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcca5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .domlayer .container {
    padding: 0 24px;
  }
}
.domlayer .row {
  justify-content: space-between;
}
.domlayer .logo-wrapper {
  display: flex;
}
.domlayer .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.domlayer .logo-wrapper .zonelayer {
  width: 100%;
  border-bottom: 1px solid #003ab0;
}
.domlayer .subbox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .domlayer .subbox {
    padding: 24px 0;
  }
}
.domlayer .subbox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.domlayer .subbox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.domlayer .subbox .list .item-wrap:hover,
.domlayer .subbox .list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .subbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.domlayer .subbox .palette-section-title {
  margin-bottom: 24px;
}
.domlayer .subbox .bodyband {
  margin-bottom: 0;
  line-height: 1.5;
}
.domlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .nav-list {
    padding: 0;
  }
}
.domlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #003ab0;
  border-bottom: 1px solid #003ab0;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.domlayer .nav-list .item-wrap:hover,
.domlayer .nav-list .item-wrap:focus {
  color: #003ab0;
}
.domlayer .nav-list .item-wrap:hover::before,
.domlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.domlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.domlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #003ab0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.domlayer .palette-section-title {
  color: #003ab0;
}
.domlayer .list {
  color: #F9F6E0;
}
.domlayer .bodyband {
  color: #003ab0;
}
.domlayer .list,
.domlayer .item-wrap {
  color: #003ab0;
}
.canvas {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}
.canvas.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.canvas p {
  margin: 0;
  font-size: 14px;
}
.canvas a {
  color: #424a4d;
  text-decoration: underline;
}
#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}
#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .canvas {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .canvas.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .canvas {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .canvas img {
    width: 30px;
    height: 30px;
  }
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}
.ttc-form #customForm .linedockbox,
.ttc-form #customForm .cellunitwrap {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/deep3.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
