:root {

  --site-white-rgb: 255, 255, 255;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-border-width: 1px;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    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 {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-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 {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-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(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-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(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--site-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-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(--site-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(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-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(--site-navbar-padding-y) var(--site-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(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-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(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-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%;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-white {
  --site-text-opacity: 1;
  color: rgba(var(--site-white-rgb), var(--site-text-opacity)) !important;
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

.menu-bar {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .menu-bar .modsegment {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .menu-bar .modsegment img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .menu-bar .modsegment.visualization-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .menu-bar .mount {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .menu-bar .mount, .menu-bar .mount:hover {
      color: inherit;
      text-decoration: none; }
  .menu-bar .visualization-iconfont + .mount {
    vertical-align: -1px; }
  .menu-bar .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 {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

@font-face {
  font-family: 'Socicon';
  src: url('fonts/glyphs2.woff2') format('woff2'), url('fonts/glyphs2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

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.visualization-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}.block-title,
.chapter-title,
.header-text,
.lead-h2,
.main-heading,
.page-h,
.section-h,
.section-heading,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}.block-subtitle,
.lead-sub,
.section-sub,
.subtitle-text {
  line-height: 1.3;
}

.element {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.target,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  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;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.block-action,
.cta-link,
.lead-btn,
.main-btn,
.primary-cta,
.section-action {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}nav .block-action,
nav .cta-link,
nav .lead-btn,
nav .main-btn,
nav .primary-cta,
nav .section-action {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .visualization-iconfont,
.btn.btn-sm .visualization-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .visualization-iconfont,
.btn.btn-md .visualization-iconfont {
  margin-left: 0.8rem;
}

[type=submit] {
  -webkit-appearance: none;
}

.bodyunit .viewbox {
  min-height: 100vh;
}

.bodyunit {
  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: flex;
}
.menu .navbar-brand span {
  display: flex;
  display: flex;
}
.menu .navbar-brand .navbar-brand {
  display: flex;
}
.menu .navbar-brand .modsegment img {
  display: 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 .navbar-nav.nav-dropdown {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .visualization-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.card-wrapper {
  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;
}

.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 .block-action,
form .cta-link,
form .lead-btn,
form .main-btn,
form .primary-cta,
form .section-action {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

form .btn {
  min-height: 48px;
}

.viewbox {
  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: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

@font-face {
  font-family: 'gradientIcons';
  src: url('fonts/gradient-icons.woff2') format('woff2'), url('fonts/gradient-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class*=" bitmap-"] {
  
  font-family: gradientIcons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

@font-face {
  font-family: 'style2';
  font-display: swap;
  src: url('fonts/gradient2.woff2') format('woff2'), url('fonts/gradient2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="typography-"], [class*=" typography-"] {
  
  font-family: 'style2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.typography-bitmap-bulleted-list:before {
  content: "\e911";
}
.typography-bitmap-extension:before {
  content: "\e92d";
}
.typography-bitmap-letter:before {
  content: "\e945";
}
.typography-bitmap-map-pin:before {
  content: "\e94c";
}
.typography-bitmap-more-vertical:before {
  content: "\e953";
}
.typography-bitmap-phone:before {
  content: "\e95b";
}
.typography-bitmap-protect:before {
  content: "\e963";
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.8rem;
  line-height: 1.22;
}
.display-1 > .visualization-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
}
.display-2 > .visualization-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .visualization-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .visualization-iconfont {
  font-size: 2rem;
}
.target {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.target > .visualization-iconfont {
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .target {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .target {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3b26 !important;
  border-color: #ff3b26 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #ff6959 !important;
  border-color: #ff6959 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff6959 !important;
  border-color: #ff6959 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #262526 !important;
  border-color: #262526 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #403e40 !important;
  border-color: #403e40 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403e40 !important;
  border-color: #403e40 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff3b26;
  color: #ff3b26;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #ce1400 !important;
  background-color: transparent !important;
  border-color: #ce1400 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3b26 !important;
  border-color: #ff3b26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #262526;
  color: #262526;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #262526 !important;
  border-color: #262526 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cccccc !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;
}
a,
a:hover {
  color: #ff6a00;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.block-action .btn,
.cta-link .btn,
.lead-btn .btn,
.main-btn .btn,
.primary-cta .btn,
.section-action .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
  border-radius: 0 !important;
}.block-action .btn-black,
.cta-link .btn-black,
.lead-btn .btn-black,
.main-btn .btn-black,
.primary-cta .btn-black,
.section-action .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #ff6a00, inset 3px -2px 8px 0px #ff6a00;
  transition: all .5s ease;
}.block-action .btn-black:hover,
.cta-link .btn-black:hover,
.lead-btn .btn-black:hover,
.main-btn .btn-black:hover,
.primary-cta .btn-black:hover,
.section-action .btn-black:hover,
.block-action .btn-black:focus,
.cta-link .btn-black:focus,
.lead-btn .btn-black:focus,
.main-btn .btn-black:focus,
.primary-cta .btn-black:focus,
.section-action .btn-black:focus {
  box-shadow: inset 0px 36px 25px 0px #ff6a00, inset 0px -33px 25px 0px #ff6a00;
  color: #ffffff !important;
}.block-action .btn-white,
.cta-link .btn-white,
.lead-btn .btn-white,
.main-btn .btn-white,
.primary-cta .btn-white,
.section-action .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #ff6a00, inset 3px -2px 8px 0px #ff6a00;
  transition: all .5s ease;
}.block-action .btn-white:hover,
.cta-link .btn-white:hover,
.lead-btn .btn-white:hover,
.main-btn .btn-white:hover,
.primary-cta .btn-white:hover,
.section-action .btn-white:hover,
.block-action .btn-white:focus,
.cta-link .btn-white:focus,
.lead-btn .btn-white:focus,
.main-btn .btn-white:focus,
.primary-cta .btn-white:focus,
.section-action .btn-white:focus {
  box-shadow: inset 0px 36px 25px 0px #ff6a00, inset 0px -33px 25px 0px #ff6a00;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.layoutnode {
  border-radius: 10px !important;
  border-radius: 0 !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.rootwrap {
  z-index: 1000;
  width: 100%;
}
.rootwrap nav.navbar {
  position: fixed;
}
.rootwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.rootwrap .nav-link {
  position: relative;
}
.rootwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .rootwrap .container {
    flex-wrap: nowrap;
  }
}
.rootwrap .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.rootwrap .zone:hover {
  opacity: .5;
}
.rootwrap .nav-item:focus,
.rootwrap .nav-link:focus {
  outline: none;
}
.rootwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .rootwrap .navbar {
    min-height: 80px;
  }
}
.rootwrap .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.rootwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootwrap .navbar .modsegment img {
    height: 3rem !important;
  }
  .rootwrap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .rootwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .rootwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootwrap .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .rootwrap .navbar-brand {
    min-height: 80px;
  }
}
.rootwrap .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.rootwrap .navbar-brand .mount:hover,
.rootwrap .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.rootwrap .navbar-brand .modsegment a {
  outline: none;
}
.rootwrap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rootwrap ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .rootwrap ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.rootwrap ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.rootwrap .navbar-buttons {
  text-align: center;
}
.rootwrap .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .rootwrap .navbar-buttons .btn {
    width: auto !important;
  }
}
.rootwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.rootwrap .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.rootwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootwrap .navbar {
    height: 70px;
  }
  .rootwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootwrap .navbar-nav {
  margin: 0 auto;
}
.rootwrap .nav-item {
  padding: 0;
  margin: 0;
}
.rootwrap .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.rootwrap .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.rootwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.rootwrap .nav-item .nav-link:hover,
.rootwrap .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::after,
.rootwrap .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::before,
.rootwrap .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.rootwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .rootwrap .navbar {
    justify-content: flex-start !important;
  }
  .rootwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .rootwrap .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .rootwrap .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .rootwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .rootwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.rootwrap .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .rootwrap .formwrap {
    min-height: 80px;
  }
}
.packunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  background-image: url("images/hard1.jpg");
}
.packunit .viewnode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
  pointer-events: none;
}
.packunit .fold {
  position: relative;
  z-index: 1;
}
.packunit .fold .stagewrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .packunit .fold .stagewrap {
    margin-bottom: 24px;
  }
}
.packunit .fold .stagewrap .unitbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #ff8b39;
  border-left: 1px solid #ff8b39;
}
.packunit .fold .stagewrap .unitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
}
.packunit .fold .stagewrap .unitbox .tilemap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}.packunit .fold .block-title,
.packunit .fold .chapter-title,
.packunit .fold .header-text,
.packunit .fold .lead-h2,
.packunit .fold .main-heading,
.packunit .fold .page-h,
.packunit .fold .section-h,
.packunit .fold .section-heading,
.packunit .fold .topic-title {
  margin-bottom: 0;
}
.packunit .fold .text-wrapper .element {
  margin-top: 20px;
  margin-bottom: 0;
}.packunit .fold .block-action,
.packunit .fold .cta-link,
.packunit .fold .lead-btn,
.packunit .fold .main-btn,
.packunit .fold .primary-cta,
.packunit .fold .section-action {
  margin-bottom: -9.6px;
  margin-top: 16px;
}
.packunit .tilemap {
  color: #f0e226;
}.packunit .block-title,
.packunit .chapter-title,
.packunit .header-text,
.packunit .lead-h2,
.packunit .main-heading,
.packunit .page-h,
.packunit .section-h,
.packunit .section-heading,
.packunit .topic-title {
  color: #e4e3dc;
}
.packunit .element {
  color: #b3b2ae;
}
.packunit .tilemap,
.packunit .stagewrap {
  color: #ff6a00;
}
.packunit .element,
.packunit .text-wrapper {
  color: #ffdca3;
}
.wrapcontainer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .wrapcontainer .container {
    padding: 0 24px;
  }
}
.wrapcontainer .row {
  justify-content: space-between;
}.wrapcontainer .spanunit .block-title,
.wrapcontainer .spanunit .chapter-title,
.wrapcontainer .spanunit .header-text,
.wrapcontainer .spanunit .lead-h2,
.wrapcontainer .spanunit .main-heading,
.wrapcontainer .spanunit .page-h,
.wrapcontainer .spanunit .section-h,
.wrapcontainer .spanunit .section-heading,
.wrapcontainer .spanunit .topic-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {.wrapcontainer .spanunit .block-title,
.wrapcontainer .spanunit .chapter-title,
.wrapcontainer .spanunit .header-text,
.wrapcontainer .spanunit .lead-h2,
.wrapcontainer .spanunit .main-heading,
.wrapcontainer .spanunit .page-h,
.wrapcontainer .spanunit .section-h,
.wrapcontainer .spanunit .section-heading,
.wrapcontainer .spanunit .topic-title {
    margin-bottom: 32px;
  }
}
.wrapcontainer .fold {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 130px;
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .wrapcontainer .fold {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .wrapcontainer .fold {
    margin-top: 0;
    padding: 0;
  }
}
.wrapcontainer .fold .navunit {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .wrapcontainer .fold .navunit {
    margin-bottom: 24px;
  }
}
.wrapcontainer .fold .navunit img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 768px) {
  .wrapcontainer .fold .navunit img {
    width: 240px;
    height: 240px;
  }
}
.wrapcontainer .fold .element {
  margin-bottom: 0;
}.wrapcontainer .block-title,
.wrapcontainer .chapter-title,
.wrapcontainer .header-text,
.wrapcontainer .lead-h2,
.wrapcontainer .main-heading,
.wrapcontainer .page-h,
.wrapcontainer .section-h,
.wrapcontainer .section-heading,
.wrapcontainer .topic-title {
  color: #ffffff;
  text-align: center;
}
.wrapcontainer .element {
  color: #141414;
}
.wrapcontainer .element,
.wrapcontainer .navunit {
  color: #ffdca3;
}
.contentrow {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.contentrow .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .contentrow .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .contentrow .container {
    padding: 0 24px;
  }
}
.contentrow .fold {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .contentrow .fold {
    padding: 0;
  }
}
.contentrow .fold img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentrow .fold .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #000000;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .contentrow .fold .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .contentrow .fold .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.contentrow .fold .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.contentrow .fold .card-wrap .icon-wrapper .visualization-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}.contentrow .fold .card-wrap .block-title,
.contentrow .fold .card-wrap .chapter-title,
.contentrow .fold .card-wrap .header-text,
.contentrow .fold .card-wrap .lead-h2,
.contentrow .fold .card-wrap .main-heading,
.contentrow .fold .card-wrap .page-h,
.contentrow .fold .card-wrap .section-h,
.contentrow .fold .card-wrap .section-heading,
.contentrow .fold .card-wrap .topic-title {
  margin-bottom: 24px;
}
.contentrow .fold .card-wrap .element {
  margin-bottom: 0;
}.contentrow .block-title,
.contentrow .chapter-title,
.contentrow .header-text,
.contentrow .lead-h2,
.contentrow .main-heading,
.contentrow .page-h,
.contentrow .section-h,
.contentrow .section-heading,
.contentrow .topic-title {
  color: #141414;
}
.contentrow .blockrow {
  color: #141414;
}
.contentrow .element {
  color: #ffdca3;
}.contentrow .block-title,
.contentrow .chapter-title,
.contentrow .header-text,
.contentrow .lead-h2,
.contentrow .main-heading,
.contentrow .page-h,
.contentrow .section-h,
.contentrow .section-heading,
.contentrow .topic-title,
.contentrow .icon-wrapper {
  color: #ffffff;
}
.depthbox {
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .depthbox .container {
    padding: 0 24px;
  }
}.depthbox .block-title,
.depthbox .chapter-title,
.depthbox .header-text,
.depthbox .lead-h2,
.depthbox .main-heading,
.depthbox .page-h,
.depthbox .section-h,
.depthbox .section-heading,
.depthbox .topic-title {
  height: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.depthbox .fold {
  min-height: 580px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .depthbox .fold {
    min-height: 400px;
  }
}
.depthbox .fold .clusterbox {
  position: absolute;
  bottom: 0;
  right: -58rem;
  border: 120px solid #2f1300;
  width: 4000px;
  height: 500px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .depthbox .fold .clusterbox {
    height: 500px;
    bottom: -18rem;
  }
}
.depthbox .fold .contentunit {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0 0 5px #ff6a00;
}
.depthbox .fold .contentunit.emoji_1 {
  bottom: 7rem;
  left: 0;
  background-color: #ff6a00;
  transform: rotate(10deg);
}
.depthbox .fold .contentunit.emoji_2 {
  top: 6rem;
  right: 14rem;
  background-color: #ff6a00;
  transform: rotate(10deg);
}
@media (max-width: 1200px) {
  .depthbox .fold .contentunit.emoji_2 {
    right: -14px;
  }
}
.depthbox .fold .contentunit.emoji_3 {
  bottom: 0;
  right: 4rem;
  background-color: #ff6a00;
  transform: rotate(-10deg);
}
.depthbox .contentunit {
  color: #ffffff;
}
.inset {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.inset .fold {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inset .spanunit {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .inset .spanunit {
    margin-bottom: 40px;
  }
}
.inset .spanunit .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.inset .spanunit .stagewrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .inset .spanunit .stagewrap {
    margin-bottom: 20px;
  }
}
.inset .spanunit .stagewrap .unitbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #ff6a00;
  border-left: 1px solid #ff6a00;
}
.inset .spanunit .stagewrap .unitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
}
.inset .spanunit .stagewrap .unitbox .tilemap {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}.inset .spanunit .block-title,
.inset .spanunit .chapter-title,
.inset .spanunit .header-text,
.inset .spanunit .lead-h2,
.inset .spanunit .main-heading,
.inset .spanunit .page-h,
.inset .spanunit .section-h,
.inset .spanunit .section-heading,
.inset .spanunit .topic-title {
  margin-bottom: 0;
}
.inset .cellbox {
  margin: 0;
}
.inset .cellbox .card {
  padding: 0;
}
.inset .cellwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .inset .cellwrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.inset .item {
  z-index: 2;
}
.inset .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #000000;
  border-top: 1px solid #ff6a00;
  border-bottom: 1px solid #ff6a00;
}
@media (max-width: 992px) {
  .inset .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.inset .item .item-wrapper .card-box .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .inset .item .item-wrapper .card-box .zone {
    margin-bottom: 20px;
  }
}
.inset .item .item-wrapper .card-box .zone .visualization-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.inset .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.inset .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.inset .item .item-wrapper .block-action,
.inset .item .item-wrapper .cta-link,
.inset .item .item-wrapper .lead-btn,
.inset .item .item-wrapper .main-btn,
.inset .item .item-wrapper .primary-cta,
.inset .item .item-wrapper .section-action {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}.inset .item .item-wrapper .block-action .btn,
.inset .item .item-wrapper .cta-link .btn,
.inset .item .item-wrapper .lead-btn .btn,
.inset .item .item-wrapper .main-btn .btn,
.inset .item .item-wrapper .primary-cta .btn,
.inset .item .item-wrapper .section-action .btn {
  width: 100%;
}
.inset .btn-wrapper {
  margin-top: -1.5rem;
}
.inset .tilemap {
  color: #f0e226;
}.inset .block-title,
.inset .chapter-title,
.inset .header-text,
.inset .lead-h2,
.inset .main-heading,
.inset .page-h,
.inset .section-h,
.inset .section-heading,
.inset .topic-title {
  color: #ffffff;
}
.inset .item-title {
  color: #e4e3dc;
}
.inset .item-text {
  color: #ffdca3;
}
.inset .list {
  color: #e4e3dc;
}
.inset .tilemap,
.inset .stagewrap {
  color: #ff6a00;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.rootwrap {
  z-index: 1000;
  width: 100%;
}
.rootwrap nav.navbar {
  position: fixed;
}
.rootwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.rootwrap .nav-link {
  position: relative;
}
.rootwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .rootwrap .container {
    flex-wrap: nowrap;
  }
}
.rootwrap .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.rootwrap .zone:hover {
  opacity: .5;
}
.rootwrap .nav-item:focus,
.rootwrap .nav-link:focus {
  outline: none;
}
.rootwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .rootwrap .navbar {
    min-height: 80px;
  }
}
.rootwrap .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.rootwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootwrap .navbar .modsegment img {
    height: 3rem !important;
  }
  .rootwrap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .rootwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .rootwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootwrap .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .rootwrap .navbar-brand {
    min-height: 80px;
  }
}
.rootwrap .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.rootwrap .navbar-brand .mount:hover,
.rootwrap .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.rootwrap .navbar-brand .modsegment a {
  outline: none;
}
.rootwrap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rootwrap ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .rootwrap ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.rootwrap ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.rootwrap .navbar-buttons {
  text-align: center;
}
.rootwrap .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .rootwrap .navbar-buttons .btn {
    width: auto !important;
  }
}
.rootwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.rootwrap .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.rootwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootwrap .navbar {
    height: 70px;
  }
  .rootwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootwrap .navbar-nav {
  margin: 0 auto;
}
.rootwrap .nav-item {
  padding: 0;
  margin: 0;
}
.rootwrap .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.rootwrap .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.rootwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.rootwrap .nav-item .nav-link:hover,
.rootwrap .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::after,
.rootwrap .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::before,
.rootwrap .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.rootwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .rootwrap .navbar {
    justify-content: flex-start !important;
  }
  .rootwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .rootwrap .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .rootwrap .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .rootwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .rootwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.rootwrap .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .rootwrap .formwrap {
    min-height: 80px;
  }
}
.buildbox {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("images/wide1.jpg");
}
.buildbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .buildbox .container-fluid {
    padding: 0 20px;
  }
}
.buildbox .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .buildbox .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .buildbox .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .buildbox .spanunit {
    margin-bottom: 24px;
  }
}
.buildbox .spanunit .logo-wrap {
  margin-bottom: 16px;
}
.buildbox .spanunit .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}.buildbox .spanunit .block-title,
.buildbox .spanunit .chapter-title,
.buildbox .spanunit .header-text,
.buildbox .spanunit .lead-h2,
.buildbox .spanunit .main-heading,
.buildbox .spanunit .page-h,
.buildbox .spanunit .section-h,
.buildbox .spanunit .section-heading,
.buildbox .spanunit .topic-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {.buildbox .spanunit .block-title,
.buildbox .spanunit .chapter-title,
.buildbox .spanunit .header-text,
.buildbox .spanunit .lead-h2,
.buildbox .spanunit .main-heading,
.buildbox .spanunit .page-h,
.buildbox .spanunit .section-h,
.buildbox .spanunit .section-heading,
.buildbox .spanunit .topic-title {
    margin-bottom: 20px;
  }
}
.buildbox .spanunit .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .buildbox .spanunit .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.buildbox .spanunit .desc-wrapper .desc-wrap .blockrow {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .buildbox .spanunit .desc-wrapper .desc-wrap .blockrow {
    margin: 0;
  }
}
.buildbox .spanunit .element {
  margin-bottom: 0;
}
.buildbox .modularbox {
  display: flex;
  align-items: flex-end;
  height: 100%;
}.buildbox .modularbox .block-action,
.buildbox .modularbox .cta-link,
.buildbox .modularbox .lead-btn,
.buildbox .modularbox .main-btn,
.buildbox .modularbox .primary-cta,
.buildbox .modularbox .section-action {
  width: 100%;
}
@media (max-width: 992px) {.buildbox .modularbox .block-action,
.buildbox .modularbox .cta-link,
.buildbox .modularbox .lead-btn,
.buildbox .modularbox .main-btn,
.buildbox .modularbox .primary-cta,
.buildbox .modularbox .section-action {
    text-align: left;
  }
}.buildbox .block-title,
.buildbox .chapter-title,
.buildbox .header-text,
.buildbox .lead-h2,
.buildbox .main-heading,
.buildbox .page-h,
.buildbox .section-h,
.buildbox .section-heading,
.buildbox .topic-title {
  color: #ffffff;
}
.buildbox .blockrow {
  color: #f2f2f2;
}
.buildbox .element {
  color: #ffdca3;
}.buildbox .block-action,
.buildbox .cta-link,
.buildbox .lead-btn,
.buildbox .main-btn,
.buildbox .primary-cta,
.buildbox .section-action {
  text-align: right;
}
.buildbox .blockrow,
.buildbox .desc-wrapper {
  color: #ff6a00;
  text-align: center;
}.buildbox .block-title,
.buildbox .chapter-title,
.buildbox .header-text,
.buildbox .lead-h2,
.buildbox .main-heading,
.buildbox .page-h,
.buildbox .section-h,
.buildbox .section-heading,
.buildbox .topic-title,
.buildbox .logo-wrap,
.buildbox .block-action,
.buildbox .cta-link,
.buildbox .lead-btn,
.buildbox .main-btn,
.buildbox .primary-cta,
.buildbox .section-action {
  text-align: center;
}
.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .section .row {
    text-align: center;
  }
}
.section .wrapper {
  margin-bottom: 2.3rem;
}
.section .paragraph {
  margin-bottom: 2rem;
}.section .block-title,
.section .chapter-title,
.section .header-text,
.section .lead-h2,
.section .main-heading,
.section .page-h,
.section .section-h,
.section .section-heading,
.section .topic-title {
  color: #ffffff;
}
.section .element {
  color: #ffdca3;
}.section .block-subtitle,
.section .lead-sub,
.section .section-sub,
.section .subtitle-text {
  color: #ff6a00;
}
.boxarea {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("images/wet1.jpg");
}
.boxarea ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.boxarea li {
  position: relative;
}
.boxarea li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.boxarea ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #fa1800;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.boxarea .background {
  padding: 3rem 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .boxarea .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .boxarea .display-1 {
    font-size: 70px;
  }
  .boxarea .display-5 {
    font-size: 29px;
  }
  .boxarea .target {
    font-size: 22px;
  }
}
.boxarea .list {
  color: #ffdca3;
}.boxarea .block-title,
.boxarea .chapter-title,
.boxarea .header-text,
.boxarea .lead-h2,
.boxarea .main-heading,
.boxarea .page-h,
.boxarea .section-h,
.boxarea .section-heading,
.boxarea .topic-title {
  color: #ffffff;
}
.holdlayer {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.holdlayer .nodewrap {
  border-bottom: 2px solid #ff6a00;
}
.holdlayer .nodewrap {
  padding-bottom: 200px;
}
.holdlayer .element {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .holdlayer .nodewrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .holdlayer .nodewrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .holdlayer .nodewrap {
    padding-bottom: 40px;
  }
}.holdlayer .element,
.holdlayer .block-action,
.holdlayer .cta-link,
.holdlayer .lead-btn,
.holdlayer .main-btn,
.holdlayer .primary-cta,
.holdlayer .section-action {
  color: #ffdca3;
}.holdlayer .block-title,
.holdlayer .chapter-title,
.holdlayer .header-text,
.holdlayer .lead-h2,
.holdlayer .main-heading,
.holdlayer .page-h,
.holdlayer .section-h,
.holdlayer .section-heading,
.holdlayer .topic-title {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.rootwrap {
  z-index: 1000;
  width: 100%;
}
.rootwrap nav.navbar {
  position: fixed;
}
.rootwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.rootwrap .nav-link {
  position: relative;
}
.rootwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .rootwrap .container {
    flex-wrap: nowrap;
  }
}
.rootwrap .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.rootwrap .zone:hover {
  opacity: .5;
}
.rootwrap .nav-item:focus,
.rootwrap .nav-link:focus {
  outline: none;
}
.rootwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .rootwrap .navbar {
    min-height: 80px;
  }
}
.rootwrap .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.rootwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootwrap .navbar .modsegment img {
    height: 3rem !important;
  }
  .rootwrap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .rootwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .rootwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootwrap .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .rootwrap .navbar-brand {
    min-height: 80px;
  }
}
.rootwrap .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.rootwrap .navbar-brand .mount:hover,
.rootwrap .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.rootwrap .navbar-brand .modsegment a {
  outline: none;
}
.rootwrap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.rootwrap ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .rootwrap ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.rootwrap ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.rootwrap .navbar-buttons {
  text-align: center;
}
.rootwrap .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .rootwrap .navbar-buttons .btn {
    width: auto !important;
  }
}
.rootwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.rootwrap .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.rootwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootwrap .navbar {
    height: 70px;
  }
  .rootwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootwrap .navbar-nav {
  margin: 0 auto;
}
.rootwrap .nav-item {
  padding: 0;
  margin: 0;
}
.rootwrap .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.rootwrap .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.rootwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.rootwrap .nav-item .nav-link:hover,
.rootwrap .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::after,
.rootwrap .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.rootwrap .nav-item .nav-link:hover::before,
.rootwrap .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.rootwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .rootwrap .navbar {
    justify-content: flex-start !important;
  }
  .rootwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .rootwrap .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .rootwrap .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .rootwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .rootwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.rootwrap .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .rootwrap .formwrap {
    min-height: 80px;
  }
}
.sectionlayer {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.sectionlayer .field {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .sectionlayer .field {
    padding: 0;
  }
}
.sectionlayer .field .unit {
  width: 100%;
  height: 100%;
}
.sectionlayer .fold {
  position: relative;
  z-index: 1;
}.sectionlayer .fold .block-title,
.sectionlayer .fold .chapter-title,
.sectionlayer .fold .header-text,
.sectionlayer .fold .lead-h2,
.sectionlayer .fold .main-heading,
.sectionlayer .fold .page-h,
.sectionlayer .fold .section-h,
.sectionlayer .fold .section-heading,
.sectionlayer .fold .topic-title {
  margin-bottom: 16px;
}
.sectionlayer .fold .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sectionlayer .fold .text-wrapper .element {
    width: 100%;
  }
}.sectionlayer .fold .block-action,
.sectionlayer .fold .cta-link,
.sectionlayer .fold .lead-btn,
.sectionlayer .fold .main-btn,
.sectionlayer .fold .primary-cta,
.sectionlayer .fold .section-action {
  margin-top: 42px;
}
@media (max-width: 992px) {.sectionlayer .fold .block-action,
.sectionlayer .fold .cta-link,
.sectionlayer .fold .lead-btn,
.sectionlayer .fold .main-btn,
.sectionlayer .fold .primary-cta,
.sectionlayer .fold .section-action {
    width: 100%;
    margin-top: 20px;
  }
}
.sectionlayer .cellbox {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .7fr 1fr .7fr;
  gap: 20px;
  margin-top: 60px;
  align-items: stretch;
  will-change: transform;
}
@media (max-width: 992px) {
  .sectionlayer .cellbox {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.sectionlayer .cellbox .navunit {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .sectionlayer .cellbox .navunit {
    height: 300px;
  }
}
.sectionlayer .cellbox .navunit img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sectionlayer .cellbox .card-box:last-child {
  margin-bottom: 16px;
}
.sectionlayer .cellbox .card-box .item-content {
  overflow: hidden;
  padding: 32px 32px 0;
  background-image: linear-gradient(90deg, #ff6a00, #000000);
}
@media (max-width: 992px) {
  .sectionlayer .cellbox .card-box .item-content {
    padding: 20px 20px 0;
  }
}
.sectionlayer .cellbox .card-box .item-content .navwrap {
  margin-bottom: 4px;
}
.sectionlayer .cellbox .card-box .item-content .blockrow {
  margin-bottom: 0;
}
.sectionlayer .cellbox .card-box .item-content .item-img {
  margin-top: 24px;
}
.sectionlayer .cellbox .card-box .item-content .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}.sectionlayer .block-title,
.sectionlayer .chapter-title,
.sectionlayer .header-text,
.sectionlayer .lead-h2,
.sectionlayer .main-heading,
.sectionlayer .page-h,
.sectionlayer .section-h,
.sectionlayer .section-heading,
.sectionlayer .topic-title {
  color: #ffffff;
}
.sectionlayer .element,
.sectionlayer .text-wrapper {
  color: #ffdca3;
  text-align: center;
}.sectionlayer .block-title,
.sectionlayer .chapter-title,
.sectionlayer .header-text,
.sectionlayer .lead-h2,
.sectionlayer .main-heading,
.sectionlayer .page-h,
.sectionlayer .section-h,
.sectionlayer .section-heading,
.sectionlayer .topic-title,
.sectionlayer .block-action,
.sectionlayer .cta-link,
.sectionlayer .lead-btn,
.sectionlayer .main-btn,
.sectionlayer .primary-cta,
.sectionlayer .section-action {
  text-align: center;
}
.sectionlayer .navwrap {
  color: #ffffff;
}
.sectionlayer .blockrow {
  color: #ffffff;
}
.bodywrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.bodywrap .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bodywrap .spanunit {
    margin-bottom: 40px;
  }
}
.bodywrap .spanunit .tilemap {
  margin-bottom: 15px;
}.bodywrap .spanunit .block-title,
.bodywrap .spanunit .chapter-title,
.bodywrap .spanunit .header-text,
.bodywrap .spanunit .lead-h2,
.bodywrap .spanunit .main-heading,
.bodywrap .spanunit .page-h,
.bodywrap .spanunit .section-h,
.bodywrap .spanunit .section-heading,
.bodywrap .spanunit .topic-title {
  margin-bottom: 0;
}
.bodywrap .cellbox {
  margin: 0 -30px;
}
.bodywrap .cellbox .card {
  padding: 0 30px;
  justify-content: center;
}
.bodywrap .cellbox .card .card-wrapper {
  border: 1px solid #be1200;
  padding: 40px;
  flex: inherit;
}
@media (max-width: 992px) {
  .bodywrap .cellbox .card .card-wrapper {
    padding: 30px;
  }
}
.bodywrap .cellbox .card .card-wrapper .card-box .zone {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .bodywrap .cellbox .card .card-wrapper .card-box .zone {
    margin-bottom: 15px;
  }
}
.bodywrap .cellbox .card .card-wrapper .card-box .zone .visualization-iconfont {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 100px !important;
  background-color: #ffffff;
  border: 1px solid #be1200;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  -webkit-text-stroke: 1px #be1200;
  text-stroke: 1px #be1200;
}
.bodywrap .cellbox .card .card-wrapper .card-box .item-title_1,
.bodywrap .cellbox .card .card-wrapper .card-box .item-title_2,
.bodywrap .cellbox .card .card-wrapper .card-box .item-title_3,
.bodywrap .cellbox .card .card-wrapper .card-box .item-title_4 {
  margin-bottom: 10px;
}
.bodywrap .cellbox .card .card-wrapper .card-box .item-text_1,
.bodywrap .cellbox .card .card-wrapper .card-box .item-text_2,
.bodywrap .cellbox .card .card-wrapper .card-box .item-text_3,
.bodywrap .cellbox .card .card-wrapper .card-box .item-text_4 {
  margin-bottom: 0;
}.bodywrap .cellbox .card .card-wrapper .block-action,
.bodywrap .cellbox .card .card-wrapper .cta-link,
.bodywrap .cellbox .card .card-wrapper .lead-btn,
.bodywrap .cellbox .card .card-wrapper .main-btn,
.bodywrap .cellbox .card .card-wrapper .primary-cta,
.bodywrap .cellbox .card .card-wrapper .section-action {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.bodywrap .cellbox .card .card-wrapper .block-action,
.bodywrap .cellbox .card .card-wrapper .cta-link,
.bodywrap .cellbox .card .card-wrapper .lead-btn,
.bodywrap .cellbox .card .card-wrapper .main-btn,
.bodywrap .cellbox .card .card-wrapper .primary-cta,
.bodywrap .cellbox .card .card-wrapper .section-action {
    margin-top: 5px;
  }
}
.bodywrap .cellbox .card .card_1 {
  background-color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bodywrap .cellbox .card .card_1 {
    margin-bottom: 30px;
  }
}
.bodywrap .cellbox .card .card_2 {
  background-color: #000000;
}
.bodywrap .cellbox .card .card_3 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .bodywrap .cellbox .card .card_3 {
    margin-bottom: 30px;
  }
}
.bodywrap .cellbox .card .card_4 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .bodywrap .cellbox .card .card_4 {
    margin-bottom: 30px;
  }
}
.bodywrap .tilemap {
  color: #1d1d1d;
  text-align: center;
}.bodywrap .block-title,
.bodywrap .chapter-title,
.bodywrap .header-text,
.bodywrap .lead-h2,
.bodywrap .main-heading,
.bodywrap .page-h,
.bodywrap .section-h,
.bodywrap .section-heading,
.bodywrap .topic-title {
  color: #1d1d1d;
  text-align: center;
}
.bodywrap .item-title_1 {
  color: #1d1d1d;
}
.bodywrap .item-title_2 {
  color: #1d1d1d;
}
.bodywrap .item-title_3 {
  color: #1d1d1d;
}
.bodywrap .item-title_4 {
  color: #1d1d1d;
}
.bodywrap .item-text_1 {
  color: #ffdca3;
}
.bodywrap .item-text_2 {
  color: #ffdca3;
}
.bodywrap .item-text_3 {
  color: #ffdca3;
}
.bodywrap .item-text_4 {
  color: #ffdca3;
}.bodywrap .item-title_1,
.bodywrap .zone,
.bodywrap .block-action,
.bodywrap .cta-link,
.bodywrap .lead-btn,
.bodywrap .main-btn,
.bodywrap .primary-cta,
.bodywrap .section-action {
  color: #ffffff;
}.bodywrap .item-title_2,
.bodywrap .zone,
.bodywrap .block-action,
.bodywrap .cta-link,
.bodywrap .lead-btn,
.bodywrap .main-btn,
.bodywrap .primary-cta,
.bodywrap .section-action {
  color: #ffffff;
}.bodywrap .item-title_3,
.bodywrap .zone,
.bodywrap .block-action,
.bodywrap .cta-link,
.bodywrap .lead-btn,
.bodywrap .main-btn,
.bodywrap .primary-cta,
.bodywrap .section-action {
  color: #ffffff;
}.bodywrap .item-title_4,
.bodywrap .zone,
.bodywrap .block-action,
.bodywrap .cta-link,
.bodywrap .lead-btn,
.bodywrap .main-btn,
.bodywrap .primary-cta,
.bodywrap .section-action {
  color: #ffffff;
}
.outerwrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.outerwrapunit .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .outerwrapunit .spanunit {
    margin-bottom: 40px;
  }
}
.outerwrapunit .spanunit .stagewrap .tilemap {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.outerwrapunit .spanunit .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .outerwrapunit .spanunit .text-wrapper .element {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .outerwrapunit .spanunit .text-wrapper .element {
    width: 100%;
  }
}
.outerwrapunit .cellbox .item {
  margin-bottom: 40px;
}
.outerwrapunit .cellbox .item:last-child {
  margin-bottom: 0;
}
.outerwrapunit .cellbox .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .outerwrapunit .cellbox .item .item-wrapper {
    display: block;
  }
}
.outerwrapunit .cellbox .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .outerwrapunit .cellbox .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.outerwrapunit .cellbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.outerwrapunit .cellbox .item .item-wrapper .card-box {
  padding: 30px;
}
@media (max-width: 992px) {
  .outerwrapunit .cellbox .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.outerwrapunit .cellbox .item .item-wrapper .card-box .navunit {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .outerwrapunit .cellbox .item .item-wrapper .card-box .navunit {
    margin-bottom: 20px;
  }
}
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-title_1,
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-title_2,
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 20px;
}
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-text_1,
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-text_2,
.outerwrapunit .cellbox .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}.outerwrapunit .cellbox .item .item-wrapper .card-box .block-action,
.outerwrapunit .cellbox .item .item-wrapper .card-box .cta-link,
.outerwrapunit .cellbox .item .item-wrapper .card-box .lead-btn,
.outerwrapunit .cellbox .item .item-wrapper .card-box .main-btn,
.outerwrapunit .cellbox .item .item-wrapper .card-box .primary-cta,
.outerwrapunit .cellbox .item .item-wrapper .card-box .section-action {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.outerwrapunit .cellbox .item .card_1 .card-box {
  background-color: #000000;
}
.outerwrapunit .cellbox .item .card_1 .card-box .navunit {
  justify-content: flex-end;
}
.outerwrapunit .cellbox .item .card_2 {
  grid-template-columns: .8fr 1fr;
}
@media (max-width: 992px) {
  .outerwrapunit .cellbox .item .card_2 .item-img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.outerwrapunit .cellbox .item .card_2 .card-box {
  background-color: #000000;
}
.outerwrapunit .cellbox .item .card_2 .card-box .navunit {
  justify-content: flex-start;
}
.outerwrapunit .cellbox .item .card_3 .card-box {
  background-color: #deeff8;
}
.outerwrapunit .cellbox .item .card_3 .card-box .navunit {
  justify-content: flex-end;
}
.outerwrapunit .btn-wrapper {
  margin-top: -2rem;
}
.outerwrapunit .tilemap,
.outerwrapunit .stagewrap {
  color: #116e99;
  text-align: center;
}.outerwrapunit .block-title,
.outerwrapunit .chapter-title,
.outerwrapunit .header-text,
.outerwrapunit .lead-h2,
.outerwrapunit .main-heading,
.outerwrapunit .page-h,
.outerwrapunit .section-h,
.outerwrapunit .section-heading,
.outerwrapunit .topic-title {
  color: #000000;
  text-align: center;
}
.outerwrapunit .element,
.outerwrapunit .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.outerwrapunit .item-title_1 {
  color: #6e4616;
}
.outerwrapunit .item-title_2 {
  color: #6e5f16;
}
.outerwrapunit .item-title_3 {
  color: #16526e;
}
.outerwrapunit .item-text_1 {
  color: #ffdca3;
}
.outerwrapunit .item-text_2 {
  color: #ffdca3;
}
.outerwrapunit .item-text_3 {
  color: #116e99;
}.outerwrapunit .item-title_1,
.outerwrapunit .block-action,
.outerwrapunit .cta-link,
.outerwrapunit .lead-btn,
.outerwrapunit .main-btn,
.outerwrapunit .primary-cta,
.outerwrapunit .section-action {
  color: #ffffff;
}.outerwrapunit .item-title_2,
.outerwrapunit .block-action,
.outerwrapunit .cta-link,
.outerwrapunit .lead-btn,
.outerwrapunit .main-btn,
.outerwrapunit .primary-cta,
.outerwrapunit .section-action {
  color: #ffffff;
}
.viewwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.viewwrap .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .viewwrap .spanunit {
    margin-bottom: 40px;
  }
}
.viewwrap .spanunit .tilemap {
  margin-bottom: 15px;
}.viewwrap .spanunit .block-title,
.viewwrap .spanunit .chapter-title,
.viewwrap .spanunit .header-text,
.viewwrap .spanunit .lead-h2,
.viewwrap .spanunit .main-heading,
.viewwrap .spanunit .page-h,
.viewwrap .spanunit .section-h,
.viewwrap .spanunit .section-heading,
.viewwrap .spanunit .topic-title {
  margin-bottom: 0;
}
.viewwrap .cellbox {
  margin: 0 -30px;
}
.viewwrap .cellbox .card {
  padding: 0 30px;
  justify-content: center;
}
.viewwrap .cellbox .card .card-wrapper {
  border: 1px solid #ff6a00;
  padding: 40px;
  flex: inherit;
}
@media (max-width: 992px) {
  .viewwrap .cellbox .card .card-wrapper {
    padding: 30px;
  }
}
.viewwrap .cellbox .card .card-wrapper .card-box .zone {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .viewwrap .cellbox .card .card-wrapper .card-box .zone {
    margin-bottom: 15px;
  }
}
.viewwrap .cellbox .card .card-wrapper .card-box .zone .visualization-iconfont {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 100px !important;
  background-color: #ffffff;
  border: 1px solid #ff6a00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  -webkit-text-stroke: 1px #ff6a00;
  text-stroke: 1px #ff6a00;
}
.viewwrap .cellbox .card .card-wrapper .card-box .item-title_1,
.viewwrap .cellbox .card .card-wrapper .card-box .item-title_2,
.viewwrap .cellbox .card .card-wrapper .card-box .item-title_3,
.viewwrap .cellbox .card .card-wrapper .card-box .item-title_4 {
  margin-bottom: 10px;
}
.viewwrap .cellbox .card .card-wrapper .card-box .item-text_1,
.viewwrap .cellbox .card .card-wrapper .card-box .item-text_2,
.viewwrap .cellbox .card .card-wrapper .card-box .item-text_3,
.viewwrap .cellbox .card .card-wrapper .card-box .item-text_4 {
  margin-bottom: 0;
}.viewwrap .cellbox .card .card-wrapper .block-action,
.viewwrap .cellbox .card .card-wrapper .cta-link,
.viewwrap .cellbox .card .card-wrapper .lead-btn,
.viewwrap .cellbox .card .card-wrapper .main-btn,
.viewwrap .cellbox .card .card-wrapper .primary-cta,
.viewwrap .cellbox .card .card-wrapper .section-action {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.viewwrap .cellbox .card .card-wrapper .block-action,
.viewwrap .cellbox .card .card-wrapper .cta-link,
.viewwrap .cellbox .card .card-wrapper .lead-btn,
.viewwrap .cellbox .card .card-wrapper .main-btn,
.viewwrap .cellbox .card .card-wrapper .primary-cta,
.viewwrap .cellbox .card .card-wrapper .section-action {
    margin-top: 5px;
  }
}
.viewwrap .cellbox .card .card_1 {
  background-color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .viewwrap .cellbox .card .card_1 {
    margin-bottom: 30px;
  }
}
.viewwrap .cellbox .card .card_2 {
  background-color: #000000;
}
.viewwrap .cellbox .card .card_3 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .viewwrap .cellbox .card .card_3 {
    margin-bottom: 30px;
  }
}
.viewwrap .cellbox .card .card_4 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .viewwrap .cellbox .card .card_4 {
    margin-bottom: 30px;
  }
}
.viewwrap .tilemap {
  color: #1d1d1d;
  text-align: center;
}.viewwrap .block-title,
.viewwrap .chapter-title,
.viewwrap .header-text,
.viewwrap .lead-h2,
.viewwrap .main-heading,
.viewwrap .page-h,
.viewwrap .section-h,
.viewwrap .section-heading,
.viewwrap .topic-title {
  color: #1d1d1d;
  text-align: center;
}
.viewwrap .item-title_1 {
  color: #1d1d1d;
}
.viewwrap .item-title_2 {
  color: #1d1d1d;
}
.viewwrap .item-title_3 {
  color: #1d1d1d;
}
.viewwrap .item-title_4 {
  color: #1d1d1d;
}
.viewwrap .item-text_1 {
  color: #ffdca3;
}
.viewwrap .item-text_2 {
  color: #ffdca3;
}
.viewwrap .item-text_3 {
  color: #ffdca3;
}
.viewwrap .item-text_4 {
  color: #ffdca3;
}.viewwrap .item-title_1,
.viewwrap .zone,
.viewwrap .block-action,
.viewwrap .cta-link,
.viewwrap .lead-btn,
.viewwrap .main-btn,
.viewwrap .primary-cta,
.viewwrap .section-action {
  color: #ffffff;
}.viewwrap .item-title_2,
.viewwrap .zone,
.viewwrap .block-action,
.viewwrap .cta-link,
.viewwrap .lead-btn,
.viewwrap .main-btn,
.viewwrap .primary-cta,
.viewwrap .section-action {
  color: #ffffff;
}.viewwrap .item-title_3,
.viewwrap .zone,
.viewwrap .block-action,
.viewwrap .cta-link,
.viewwrap .lead-btn,
.viewwrap .main-btn,
.viewwrap .primary-cta,
.viewwrap .section-action {
  color: #ffffff;
}.viewwrap .item-title_4,
.viewwrap .zone,
.viewwrap .block-action,
.viewwrap .cta-link,
.viewwrap .lead-btn,
.viewwrap .main-btn,
.viewwrap .primary-cta,
.viewwrap .section-action {
  color: #ffffff;
}
.stepbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.stepbox .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stepbox .spanunit {
    margin-bottom: 40px;
  }
}
.stepbox .spanunit .stagewrap .tilemap {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.stepbox .spanunit .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .stepbox .spanunit .text-wrapper .element {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .stepbox .spanunit .text-wrapper .element {
    width: 100%;
  }
}
.stepbox .cellbox .item {
  margin-bottom: 40px;
}
.stepbox .cellbox .item:last-child {
  margin-bottom: 0;
}
.stepbox .cellbox .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .stepbox .cellbox .item .item-wrapper {
    display: block;
  }
}
.stepbox .cellbox .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .stepbox .cellbox .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.stepbox .cellbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stepbox .cellbox .item .item-wrapper .card-box {
  padding: 30px;
}
@media (max-width: 992px) {
  .stepbox .cellbox .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.stepbox .cellbox .item .item-wrapper .card-box .navunit {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .stepbox .cellbox .item .item-wrapper .card-box .navunit {
    margin-bottom: 20px;
  }
}
.stepbox .cellbox .item .item-wrapper .card-box .item-title_1,
.stepbox .cellbox .item .item-wrapper .card-box .item-title_2,
.stepbox .cellbox .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 20px;
}
.stepbox .cellbox .item .item-wrapper .card-box .item-text_1,
.stepbox .cellbox .item .item-wrapper .card-box .item-text_2,
.stepbox .cellbox .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}.stepbox .cellbox .item .item-wrapper .card-box .block-action,
.stepbox .cellbox .item .item-wrapper .card-box .cta-link,
.stepbox .cellbox .item .item-wrapper .card-box .lead-btn,
.stepbox .cellbox .item .item-wrapper .card-box .main-btn,
.stepbox .cellbox .item .item-wrapper .card-box .primary-cta,
.stepbox .cellbox .item .item-wrapper .card-box .section-action {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.stepbox .cellbox .item .card_1 .card-box {
  background-color: #000000;
}
.stepbox .cellbox .item .card_1 .card-box .navunit {
  justify-content: flex-end;
}
.stepbox .cellbox .item .card_2 {
  grid-template-columns: .8fr 1fr;
}
@media (max-width: 992px) {
  .stepbox .cellbox .item .card_2 .item-img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.stepbox .cellbox .item .card_2 .card-box {
  background-color: #000000;
}
.stepbox .cellbox .item .card_2 .card-box .navunit {
  justify-content: flex-start;
}
.stepbox .cellbox .item .card_3 .card-box {
  background-color: #deeff8;
}
.stepbox .cellbox .item .card_3 .card-box .navunit {
  justify-content: flex-end;
}
.stepbox .btn-wrapper {
  margin-top: -2rem;
}
.stepbox .tilemap,
.stepbox .stagewrap {
  color: #116e99;
  text-align: center;
}.stepbox .block-title,
.stepbox .chapter-title,
.stepbox .header-text,
.stepbox .lead-h2,
.stepbox .main-heading,
.stepbox .page-h,
.stepbox .section-h,
.stepbox .section-heading,
.stepbox .topic-title {
  color: #000000;
  text-align: center;
}
.stepbox .element,
.stepbox .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.stepbox .item-title_1 {
  color: #6e4616;
}
.stepbox .item-title_2 {
  color: #6e5f16;
}
.stepbox .item-title_3 {
  color: #16526e;
}
.stepbox .item-text_1 {
  color: #ffdca3;
}
.stepbox .item-text_2 {
  color: #ffdca3;
}
.stepbox .item-text_3 {
  color: #116e99;
}.stepbox .item-title_1,
.stepbox .block-action,
.stepbox .cta-link,
.stepbox .lead-btn,
.stepbox .main-btn,
.stepbox .primary-cta,
.stepbox .section-action {
  color: #ffffff;
}.stepbox .item-title_2,
.stepbox .block-action,
.stepbox .cta-link,
.stepbox .lead-btn,
.stepbox .main-btn,
.stepbox .primary-cta,
.stepbox .section-action {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.corepad {
  z-index: 1000;
  width: 100%;
}
.corepad nav.navbar {
  position: fixed;
}
.corepad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.corepad .nav-link {
  position: relative;
}
.corepad .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .corepad .container {
    flex-wrap: nowrap;
  }
}
.corepad .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.corepad .zone:hover {
  opacity: .5;
}
.corepad .nav-item:focus,
.corepad .nav-link:focus {
  outline: none;
}
.corepad .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .corepad .navbar {
    min-height: 80px;
  }
}
.corepad .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.corepad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .corepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .corepad .navbar .modsegment img {
    height: 3rem !important;
  }
  .corepad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .corepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .corepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.corepad .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .corepad .navbar-brand {
    min-height: 80px;
  }
}
.corepad .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.corepad .navbar-brand .mount:hover,
.corepad .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.corepad .navbar-brand .modsegment a {
  outline: none;
}
.corepad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.corepad ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .corepad ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.corepad ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.corepad .navbar-buttons {
  text-align: center;
}
.corepad .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .corepad .navbar-buttons .btn {
    width: auto !important;
  }
}
.corepad button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.corepad .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.corepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .corepad .navbar {
    height: 70px;
  }
  .corepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.corepad .navbar-nav {
  margin: 0 auto;
}
.corepad .nav-item {
  padding: 0;
  margin: 0;
}
.corepad .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.corepad .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.corepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.corepad .nav-item .nav-link:hover,
.corepad .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::after,
.corepad .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::before,
.corepad .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.corepad .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .corepad .navbar {
    justify-content: flex-start !important;
  }
  .corepad .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .corepad .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .corepad .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .corepad .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .corepad .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.corepad .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .corepad .formwrap {
    min-height: 80px;
  }
}
.nodemap {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #080a10;
}
.nodemap .fold {
  position: relative;
  margin: 0;
}
.nodemap .fold .card {
  position: relative;
  z-index: 1;
  padding: 0;
  justify-content: flex-end;
}
.nodemap .formwrap {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 750px;
  padding: 24px;
  margin-right: -1px;
  clip-path: polygon(38px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 38px);
}
@media (max-width: 1440px) {
  .nodemap .formwrap {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  .nodemap .formwrap {
    min-height: 500px;
  }
}
.nodemap .formwrap .navunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nodemap .formwrap .gridnode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080a10;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.nodemap .spanunit {
  position: relative;
  z-index: 1;
  width: 100%;
}.nodemap .spanunit .block-title,
.nodemap .spanunit .chapter-title,
.nodemap .spanunit .header-text,
.nodemap .spanunit .lead-h2,
.nodemap .spanunit .main-heading,
.nodemap .spanunit .page-h,
.nodemap .spanunit .section-h,
.nodemap .spanunit .section-heading,
.nodemap .spanunit .topic-title {
  margin-bottom: 20px;
}
.nodemap .spanunit .text-wrapper .element {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .nodemap .spanunit .text-wrapper .element {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .nodemap .spanunit .text-wrapper .element {
    width: 100%;
  }
}.nodemap .spanunit .block-action,
.nodemap .spanunit .cta-link,
.nodemap .spanunit .lead-btn,
.nodemap .spanunit .main-btn,
.nodemap .spanunit .primary-cta,
.nodemap .spanunit .section-action {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodemap .spanunit .block-action,
.nodemap .spanunit .cta-link,
.nodemap .spanunit .lead-btn,
.nodemap .spanunit .main-btn,
.nodemap .spanunit .primary-cta,
.nodemap .spanunit .section-action {
    margin-top: 10px;
  }
}.nodemap .block-title,
.nodemap .chapter-title,
.nodemap .header-text,
.nodemap .lead-h2,
.nodemap .main-heading,
.nodemap .page-h,
.nodemap .section-h,
.nodemap .section-heading,
.nodemap .topic-title {
  color: #ffffff;
}
.nodemap .element,
.nodemap .text-wrapper {
  color: #ffdca3;
  text-align: center;
}.nodemap .block-title,
.nodemap .chapter-title,
.nodemap .header-text,
.nodemap .lead-h2,
.nodemap .main-heading,
.nodemap .page-h,
.nodemap .section-h,
.nodemap .section-heading,
.nodemap .topic-title,
.nodemap .block-action,
.nodemap .cta-link,
.nodemap .lead-btn,
.nodemap .main-btn,
.nodemap .primary-cta,
.nodemap .section-action {
  text-align: center;
}
.zonebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonebox .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .zonebox .spanunit {
    margin-bottom: 40px;
  }
}
.zonebox .spanunit .tilemap {
  margin-bottom: 15px;
}.zonebox .spanunit .block-title,
.zonebox .spanunit .chapter-title,
.zonebox .spanunit .header-text,
.zonebox .spanunit .lead-h2,
.zonebox .spanunit .main-heading,
.zonebox .spanunit .page-h,
.zonebox .spanunit .section-h,
.zonebox .spanunit .section-heading,
.zonebox .spanunit .topic-title {
  margin-bottom: 0;
}
.zonebox .cellbox {
  margin: 0 -30px;
}
.zonebox .cellbox .card {
  padding: 0 30px;
  justify-content: center;
}
.zonebox .cellbox .card .card-wrapper {
  border: 1px solid #be1200;
  padding: 40px;
  flex: inherit;
}
@media (max-width: 992px) {
  .zonebox .cellbox .card .card-wrapper {
    padding: 30px;
  }
}
.zonebox .cellbox .card .card-wrapper .card-box .zone {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .zonebox .cellbox .card .card-wrapper .card-box .zone {
    margin-bottom: 15px;
  }
}
.zonebox .cellbox .card .card-wrapper .card-box .zone .visualization-iconfont {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 100px !important;
  background-color: #ffffff;
  border: 1px solid #be1200;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  -webkit-text-stroke: 1px #be1200;
  text-stroke: 1px #be1200;
}
.zonebox .cellbox .card .card-wrapper .card-box .item-title_1,
.zonebox .cellbox .card .card-wrapper .card-box .item-title_2,
.zonebox .cellbox .card .card-wrapper .card-box .item-title_3,
.zonebox .cellbox .card .card-wrapper .card-box .item-title_4 {
  margin-bottom: 10px;
}
.zonebox .cellbox .card .card-wrapper .card-box .item-text_1,
.zonebox .cellbox .card .card-wrapper .card-box .item-text_2,
.zonebox .cellbox .card .card-wrapper .card-box .item-text_3,
.zonebox .cellbox .card .card-wrapper .card-box .item-text_4 {
  margin-bottom: 0;
}.zonebox .cellbox .card .card-wrapper .block-action,
.zonebox .cellbox .card .card-wrapper .cta-link,
.zonebox .cellbox .card .card-wrapper .lead-btn,
.zonebox .cellbox .card .card-wrapper .main-btn,
.zonebox .cellbox .card .card-wrapper .primary-cta,
.zonebox .cellbox .card .card-wrapper .section-action {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.zonebox .cellbox .card .card-wrapper .block-action,
.zonebox .cellbox .card .card-wrapper .cta-link,
.zonebox .cellbox .card .card-wrapper .lead-btn,
.zonebox .cellbox .card .card-wrapper .main-btn,
.zonebox .cellbox .card .card-wrapper .primary-cta,
.zonebox .cellbox .card .card-wrapper .section-action {
    margin-top: 5px;
  }
}
.zonebox .cellbox .card .card_1 {
  background-color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .zonebox .cellbox .card .card_1 {
    margin-bottom: 30px;
  }
}
.zonebox .cellbox .card .card_2 {
  background-color: #000000;
}
.zonebox .cellbox .card .card_3 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .zonebox .cellbox .card .card_3 {
    margin-bottom: 30px;
  }
}
.zonebox .cellbox .card .card_4 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .zonebox .cellbox .card .card_4 {
    margin-bottom: 30px;
  }
}
.zonebox .tilemap {
  color: #1d1d1d;
  text-align: center;
}.zonebox .block-title,
.zonebox .chapter-title,
.zonebox .header-text,
.zonebox .lead-h2,
.zonebox .main-heading,
.zonebox .page-h,
.zonebox .section-h,
.zonebox .section-heading,
.zonebox .topic-title {
  color: #1d1d1d;
  text-align: center;
}
.zonebox .item-title_1 {
  color: #1d1d1d;
}
.zonebox .item-title_2 {
  color: #1d1d1d;
}
.zonebox .item-title_3 {
  color: #1d1d1d;
}
.zonebox .item-title_4 {
  color: #1d1d1d;
}
.zonebox .item-text_1 {
  color: #ffdca3;
}
.zonebox .item-text_2 {
  color: #ffdca3;
}
.zonebox .item-text_3 {
  color: #ffdca3;
}
.zonebox .item-text_4 {
  color: #ffdca3;
}.zonebox .item-title_1,
.zonebox .zone,
.zonebox .block-action,
.zonebox .cta-link,
.zonebox .lead-btn,
.zonebox .main-btn,
.zonebox .primary-cta,
.zonebox .section-action {
  color: #ffffff;
}.zonebox .item-title_2,
.zonebox .zone,
.zonebox .block-action,
.zonebox .cta-link,
.zonebox .lead-btn,
.zonebox .main-btn,
.zonebox .primary-cta,
.zonebox .section-action {
  color: #ffffff;
}.zonebox .item-title_3,
.zonebox .zone,
.zonebox .block-action,
.zonebox .cta-link,
.zonebox .lead-btn,
.zonebox .main-btn,
.zonebox .primary-cta,
.zonebox .section-action {
  color: #ffffff;
}.zonebox .item-title_4,
.zonebox .zone,
.zonebox .block-action,
.zonebox .cta-link,
.zonebox .lead-btn,
.zonebox .main-btn,
.zonebox .primary-cta,
.zonebox .section-action {
  color: #ffffff;
}
.fieldwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.fieldwrap .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .fieldwrap .spanunit {
    margin-bottom: 40px;
  }
}
.fieldwrap .spanunit .stagewrap .tilemap {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.fieldwrap .spanunit .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .fieldwrap .spanunit .text-wrapper .element {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .fieldwrap .spanunit .text-wrapper .element {
    width: 100%;
  }
}
.fieldwrap .cellbox .item {
  margin-bottom: 40px;
}
.fieldwrap .cellbox .item:last-child {
  margin-bottom: 0;
}
.fieldwrap .cellbox .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .fieldwrap .cellbox .item .item-wrapper {
    display: block;
  }
}
.fieldwrap .cellbox .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .fieldwrap .cellbox .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.fieldwrap .cellbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fieldwrap .cellbox .item .item-wrapper .card-box {
  padding: 30px;
}
@media (max-width: 992px) {
  .fieldwrap .cellbox .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.fieldwrap .cellbox .item .item-wrapper .card-box .navunit {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .fieldwrap .cellbox .item .item-wrapper .card-box .navunit {
    margin-bottom: 20px;
  }
}
.fieldwrap .cellbox .item .item-wrapper .card-box .item-title_1,
.fieldwrap .cellbox .item .item-wrapper .card-box .item-title_2,
.fieldwrap .cellbox .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 20px;
}
.fieldwrap .cellbox .item .item-wrapper .card-box .item-text_1,
.fieldwrap .cellbox .item .item-wrapper .card-box .item-text_2,
.fieldwrap .cellbox .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}.fieldwrap .cellbox .item .item-wrapper .card-box .block-action,
.fieldwrap .cellbox .item .item-wrapper .card-box .cta-link,
.fieldwrap .cellbox .item .item-wrapper .card-box .lead-btn,
.fieldwrap .cellbox .item .item-wrapper .card-box .main-btn,
.fieldwrap .cellbox .item .item-wrapper .card-box .primary-cta,
.fieldwrap .cellbox .item .item-wrapper .card-box .section-action {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.fieldwrap .cellbox .item .card_1 .card-box {
  background-color: #000000;
}
.fieldwrap .cellbox .item .card_1 .card-box .navunit {
  justify-content: flex-end;
}
.fieldwrap .cellbox .item .card_2 {
  grid-template-columns: .8fr 1fr;
}
@media (max-width: 992px) {
  .fieldwrap .cellbox .item .card_2 .item-img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.fieldwrap .cellbox .item .card_2 .card-box {
  background-color: #000000;
}
.fieldwrap .cellbox .item .card_2 .card-box .navunit {
  justify-content: flex-start;
}
.fieldwrap .cellbox .item .card_3 .card-box {
  background-color: #deeff8;
}
.fieldwrap .cellbox .item .card_3 .card-box .navunit {
  justify-content: flex-end;
}
.fieldwrap .btn-wrapper {
  margin-top: -2rem;
}
.fieldwrap .tilemap,
.fieldwrap .stagewrap {
  color: #116e99;
  text-align: center;
}.fieldwrap .block-title,
.fieldwrap .chapter-title,
.fieldwrap .header-text,
.fieldwrap .lead-h2,
.fieldwrap .main-heading,
.fieldwrap .page-h,
.fieldwrap .section-h,
.fieldwrap .section-heading,
.fieldwrap .topic-title {
  color: #000000;
  text-align: center;
}
.fieldwrap .element,
.fieldwrap .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.fieldwrap .item-title_1 {
  color: #6e4616;
}
.fieldwrap .item-title_2 {
  color: #6e5f16;
}
.fieldwrap .item-title_3 {
  color: #16526e;
}
.fieldwrap .item-text_1 {
  color: #ffdca3;
}
.fieldwrap .item-text_2 {
  color: #ffdca3;
}
.fieldwrap .item-text_3 {
  color: #116e99;
}.fieldwrap .item-title_1,
.fieldwrap .block-action,
.fieldwrap .cta-link,
.fieldwrap .lead-btn,
.fieldwrap .main-btn,
.fieldwrap .primary-cta,
.fieldwrap .section-action {
  color: #ffffff;
}.fieldwrap .item-title_2,
.fieldwrap .block-action,
.fieldwrap .cta-link,
.fieldwrap .lead-btn,
.fieldwrap .main-btn,
.fieldwrap .primary-cta,
.fieldwrap .section-action {
  color: #ffffff;
}
.tailbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.tailbox .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tailbox .spanunit {
    margin-bottom: 40px;
  }
}
.tailbox .spanunit .tilemap {
  margin-bottom: 15px;
}.tailbox .spanunit .block-title,
.tailbox .spanunit .chapter-title,
.tailbox .spanunit .header-text,
.tailbox .spanunit .lead-h2,
.tailbox .spanunit .main-heading,
.tailbox .spanunit .page-h,
.tailbox .spanunit .section-h,
.tailbox .spanunit .section-heading,
.tailbox .spanunit .topic-title {
  margin-bottom: 0;
}
.tailbox .cellbox {
  margin: 0 -30px;
}
.tailbox .cellbox .card {
  padding: 0 30px;
  justify-content: center;
}
.tailbox .cellbox .card .card-wrapper {
  border: 1px solid #ff6a00;
  padding: 40px;
  flex: inherit;
}
@media (max-width: 992px) {
  .tailbox .cellbox .card .card-wrapper {
    padding: 30px;
  }
}
.tailbox .cellbox .card .card-wrapper .card-box .zone {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tailbox .cellbox .card .card-wrapper .card-box .zone {
    margin-bottom: 15px;
  }
}
.tailbox .cellbox .card .card-wrapper .card-box .zone .visualization-iconfont {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 100px !important;
  background-color: #ffffff;
  border: 1px solid #ff6a00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  -webkit-text-stroke: 1px #ff6a00;
  text-stroke: 1px #ff6a00;
}
.tailbox .cellbox .card .card-wrapper .card-box .item-title_1,
.tailbox .cellbox .card .card-wrapper .card-box .item-title_2,
.tailbox .cellbox .card .card-wrapper .card-box .item-title_3,
.tailbox .cellbox .card .card-wrapper .card-box .item-title_4 {
  margin-bottom: 10px;
}
.tailbox .cellbox .card .card-wrapper .card-box .item-text_1,
.tailbox .cellbox .card .card-wrapper .card-box .item-text_2,
.tailbox .cellbox .card .card-wrapper .card-box .item-text_3,
.tailbox .cellbox .card .card-wrapper .card-box .item-text_4 {
  margin-bottom: 0;
}.tailbox .cellbox .card .card-wrapper .block-action,
.tailbox .cellbox .card .card-wrapper .cta-link,
.tailbox .cellbox .card .card-wrapper .lead-btn,
.tailbox .cellbox .card .card-wrapper .main-btn,
.tailbox .cellbox .card .card-wrapper .primary-cta,
.tailbox .cellbox .card .card-wrapper .section-action {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.tailbox .cellbox .card .card-wrapper .block-action,
.tailbox .cellbox .card .card-wrapper .cta-link,
.tailbox .cellbox .card .card-wrapper .lead-btn,
.tailbox .cellbox .card .card-wrapper .main-btn,
.tailbox .cellbox .card .card-wrapper .primary-cta,
.tailbox .cellbox .card .card-wrapper .section-action {
    margin-top: 5px;
  }
}
.tailbox .cellbox .card .card_1 {
  background-color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tailbox .cellbox .card .card_1 {
    margin-bottom: 30px;
  }
}
.tailbox .cellbox .card .card_2 {
  background-color: #000000;
}
.tailbox .cellbox .card .card_3 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .tailbox .cellbox .card .card_3 {
    margin-bottom: 30px;
  }
}
.tailbox .cellbox .card .card_4 {
  background-color: #000000;
}
@media (max-width: 992px) {
  .tailbox .cellbox .card .card_4 {
    margin-bottom: 30px;
  }
}
.tailbox .tilemap {
  color: #1d1d1d;
  text-align: center;
}.tailbox .block-title,
.tailbox .chapter-title,
.tailbox .header-text,
.tailbox .lead-h2,
.tailbox .main-heading,
.tailbox .page-h,
.tailbox .section-h,
.tailbox .section-heading,
.tailbox .topic-title {
  color: #1d1d1d;
  text-align: center;
}
.tailbox .item-title_1 {
  color: #1d1d1d;
}
.tailbox .item-title_2 {
  color: #1d1d1d;
}
.tailbox .item-title_3 {
  color: #1d1d1d;
}
.tailbox .item-title_4 {
  color: #1d1d1d;
}
.tailbox .item-text_1 {
  color: #ffdca3;
}
.tailbox .item-text_2 {
  color: #ffdca3;
}
.tailbox .item-text_3 {
  color: #ffdca3;
}
.tailbox .item-text_4 {
  color: #ffdca3;
}.tailbox .item-title_1,
.tailbox .zone,
.tailbox .block-action,
.tailbox .cta-link,
.tailbox .lead-btn,
.tailbox .main-btn,
.tailbox .primary-cta,
.tailbox .section-action {
  color: #ffffff;
}.tailbox .item-title_2,
.tailbox .zone,
.tailbox .block-action,
.tailbox .cta-link,
.tailbox .lead-btn,
.tailbox .main-btn,
.tailbox .primary-cta,
.tailbox .section-action {
  color: #ffffff;
}.tailbox .item-title_3,
.tailbox .zone,
.tailbox .block-action,
.tailbox .cta-link,
.tailbox .lead-btn,
.tailbox .main-btn,
.tailbox .primary-cta,
.tailbox .section-action {
  color: #ffffff;
}.tailbox .item-title_4,
.tailbox .zone,
.tailbox .block-action,
.tailbox .cta-link,
.tailbox .lead-btn,
.tailbox .main-btn,
.tailbox .primary-cta,
.tailbox .section-action {
  color: #ffffff;
}
.nodemodule {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodemodule .spanunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .nodemodule .spanunit {
    margin-bottom: 40px;
  }
}
.nodemodule .spanunit .stagewrap .tilemap {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.nodemodule .spanunit .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .nodemodule .spanunit .text-wrapper .element {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .nodemodule .spanunit .text-wrapper .element {
    width: 100%;
  }
}
.nodemodule .cellbox .item {
  margin-bottom: 40px;
}
.nodemodule .cellbox .item:last-child {
  margin-bottom: 0;
}
.nodemodule .cellbox .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .nodemodule .cellbox .item .item-wrapper {
    display: block;
  }
}
.nodemodule .cellbox .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .nodemodule .cellbox .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.nodemodule .cellbox .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nodemodule .cellbox .item .item-wrapper .card-box {
  padding: 30px;
}
@media (max-width: 992px) {
  .nodemodule .cellbox .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.nodemodule .cellbox .item .item-wrapper .card-box .navunit {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .nodemodule .cellbox .item .item-wrapper .card-box .navunit {
    margin-bottom: 20px;
  }
}
.nodemodule .cellbox .item .item-wrapper .card-box .item-title_1,
.nodemodule .cellbox .item .item-wrapper .card-box .item-title_2,
.nodemodule .cellbox .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 20px;
}
.nodemodule .cellbox .item .item-wrapper .card-box .item-text_1,
.nodemodule .cellbox .item .item-wrapper .card-box .item-text_2,
.nodemodule .cellbox .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}.nodemodule .cellbox .item .item-wrapper .card-box .block-action,
.nodemodule .cellbox .item .item-wrapper .card-box .cta-link,
.nodemodule .cellbox .item .item-wrapper .card-box .lead-btn,
.nodemodule .cellbox .item .item-wrapper .card-box .main-btn,
.nodemodule .cellbox .item .item-wrapper .card-box .primary-cta,
.nodemodule .cellbox .item .item-wrapper .card-box .section-action {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.nodemodule .cellbox .item .card_1 .card-box {
  background-color: #000000;
}
.nodemodule .cellbox .item .card_1 .card-box .navunit {
  justify-content: flex-end;
}
.nodemodule .cellbox .item .card_2 {
  grid-template-columns: .8fr 1fr;
}
@media (max-width: 992px) {
  .nodemodule .cellbox .item .card_2 .item-img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.nodemodule .cellbox .item .card_2 .card-box {
  background-color: #000000;
}
.nodemodule .cellbox .item .card_2 .card-box .navunit {
  justify-content: flex-start;
}
.nodemodule .cellbox .item .card_3 .card-box {
  background-color: #deeff8;
}
.nodemodule .cellbox .item .card_3 .card-box .navunit {
  justify-content: flex-end;
}
.nodemodule .btn-wrapper {
  margin-top: -2rem;
}
.nodemodule .tilemap,
.nodemodule .stagewrap {
  color: #116e99;
  text-align: center;
}.nodemodule .block-title,
.nodemodule .chapter-title,
.nodemodule .header-text,
.nodemodule .lead-h2,
.nodemodule .main-heading,
.nodemodule .page-h,
.nodemodule .section-h,
.nodemodule .section-heading,
.nodemodule .topic-title {
  color: #000000;
  text-align: center;
}
.nodemodule .element,
.nodemodule .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.nodemodule .item-title_1 {
  color: #6e4616;
}
.nodemodule .item-title_2 {
  color: #6e5f16;
}
.nodemodule .item-title_3 {
  color: #16526e;
}
.nodemodule .item-text_1 {
  color: #ffdca3;
}
.nodemodule .item-text_2 {
  color: #ffdca3;
}
.nodemodule .item-text_3 {
  color: #116e99;
}.nodemodule .item-title_1,
.nodemodule .block-action,
.nodemodule .cta-link,
.nodemodule .lead-btn,
.nodemodule .main-btn,
.nodemodule .primary-cta,
.nodemodule .section-action {
  color: #ffffff;
}.nodemodule .item-title_2,
.nodemodule .block-action,
.nodemodule .cta-link,
.nodemodule .lead-btn,
.nodemodule .main-btn,
.nodemodule .primary-cta,
.nodemodule .section-action {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.corepad {
  z-index: 1000;
  width: 100%;
}
.corepad nav.navbar {
  position: fixed;
}
.corepad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.corepad .nav-link {
  position: relative;
}
.corepad .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .corepad .container {
    flex-wrap: nowrap;
  }
}
.corepad .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.corepad .zone:hover {
  opacity: .5;
}
.corepad .nav-item:focus,
.corepad .nav-link:focus {
  outline: none;
}
.corepad .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .corepad .navbar {
    min-height: 80px;
  }
}
.corepad .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.corepad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .corepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .corepad .navbar .modsegment img {
    height: 3rem !important;
  }
  .corepad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .corepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .corepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.corepad .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .corepad .navbar-brand {
    min-height: 80px;
  }
}
.corepad .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.corepad .navbar-brand .mount:hover,
.corepad .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.corepad .navbar-brand .modsegment a {
  outline: none;
}
.corepad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.corepad ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .corepad ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.corepad ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.corepad .navbar-buttons {
  text-align: center;
}
.corepad .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .corepad .navbar-buttons .btn {
    width: auto !important;
  }
}
.corepad button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.corepad .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.corepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .corepad .navbar {
    height: 70px;
  }
  .corepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.corepad .navbar-nav {
  margin: 0 auto;
}
.corepad .nav-item {
  padding: 0;
  margin: 0;
}
.corepad .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.corepad .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.corepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.corepad .nav-item .nav-link:hover,
.corepad .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::after,
.corepad .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::before,
.corepad .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.corepad .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .corepad .navbar {
    justify-content: flex-start !important;
  }
  .corepad .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .corepad .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .corepad .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .corepad .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .corepad .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.corepad .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .corepad .formwrap {
    min-height: 80px;
  }
}
.flowsegment {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.flowsegment .card-wrapper {
  background-color: #000000;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flowsegment .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}.flowsegment .card-wrapper .block-title,
.flowsegment .card-wrapper .chapter-title,
.flowsegment .card-wrapper .header-text,
.flowsegment .card-wrapper .lead-h2,
.flowsegment .card-wrapper .main-heading,
.flowsegment .card-wrapper .page-h,
.flowsegment .card-wrapper .section-h,
.flowsegment .card-wrapper .section-heading,
.flowsegment .card-wrapper .topic-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {.flowsegment .card-wrapper .block-title,
.flowsegment .card-wrapper .chapter-title,
.flowsegment .card-wrapper .header-text,
.flowsegment .card-wrapper .lead-h2,
.flowsegment .card-wrapper .main-heading,
.flowsegment .card-wrapper .page-h,
.flowsegment .card-wrapper .section-h,
.flowsegment .card-wrapper .section-heading,
.flowsegment .card-wrapper .topic-title {
    margin-bottom: 24px;
  }
}
.flowsegment .card-wrapper .text-wrapper .element {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .flowsegment .card-wrapper .text-wrapper .element {
    width: 100%;
    margin-bottom: 24px;
  }
}
.flowsegment .card-wrapper .navunit {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .flowsegment .card-wrapper .navunit {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.flowsegment .card-wrapper .navunit img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #be1200;
}
@media (max-width: 992px) {
  .flowsegment .card-wrapper .navunit img {
    height: 300px;
    width: 100%;
  }
}.flowsegment .block-title,
.flowsegment .chapter-title,
.flowsegment .header-text,
.flowsegment .lead-h2,
.flowsegment .main-heading,
.flowsegment .page-h,
.flowsegment .section-h,
.flowsegment .section-heading,
.flowsegment .topic-title {
  color: #000000;
}
.flowsegment .element,
.flowsegment .text-wrapper {
  color: #ffdca3;
  text-align: center;
}.flowsegment .block-title,
.flowsegment .chapter-title,
.flowsegment .header-text,
.flowsegment .lead-h2,
.flowsegment .main-heading,
.flowsegment .page-h,
.flowsegment .section-h,
.flowsegment .section-heading,
.flowsegment .topic-title,
.flowsegment .block-action,
.flowsegment .cta-link,
.flowsegment .lead-btn,
.flowsegment .main-btn,
.flowsegment .primary-cta,
.flowsegment .section-action,
.flowsegment .navunit {
  text-align: center;
  color: #ffffff;
}
.pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .pad .col-title {
    margin-bottom: 20px;
  }
}.pad .block-title,
.pad .chapter-title,
.pad .header-text,
.pad .lead-h2,
.pad .main-heading,
.pad .page-h,
.pad .section-h,
.pad .section-heading,
.pad .topic-title {
  color: #ffffff;
}.pad .block-subtitle,
.pad .lead-sub,
.pad .section-sub,
.pad .subtitle-text {
  color: #ff6a00;
  margin-top: 24px;
}
.pad .element {
  color: #ffdca3;
}
.dockband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.dockband .blocklayer {
  display: inline-flex;
}
@media (max-width: 768px) {
  .dockband .blocklayer {
    display: block;
    width: auto;
  }
}
.dockband .blocklayer ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.dockband .blocklayer ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
}
.dockband .blocklayer ul li:before {
  margin-top: -11px;
  margin-right: 12px;
  content: "\2022";
  color: #be1200;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}.dockband .block-subtitle,
.dockband .lead-sub,
.dockband .section-sub,
.dockband .subtitle-text {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}.dockband .block-title,
.dockband .chapter-title,
.dockband .header-text,
.dockband .lead-h2,
.dockband .main-heading,
.dockband .page-h,
.dockband .section-h,
.dockband .section-heading,
.dockband .topic-title {
  margin-bottom: 13px;
  color: #080808;
}
.dockband .element {
  margin-bottom: 32px;
  color: #ffdca3;
}
.dockband .navunit {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .dockband .navunit {
    margin-top: 23px;
  }
}
.dockband .navunit img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.dockband .navunit .nest {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .dockband .navunit .nest {
    max-width: 200px;
    max-height: 250px;
  }
}
.dockband .navunit .nodewrapunit {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}.dockband .block-title,
.dockband .chapter-title,
.dockband .header-text,
.dockband .lead-h2,
.dockband .main-heading,
.dockband .page-h,
.dockband .section-h,
.dockband .section-heading,
.dockband .topic-title,
.dockband .list-wrapper {
  text-align: left;
  color: #ffffff;
}
.bandunit {
  overflow: hidden;
  background-image: url("images/white1.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.bandunit .row {
  flex-direction: row-reverse;
}
.bandunit .container-fluid {
  padding: 0;
}
.bandunit .stacklayer {
  padding: 100px 1rem;
}
@media (min-width: 768px) {
  .bandunit .stacklayer {
    padding: 70px 80px;
  }
}
@media (min-width: 992px) {
  .bandunit .stacklayer {
    padding: 130px 128px;
  }
}
.bandunit .text {
  background: #000000;
}
@media (min-width: 992px) {
  .bandunit .text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.bandunit .display-4 > .visualization-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.bandunit .visualization-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .bandunit .bg {
    height: 420px;
  }
}
.bandunit .element {
  color: #ffdca3;
}
.bandunit .card-label {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.corepad {
  z-index: 1000;
  width: 100%;
}
.corepad nav.navbar {
  position: fixed;
}
.corepad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.corepad .nav-link {
  position: relative;
}
.corepad .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .corepad .container {
    flex-wrap: nowrap;
  }
}
.corepad .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.corepad .zone:hover {
  opacity: .5;
}
.corepad .nav-item:focus,
.corepad .nav-link:focus {
  outline: none;
}
.corepad .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .corepad .navbar {
    min-height: 80px;
  }
}
.corepad .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.corepad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .corepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .corepad .navbar .modsegment img {
    height: 3rem !important;
  }
  .corepad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .corepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .corepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.corepad .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .corepad .navbar-brand {
    min-height: 80px;
  }
}
.corepad .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.corepad .navbar-brand .mount:hover,
.corepad .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.corepad .navbar-brand .modsegment a {
  outline: none;
}
.corepad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.corepad ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .corepad ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.corepad ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.corepad .navbar-buttons {
  text-align: center;
}
.corepad .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .corepad .navbar-buttons .btn {
    width: auto !important;
  }
}
.corepad button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.corepad .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.corepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .corepad .navbar {
    height: 70px;
  }
  .corepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.corepad .navbar-nav {
  margin: 0 auto;
}
.corepad .nav-item {
  padding: 0;
  margin: 0;
}
.corepad .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.corepad .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.corepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.corepad .nav-item .nav-link:hover,
.corepad .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::after,
.corepad .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::before,
.corepad .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.corepad .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .corepad .navbar {
    justify-content: flex-start !important;
  }
  .corepad .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .corepad .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .corepad .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .corepad .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .corepad .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.corepad .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .corepad .formwrap {
    min-height: 80px;
  }
}
.docksegment {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.docksegment .fold {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .docksegment .fold {
    margin-bottom: 32px;
  }
}
.docksegment .fold .stagewrap {
  margin-bottom: 32px;
}
.docksegment .fold .stagewrap .unitbox {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.docksegment .fold .stagewrap .unitbox .zone .visualization-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.docksegment .fold .stagewrap .unitbox .tilemap {
  margin-bottom: 0;
}.docksegment .fold .spanunit .block-title,
.docksegment .fold .spanunit .chapter-title,
.docksegment .fold .spanunit .header-text,
.docksegment .fold .spanunit .lead-h2,
.docksegment .fold .spanunit .main-heading,
.docksegment .fold .spanunit .page-h,
.docksegment .fold .spanunit .section-h,
.docksegment .fold .spanunit .section-heading,
.docksegment .fold .spanunit .topic-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #ff6a00, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.docksegment .fold .text-wrapper .element {
  margin-bottom: 0;
}
.docksegment .tilemap,
.docksegment .stagewrap {
  color: #000000;
  text-align: center;
}.docksegment .block-title,
.docksegment .chapter-title,
.docksegment .header-text,
.docksegment .lead-h2,
.docksegment .main-heading,
.docksegment .page-h,
.docksegment .section-h,
.docksegment .section-heading,
.docksegment .topic-title,
.docksegment .spanunit {
  color: #000000;
  text-align: center;
}
.docksegment .element,
.docksegment .text-wrapper {
  color: #ffdca3;
  text-align: center;
}
.docksegment label {
  color: #000000;
}
.footwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .footwrap .fold {
    margin-bottom: 40px;
  }
}
.footwrap .fold .stagewrap .tilemap {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.footwrap .fold .spanunit .block-title,
.footwrap .fold .spanunit .chapter-title,
.footwrap .fold .spanunit .header-text,
.footwrap .fold .spanunit .lead-h2,
.footwrap .fold .spanunit .main-heading,
.footwrap .fold .spanunit .page-h,
.footwrap .fold .spanunit .section-h,
.footwrap .fold .spanunit .section-heading,
.footwrap .fold .spanunit .topic-title {
  margin-bottom: 20px;
}
.footwrap .fold .text-wrapper .element {
  margin-bottom: 0;
}.footwrap .fold .block-action,
.footwrap .fold .cta-link,
.footwrap .fold .lead-btn,
.footwrap .fold .main-btn,
.footwrap .fold .primary-cta,
.footwrap .fold .section-action {
  margin-top: 20px;
}.footwrap .fold .block-action .btn,
.footwrap .fold .cta-link .btn,
.footwrap .fold .lead-btn .btn,
.footwrap .fold .main-btn .btn,
.footwrap .fold .primary-cta .btn,
.footwrap .fold .section-action .btn {
  margin-bottom: 0;
}
.footwrap .navunit img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .footwrap .navunit img {
    height: 300px;
  }
}
.footwrap .tilemap,
.footwrap .stagewrap {
  color: #116e99;
}.footwrap .block-title,
.footwrap .chapter-title,
.footwrap .header-text,
.footwrap .lead-h2,
.footwrap .main-heading,
.footwrap .page-h,
.footwrap .section-h,
.footwrap .section-heading,
.footwrap .topic-title {
  color: #16526e;
}
.footwrap .element,
.footwrap .text-wrapper {
  color: #ffdca3;
}.footwrap .block-title,
.footwrap .chapter-title,
.footwrap .header-text,
.footwrap .lead-h2,
.footwrap .main-heading,
.footwrap .page-h,
.footwrap .section-h,
.footwrap .section-heading,
.footwrap .topic-title,
.footwrap .block-action,
.footwrap .cta-link,
.footwrap .lead-btn,
.footwrap .main-btn,
.footwrap .primary-cta,
.footwrap .section-action,
.footwrap .spanunit {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.corepad {
  z-index: 1000;
  width: 100%;
}
.corepad nav.navbar {
  position: fixed;
}
.corepad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.corepad .nav-link {
  position: relative;
}
.corepad .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .corepad .container {
    flex-wrap: nowrap;
  }
}
.corepad .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.corepad .zone:hover {
  opacity: .5;
}
.corepad .nav-item:focus,
.corepad .nav-link:focus {
  outline: none;
}
.corepad .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .corepad .navbar {
    min-height: 80px;
  }
}
.corepad .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.corepad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .corepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .corepad .navbar .modsegment img {
    height: 3rem !important;
  }
  .corepad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .corepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .corepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.corepad .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .corepad .navbar-brand {
    min-height: 80px;
  }
}
.corepad .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.corepad .navbar-brand .mount:hover,
.corepad .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.corepad .navbar-brand .modsegment a {
  outline: none;
}
.corepad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.corepad ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .corepad ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.corepad ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.corepad .navbar-buttons {
  text-align: center;
}
.corepad .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .corepad .navbar-buttons .btn {
    width: auto !important;
  }
}
.corepad button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.corepad .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.corepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .corepad .navbar {
    height: 70px;
  }
  .corepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.corepad .navbar-nav {
  margin: 0 auto;
}
.corepad .nav-item {
  padding: 0;
  margin: 0;
}
.corepad .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.corepad .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.corepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.corepad .nav-item .nav-link:hover,
.corepad .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::after,
.corepad .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.corepad .nav-item .nav-link:hover::before,
.corepad .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.corepad .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .corepad .navbar {
    justify-content: flex-start !important;
  }
  .corepad .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .corepad .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .corepad .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .corepad .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .corepad .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.corepad .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .corepad .formwrap {
    min-height: 80px;
  }
}
.linedock {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.linedock .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .linedock .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .linedock .container {
    padding: 0 12px;
  }
}.linedock .spanunit .block-title,
.linedock .spanunit .chapter-title,
.linedock .spanunit .header-text,
.linedock .spanunit .lead-h2,
.linedock .spanunit .main-heading,
.linedock .spanunit .page-h,
.linedock .spanunit .section-h,
.linedock .spanunit .section-heading,
.linedock .spanunit .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.linedock .spanunit .block-title,
.linedock .spanunit .chapter-title,
.linedock .spanunit .header-text,
.linedock .spanunit .lead-h2,
.linedock .spanunit .main-heading,
.linedock .spanunit .page-h,
.linedock .spanunit .section-h,
.linedock .spanunit .section-heading,
.linedock .spanunit .topic-title {
    margin-bottom: 24px;
  }
}
.linedock .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ff6a00;
  box-shadow: 4px 4px #ff6a00;
  background-color: #000000;
}
@media (max-width: 992px) {
  .linedock .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.linedock .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap {
    display: block;
  }
}
.linedock .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.linedock .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .linedock .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
    font-size: 100px;
  }
}
.linedock .card-wrapper .card-wrap .element {
  margin-bottom: 0;
}.linedock .block-title,
.linedock .chapter-title,
.linedock .header-text,
.linedock .lead-h2,
.linedock .main-heading,
.linedock .page-h,
.linedock .section-h,
.linedock .section-heading,
.linedock .topic-title {
  color: #ffffff;
  text-align: center;
}.linedock .block-subtitle,
.linedock .lead-sub,
.linedock .section-sub,
.linedock .subtitle-text {
  color: #222222;
}
.linedock .element {
  color: #ffdca3;
}
.linedock .list {
  color: #222222;
}
.plate {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.plate .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .plate .container-fluid {
    padding: 0 12px;
  }
}
.plate .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .plate .container {
    padding: 0 20px;
  }
}
.plate .card {
  padding: 0;
}
.plate .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ff6a00;
  border-right: none;
  border-right: 2px solid #ff6a00;
  border-left: none;
}
@media (max-width: 992px) {
  .plate .text-wrapper {
    padding: 50px 20px;
  }
}
.plate .text-wrapper .element {
  margin-bottom: 0;
}.plate .block-title,
.plate .chapter-title,
.plate .header-text,
.plate .lead-h2,
.plate .main-heading,
.plate .page-h,
.plate .section-h,
.plate .section-heading,
.plate .topic-title {
  color: #1d1d1d;
}.plate .block-subtitle,
.plate .lead-sub,
.plate .section-sub,
.plate .subtitle-text {
  color: #1d1d1d;
}
.plate .element {
  color: #ffdca3;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.gridunit {
  z-index: 1000;
  width: 100%;
}
.gridunit nav.navbar {
  position: fixed;
}
.gridunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.gridunit .nav-link {
  position: relative;
}
.gridunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .gridunit .container {
    flex-wrap: nowrap;
  }
}
.gridunit .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.gridunit .zone:hover {
  opacity: .5;
}
.gridunit .nav-item:focus,
.gridunit .nav-link:focus {
  outline: none;
}
.gridunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .gridunit .navbar {
    min-height: 80px;
  }
}
.gridunit .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.gridunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridunit .navbar .modsegment img {
    height: 3rem !important;
  }
  .gridunit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .gridunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .gridunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .gridunit .navbar-brand {
    min-height: 80px;
  }
}
.gridunit .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.gridunit .navbar-brand .mount:hover,
.gridunit .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.gridunit .navbar-brand .modsegment a {
  outline: none;
}
.gridunit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.gridunit ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .gridunit ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.gridunit ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.gridunit .navbar-buttons {
  text-align: center;
}
.gridunit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .gridunit .navbar-buttons .btn {
    width: auto !important;
  }
}
.gridunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.gridunit .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.gridunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridunit .navbar {
    height: 70px;
  }
  .gridunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridunit .navbar-nav {
  margin: 0 auto;
}
.gridunit .nav-item {
  padding: 0;
  margin: 0;
}
.gridunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.gridunit .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.gridunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.gridunit .nav-item .nav-link:hover,
.gridunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.gridunit .nav-item .nav-link:hover::after,
.gridunit .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.gridunit .nav-item .nav-link:hover::before,
.gridunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.gridunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .gridunit .navbar {
    justify-content: flex-start !important;
  }
  .gridunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .gridunit .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .gridunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .gridunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .gridunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.gridunit .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .gridunit .formwrap {
    min-height: 80px;
  }
}
.gridcore {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.gridcore .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .gridcore .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gridcore .container {
    padding: 0 12px;
  }
}.gridcore .spanunit .block-title,
.gridcore .spanunit .chapter-title,
.gridcore .spanunit .header-text,
.gridcore .spanunit .lead-h2,
.gridcore .spanunit .main-heading,
.gridcore .spanunit .page-h,
.gridcore .spanunit .section-h,
.gridcore .spanunit .section-heading,
.gridcore .spanunit .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.gridcore .spanunit .block-title,
.gridcore .spanunit .chapter-title,
.gridcore .spanunit .header-text,
.gridcore .spanunit .lead-h2,
.gridcore .spanunit .main-heading,
.gridcore .spanunit .page-h,
.gridcore .spanunit .section-h,
.gridcore .spanunit .section-heading,
.gridcore .spanunit .topic-title {
    margin-bottom: 24px;
  }
}
.gridcore .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ff6a00;
  box-shadow: 4px 4px #ff6a00;
  background-color: #000000;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.gridcore .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper .card-wrap {
    display: block;
  }
}
.gridcore .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.gridcore .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .gridcore .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
    font-size: 100px;
  }
}
.gridcore .card-wrapper .card-wrap .element {
  margin-bottom: 0;
}.gridcore .block-title,
.gridcore .chapter-title,
.gridcore .header-text,
.gridcore .lead-h2,
.gridcore .main-heading,
.gridcore .page-h,
.gridcore .section-h,
.gridcore .section-heading,
.gridcore .topic-title {
  color: #ffffff;
  text-align: center;
}.gridcore .block-subtitle,
.gridcore .lead-sub,
.gridcore .section-sub,
.gridcore .subtitle-text {
  color: #222222;
}
.gridcore .element {
  color: #ffdca3;
}
.gridcore .list {
  color: #222222;
}
.nestbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nestbox .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .nestbox .container-fluid {
    padding: 0 12px;
  }
}
.nestbox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .nestbox .container {
    padding: 0 20px;
  }
}
.nestbox .card {
  padding: 0;
}
.nestbox .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ff6a00;
  border-right: none;
  border-right: 2px solid #ff6a00;
  border-left: none;
}
@media (max-width: 992px) {
  .nestbox .text-wrapper {
    padding: 50px 20px;
  }
}
.nestbox .text-wrapper .element {
  margin-bottom: 0;
}.nestbox .block-title,
.nestbox .chapter-title,
.nestbox .header-text,
.nestbox .lead-h2,
.nestbox .main-heading,
.nestbox .page-h,
.nestbox .section-h,
.nestbox .section-heading,
.nestbox .topic-title {
  color: #1d1d1d;
}.nestbox .block-subtitle,
.nestbox .lead-sub,
.nestbox .section-sub,
.nestbox .subtitle-text {
  color: #1d1d1d;
}
.nestbox .element {
  color: #ffdca3;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.patternunit {
  z-index: 1000;
  width: 100%;
}
.patternunit nav.navbar {
  position: fixed;
}
.patternunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.patternunit .nav-link {
  position: relative;
}
.patternunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .patternunit .container {
    flex-wrap: nowrap;
  }
}
.patternunit .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.patternunit .zone:hover {
  opacity: .5;
}
.patternunit .nav-item:focus,
.patternunit .nav-link:focus {
  outline: none;
}
.patternunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .patternunit .navbar {
    min-height: 80px;
  }
}
.patternunit .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.patternunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .patternunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .patternunit .navbar .modsegment img {
    height: 3rem !important;
  }
  .patternunit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .patternunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .patternunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.patternunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .patternunit .navbar-brand {
    min-height: 80px;
  }
}
.patternunit .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.patternunit .navbar-brand .mount:hover,
.patternunit .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.patternunit .navbar-brand .modsegment a {
  outline: none;
}
.patternunit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.patternunit ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .patternunit ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.patternunit ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.patternunit .navbar-buttons {
  text-align: center;
}
.patternunit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .patternunit .navbar-buttons .btn {
    width: auto !important;
  }
}
.patternunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.patternunit .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.patternunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .patternunit .navbar {
    height: 70px;
  }
  .patternunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.patternunit .navbar-nav {
  margin: 0 auto;
}
.patternunit .nav-item {
  padding: 0;
  margin: 0;
}
.patternunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.patternunit .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.patternunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.patternunit .nav-item .nav-link:hover,
.patternunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.patternunit .nav-item .nav-link:hover::after,
.patternunit .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.patternunit .nav-item .nav-link:hover::before,
.patternunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.patternunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .patternunit .navbar {
    justify-content: flex-start !important;
  }
  .patternunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .patternunit .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .patternunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .patternunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .patternunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.patternunit .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .patternunit .formwrap {
    min-height: 80px;
  }
}
.rowgrid {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.rowgrid .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .rowgrid .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .rowgrid .container {
    padding: 0 12px;
  }
}.rowgrid .spanunit .block-title,
.rowgrid .spanunit .chapter-title,
.rowgrid .spanunit .header-text,
.rowgrid .spanunit .lead-h2,
.rowgrid .spanunit .main-heading,
.rowgrid .spanunit .page-h,
.rowgrid .spanunit .section-h,
.rowgrid .spanunit .section-heading,
.rowgrid .spanunit .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.rowgrid .spanunit .block-title,
.rowgrid .spanunit .chapter-title,
.rowgrid .spanunit .header-text,
.rowgrid .spanunit .lead-h2,
.rowgrid .spanunit .main-heading,
.rowgrid .spanunit .page-h,
.rowgrid .spanunit .section-h,
.rowgrid .spanunit .section-heading,
.rowgrid .spanunit .topic-title {
    margin-bottom: 24px;
  }
}
.rowgrid .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ff6a00;
  box-shadow: 4px 4px #ff6a00;
  background-color: #000000;
}
@media (max-width: 992px) {
  .rowgrid .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.rowgrid .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .rowgrid .card-wrapper .card-wrap {
    display: block;
  }
}
.rowgrid .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .rowgrid .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.rowgrid .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .rowgrid .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
    font-size: 100px;
  }
}
.rowgrid .card-wrapper .card-wrap .element {
  margin-bottom: 0;
}.rowgrid .block-title,
.rowgrid .chapter-title,
.rowgrid .header-text,
.rowgrid .lead-h2,
.rowgrid .main-heading,
.rowgrid .page-h,
.rowgrid .section-h,
.rowgrid .section-heading,
.rowgrid .topic-title {
  color: #ffffff;
  text-align: center;
}.rowgrid .block-subtitle,
.rowgrid .lead-sub,
.rowgrid .section-sub,
.rowgrid .subtitle-text {
  color: #222222;
}
.rowgrid .element {
  color: #ffdca3;
}
.rowgrid .list {
  color: #222222;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.areabox .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .areabox .container-fluid {
    padding: 0 12px;
  }
}
.areabox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .areabox .container {
    padding: 0 20px;
  }
}
.areabox .card {
  padding: 0;
}
.areabox .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ff6a00;
  border-right: none;
  border-right: 2px solid #ff6a00;
  border-left: none;
}
@media (max-width: 992px) {
  .areabox .text-wrapper {
    padding: 50px 20px;
  }
}
.areabox .text-wrapper .element {
  margin-bottom: 0;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #1d1d1d;
}.areabox .block-subtitle,
.areabox .lead-sub,
.areabox .section-sub,
.areabox .subtitle-text {
  color: #1d1d1d;
}
.areabox .element {
  color: #ffdca3;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}
.stageunit {
  z-index: 1000;
  width: 100%;
}
.stageunit nav.navbar {
  position: fixed;
}
.stageunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.stageunit .nav-link {
  position: relative;
}
.stageunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .stageunit .container {
    flex-wrap: nowrap;
  }
}
.stageunit .zone {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.stageunit .zone:hover {
  opacity: .5;
}
.stageunit .nav-item:focus,
.stageunit .nav-link:focus {
  outline: none;
}
.stageunit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .stageunit .navbar {
    min-height: 80px;
  }
}
.stageunit .navbar .modsegment img {
  width: auto;
  border-radius: 6px !important;
}
.stageunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .stageunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .stageunit .navbar .modsegment img {
    height: 3rem !important;
  }
  .stageunit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .stageunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .stageunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.stageunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .stageunit .navbar-brand {
    min-height: 80px;
  }
}
.stageunit .navbar-brand .mount {
  line-height: inherit !important;
  font-weight: 400;
}
.stageunit .navbar-brand .mount:hover,
.stageunit .navbar-brand .mount:focus {
  color: #ffffff !important;
}
.stageunit .navbar-brand .modsegment a {
  outline: none;
}
.stageunit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.stageunit ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .stageunit ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.stageunit ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.stageunit .navbar-buttons {
  text-align: center;
}
.stageunit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .stageunit .navbar-buttons .btn {
    width: auto !important;
  }
}
.stageunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

