@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.nodemapunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .nodemapunit {
    font-size: 5rem;
  }
}

.band {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .band {
    font-size: 4.5rem;
  }
}

.section {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .section {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.shellunit {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.shellunit .nav-link.active, .shellunit .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .shellunit {
    flex-direction: row;
  }
  .navbar-expand-lg .shellunit .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.gridblock {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.zone {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .blockwrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .blockwrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.infographic-section-title {
  font-style: normal;
  line-height: 1.3;
}

.infographic-section-subtitle {
  line-height: 1.3;
}

.fieldlayer {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
.nodemapunit,
.band,
.section,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.splitlayer {
  color: #ffffff;
}

/*! Text-aligns */
.framewrap {
  text-align: left;
}

.bodyunit {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}
/*! Buttons */
.infographic-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .infographic-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .blockwrap img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .shellunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .infographic-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'iconography2';
  font-display: swap;
  src:  url('fonts/measure2.eot');
  src:  url('fonts/measure2.eot') format('embedded-opentype'),
    url('fonts/measure2.woff2') format('woff2'),
    url('fonts/measure2.woff') format('woff'),
    url('fonts/measure2.ttf') format('truetype'),
    url('fonts/measure2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Hedvig Letters Sans;
}
.nodemapunit {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.band {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.section {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.display-5 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.display-7 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .nodemapunit {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .nodemapunit {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .band {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .section {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #080808 !important;
  border-color: #080808 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #222222 !important;
  border-color: #222222 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #080808;
  color: #080808;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #080808 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.gridblock {
  background-color: #70c770;
}
.zone {
  background-color: #ffffff;
}
.infographic-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #080808;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #080808 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.infographic-section-btn .btn {
  position: relative;
  z-index: 1;
  padding: 30px 70px;
  border-radius: 100em !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.infographic-section-btn .btn-primary-outline,
.infographic-section-btn .btn-secondary-outline,
.infographic-section-btn .btn-success-outline,
.infographic-section-btn .btn-info-outline,
.infographic-section-btn .btn-warning-outline,
.infographic-section-btn .btn-danger-outline,
.infographic-section-btn .btn-black-outline,
.infographic-section-btn .btn-white-outline {
  padding: 15px 30px;
}
.infographic-section-btn .btn-primary-outline::after,
.infographic-section-btn .btn-secondary-outline::after,
.infographic-section-btn .btn-success-outline::after,
.infographic-section-btn .btn-info-outline::after,
.infographic-section-btn .btn-warning-outline::after,
.infographic-section-btn .btn-danger-outline::after,
.infographic-section-btn .btn-black-outline::after,
.infographic-section-btn .btn-white-outline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ffffff, #ffffff 34%, #ffffff 67%, #ffffff) !important;
  border-radius: 100em;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.infographic-section-btn .btn-primary-outline:hover::after,
.infographic-section-btn .btn-secondary-outline:hover::after,
.infographic-section-btn .btn-success-outline:hover::after,
.infographic-section-btn .btn-info-outline:hover::after,
.infographic-section-btn .btn-warning-outline:hover::after,
.infographic-section-btn .btn-danger-outline:hover::after,
.infographic-section-btn .btn-black-outline:hover::after,
.infographic-section-btn .btn-white-outline:hover::after,
.infographic-section-btn .btn-primary-outline:focus::after,
.infographic-section-btn .btn-secondary-outline:focus::after,
.infographic-section-btn .btn-success-outline:focus::after,
.infographic-section-btn .btn-info-outline:focus::after,
.infographic-section-btn .btn-warning-outline:focus::after,
.infographic-section-btn .btn-danger-outline:focus::after,
.infographic-section-btn .btn-black-outline:focus::after,
.infographic-section-btn .btn-white-outline:focus::after {
  opacity: 1;
}
.infographic-section-btn .btn-primary-outline {
  border: 4px solid #080808 !important;
}
.infographic-section-btn .btn-secondary-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-success-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-info-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-warning-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-danger-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-black-outline {
  border: 4px solid #000000 !important;
}
.infographic-section-btn .btn-white-outline {
  border: 4px solid #ffffff !important;
}
.infographic-section-btn .btn-info {
  color: #080808 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.patch {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9cceff;
}
.patch .cell {
  display: flex;
  position: relative;
  padding: 80px 90px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .patch .cell {
    padding: 32px 16px;
    display: block;
  }
}
.patch .cell .interfacebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.patch .cell .interfacebox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.patch .cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  z-index: 1;
  pointer-events: none;
}
.patch .cell .layoutbase {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .patch .cell .layoutbase {
    width: 100%;
  }
}
.patch .cell .layoutbase .infographic-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .patch .cell .layoutbase .infographic-section-title {
    margin-bottom: 24px;
  }
}
.patch .cell .layoutbase .infographic-section-title span {
  color: #f7fff7;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #ffffff;
  text-shadow: 4px 4px 0 #ffffff;
}
@media (max-width: 992px) {
  .patch .cell .layoutbase .infographic-section-title span {
    -webkit-text-stroke-width: .125rem;
    text-shadow: 2px 2px 0 #ffffff;
  }
}
.patch .cell .layoutbase .fieldlayer {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .patch .cell .layoutbase .fieldlayer {
    margin-bottom: 16px;
  }
}
.patch .cell .layoutbase .infographic-section-btn .btn {
  margin-bottom: 0;
}
.patch .infographic-section-title {
  color: #050f0f;
}
.patch .fieldlayer {
  color: #050f0f;
}
.patch .fieldlayer,
.patch .text-wrapper {
  color: #ffffff;
}
.patch .infographic-section-title,
.patch .infographic-section-btn {
  color: #ffffff;
}
.gridmap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.gridmap .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #066cc7;
}
@media (max-width: 992px) {
  .gridmap .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .gridmap .card-wrapper {
    padding: 22px;
  }
}
.gridmap .card-wrapper .cell {
  width: 48%;
}
@media (max-width: 992px) {
  .gridmap .card-wrapper .cell {
    width: 100%;
    margin-bottom: 32px;
  }
}
.gridmap .card-wrapper .cell .infographic-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .gridmap .card-wrapper .cell .infographic-section-title {
    margin-bottom: 22px;
  }
}
.gridmap .card-wrapper .cell .text-wrapper .fieldlayer {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .gridmap .card-wrapper .cell .text-wrapper .fieldlayer {
    width: 100%;
    margin-bottom: 22px;
  }
}
.gridmap .card-wrapper .cell .infographic-section-btn .btn {
  margin-bottom: 0;
}
.gridmap .card-wrapper .interfacebox {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .gridmap .card-wrapper .interfacebox {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .gridmap .card-wrapper .interfacebox {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.gridmap .card-wrapper .interfacebox .borderbox img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gridmap .card-wrapper .interfacebox .borderbox img {
    height: 350px;
  }
}
.gridmap .infographic-section-title {
  color: #c10b02;
}
.gridmap .fieldlayer {
  color: #4b4949;
}
.gridmap .fieldlayer,
.gridmap .text-wrapper {
  color: #000000;
  text-align: center;
}
.gridmap .infographic-section-title,
.gridmap .infographic-section-btn {
  color: #066cc7;
  text-align: center;
}
.holdbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #9cceff;
}
.holdbox .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #74b5f6;
  transform: skewX(-20deg);
}
.holdbox .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #74b5f6;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .holdbox .container {
    padding: 0 15px;
  }
}
.holdbox .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.holdbox .interfacebox {
  position: relative;
}
.holdbox .interfacebox .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #066cc7;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .holdbox .interfacebox {
    margin-bottom: 40px;
  }
}
.holdbox .interfacebox img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .holdbox .interfacebox img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .holdbox .interfacebox img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .holdbox .interfacebox img {
    width: 250px;
    height: 250px;
  }
}
.holdbox .cell .fieldlayer {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .holdbox .cell .fieldlayer {
    margin-bottom: 30px;
  }
}
.holdbox .cell .item-role {
  margin-bottom: 0;
}
.holdbox .fieldlayer {
  color: #f7f5f6;
}
.holdbox .item-role {
  color: #000000;
}
.holdbox .fieldlayer {
  color: #066cc7;
  text-align: center;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.zonelayer .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #080808 0, #066cc7 43%, #ffffff 100%);
}
.zonelayer .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #080808 0, #066cc7 43%, #ffffff 100%);
}
.zonelayer .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #080808 0, #066cc7 43%, #ffffff 100%);
}
@media (max-width: 992px) {
  .zonelayer .container {
    padding: 0 30px;
  }
}
.zonelayer .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.zonelayer .cell .infographic-section-title {
  margin-bottom: 40px;
}
.zonelayer .cell .text-wrapper .fieldlayer {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zonelayer .cell .text-wrapper .fieldlayer {
    margin-bottom: 30px;
    width: 100%;
  }
}
.zonelayer .infographic-section-title {
  color: #ffffff;
}
.zonelayer .fieldlayer,
.zonelayer .text-wrapper {
  color: #000000;
  text-align: center;
}
.zonelayer .infographic-section-title,
.zonelayer .infographic-section-btn {
  text-align: center;
  color: #2f3bd5;
}
.layouter {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #9cceff;
}
.layouter img {
  border-radius: 2rem;
}
.layouter .infographic-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.layouter .infographic-section-title {
  color: #2f3bd5;
}
.layouter .fieldlayer,
.layouter .infographic-section-btn {
  color: #000000;
}
.layouter .infographic-section-subtitle {
  color: #04492e;
}
.mainbox {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .mainbox .nodemapunit {
    font-size: 5rem;
  }
}
.mainbox h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .mainbox {
    -webkit-align-items: center;
    align-items: center;
  }
  .mainbox .nodemapunit {
    font-size: 2.8rem;
  }
  .mainbox .layoutbase {
    width: 100%;
  }
}
.mainbox .layoutbase {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .mainbox .layoutbase {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .mainbox {
    align-items: center;
  }
  .mainbox .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mainbox .layoutbase {
    min-width: 50%;
  }
}
.mainbox .infographic-section-title {
  text-align: center;
  color: #2f3bd5;
}
.mainbox .fieldlayer,
.mainbox .infographic-section-btn {
  text-align: center;
  color: #221b35;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.clusterbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #9cceff;
}
.clusterbox .borderbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .clusterbox .borderbox {
    padding: 16px;
  }
}
.clusterbox .borderbox img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.clusterbox .bandbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .clusterbox .bandbox {
    padding: 16px;
  }
}
.clusterbox .bandbox .flexbox {
  background-color: #000000;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 70%;
}
.clusterbox .row {
  justify-content: center;
}
.clusterbox .infographic-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .clusterbox .infographic-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .clusterbox .infographic-section-title {
    margin: 30px 16px;
  }
}
.clusterbox .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .clusterbox .card-wrapper {
    padding: 30px 16px;
  }
}
.clusterbox .card-wrapper .text-wrapper .fieldlayer {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .clusterbox .card-wrapper .text-wrapper .fieldlayer {
    width: 100%;
  }
}
.clusterbox .fieldlayer,
.clusterbox .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.clusterbox .infographic-section-btn .btn {
  margin-bottom: 0;
}
.clusterbox .fieldlayer,
.clusterbox .infographic-section-btn {
  text-align: center;
}
.clusterbox .fieldlayer,
.clusterbox .text-wrapper,
.clusterbox .infographic-section-btn {
  color: #000000;
}
.dockwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.dockwrap .contentunit {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.dockwrap .contentunit .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.dockwrap .contentunit .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.dockwrap .contentunit .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.dockwrap .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .dockwrap .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .dockwrap .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .dockwrap .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .dockwrap .decoration_1 {
    left: -380px;
  }
}
.dockwrap .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .dockwrap .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .dockwrap .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .dockwrap .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .dockwrap .decoration_2 {
    right: -380px;
  }
}
.dockwrap .cell {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .dockwrap .cell {
    padding: 0 16px;
  }
}
.dockwrap .cell .infographic-section-title {
  margin-bottom: 24px;
}
.dockwrap .cell .text-wrapper .fieldlayer {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dockwrap .cell .text-wrapper .fieldlayer {
    width: 100%;
  }
}
.dockwrap .cell .infographic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .dockwrap .cell .infographic-section-btn {
    margin-top: 24px;
  }
}
.dockwrap .cell .interfacebox {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #2d3275;
  background-color: #2d3275;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .dockwrap .cell .interfacebox {
    padding: 6px;
    margin-top: 24px;
  }
}
.dockwrap .cell .interfacebox .borderbox {
  padding: 12px;
  background-color: #066cc7;
  border: 1px solid #2d3275;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #000000;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .dockwrap .cell .interfacebox .borderbox {
    padding: 6px;
  }
}
.dockwrap .cell .interfacebox .borderbox img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .dockwrap .cell .interfacebox .borderbox img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .dockwrap .cell .interfacebox .borderbox img {
    height: 250px;
  }
}
.dockwrap .infographic-section-title {
  color: #181824;
}
.dockwrap .fieldlayer,
.dockwrap .text-wrapper {
  color: #54547e;
  text-align: center;
}
.dockwrap .infographic-section-title,
.dockwrap .infographic-section-btn {
  text-align: center;
}
.dockwrap .fieldlayer {
  color: #000000;
}
.dockwrap .infographic-section-title,
.dockwrap .infographic-section-btn {
  color: #066cc7;
}
.stagewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cceff;
}
@media (max-width: 992px) {
  .stagewrap .container {
    padding: 0 16px;
  }
}
.stagewrap .card {
  justify-content: center;
}
.stagewrap .nodewrapunit .infographic-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #066cc7;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .stagewrap .nodewrapunit .infographic-section-title {
    margin-bottom: 32px;
  }
}
.stagewrap .text-wrapper .fieldlayer {
  margin-bottom: 24px;
}
.stagewrap .infographic-section-title {
  color: #000000;
}
.stagewrap .fieldlayer {
  color: #000000;
}
.stagewrap .infographic-section-title,
.stagewrap .nodewrapunit {
  color: #ffffff;
}
.pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.pad .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #9cceff;
  min-height: 730px;
  box-shadow: 0.2rem 0.2rem 1rem #2d3275 !important;
}
@media (max-width: 1440px) {
  .pad .card-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .pad .card-wrapper {
    display: block;
    padding: 15px;
    min-height: auto;
  }
}
.pad .card-wrapper .cell {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 992px) {
  .pad .card-wrapper .cell {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.pad .card-wrapper .cell .nodewrapunit .infographic-section-title {
  margin-bottom: 20px;
}
.pad .card-wrapper .cell .text-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .pad .card-wrapper .cell .text-wrapper {
    margin-bottom: 0;
  }
}
.pad .card-wrapper .cell .text-wrapper .fieldlayer {
  margin-bottom: 0;
}
.pad .card-wrapper .cell .text-wrapper .infographic-section-btn {
  margin-top: 20px;
}
.pad .card-wrapper .cell .text-wrapper .infographic-section-btn .btn {
  margin-bottom: 0;
}
.pad .card-wrapper .interfacebox {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .pad .card-wrapper .interfacebox {
    display: block;
  }
}
@media (max-width: 992px) {
  .pad .card-wrapper .interfacebox {
    width: 100%;
  }
}
.pad .card-wrapper .interfacebox .image-wrap_1 img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .pad .card-wrapper .interfacebox .image-wrap_1 img {
    height: 350px;
    margin-bottom: 15px;
  }
}
.pad .card-wrapper .interfacebox .image-wrap_2 {
  position: relative;
}
@media (max-width: 1440px) {
  .pad .card-wrapper .interfacebox .image-wrap_2 {
    height: 350px;
  }
}
.pad .card-wrapper .interfacebox .image-wrap_2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pad .infographic-section-title {
  color: #000000;
}
.pad .fieldlayer {
  color: #000000;
}
.pad .infographic-section-title {
  color: #066cc7;
  text-align: center;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.treebox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #9cceff;
}
@media (max-width: 992px) {
  .treebox .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .treebox .container {
    padding: 0 12px;
  }
}
.treebox .cell {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .treebox .cell {
    display: block;
    padding: 0.5rem;
  }
}
.treebox .cell .nodewrapunit {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .treebox .cell .nodewrapunit {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .treebox .cell .nodewrapunit {
    padding: 0px;
  }
}
.treebox .cell .nodewrapunit .infographic-section-title {
  margin-bottom: 1.5rem;
}
.treebox .cell .nodewrapunit .fieldlayer {
  margin-bottom: 0;
}
.treebox .infographic-section-title {
  color: #ffffff;
}
.treebox .fieldlayer {
  color: #000000;
}
.treebox label {
  color: #ffffff;
}
.treebox .infographic-section-title,
.treebox .infographic-section-btn {
  color: #000000;
  text-align: center;
}
.treebox .card-contacts {
  color: #000000;
}
.sectioncore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.sectioncore .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .sectioncore .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .sectioncore .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .sectioncore .container {
    padding: 0 16px;
  }
}
.sectioncore .row {
  justify-content: space-between;
}
.sectioncore .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .sectioncore .interfacebox {
    margin-bottom: 48px;
  }
}
.sectioncore .interfacebox img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.sectioncore .cell {
  position: relative;
}
.sectioncore .cell .infographic-section-title {
  margin-bottom: 32px;
}
.sectioncore .cell .fieldlayer {
  margin-bottom: 32px;
}
.sectioncore .fieldlayer {
  color: #333333;
}
.sectioncore .fieldlayer {
  color: #000000;
}
.sectioncore .infographic-section-title,
.sectioncore .infographic-section-btn {
  color: #066cc7;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.colwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.colwrap .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .colwrap .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .colwrap .container {
    padding: 0 16px;
  }
}
.colwrap .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .colwrap .row {
    margin: 0;
  }
}
.colwrap .row .card {
  position: relative;
  padding: 0;
}
.colwrap .decor-wrapper_1 {
  height: 30px;
  background-color: #9cceff;
  border-radius: 20px 20px 0 0;
}
.colwrap .decor-wrapper_2 {
  height: 30px;
  background-color: #ffffff;
}
.colwrap .decor-wrapper_3 {
  height: 30px;
  background-color: #066cc7;
}
.colwrap .nodewrapunit {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .colwrap .nodewrapunit {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .colwrap .nodewrapunit {
    margin: 0 10px;
  }
}
.colwrap .infographic-section-title {
  color: #000000;
  text-align: center;
}
.plane {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.plane .container {
  max-width: 1280px;
}
.plane .row {
  justify-content: flex-start;
}
.plane .cell {
  display: flex;
  align-items: stretch;
  background: #9cceff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .plane .cell {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .plane .cell {
    padding: 40px 6vw;
  }
}
.plane .infographic-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .plane .infographic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .plane .infographic-section-title {
    margin-bottom: 32px;
  }
}
.plane .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.plane .infographic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.plane .fieldlayer {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.rowholder {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.rowholder .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .rowholder .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .rowholder .container {
    padding: 0 16px;
  }
}
.rowholder .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .rowholder .row {
    margin: 0;
  }
}
.rowholder .row .card {
  position: relative;
  padding: 0;
}
.rowholder .decor-wrapper_1 {
  height: 30px;
  background-color: #9cceff;
  border-radius: 20px 20px 0 0;
}
.rowholder .decor-wrapper_2 {
  height: 30px;
  background-color: #ffffff;
}
.rowholder .decor-wrapper_3 {
  height: 30px;
  background-color: #066cc7;
}
.rowholder .nodewrapunit {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .rowholder .nodewrapunit {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .rowholder .nodewrapunit {
    margin: 0 10px;
  }
}
.rowholder .infographic-section-title {
  color: #000000;
  text-align: center;
}
.rowset {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.rowset .container {
  max-width: 1280px;
}
.rowset .row {
  justify-content: flex-start;
}
.rowset .cell {
  display: flex;
  align-items: stretch;
  background: #9cceff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .rowset .cell {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .rowset .cell {
    padding: 40px 6vw;
  }
}
.rowset .infographic-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .rowset .infographic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rowset .infographic-section-title {
    margin-bottom: 32px;
  }
}
.rowset .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.rowset .infographic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.rowset .fieldlayer {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.modwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.modwrap .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .modwrap .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .modwrap .container {
    padding: 0 16px;
  }
}
.modwrap .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .modwrap .row {
    margin: 0;
  }
}
.modwrap .row .card {
  position: relative;
  padding: 0;
}
.modwrap .decor-wrapper_1 {
  height: 30px;
  background-color: #9cceff;
  border-radius: 20px 20px 0 0;
}
.modwrap .decor-wrapper_2 {
  height: 30px;
  background-color: #ffffff;
}
.modwrap .decor-wrapper_3 {
  height: 30px;
  background-color: #066cc7;
}
.modwrap .nodewrapunit {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .modwrap .nodewrapunit {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .modwrap .nodewrapunit {
    margin: 0 10px;
  }
}
.modwrap .infographic-section-title {
  color: #000000;
  text-align: center;
}
.layoutcell {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.layoutcell .container {
  max-width: 1280px;
}
.layoutcell .row {
  justify-content: flex-start;
}
.layoutcell .cell {
  display: flex;
  align-items: stretch;
  background: #9cceff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .layoutcell .cell {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .layoutcell .cell {
    padding: 40px 6vw;
  }
}
.layoutcell .infographic-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .layoutcell .infographic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layoutcell .infographic-section-title {
    margin-bottom: 32px;
  }
}
.layoutcell .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.layoutcell .infographic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.layoutcell .fieldlayer {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.bodylayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #9cceff;
}
.bodylayer .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .bodylayer .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .bodylayer .container {
    padding: 0 24px;
  }
}
.bodylayer .cell {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .bodylayer .cell {
    padding: 0;
  }
}
.bodylayer .cell img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodylayer .cell .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .bodylayer .cell .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .bodylayer .cell .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .bodylayer .cell .card-wrap {
    padding: 24px;
  }
}
.bodylayer .cell .card-wrap .infographic-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.bodylayer .cell .card-wrap .fieldlayer {
  width: 100%;
  margin-bottom: 0;
}
.bodylayer .cell .card-wrap .infographic-section-btn {
  width: 100%;
  margin-top: 16px;
}
.bodylayer .cell .card-wrap .infographic-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.bodylayer .cell .card-wrap .infographic-section-btn .btn:hover,
.bodylayer .cell .card-wrap .infographic-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.bodylayer .infographic-section-title {
  color: #141414;
}
.bodylayer .fieldlayer {
  color: #141414;
}
.bodylayer .infographic-section-title,
.bodylayer .infographic-section-btn {
  color: #066cc7;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.containbox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .containbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .containbox .container {
    padding: 0 16px;
  }
}
.containbox .nodewrapunit .infographic-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .containbox .nodewrapunit .infographic-section-title {
    margin-bottom: 20px;
  }
}
.containbox .cell {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #2d3275;
  border-bottom: 1px solid #2d3275;
}
@media (max-width: 992px) {
  .containbox .cell {
    padding: 35px 15px;
    display: block;
  }
}
.containbox .cell .infographic-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .containbox .cell .infographic-section-subtitle {
    width: 100%;
  }
}
.containbox .cell .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .containbox .cell .text-wrapper {
    width: 100%;
  }
}
.containbox .cell .text-wrapper .fieldlayer {
  margin-bottom: 16px;
}
.containbox .infographic-section-title {
  color: #066cc7;
  text-align: center;
}
.containbox .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.containbox .fieldlayer {
  color: #000000;
}
.containbox .fieldlayer,
.containbox .infographic-section-btn {
  text-align: center;
}
.wrapunitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9cceff;
}
.wrapunitbox .row {
  position: relative;
  z-index: 2;
}
.wrapunitbox .interfacebox {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .wrapunitbox .interfacebox {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.wrapunitbox .interfacebox .borderbox {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .wrapunitbox .interfacebox .borderbox {
    padding-right: 0;
  }
}
.wrapunitbox .interfacebox .borderbox img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .wrapunitbox .interfacebox .borderbox img {
    height: 350px;
  }
}
.wrapunitbox .cell .infographic-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .wrapunitbox .cell .infographic-section-title {
    margin-bottom: 46px;
  }
}
.wrapunitbox .cell .text-wrapper .fieldlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapunitbox .cell .text-wrapper .fieldlayer {
    width: 100%;
  }
}
.wrapunitbox .infographic-section-title {
  color: #066cc7;
  text-align: center;
}
.wrapunitbox .fieldlayer {
  color: #51565c;
}
.wrapunitbox .fieldlayer,
.wrapunitbox .text-wrapper {
  color: #000000;
}
.piece {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.piece .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .piece .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .piece .container {
    padding: 0 28px;
  }
}
.piece .row {
  justify-content: center;
}
.piece .card-wrapper {
  border: 1px solid #2d3275;
  background-color: #9cceff;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .piece .card-wrapper {
    display: block;
  }
}
.piece .card-wrapper .layoutbase {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .piece .card-wrapper .layoutbase {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .piece .card-wrapper .layoutbase {
    padding: 40px 28px;
  }
}
.piece .card-wrapper .layoutbase .infographic-section-title {
  margin-bottom: 20px;
}
.piece .card-wrapper .layoutbase .fieldlayer {
  margin-bottom: 0;
}
.piece .card-wrapper .layoutbase .infographic-section-btn {
  margin-top: 20px;
}
.piece .card-wrapper .interfacebox {
  width: 50%;
}
@media (max-width: 768px) {
  .piece .card-wrapper .interfacebox {
    width: 100%;
  }
}
.piece .card-wrapper .interfacebox img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .piece .card-wrapper .interfacebox img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.piece .infographic-section-title {
  color: #000000;
}
.piece .fieldlayer {
  color: #000000;
}
.piece .infographic-section-title,
.piece .infographic-section-btn {
  color: #066cc7;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}
.nodemap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.nodemap nav.navbar {
  position: fixed;
}
.nodemap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodemap .nav-link {
  position: relative;
}
.nodemap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodemap .container {
    flex-wrap: nowrap;
  }
}
.nodemap .shellunit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.nodemap .shellunit .nav-item {
  margin: 2px;
}
.nodemap .shellunit .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.nodemap .shellunit .nav-link:hover {
  transform: scale(1.1);
}
.nodemap .nav-item:focus,
.nodemap .nav-link:focus {
  outline: none;
}
.nodemap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #066cc7;
  box-shadow: none !important;
  padding: 0 !important;
}
.nodemap .navbar .blockwrap img {
  width: auto;
}
.nodemap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodemap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodemap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodemap .navbar ul.shellunit li {
    margin: auto;
  }
  .nodemap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodemap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nodemap .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nodemap .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.nodemap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nodemap .navbar-brand .blockwrap a {
  outline: none;
}
.nodemap .navbar-expand-lg .shellunit .nav-link {
  padding: 0;
}
.nodemap ul.shellunit {
  flex-wrap: wrap;
}
.nodemap .navbar-buttons {
  text-align: center;
}
.nodemap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #9cceff;
  border-radius: 50%;
}
.nodemap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.nodemap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.nodemap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodemap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodemap .navbar {
    height: 70px;
  }
  .nodemap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodemap .container,
.nodemap .container-fluid {
  flex-wrap: wrap;
}
.nodemap .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.nodemap .navlayer {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.nodemap .infographic-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nodemap .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .nodemap .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .nodemap .shellunit {
    width: 100%;
  }
}
.padsegment {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.padsegment .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .padsegment .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .padsegment .container {
    padding: 0 16px;
  }
}
.padsegment .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .padsegment .row {
    margin: 0;
  }
}
.padsegment .row .card {
  position: relative;
  padding: 0;
}
.padsegment .decor-wrapper_1 {
  height: 30px;
  background-color: #9cceff;
  border-radius: 20px 20px 0 0;
}
.padsegment .decor-wrapper_2 {
  height: 30px;
  background-color: #ffffff;
}
.padsegment .decor-wrapper_3 {
  height: 30px;
  background-color: #066cc7;
}
.padsegment .nodewrapunit {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .padsegment .nodewrapunit {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .padsegment .nodewrapunit {
    margin: 0 10px;
  }
}
.padsegment .infographic-section-title {
  color: #000000;
  text-align: center;
}
.wrapsegment {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.wrapsegment .container {
  max-width: 1280px;
}
.wrapsegment .row {
  justify-content: flex-start;
}
.wrapsegment .cell {
  display: flex;
  align-items: stretch;
  background: #9cceff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .wrapsegment .cell {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wrapsegment .cell {
    padding: 40px 6vw;
  }
}
.wrapsegment .infographic-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .wrapsegment .infographic-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wrapsegment .infographic-section-title {
    margin-bottom: 32px;
  }
}
.wrapsegment .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.wrapsegment .infographic-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.wrapsegment .fieldlayer {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #066cc7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .shell .container {
    padding: 0 24px;
  }
}
.shell .row {
  justify-content: space-between;
}
.shell .logo-wrapper {
  display: flex;
}
.shell .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.shell .logo-wrapper .packunit {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.shell .cell {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .shell .cell {
    padding: 24px 0;
  }
}
.shell .cell .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.shell .cell .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.shell .cell .list .item-wrap:hover,
.shell .cell .list .item-wrap:focus {
  color: #ffffff;
}
.shell .cell .list .item-wrap:last-child {
  margin-bottom: 0;
}
.shell .cell .infographic-section-title {
  margin-bottom: 24px;
}
.shell .cell .flow {
  margin-bottom: 0;
  line-height: 1.5;
}
.shell .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .shell .nav-list {
    padding: 0;
  }
}
.shell .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.shell .nav-list .item-wrap:hover,
.shell .nav-list .item-wrap:focus {
  color: #ffffff;
}
.shell .nav-list .item-wrap:hover::before,
.shell .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.shell .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.shell .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.shell .infographic-section-title {
  color: #F9F6E0;
}
.shell .list {
  color: #F9F6E0;
}
.shell .flow {
  color: #ffffff;
}
.shell .list,
.shell .item-wrap {
  color: #ffffff;
}


/* Base Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.nodemodule {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.nodemodule.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}

.nodemodule p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.nodemodule button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .nodemodule {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }

  .nodemodule.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  #cookieBanner button,
  .nodemodule button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .nodemodule {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .nodemodule button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.navbar-brand {
    animation: shake 0.8s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}

.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}

.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}

.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}

.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}

.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
/* cssform-end */