.stageunit .menu-bar {
  padding: 0 1rem;
  position: fixed;
}
.stageunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stageunit .navbar {
    height: 70px;
  }
  .stageunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stageunit .navbar-nav {
  margin: 0 auto;
}
.stageunit .nav-item {
  padding: 0;
  margin: 0;
}
.stageunit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.stageunit .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.stageunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.stageunit .nav-item .nav-link:hover,
.stageunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.stageunit .nav-item .nav-link:hover::after,
.stageunit .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.stageunit .nav-item .nav-link:hover::before,
.stageunit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.stageunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .stageunit .navbar {
    justify-content: flex-start !important;
  }
  .stageunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .stageunit .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .stageunit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .stageunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .stageunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.stageunit .formwrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .stageunit .formwrap {
    min-height: 80px;
  }
}
.stepunit {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.stepunit .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .stepunit .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .stepunit .container {
    padding: 0 12px;
  }
}.stepunit .spanunit .block-title,
.stepunit .spanunit .chapter-title,
.stepunit .spanunit .header-text,
.stepunit .spanunit .lead-h2,
.stepunit .spanunit .main-heading,
.stepunit .spanunit .page-h,
.stepunit .spanunit .section-h,
.stepunit .spanunit .section-heading,
.stepunit .spanunit .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.stepunit .spanunit .block-title,
.stepunit .spanunit .chapter-title,
.stepunit .spanunit .header-text,
.stepunit .spanunit .lead-h2,
.stepunit .spanunit .main-heading,
.stepunit .spanunit .page-h,
.stepunit .spanunit .section-h,
.stepunit .spanunit .section-heading,
.stepunit .spanunit .topic-title {
    margin-bottom: 24px;
  }
}
.stepunit .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ff6a00;
  box-shadow: 4px 4px #ff6a00;
  background-color: #000000;
}
@media (max-width: 992px) {
  .stepunit .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.stepunit .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .stepunit .card-wrapper .card-wrap {
    display: block;
  }
}
.stepunit .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .stepunit .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.stepunit .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .stepunit .card-wrapper .card-wrap .icon-wrapper .visualization-iconfont {
    font-size: 100px;
  }
}
.stepunit .card-wrapper .card-wrap .element {
  margin-bottom: 0;
}.stepunit .block-title,
.stepunit .chapter-title,
.stepunit .header-text,
.stepunit .lead-h2,
.stepunit .main-heading,
.stepunit .page-h,
.stepunit .section-h,
.stepunit .section-heading,
.stepunit .topic-title {
  color: #ffffff;
  text-align: center;
}.stepunit .block-subtitle,
.stepunit .lead-sub,
.stepunit .section-sub,
.stepunit .subtitle-text {
  color: #222222;
}
.stepunit .element {
  color: #ffdca3;
}
.stepunit .list {
  color: #222222;
}
.outline {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.outline .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .outline .container-fluid {
    padding: 0 12px;
  }
}
.outline .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .outline .container {
    padding: 0 20px;
  }
}
.outline .card {
  padding: 0;
}
.outline .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ff6a00;
  border-right: none;
  border-right: 2px solid #ff6a00;
  border-left: none;
}
@media (max-width: 992px) {
  .outline .text-wrapper {
    padding: 50px 20px;
  }
}
.outline .text-wrapper .element {
  margin-bottom: 0;
}.outline .block-title,
.outline .chapter-title,
.outline .header-text,
.outline .lead-h2,
.outline .main-heading,
.outline .page-h,
.outline .section-h,
.outline .section-heading,
.outline .topic-title {
  color: #1d1d1d;
}.outline .block-subtitle,
.outline .lead-sub,
.outline .section-sub,
.outline .subtitle-text {
  color: #1d1d1d;
}
.outline .element {
  color: #ffdca3;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodeunit .tilemap {
  margin-bottom: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 0%, #000000 50%, transparent 100%);
  color: #ff6a00;
  text-align: center;
}
.nodeunit .card-wrapper {
  border-top: 1px solid #ff6a00;
  padding: 80px;
  background-image: linear-gradient(180deg, #2f1300 0%, transparent 100%);
}
@media (max-width: 1440px) {
  .nodeunit .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .nodeunit .card-wrapper {
    padding: 24px;
  }
}
.nodeunit .cellbox {
  margin: 0 -40px;
}
.nodeunit .cellbox .card {
  padding: 0 40px;
}
.nodeunit .spanunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit {
    margin-bottom: 40px;
  }
}
.nodeunit .spanunit .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .spanunit .logo-wrapper {
    margin-bottom: 20px;
  }
}
.nodeunit .spanunit .logo-wrapper img {
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  display: inline-flex;
}.nodeunit .spanunit .block-title,
.nodeunit .spanunit .chapter-title,
.nodeunit .spanunit .header-text,
.nodeunit .spanunit .lead-h2,
.nodeunit .spanunit .main-heading,
.nodeunit .spanunit .page-h,
.nodeunit .spanunit .section-h,
.nodeunit .spanunit .section-heading,
.nodeunit .spanunit .topic-title {
  margin-bottom: 12px;
}
.nodeunit .spanunit .element {
  margin-bottom: 0;
}.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
  margin-top: 24px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {.nodeunit .spanunit .block-action,
.nodeunit .spanunit .cta-link,
.nodeunit .spanunit .lead-btn,
.nodeunit .spanunit .main-btn,
.nodeunit .spanunit .primary-cta,
.nodeunit .spanunit .section-action {
    margin-top: 14px;
  }
}
.nodeunit .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap {
    margin-bottom: 40px;
  }
}
.nodeunit .nav-wrap .zone {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeunit .nav-wrap .zone {
    margin-bottom: 20px;
  }
}
.nodeunit .nav-wrap .zone .visualization-iconfont {
  font-size: 20px;
}
.nodeunit .nav-wrap .visualization-list-title {
  margin-bottom: 12px;
}
.nodeunit .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nodeunit .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.nodeunit .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeunit .nav-wrap .list .item-wrap:hover,
.nodeunit .nav-wrap .list .item-wrap:focus {
  color: #ff6a00;
}
.nodeunit .pinbox {
  margin-bottom: 0;
  color: #ff6a00;
  text-align: center;
}.nodeunit .block-title,
.nodeunit .chapter-title,
.nodeunit .header-text,
.nodeunit .lead-h2,
.nodeunit .main-heading,
.nodeunit .page-h,
.nodeunit .section-h,
.nodeunit .section-heading,
.nodeunit .topic-title {
  color: #ffffff;
}
.nodeunit .element {
  color: #ffffff;
}
.nodeunit .visualization-list-title {
  color: #ffffff;
}
.nodeunit .list {
  color: #8c8c8c;
}
.nodeunit .list,
.nodeunit .item-wrap {
  color: #ffffff;
}
.nodeunit .visualization-list-title,
.nodeunit .zone {
  color: #ff6a00;
}

section.footer01 .item-wrap a {
  color: inherit !important;
  text-decoration: none !important;
  display: inline-block;
}
section.footer01 .item-wrap a:hover,
section.footer01 .item-wrap a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

section.menu nav.navbar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
}
section.menu nav.navbar,
section.menu nav.navbar .navbar-brand,
section.menu nav.navbar .modsegment img,
section.menu nav.navbar .mount {
  transition: none !important;
}

section.menu .menu-bar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.deck {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: auto;
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.deck *,
.deck *::before,
.deck *::after {
  box-sizing: border-box;
}

.flow {
  position: relative;
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, #2c211b 0%, #1e1713 52%, #241b16 100%);
  border: 1px solid rgba(206, 164, 108, 0.26);
  box-shadow: 0 24px 56px rgba(10, 7, 5, 0.38);
  overflow: hidden;
}

.flow::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1c27d 0%, #c58a52 52%, #f3d39c 100%);
}

.flow::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 194, 125, 0.14) 0%, rgba(241, 194, 125, 0) 72%);
  pointer-events: none;
}

.shelllayer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: center;
}

.domwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(229, 199, 154, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.containwrap {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.line {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contentwrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rowset {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(241, 194, 125, 0.10);
  border: 1px solid rgba(241, 194, 125, 0.18);
  color: #f2d2a4;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dockbox {
  display: inline-block;
  color: #fff2e4;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.pathunit {
  margin: 0;
  color: #e7d8ca;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ref-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.meta-links-label {
  display: block;
  color: #bfae9f;
  font-size: 12px;
  line-height: 1.4;
}

.alert-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.alert-links-row a {
  display: inline-block;
  color: #f0c88d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(240, 200, 141, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.alert-links-row a:hover {
  color: #ffe2b8;
  border-bottom-color: #ffe2b8;
}

.alert-links-row span {
  display: inline-block;
  color: #bfae9f;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.cellunit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#noticeAccept {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #f1c27d 0%, #c58a52 100%);
  color: #2d2019;
  box-shadow: 0 12px 24px rgba(197, 138, 82, 0.22);
}

#noticeAccept:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .deck {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .shelllayer {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
  }

  .cellunit {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #noticeAccept {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .deck {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .flow {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shelllayer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .domwrap {
    justify-content: center;
  }

  .line {
    align-items: center;
    text-align: center;
  }

  .contentwrap {
    justify-content: center;
  }

  .dockbox {
    font-size: 18px;
    text-align: center;
  }

  .pathunit {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .ref-links {
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
  }

  .cellunit {
    flex-direction: column;
    width: 100%;
  }

  #noticeAccept {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .deck {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .flow {
    padding: 14px;
    border-radius: 18px;
  }

  .notice-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .containwrap {
    width: 40px;
    height: 40px;
  }

  .dockbox {
    font-size: 17px;
  }

  .meta-links-label,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}

.site-primary-chip {
  padding: 0 !important;
  background: transparent;
}
.site-primary-chip .boxareaunit {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #f97316;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.08);
  overflow: hidden;
}
.site-primary-chip .boxareaunit *,
.site-primary-chip .boxareaunit *::before,
.site-primary-chip .boxareaunit *::after {
  box-sizing: border-box;
}
.site-primary-chip .boxareaunit [hidden] {
  display: none !important;
}
.site-primary-chip .interfacewrap {
  padding: 40px 36px 36px;
  background: #1a0a00;
  background-image: radial-gradient(ellipse at 80% 0%, rgba(249, 115, 22, 0.18) 0%, transparent 60%);
  text-align: center;
}
.site-primary-chip .unitbox {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid rgba(251, 146, 60, 0.5);
  border-radius: 4px;
  color: #fb923c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-primary-chip .stacksegment {
  margin: 18px 0 10px;
  color: #f8fafc;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}
.site-primary-chip .col-bottom {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}
.site-primary-chip .mod-field {
  padding: 32px 36px 36px;
}
.site-primary-chip .sidewrap {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f1f5f9;
}
.site-primary-chip .tag-back-check {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-primary-chip .unit-large-body {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
}
.site-primary-chip .holder-plain-wrapper {
  margin: 0;
  color: #f97316;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-primary-chip .root-bottom-check {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: #f1f5f9;
  pointer-events: none;
  user-select: none;
  font-variant-numeric: tabular-nums;
}
.site-primary-chip .app-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.site-primary-chip .node {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
}
.site-primary-chip .core-stack {
  color: #f97316;
  font-weight: 800;
}
.site-primary-chip .soft-row {
  font-weight: 400;
  color: #94a3b8;
  text-transform: none;
  letter-spacing: 0;
}
.site-primary-chip .info-container {
  width: 100%;
  padding: 10px 0;
  border: none !important;
  border-bottom: 1.5px solid #e2e8f0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0f172a !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
  transition: border-color 0.2s ease;
}
.site-primary-chip .info-container::placeholder {
  color: #cbd5e1;
  opacity: 1;
}
.site-primary-chip .info-container:focus {
  outline: none;
  border-bottom-color: #f97316 !important;
  box-shadow: 0 1px 0 0 #f97316 !important;
}
.site-primary-chip textarea.info-container {
  min-height: 180px;
  resize: vertical;
  text-align: left;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
}
.site-primary-chip textarea.info-container:focus {
  border-color: #f97316 !important;
  box-shadow: none !important;
}
.site-primary-chip select.info-container {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 2px center !important;
  background-size: 15px !important;
  padding-right: 26px;
  cursor: pointer;
}
.site-primary-chip .note-lite-head {
  margin-top: 28px;
  padding: 18px 20px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
}
.site-primary-chip .menu-inner-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.site-primary-chip .alt-plain-inner {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #f97316;
  cursor: pointer;
}
.site-primary-chip .frame-plain-holder {
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.site-primary-chip .frame-plain-holder a {
  color: #f97316;
  text-decoration: none;
  font-weight: 600;
}
.site-primary-chip .frame-plain-holder a:hover {
  text-decoration: underline;
}
.site-primary-chip .desk-panel {
  margin-top: 24px;
}
.site-primary-chip .ui-list {
  display: block;
  width: 100%;
  padding: 18px 28px;
  border: none;
  border-radius: 6px !important;
  background: #1a0a00;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(26, 10, 0, 0.18);
  transition: background 0.22s ease, transform 0.15s ease, box-shadow 0.22s ease;
}
.site-primary-chip .ui-list:hover {
  background: #f97316;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.28);
}
.site-primary-chip .ui-list:active {
  transform: translateY(0);
}
.site-primary-chip .patch {
  margin: 14px 0 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.site-primary-chip .menu-outer {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.site-primary-chip .content-ready-label {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}
.site-primary-chip .info-thin-footer {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
@media (max-width: 767px) {
  .site-primary-chip { padding: 0 16px !important; }
  .site-primary-chip .interfacewrap { padding: 28px 20px 24px; }
  .site-primary-chip .mod-field { padding: 24px 20px 28px; }
  .site-primary-chip .stacksegment { font-size: 26px; }
  .site-primary-chip .root-bottom-check { font-size: 38px; }
  .site-primary-chip .ui-list { padding: 16px 20px; }
}

.quiz-section {
  min-height: 100vh;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/hard2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 460px;
  padding: 44px 40px;
  border: 1px solid #e7dfce;
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 14px 40px rgba(60, 45, 20, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  color: #3a3226;
}

.quiz-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #6b4f2a;
}

.quiz-subtitle {
  margin: 0 0 28px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 14px;
  color: #9c8a6b;
  border-bottom: 1px solid #e7dfce;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #6b4f2a;
}

.quiz-field {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8cbb0;
  border-radius: 2px;
  background: #fffdf8;
  color: #3a3226;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-field:focus {
  outline: none;
  border-color: #b08841;
  box-shadow: 0 0 0 2px rgba(176, 136, 65, 0.18);
}

.quiz-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #6b4f2a;
  border-radius: 2px;
  background: #6b4f2a;
  color: #fbf7ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quiz-btn:hover {
  background: #513a1c;
}

.deck {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: auto;
  width: min(860px, calc(100vw - 32px));
  max-width: 860px;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.deck *,
.deck *::before,
.deck *::after {
  box-sizing: border-box;
}

.deck.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.deck.off {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.985);
}

.flow {
  position: relative;
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, #2c211b 0%, #1e1713 52%, #241b16 100%);
  border: 1px solid rgba(206, 164, 108, 0.26);
  box-shadow: 0 24px 56px rgba(10, 7, 5, 0.38);
  overflow: hidden;
}

.flow::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1c27d 0%, #c58a52 52%, #f3d39c 100%);
}

.flow::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 194, 125, 0.14) 0%, rgba(241, 194, 125, 0) 72%);
  pointer-events: none;
}

.shelllayer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: center;
}

.domwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(229, 199, 154, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.containwrap {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.line {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contentwrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rowset {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(241, 194, 125, 0.10);
  border: 1px solid rgba(241, 194, 125, 0.18);
  color: #f2d2a4;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dockbox {
  display: inline-block;
  color: #fff2e4;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 600;
}

.pathunit {
  margin: 0;
  color: #e7d8ca;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ref-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.meta-links-label {
  display: block;
  color: #bfae9f;
  font-size: 12px;
  line-height: 1.4;
}

.alert-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.alert-links-row a {
  display: inline-block;
  color: #f0c88d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(240, 200, 141, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.alert-links-row a:hover {
  color: #ffe2b8;
  border-bottom-color: #ffe2b8;
}

.alert-links-row span {
  display: inline-block;
  color: #bfae9f;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.cellunit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

#noticeAccept {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: linear-gradient(135deg, #f1c27d 0%, #c58a52 100%);
  color: #2d2019;
  box-shadow: 0 12px 24px rgba(197, 138, 82, 0.22);
}

#noticeAccept:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .deck {
    width: min(680px, calc(100vw - 28px));
    max-width: 680px;
  }

  .shelllayer {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
  }

  .cellunit {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  #noticeAccept {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .deck {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .flow {
    padding: 16px;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shelllayer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .domwrap {
    justify-content: center;
  }

  .line {
    align-items: center;
    text-align: center;
  }

  .contentwrap {
    justify-content: center;
  }

  .dockbox {
    font-size: 18px;
    text-align: center;
  }

  .pathunit {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .ref-links {
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
  }

  .cellunit {
    flex-direction: column;
    width: 100%;
  }

  #noticeAccept {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .deck {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .flow {
    padding: 14px;
    border-radius: 18px;
  }

  .notice-icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .containwrap {
    width: 40px;
    height: 40px;
  }

  .dockbox {
    font-size: 17px;
  }

  .meta-links-label,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23cccccc' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
